Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump flask from 2.3.3 to 3.0.0 #4625

Closed
wants to merge 1 commit into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions requirements-docs.txt
Original file line number Diff line number Diff line change
Expand Up @@ -187,7 +187,7 @@ faker==19.6.2
# factory-boy
fakeredis==2.19.0
# via -r requirements-tests.txt
flask==2.3.3
flask==3.0.0
# via
# -r requirements-docs.in
# -r requirements-tests.txt
Expand Down Expand Up @@ -710,7 +710,7 @@ websocket-client==1.6.3
# via
# -r requirements-tests.txt
# docker
werkzeug==2.3.7
werkzeug==3.0.0
# via
# -r requirements-docs.in
# -r requirements-tests.txt
Expand Down
4 changes: 2 additions & 2 deletions requirements-tests.txt
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ faker==19.6.2
# factory-boy
fakeredis==2.19.0
# via -r requirements-tests.in
flask==2.3.3
flask==3.0.0
# via
# -r requirements-tests.in
# flask-migrate
Expand Down Expand Up @@ -364,7 +364,7 @@ wcwidth==0.2.6
# via prompt-toolkit
websocket-client==1.6.3
# via docker
werkzeug==2.3.7
werkzeug==3.0.0
# via
# -r requirements-tests.in
# flask
Expand Down
7 changes: 5 additions & 2 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -86,6 +86,8 @@ cryptography==41.0.4
# josepy
# paramiko
# pyopenssl
# pyspnego
# requests-ntlm
deprecated==1.2.14
# via limits
distro==1.8.0
Expand All @@ -96,7 +98,7 @@ dnspython3==1.15.0
# via -r requirements.in
dyn==1.8.6
# via -r requirements.in
flask==2.3.3
flask==3.0.0
# via
# -r requirements.in
# flask-bcrypt
Expand Down Expand Up @@ -268,6 +270,7 @@ requests==2.31.0
# certsrv
# cloudflare
# hvac
# requests-ntlm
requests-ntlm==1.2.0
# via certsrv
retrying==1.3.4
Expand Down Expand Up @@ -321,7 +324,7 @@ vine==5.0.0
# kombu
wcwidth==0.2.6
# via prompt-toolkit
werkzeug==2.3.7
werkzeug==3.0.0
# via
# -r requirements.in
# flask
Expand Down