Skip to content

Commit cc37bfa

Browse files
dependabot[bot]Archaeopteryx
authored andcommitted
Bump python-jose[pycryptodome] from 3.4.0 to 3.5.0
Bumps [python-jose[pycryptodome]](https://github.com/mpdavis/python-jose) from 3.4.0 to 3.5.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.4.0...3.5.0) --- updated-dependencies: - dependency-name: python-jose[pycryptodome] dependency-version: 3.5.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent cd519e4 commit cc37bfa

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

requirements/common.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ django-filter==25.1 # Listed in DEFAULT_FILTER_BACKENDS on settings.py
2525
django-redis==5.4.0 # Listed in CACHES on settings.py
2626

2727
taskcluster==84.0.2 # import taskcluster
28-
python-jose[pycryptodome]==3.4.0 # from jose import jwt
28+
python-jose[pycryptodome]==3.5.0 # from jose import jwt
2929

3030
furl==2.1.4 # Imported as furl
3131
first==2.0.2 # Imported as first

requirements/common.txt

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1253,9 +1253,9 @@ pyarrow==19.0.0 \
12531253
--hash=sha256:f208c3b58a6df3b239e0bb130e13bc7487ed14f39a9ff357b6415e3f6339b560 \
12541254
--hash=sha256:f43f5aef2a13d4d56adadae5720d1fed4c1356c993eda8b59dace4b5983843c1
12551255
# via db-dtypes
1256-
pyasn1==0.4.8 \
1257-
--hash=sha256:39c7e2ec30515947ff4e87fb6f456dfc6e84857d34be479c9d4a4ba4bf46aa5d \
1258-
--hash=sha256:aef77c9fb94a3ac588e87841208bdec464471d9871bd5050a287cc9a475cd0ba
1256+
pyasn1==0.6.1 \
1257+
--hash=sha256:0d632f46f2ba09143da3a8afe9e33fb6f92fa2320ab7e886e2d0f7672af84629 \
1258+
--hash=sha256:6f580d2bdd84365380830acf45550f2511469f673cb4a5ae3857a3170128b034
12591259
# via
12601260
# pyasn1-modules
12611261
# python-jose
@@ -1317,9 +1317,9 @@ python-dateutil==2.9.0.post0 \
13171317
# google-cloud-bigquery
13181318
# pandas
13191319
# taskcluster
1320-
python-jose[pycryptodome]==3.4.0 \
1321-
--hash=sha256:9a9a40f418ced8ecaf7e3b28d69887ceaa76adad3bcaa6dae0d9e596fec1d680 \
1322-
--hash=sha256:9c9f616819652d109bd889ecd1e15e9a162b9b94d682534c9c2146092945b78f
1320+
python-jose[pycryptodome]==3.5.0 \
1321+
--hash=sha256:abd1202f23d34dfad2c3d28cb8617b90acf34132c7afd60abd0b0b7d3cb55771 \
1322+
--hash=sha256:fb4eaa44dbeb1c26dcc69e4bd7ec54a1cb8dd64d3b4d81ef08d90ff453f2b01b
13231323
# via -r requirements/common.in
13241324
python3-memcached==1.51 \
13251325
--hash=sha256:7cbe5951d68eef69d948b7a7ed7decfbd101e15e7f5be007dcd1219ccc584859

0 commit comments

Comments
 (0)