Skip to content

Commit

Permalink
build(deps): bump pyjwt from 2.9.0 to 2.10.0 (#332)
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] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Nov 21, 2024
1 parent 0e3cbe7 commit 652bc73
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ markupsafe==3.0.2
msal==1.31.0
pycparser==2.22
# via cffi
pyjwt==2.9.0
pyjwt==2.10.0
# via msal
requests==2.32.3
# via msal
Expand Down
2 changes: 1 addition & 1 deletion requirements/requirements-docs.txt
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
# - importlib-metadata==8.5.0
# - furo==2024.8.6
# - msal==1.31.0
# - pyjwt[crypto]==2.9.0
# - pyjwt[crypto]==2.10.0
# - requests==2.32.3
# - validators==0.34.0
#
Expand Down
2 changes: 1 addition & 1 deletion requirements/requirements-test.py3.10.txt
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ pluggy==1.5.0
# via pytest
pycparser==2.22
# via cffi
pyjwt==2.9.0
pyjwt==2.10.0
# via msal
pytest==8.3.3
# via pytest-cov
Expand Down
2 changes: 1 addition & 1 deletion requirements/requirements-test.py3.11.txt
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ pluggy==1.5.0
# via pytest
pycparser==2.22
# via cffi
pyjwt==2.9.0
pyjwt==2.10.0
# via msal
pytest==8.3.3
# via pytest-cov
Expand Down
2 changes: 1 addition & 1 deletion requirements/requirements-test.py3.8.txt
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ pluggy==1.5.0
# via pytest
pycparser==2.22
# via cffi
pyjwt==2.9.0
pyjwt==2.10.0
# via msal
pytest==8.3.3
# via pytest-cov
Expand Down
2 changes: 1 addition & 1 deletion requirements/requirements-test.py3.9.txt
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ pluggy==1.5.0
# via pytest
pycparser==2.22
# via cffi
pyjwt==2.9.0
pyjwt==2.10.0
# via msal
pytest==8.3.3
# via pytest-cov
Expand Down

0 comments on commit 652bc73

Please sign in to comment.