Skip to content

Commit 19554df

Browse files
authored
Bump required pyjwt version (#10) (#11)
1 parent 70c4565 commit 19554df

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jinja2==3.0.1 # via flask
1818
markupsafe==2.0.1 # via jinja2
1919
pycparser==2.20 # via cffi
2020
python-json-logger==0.1.11 # via jwt_proxy (setup.py)
21-
pyjwt[crypto]==2.1.0 # via jwt_proxy (setup.py)
21+
pyjwt[crypto]==2.8.0 # via jwt_proxy (setup.py)
2222
requests==2.26.0 # via jwt_proxy (setup.py)
2323
typing-extensions==3.10.0.0 # via importlib-metadata
2424
urllib3==1.26.6 # via requests

0 commit comments

Comments
 (0)