Skip to content

Commit

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

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Aug 8, 2022
1 parent ae17f1c commit 7f6f3e1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
flask==2.2.0
flask==2.2.1
google-cloud-storage==2.4.0
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@
setup_requires=[
"wheel",
],
install_requires=["flask==2.2.0"],
install_requires=["flask==2.2.1"],
extras_require={
"aws": ["boto3==1.24.46"],
"docker": ["gunicorn==20.1.0"],
Expand Down

0 comments on commit 7f6f3e1

Please sign in to comment.