Skip to content

Commit 4c5f81e

Browse files
committed
Updating the library versions to the newest ones
1 parent e03ed29 commit 4c5f81e

File tree

2 files changed

+10
-10
lines changed

2 files changed

+10
-10
lines changed

requirements.dev.txt

+6-6
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,11 @@
22
# This file is autogenerated by pip-compile
33
# To update, run:
44
#
5-
# pip-compile
5+
# pip-compile --extra=dev --output-file=requirements.dev.txt setup.cfg
66
#
77
blinker==1.8.2
88
# via flask
9-
cachetools==5.4.0
9+
cachetools==5.5.0
1010
# via tox
1111
certifi==2024.7.4
1212
# via requests
@@ -32,11 +32,11 @@ filelock==3.15.4
3232
# virtualenv
3333
flask==3.0.3
3434
# via jwt_proxy (setup.cfg)
35-
gunicorn==22.0.0
35+
gunicorn==23.0.0
3636
# via jwt_proxy (setup.cfg)
3737
idna==3.7
3838
# via requests
39-
importlib-metadata==8.2.0
39+
importlib-metadata==8.4.0
4040
# via flask
4141
iniconfig==2.0.0
4242
# via pytest
@@ -77,13 +77,13 @@ tomli==2.0.1
7777
# pyproject-api
7878
# pytest
7979
# tox
80-
tox==4.17.1
80+
tox==4.18.0
8181
# via jwt_proxy (setup.cfg)
8282
urllib3==2.2.2
8383
# via requests
8484
virtualenv==20.26.3
8585
# via tox
8686
werkzeug==3.0.3
8787
# via flask
88-
zipp==3.19.2
88+
zipp==3.20.0
8989
# via importlib-metadata

requirements.txt

+4-4
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# This file is autogenerated by pip-compile
33
# To update, run:
44
#
5-
# pip-compile
5+
# pip-compile --output-file=requirements.txt setup.cfg
66
#
77
blinker==1.8.2
88
# via flask
@@ -18,11 +18,11 @@ cryptography==43.0.0
1818
# via pyjwt
1919
flask==3.0.3
2020
# via jwt_proxy (setup.cfg)
21-
gunicorn==22.0.0
21+
gunicorn==23.0.0
2222
# via jwt_proxy (setup.cfg)
2323
idna==3.7
2424
# via requests
25-
importlib-metadata==8.2.0
25+
importlib-metadata==8.4.0
2626
# via flask
2727
itsdangerous==2.2.0
2828
# via flask
@@ -44,5 +44,5 @@ urllib3==2.2.2
4444
# via requests
4545
werkzeug==3.0.3
4646
# via flask
47-
zipp==3.19.2
47+
zipp==3.20.0
4848
# via importlib-metadata

0 commit comments

Comments
 (0)