Skip to content

Commit

Permalink
build: Upgrade vulnerable dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
jpmckinney committed Nov 20, 2023
1 parent 35cba50 commit 97f2956
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 6 deletions.
3 changes: 1 addition & 2 deletions requirements.in
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
Babel
# https://github.com/Frozen-Flask/Frozen-Flask/pull/132#issuecomment-1800289596
Flask<3
Flask
Flask-Babel
Flask-Env
Frozen-Flask
Expand Down
7 changes: 3 additions & 4 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ docutils==0.20.1
# via
# myst-parser
# sphinx
flask==2.3.3
flask==3.0.0
# via
# -r requirements.in
# flask-babel
Expand All @@ -43,7 +43,7 @@ flask-babel==4.0.0
# via -r requirements.in
flask-env==2.0.0
# via -r requirements.in
frozen-flask==0.19
frozen-flask==1.0.1
# via -r requirements.in
idna==2.8
# via requests
Expand Down Expand Up @@ -157,8 +157,7 @@ urllib3==1.26.18
# via
# requests
# requests-cache
werkzeug==2.3.7
werkzeug==3.0.1
# via
# -r requirements.in
# flask
# frozen-flask

0 comments on commit 97f2956

Please sign in to comment.