Skip to content

Commit

Permalink
Bump pyjwt from 2.6.0 to 2.7.0
Browse files Browse the repository at this point in the history
Bumps [pyjwt](https://github.com/jpadilla/pyjwt) from 2.6.0 to 2.7.0.
- [Release notes](https://github.com/jpadilla/pyjwt/releases)
- [Changelog](https://github.com/jpadilla/pyjwt/blob/master/CHANGELOG.rst)
- [Commits](jpadilla/pyjwt@2.6.0...2.7.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 robertknight committed Jun 19, 2023
1 parent d236c52 commit f98179e
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 @@ -226,7 +226,7 @@ pycryptodomex==3.18.0
# via -r requirements/requirements.txt
pygments==2.9.0
# via ipython
pyjwt==2.6.0
pyjwt==2.7.0
# via -r requirements/requirements.txt
pyparsing==3.0.9
# via -r requirements/requirements.txt
Expand Down
2 changes: 1 addition & 1 deletion requirements/functests.txt
Original file line number Diff line number Diff line change
Expand Up @@ -200,7 +200,7 @@ pycparser==2.20
# cffi
pycryptodomex==3.18.0
# via -r requirements/requirements.txt
pyjwt==2.6.0
pyjwt==2.7.0
# via -r requirements/requirements.txt
pyparsing==3.0.9
# via -r requirements/requirements.txt
Expand Down
2 changes: 1 addition & 1 deletion requirements/lint.txt
Original file line number Diff line number Diff line change
Expand Up @@ -320,7 +320,7 @@ pycryptodomex==3.18.0
# -r requirements/tests.txt
pydocstyle==6.3.0
# via -r requirements/lint.in
pyjwt==2.6.0
pyjwt==2.7.0
# via
# -r requirements/functests.txt
# -r requirements/tests.txt
Expand Down
2 changes: 1 addition & 1 deletion requirements/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,7 @@ pycparser==2.20
# via cffi
pycryptodomex==3.18.0
# via -r requirements/requirements.in
pyjwt==2.6.0
pyjwt==2.7.0
# via -r requirements/requirements.in
pyparsing==3.0.9
# via -r requirements/requirements.in
Expand Down
2 changes: 1 addition & 1 deletion requirements/tests.txt
Original file line number Diff line number Diff line change
Expand Up @@ -205,7 +205,7 @@ pycparser==2.20
# cffi
pycryptodomex==3.18.0
# via -r requirements/requirements.txt
pyjwt==2.6.0
pyjwt==2.7.0
# via -r requirements/requirements.txt
pyparsing==3.0.9
# via -r requirements/requirements.txt
Expand Down

0 comments on commit f98179e

Please sign in to comment.