Compare commits

..

1 Commits

Author SHA1 Message Date
dependabot[bot]
b7b51c35be Update flask requirement from ~=2.1.2 to ~=2.2.2 in /api
Updates the requirements on [flask](https://github.com/pallets/flask) to permit the latest version.
- [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.1.2...2.2.2)

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

Signed-off-by: dependabot[bot] <support@github.com>
2022-08-09 09:34:14 +00:00
2 changed files with 2 additions and 2 deletions

View File

@@ -1,4 +1,4 @@
Flask~=2.1.2
Flask~=2.2.2
python-dotenv==0.20.0
uwsgi==2.0.20
Flask_SQLAlchemy==2.5.1

View File

@@ -7,5 +7,5 @@ APScheduler~=3.9.1
croniter~=1.3.4
tzlocal==2.1
investpy~=1.0.8
pandas~=1.4.4
pandas~=1.4.1
currencyconverter~=0.16.12