Skip to content

Commit 2583c74

Browse files
authored
fix(deps): update dependency pyjwt to v2.5.0 (#57)
Co-authored-by: Descope <107609351+descope[bot]@users.noreply.github.com>
1 parent 6c05dff commit 2583c74

File tree

3 files changed

+19
-19
lines changed

3 files changed

+19
-19
lines changed

poetry.lock

Lines changed: 15 additions & 15 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ packages = [
2626
[tool.poetry.dependencies]
2727
python = "^3.7"
2828
requests = "2.28.1"
29-
PyJWT = "2.4.0"
29+
PyJWT = "==2.5.0"
3030
cryptography = "38.0.1"
3131
email-validator = "1.2.1"
3232

requirements.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -108,9 +108,9 @@ idna==3.4 ; python_version >= "3.7" and python_version < "4" \
108108
pycparser==2.21 ; python_version >= "3.7" and python_version < "4.0" \
109109
--hash=sha256:8ee45429555515e1f6b185e78100aea234072576aa43ab53aefcae078162fca9 \
110110
--hash=sha256:e644fdec12f7872f86c58ff790da456218b10f863970249516d60a5eaca77206
111-
pyjwt==2.4.0 ; python_version >= "3.7" and python_version < "4.0" \
112-
--hash=sha256:72d1d253f32dbd4f5c88eaf1fdc62f3a19f676ccbadb9dbc5d07e951b2b26daf \
113-
--hash=sha256:d42908208c699b3b973cbeb01a969ba6a96c821eefb1c5bfe4c390c01d67abba
111+
PyJWT==2.5.0; python_version >= "3.7" and python_version < "4.0" \
112+
--hash=sha256:8d82e7087868e94dd8d7d418e5088ce64f7daab4b36db654cbaedb46f9d1ca80 \
113+
--hash=sha256:e77ab89480905d86998442ac5788f35333fa85f65047a534adc38edf3c88fc3b
114114
requests==2.28.1 ; python_version >= "3.7" and python_version < "4" \
115115
--hash=sha256:7c5599b102feddaa661c826c56ab4fee28bfd17f5abca1ebbe3e7f19d7c97983 \
116116
--hash=sha256:8fefa2a1a1365bf5520aac41836fbee479da67864514bdb821f31ce07ce65349

0 commit comments

Comments
 (0)