Skip to content

Commit

Permalink
Bump python-jose[pycryptodome] from 3.3.0 to 3.4.0 (#8514)
Browse files Browse the repository at this point in the history
Bumps [python-jose[pycryptodome]](https://github.com/mpdavis/python-jose) from 3.3.0 to 3.4.0.
- [Release notes](https://github.com/mpdavis/python-jose/releases)
- [Changelog](https://github.com/mpdavis/python-jose/blob/master/CHANGELOG.md)
- [Commits](mpdavis/python-jose@3.3.0...3.4.0)

---
updated-dependencies:
- dependency-name: python-jose[pycryptodome]
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Feb 20, 2025
1 parent 32540f3 commit 3db20e8
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion requirements/common.in
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ django-filter==24.3 # Listed in DEFAULT_FILTER_BACKENDS on settings.py
django-redis==5.4.0 # Listed in CACHES on settings.py

taskcluster==81.0.0 # import taskcluster
python-jose[pycryptodome]==3.3.0 # from jose import jwt
python-jose[pycryptodome]==3.4.0 # from jose import jwt

furl==2.1.3 # Imported as furl
first==2.0.2 # Imported as first
Expand Down
12 changes: 6 additions & 6 deletions requirements/common.txt
Original file line number Diff line number Diff line change
Expand Up @@ -970,9 +970,9 @@ psycopg2-binary==2.9.9 \
--hash=sha256:f7fc5a5acafb7d6ccca13bfa8c90f8c51f13d8fb87d95656d3950f0158d3ce53 \
--hash=sha256:f9b5571d33660d5009a8b3c25dc1db560206e2d2f89d3df1cb32d72c0d117d52
# via -r requirements/common.in
pyasn1==0.6.0 \
--hash=sha256:3a35ab2c4b5ef98e17dfdec8ab074046fbda76e281c5a706ccd82328cfc8f64c \
--hash=sha256:cca4bb0f2df5504f02f6f8a775b6e416ff9b0b3b16f7ee80b5a3153d9b804473
pyasn1==0.4.8 \
--hash=sha256:39c7e2ec30515947ff4e87fb6f456dfc6e84857d34be479c9d4a4ba4bf46aa5d \
--hash=sha256:aef77c9fb94a3ac588e87841208bdec464471d9871bd5050a287cc9a475cd0ba
# via
# python-jose
# rsa
Expand Down Expand Up @@ -1027,9 +1027,9 @@ python-dateutil==2.9.0.post0 \
# botocore
# celery
# taskcluster
python-jose[pycryptodome]==3.3.0 \
--hash=sha256:55779b5e6ad599c6336191246e95eb2293a9ddebd555f796a65f838f07e5d78a \
--hash=sha256:9b1376b023f8b298536eedd47ae1089bcdb848f1535ab30555cd92002d78923a
python-jose[pycryptodome]==3.4.0 \
--hash=sha256:9a9a40f418ced8ecaf7e3b28d69887ceaa76adad3bcaa6dae0d9e596fec1d680 \
--hash=sha256:9c9f616819652d109bd889ecd1e15e9a162b9b94d682534c9c2146092945b78f
# via -r requirements/common.in
python3-memcached==1.51 \
--hash=sha256:7cbe5951d68eef69d948b7a7ed7decfbd101e15e7f5be007dcd1219ccc584859
Expand Down

0 comments on commit 3db20e8

Please sign in to comment.