Skip to content

Commit

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

---
updated-dependencies:
- dependency-name: flask
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored May 30, 2022
1 parent 64ed57a commit fc2c383
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion requirements.in
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ Flask-Gzip==0.2
Flask-Mail==0.9.1
Flask-Migrate~=2.7.0
Flask-pyoidc~=3.7.0
Flask~=1.1.4
Flask~=2.1.2
csh_ldap~=2.3.1
ddtrace==1.1.4
flask_sqlalchemy~=2.5.1
Expand Down
14 changes: 7 additions & 7 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ cffi==1.15.0
# via cryptography
charset-normalizer==2.0.12
# via requests
click==7.1.2
click==8.1.3
# via
# flask
# pip-tools
Expand All @@ -38,7 +38,7 @@ defusedxml==0.7.1
# via oic
dnspython==2.2.1
# via srvlookup
flask==1.1.4
flask==2.1.2
# via
# -r requirements.in
# flask-gzip
Expand All @@ -60,6 +60,8 @@ flask-sqlalchemy==2.5.1
# flask-migrate
future==0.18.2
# via pyjwkest
greenlet==1.1.2
# via sqlalchemy
gunicorn==20.0.4
# via -r requirements.in
idna==3.3
Expand All @@ -68,9 +70,9 @@ importlib-resources==5.7.1
# via flask-pyoidc
isort==5.10.1
# via pylint
itsdangerous==1.1.0
itsdangerous==2.1.2
# via flask
jinja2==2.11.3
jinja2==3.1.2
# via flask
lazy-object-proxy==1.7.1
# via astroid
Expand Down Expand Up @@ -170,14 +172,12 @@ urllib3==1.26.9
# via
# requests
# sentry-sdk
werkzeug==1.0.1
werkzeug==2.1.2
# via flask
wheel==0.37.1
# via pip-tools
wrapt==1.12.1
# via astroid
zipp==3.8.0
# via importlib-resources

# The following packages are considered to be unsafe in a requirements file:
# pip
Expand Down

0 comments on commit fc2c383

Please sign in to comment.