diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2023-09-17 02:52:31 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-09-17 02:52:31 +0000 |
commit | 8b94436453fa618e5fc787611862804cd62961a9 (patch) | |
tree | 61e71d83c88f9be0aefe8b0598f1eb9346393a8d | |
parent | 0fbdd7fced2c445a425621f3b106f257748dc0ba (diff) |
Bump flask from 2.2.3 to 2.2.5
Bumps [flask](https://github.com/pallets/flask) from 2.2.3 to 2.2.5.
- [Release notes](https://github.com/pallets/flask/releases)
- [Changelog](https://github.com/pallets/flask/blob/main/CHANGES.rst)
- [Commits](https://github.com/pallets/flask/compare/2.2.3...2.2.5)
---
updated-dependencies:
- dependency-name: flask
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <support@github.com>
-rw-r--r-- | requirements.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/requirements.txt b/requirements.txt index 70c6fdf..76c1085 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,4 +1,4 @@ -Flask==2.2.3 +Flask==2.2.5 requests==2.28.2 humanize==4.8.0 PyYAML==6.0 |