Skip to content

Commit b23b9f2

Browse files
Bump rq from 1.5.2 to 1.7.0 in /auctioning_platform
Bumps [rq](https://github.com/nvie/rq) from 1.5.2 to 1.7.0. - [Release notes](https://github.com/nvie/rq/releases) - [Changelog](https://github.com/rq/rq/blob/master/CHANGES.md) - [Commits](rq/rq@v1.5.2...v1.7.0) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
1 parent 3c2254a commit b23b9f2

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

auctioning_platform/main/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
rq==1.5.2
1+
rq==1.7.0
22
redis==3.5.3
33
injector
44
python-dotenv>=0.10.3

auctioning_platform/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ python-dotenv==0.15.0 # via -r ./main/requirements.txt
5050
pytz==2021.1 # via -r ./auctions_infrastructure/requirements.txt, babel
5151
redis==3.5.3 # via -r ./main/requirements.txt, rq
5252
requests==2.22.0 # via -r ./payments/requirements.txt, stripe
53-
rq==1.5.2 # via -r ./main/requirements.txt
53+
rq==1.7.0 # via -r ./main/requirements.txt
5454
six==1.15.0 # via bcrypt, packaging, python-dateutil, sqlalchemy-utils
5555
speaklater==1.3 # via flask-babelex
5656
sqlalchemy-utils==0.36.8 # via pytest-sqlalchemy

0 commit comments

Comments
 (0)