Skip to content

Commit

Permalink
build(deps): bump flask from 2.2.2 to 2.2.5 in /examples/flask_provider
Browse files Browse the repository at this point in the history
Bumps [flask](https://github.com/pallets/flask) from 2.2.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@2.2.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 and sergeyklay committed May 3, 2023
1 parent 1267d7d commit a0efd69
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/flask_provider/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
Flask==2.0.3; python_version < '3.7'
Flask==2.2.2; python_version >= '3.7'
Flask==2.2.5; python_version >= '3.7'
pytest==7.0.1; python_version < '3.7'
pytest==7.1.3; python_version >= '3.7'
requests==2.27.1; python_version < '3.7'
Expand Down

0 comments on commit a0efd69

Please sign in to comment.