Skip to content

Commit

Permalink
Updating the library versions to the newest ones
Browse files Browse the repository at this point in the history
  • Loading branch information
Filienko committed Aug 21, 2024
1 parent e03ed29 commit 4c5f81e
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
12 changes: 6 additions & 6 deletions requirements.dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@
# This file is autogenerated by pip-compile
# To update, run:
#
# pip-compile
# pip-compile --extra=dev --output-file=requirements.dev.txt setup.cfg
#
blinker==1.8.2
# via flask
cachetools==5.4.0
cachetools==5.5.0
# via tox
certifi==2024.7.4
# via requests
Expand All @@ -32,11 +32,11 @@ filelock==3.15.4
# virtualenv
flask==3.0.3
# via jwt_proxy (setup.cfg)
gunicorn==22.0.0
gunicorn==23.0.0
# via jwt_proxy (setup.cfg)
idna==3.7
# via requests
importlib-metadata==8.2.0
importlib-metadata==8.4.0
# via flask
iniconfig==2.0.0
# via pytest
Expand Down Expand Up @@ -77,13 +77,13 @@ tomli==2.0.1
# pyproject-api
# pytest
# tox
tox==4.17.1
tox==4.18.0
# via jwt_proxy (setup.cfg)
urllib3==2.2.2
# via requests
virtualenv==20.26.3
# via tox
werkzeug==3.0.3
# via flask
zipp==3.19.2
zipp==3.20.0
# via importlib-metadata
8 changes: 4 additions & 4 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# This file is autogenerated by pip-compile
# To update, run:
#
# pip-compile
# pip-compile --output-file=requirements.txt setup.cfg
#
blinker==1.8.2
# via flask
Expand All @@ -18,11 +18,11 @@ cryptography==43.0.0
# via pyjwt
flask==3.0.3
# via jwt_proxy (setup.cfg)
gunicorn==22.0.0
gunicorn==23.0.0
# via jwt_proxy (setup.cfg)
idna==3.7
# via requests
importlib-metadata==8.2.0
importlib-metadata==8.4.0
# via flask
itsdangerous==2.2.0
# via flask
Expand All @@ -44,5 +44,5 @@ urllib3==2.2.2
# via requests
werkzeug==3.0.3
# via flask
zipp==3.19.2
zipp==3.20.0
# via importlib-metadata

0 comments on commit 4c5f81e

Please sign in to comment.