Skip to content

Commit

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

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored and marcospri committed Oct 7, 2024
1 parent aa6c35b commit f5bfa82
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 @@ -183,7 +183,7 @@ pycparser==2.21
# cffi
pygments==2.17.2
# via ipython
pyjwt==2.8.0
pyjwt==2.9.0
# 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 @@ -177,7 +177,7 @@ pycparser==2.21
# via
# -r requirements/prod.txt
# cffi
pyjwt==2.8.0
pyjwt==2.9.0
# 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 @@ -275,7 +275,7 @@ pycparser==2.21
# cffi
pydocstyle==6.3.0
# via -r requirements/lint.in
pyjwt==2.8.0
pyjwt==2.9.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 @@ -97,7 +97,7 @@ pyasn1-modules==0.3.0
# via google-auth
pycparser==2.21
# via cffi
pyjwt==2.8.0
pyjwt==2.9.0
# 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 @@ -179,7 +179,7 @@ pycparser==2.21
# via
# -r requirements/prod.txt
# cffi
pyjwt==2.8.0
pyjwt==2.9.0
# 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 @@ -159,7 +159,7 @@ pycparser==2.21
# via
# -r requirements/prod.txt
# cffi
pyjwt==2.8.0
pyjwt==2.9.0
# via -r requirements/prod.txt
pyproject-hooks==1.1.0
# via
Expand Down

0 comments on commit f5bfa82

Please sign in to comment.