Skip to content

Commit a5e0086

Browse files
Bump rq from 2.4.1 to 2.6.0
Bumps [rq](https://github.com/rq/rq) from 2.4.1 to 2.6.0. - [Release notes](https://github.com/rq/rq/releases) - [Changelog](https://github.com/rq/rq/blob/master/CHANGES.md) - [Commits](rq/rq@v2.4.1...v2.6) --- updated-dependencies: - dependency-name: rq dependency-version: 2.6.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 01033ad commit a5e0086

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

requirements.txt

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,8 @@ click==8.1.3
2424
# rq
2525
# rqmonitor
2626
# uvicorn
27+
croniter==6.0.0
28+
# via rq
2729
cryptography==39.0.0
2830
# via paramiko
2931
fabric==2.7.1
@@ -80,16 +82,20 @@ pygments==2.14.0
8082
# via rich
8183
pynacl==1.5.0
8284
# via paramiko
85+
python-dateutil==2.9.0.post0
86+
# via croniter
8387
python-dotenv==1.1.1
8488
# via -r requirements.in
89+
pytz==2025.2
90+
# via croniter
8591
redis==6.4.0
8692
# via
8793
# -r requirements.in
8894
# rq
8995
# rqmonitor
9096
rich==14.1.0
9197
# via -r requirements.in
92-
rq==2.4.1
98+
rq==2.6.0
9399
# via
94100
# -r requirements.in
95101
# rqmonitor
@@ -99,6 +105,7 @@ six==1.16.0
99105
# via
100106
# paramiko
101107
# pathlib2
108+
# python-dateutil
102109
# rqmonitor
103110
sniffio==1.3.0
104111
# via anyio

0 commit comments

Comments
 (0)