Skip to content

Commit

Permalink
chore(deps): bump flask from 1.0.2 to 2.2.5
Browse files Browse the repository at this point in the history
Bumps [flask](https://github.com/pallets/flask) from 1.0.2 to 2.2.5.
- [Release notes](https://github.com/pallets/flask/releases)
- [Changelog](https://github.com/pallets/flask/blob/main/CHANGES.rst)
- [Commits](pallets/flask@1.0.2...2.2.5)

---
updated-dependencies:
- dependency-name: flask
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Oct 6, 2023
1 parent 60c268d commit f7f26c5
Show file tree
Hide file tree
Showing 4 changed files with 82 additions and 4 deletions.
1 change: 0 additions & 1 deletion frontend/requirements-common.txt

This file was deleted.

27 changes: 27 additions & 0 deletions frontend/requirements-common.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
# Copyright Contributors to the Amundsen project.
# SPDX-License-Identifier: Apache-2.0

# Common dependencies (common, frontend, metadata, search) -------------------------------------------------------------

# It is recommended to always pin the exact version (not range) - otherwise common upgrade won't trigger unit tests
# on all repositories reyling on this file and any issues that arise from common upgrade might be missed.
amundsen-common>=0.27.0
attrs>=19.1.0
boto3==1.17.23
click==7.0
flasgger==0.9.5
Flask==2.2.5
Flask-RESTful>=0.3.6
flask-cors==3.0.10
itsdangerous<=2.0.1
Jinja2>=2.10.1,<3.1
jsonschema>=3.0.1,<4.0
marshmallow>=3.0,<=3.6
marshmallow3-annotations>=1.1.0
pytz==2021.1
requests>=2.25.0
requests-aws4auth==1.1.0
statsd==3.2.1
typing==3.6.4
werkzeug==2.0.3
wheel==0.36.2
1 change: 0 additions & 1 deletion metadata/requirements-common.txt

This file was deleted.

27 changes: 27 additions & 0 deletions metadata/requirements-common.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
# Copyright Contributors to the Amundsen project.
# SPDX-License-Identifier: Apache-2.0

# Common dependencies (common, frontend, metadata, search) -------------------------------------------------------------

# It is recommended to always pin the exact version (not range) - otherwise common upgrade won't trigger unit tests
# on all repositories reyling on this file and any issues that arise from common upgrade might be missed.
amundsen-common>=0.27.0
attrs>=19.1.0
boto3==1.17.23
click==7.0
flasgger==0.9.5
Flask==2.2.5
Flask-RESTful>=0.3.6
flask-cors==3.0.10
itsdangerous<=2.0.1
Jinja2>=2.10.1,<3.1
jsonschema>=3.0.1,<4.0
marshmallow>=3.0,<=3.6
marshmallow3-annotations>=1.1.0
pytz==2021.1
requests>=2.25.0
requests-aws4auth==1.1.0
statsd==3.2.1
typing==3.6.4
werkzeug==2.0.3
wheel==0.36.2
2 changes: 1 addition & 1 deletion requirements-common.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ attrs>=19.1.0
boto3==1.17.23
click==7.0
flasgger==0.9.5
Flask==1.0.2
Flask==2.2.5
Flask-RESTful>=0.3.6
flask-cors==3.0.10
itsdangerous<=2.0.1
Expand Down
1 change: 0 additions & 1 deletion search/requirements-common.txt

This file was deleted.

27 changes: 27 additions & 0 deletions search/requirements-common.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
# Copyright Contributors to the Amundsen project.
# SPDX-License-Identifier: Apache-2.0

# Common dependencies (common, frontend, metadata, search) -------------------------------------------------------------

# It is recommended to always pin the exact version (not range) - otherwise common upgrade won't trigger unit tests
# on all repositories reyling on this file and any issues that arise from common upgrade might be missed.
amundsen-common>=0.27.0
attrs>=19.1.0
boto3==1.17.23
click==7.0
flasgger==0.9.5
Flask==2.2.5
Flask-RESTful>=0.3.6
flask-cors==3.0.10
itsdangerous<=2.0.1
Jinja2>=2.10.1,<3.1
jsonschema>=3.0.1,<4.0
marshmallow>=3.0,<=3.6
marshmallow3-annotations>=1.1.0
pytz==2021.1
requests>=2.25.0
requests-aws4auth==1.1.0
statsd==3.2.1
typing==3.6.4
werkzeug==2.0.3
wheel==0.36.2

0 comments on commit f7f26c5

Please sign in to comment.