Skip to content

Commit dac0c3f

Browse files
dependabot[bot]marcospri
authored andcommitted
Bump pyjwt from 2.10.0 to 2.10.1
Bumps [pyjwt](https://github.com/jpadilla/pyjwt) from 2.10.0 to 2.10.1. - [Release notes](https://github.com/jpadilla/pyjwt/releases) - [Changelog](https://github.com/jpadilla/pyjwt/blob/master/CHANGELOG.rst) - [Commits](jpadilla/pyjwt@2.10.0...2.10.1) --- updated-dependencies: - dependency-name: pyjwt dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent bc5c2af commit dac0c3f

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

requirements/dev.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -222,7 +222,7 @@ pycryptodomex==3.21.0
222222
# via -r requirements/prod.txt
223223
pygments==2.17.2
224224
# via ipython
225-
pyjwt==2.10.0
225+
pyjwt==2.10.1
226226
# via -r requirements/prod.txt
227227
pyparsing==3.2.0
228228
# via -r requirements/prod.txt

requirements/functests.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -202,7 +202,7 @@ pycparser==2.21
202202
# cffi
203203
pycryptodomex==3.21.0
204204
# via -r requirements/prod.txt
205-
pyjwt==2.10.0
205+
pyjwt==2.10.1
206206
# via -r requirements/prod.txt
207207
pyparsing==3.2.0
208208
# via -r requirements/prod.txt

requirements/lint.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -328,7 +328,7 @@ pycryptodomex==3.21.0
328328
# -r requirements/tests.txt
329329
pydocstyle==6.3.0
330330
# via -r requirements/lint.in
331-
pyjwt==2.10.0
331+
pyjwt==2.10.1
332332
# via
333333
# -r requirements/functests.txt
334334
# -r requirements/tests.txt

requirements/prod.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -142,7 +142,7 @@ pycparser==2.21
142142
# via cffi
143143
pycryptodomex==3.21.0
144144
# via -r requirements/prod.in
145-
pyjwt==2.10.0
145+
pyjwt==2.10.1
146146
# via -r requirements/prod.in
147147
pyparsing==3.2.0
148148
# via -r requirements/prod.in

requirements/tests.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -213,7 +213,7 @@ pycparser==2.21
213213
# cffi
214214
pycryptodomex==3.21.0
215215
# via -r requirements/prod.txt
216-
pyjwt==2.10.0
216+
pyjwt==2.10.1
217217
# via -r requirements/prod.txt
218218
pyparsing==3.2.0
219219
# via -r requirements/prod.txt

0 commit comments

Comments
 (0)