Skip to content

Commit

Permalink
[#1560] update requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
pzadroga committed Nov 27, 2024
1 parent 7e9d663 commit a46f6e1
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
6 changes: 5 additions & 1 deletion rakelib/init_deps/flask.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#
# This file is autogenerated by pip-compile with Python 3.10
# This file is autogenerated by pip-compile with Python 3.12
# by the following command:
#
# pip-compile --strip-extras rakelib/init_deps/flask.in
Expand All @@ -14,6 +14,8 @@ click==8.1.7
# via flask
flask==3.0.3
# via -r rakelib/init_deps/flask.in
gunicorn==23.0.0
# via -r rakelib/init_deps/flask.in
idna==3.10
# via requests
itsdangerous==2.2.0
Expand All @@ -24,6 +26,8 @@ markupsafe==2.1.5
# via
# jinja2
# werkzeug
packaging==24.1
# via gunicorn
requests==2.32.3
# via -r rakelib/init_deps/flask.in
urllib3==2.2.3
Expand Down
4 changes: 4 additions & 0 deletions tests/sim/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,8 @@ click==8.1.7
# via flask
flask==3.0.3
# via -r tests/sim/../../rakelib/init_deps/flask.in
gunicorn==23.0.0
# via -r tests/sim/../../rakelib/init_deps/flask.in
idna==3.10
# via requests
itsdangerous==2.2.0
Expand All @@ -24,6 +26,8 @@ markupsafe==2.1.5
# via
# jinja2
# werkzeug
packaging==24.1
# via gunicorn
requests==2.32.3
# via -r tests/sim/../../rakelib/init_deps/flask.in
urllib3==2.2.3
Expand Down

0 comments on commit a46f6e1

Please sign in to comment.