Skip to content

Commit

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

---
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 Nov 28, 2022
1 parent 1db6e45 commit 1422410
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion requirements-docs.in
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ CloudFlare
cryptography
dnspython3
dyn
Flask <= 1.1.2 # similar to Flask-Migrate
Flask < 2.1.4 # similar to Flask-Migrate
Flask-Bcrypt
Flask-Cors
Flask-Mail
Expand Down
2 changes: 1 addition & 1 deletion requirements-docs.txt
Original file line number Diff line number Diff line change
Expand Up @@ -175,7 +175,7 @@ faker==15.3.2
# factory-boy
fakeredis==2.0.0
# via -r requirements-tests.txt
flask==1.1.2
flask==2.1.3
# via
# -r requirements-docs.in
# -r requirements-tests.txt
Expand Down
2 changes: 1 addition & 1 deletion requirements-tests.in
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ certbot
factory-boy
Faker
fakeredis
flask <= 1.1.2 # similar to Flask-Migrate
flask < 2.1.4 # similar to Flask-Migrate
flask-migrate <= 2.7.0 #mirgration to Flask CLI required, https://github.com/miguelgrinberg/Flask-Migrate/issues/407
freezegun
itsdangerous < 2.1.0 # requires Flask 2.0.3
Expand Down
2 changes: 1 addition & 1 deletion requirements-tests.txt
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ faker==15.3.2
# factory-boy
fakeredis==2.0.0
# via -r requirements-tests.in
flask==1.1.2
flask==2.1.3
# via
# -r requirements-tests.in
# flask-migrate
Expand Down
2 changes: 1 addition & 1 deletion requirements.in
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ Flask-Principal
Flask-RESTful
Flask-Script
Flask-SQLAlchemy
Flask <= 1.1.2 # similar to Flask-Migrate
Flask < 2.1.4 # similar to Flask-Migrate
Flask-Cors
flask_replicated
future
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ dnspython3==1.15.0
# via -r requirements.in
dyn==1.8.1
# via -r requirements.in
flask==1.1.2
flask==2.1.3
# via
# -r requirements.in
# flask-bcrypt
Expand Down

0 comments on commit 1422410

Please sign in to comment.