Skip to content

Commit

Permalink
fix(deps): update dependency pyjwt to v2.8.0 (#270)
Browse files Browse the repository at this point in the history
Co-authored-by: descope[bot] <descope[bot]@users.noreply.github.com>
  • Loading branch information
descope[bot] and descope[bot] authored Aug 8, 2023
1 parent 553e953 commit 0d70d74
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
8 changes: 4 additions & 4 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ packages = [
[tool.poetry.dependencies]
python = "^3.7"
requests = "2.31.0" # First support for python 3.10
PyJWT = {version = "2.7.0", extras = ["crypto"]} # Latest secrutiy update
PyJWT = {version = "2.8.0", extras = ["crypto"]} # Latest secrutiy update
email-validator = "==2.0.0.post2"

[tool.poetry.group.dev.dependencies]
Expand Down
6 changes: 3 additions & 3 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -178,9 +178,9 @@ idna==3.4 ; python_version >= "3.7" and python_version < "4" \
pycparser==2.21 ; python_version >= "3.7" and python_version < "4.0" \
--hash=sha256:8ee45429555515e1f6b185e78100aea234072576aa43ab53aefcae078162fca9 \
--hash=sha256:e644fdec12f7872f86c58ff790da456218b10f863970249516d60a5eaca77206
PyJWT==2.7.0; python_version >= "3.7" and python_version < "4.0" \
--hash=sha256:ba2b425b15ad5ef12f200dc67dd56af4e26de2331f965c5439994dad075876e1 \
--hash=sha256:bd6ca4a3c4285c1a2d4349e5a035fdf8fb94e04ccd0fcbe6ba289dae9cc3e074
PyJWT==2.8.0; python_version >= "3.7" and python_version < "4.0" \
--hash=sha256:57e28d156e3d5c10088e0c68abb90bfac3df82b40a71bd0daa20c65ccd5c23de \
--hash=sha256:59127c392cc44c2da5bb3192169a91f429924e17aff6534d70fdc02ab3e04320
requests==2.31.0; python_version >= "3.7" and python_version < "4" \
--hash=sha256:58cd2187c01e70e6e26505bca751777aa9f2ee0b7f4300988b709f44e013003f \
--hash=sha256:942c5a758f98d790eaed1a29cb6eefc7ffb0d1cf7af05c3d2791656dbd6ad1e1
Expand Down

0 comments on commit 0d70d74

Please sign in to comment.