Skip to content

Commit

Permalink
Bump pyjwt from 2.9.0 to 2.10.1
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.1.
- [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.1)

---
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 Jan 14, 2025
1 parent 51c02d1 commit 5edb84c
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -180,7 +180,7 @@ pycparser==2.21
# cffi
pygments==2.17.2
# via ipython
pyjwt==2.9.0
pyjwt==2.10.1
# via -r requirements/prod.txt
pyproject-hooks==1.0.0
# via
Expand Down
2 changes: 1 addition & 1 deletion requirements/functests.txt
Original file line number Diff line number Diff line change
Expand Up @@ -174,7 +174,7 @@ pycparser==2.21
# via
# -r requirements/prod.txt
# cffi
pyjwt==2.9.0
pyjwt==2.10.1
# via -r requirements/prod.txt
pyproject-hooks==1.0.0
# via
Expand Down
2 changes: 1 addition & 1 deletion requirements/lint.txt
Original file line number Diff line number Diff line change
Expand Up @@ -274,7 +274,7 @@ pycparser==2.21
# cffi
pydocstyle==6.3.0
# via -r requirements/lint.in
pyjwt==2.9.0
pyjwt==2.10.1
# 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 @@ -95,7 +95,7 @@ pyasn1-modules==0.3.0
# via google-auth
pycparser==2.21
# via cffi
pyjwt==2.9.0
pyjwt==2.10.1
# via -r requirements/prod.in
pyramid==2.0.2
# via
Expand Down
2 changes: 1 addition & 1 deletion requirements/tests.txt
Original file line number Diff line number Diff line change
Expand Up @@ -176,7 +176,7 @@ pycparser==2.21
# via
# -r requirements/prod.txt
# cffi
pyjwt==2.9.0
pyjwt==2.10.1
# via -r requirements/prod.txt
pyproject-hooks==1.0.0
# via
Expand Down
2 changes: 1 addition & 1 deletion requirements/typecheck.txt
Original file line number Diff line number Diff line change
Expand Up @@ -156,7 +156,7 @@ pycparser==2.21
# via
# -r requirements/prod.txt
# cffi
pyjwt==2.9.0
pyjwt==2.10.1
# via -r requirements/prod.txt
pyproject-hooks==1.1.0
# via
Expand Down

0 comments on commit 5edb84c

Please sign in to comment.