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

[deps] update flask to latest version #424

Merged
merged 1 commit into from
Dec 19, 2023
Merged
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
5 changes: 1 addition & 4 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -9,15 +9,13 @@ arrow==1.1.0
bc-jsonpath-ng==1.5.9 # uss_qualifier
cryptography==41.0.6
faker===8.1.0 # uss_qualifier
flask==1.1.2
flask==2.3.3
geojson===2.5.0 # uss_qualifier
gevent==22.10.2 # mock_uss / gunicorn worker
google-auth==1.6.3
graphviz==0.20.1 # uss_qualifier
gunicorn==20.1.0
implicitdict==2.3.0
itsdangerous==2.0.1 # Version 2.1.0 is not compatible with flask 1.1.2.
Jinja2==3.0.3 # See https://github.com/interuss/dss/issues/745
jsonschema==4.17.3 # uss_qualifier
jwcrypto==1.4
kubernetes==23.3.0 # deployment_manager
Expand All @@ -42,4 +40,3 @@ shapely==1.7.1
structlog==21.5.0 # deployment_manager
termcolor==1.1.0
uas_standards==3.0.0
Werkzeug==2.0.3 # See https://github.com/interuss/dss/issues/753
Loading