Skip to content

Commit

Permalink
Bump pyjwt from 2.9.0 to 2.10.0
Browse files Browse the repository at this point in the history
Bumps [pyjwt](https://github.com/jpadilla/pyjwt) from 2.9.0 to 2.10.0.
- [Release notes](https://github.com/jpadilla/pyjwt/releases)
- [Changelog](https://github.com/jpadilla/pyjwt/blob/master/CHANGELOG.rst)
- [Commits](jpadilla/pyjwt@2.9.0...2.10.0)

---
updated-dependencies:
- dependency-name: pyjwt
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Nov 18, 2024
1 parent 521e7ef commit 3cf7d39
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -222,7 +222,7 @@ pycryptodomex==3.21.0
# via -r requirements/prod.txt
pygments==2.17.2
# via ipython
pyjwt==2.9.0
pyjwt==2.10.0
# via -r requirements/prod.txt
pyparsing==3.2.0
# via -r requirements/prod.txt
Expand Down
2 changes: 1 addition & 1 deletion requirements/functests.txt
Original file line number Diff line number Diff line change
Expand Up @@ -202,7 +202,7 @@ pycparser==2.21
# cffi
pycryptodomex==3.21.0
# via -r requirements/prod.txt
pyjwt==2.9.0
pyjwt==2.10.0
# via -r requirements/prod.txt
pyparsing==3.2.0
# via -r requirements/prod.txt
Expand Down
2 changes: 1 addition & 1 deletion requirements/lint.txt
Original file line number Diff line number Diff line change
Expand Up @@ -328,7 +328,7 @@ pycryptodomex==3.21.0
# -r requirements/tests.txt
pydocstyle==6.3.0
# via -r requirements/lint.in
pyjwt==2.9.0
pyjwt==2.10.0
# via
# -r requirements/functests.txt
# -r requirements/tests.txt
Expand Down
2 changes: 1 addition & 1 deletion requirements/prod.txt
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,7 @@ pycparser==2.21
# via cffi
pycryptodomex==3.21.0
# via -r requirements/prod.in
pyjwt==2.9.0
pyjwt==2.10.0
# via -r requirements/prod.in
pyparsing==3.2.0
# via -r requirements/prod.in
Expand Down
2 changes: 1 addition & 1 deletion requirements/tests.txt
Original file line number Diff line number Diff line change
Expand Up @@ -213,7 +213,7 @@ pycparser==2.21
# cffi
pycryptodomex==3.21.0
# via -r requirements/prod.txt
pyjwt==2.9.0
pyjwt==2.10.0
# via -r requirements/prod.txt
pyparsing==3.2.0
# via -r requirements/prod.txt
Expand Down

0 comments on commit 3cf7d39

Please sign in to comment.