Skip to content

Commit

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

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Nov 14, 2024
1 parent 73a69b3 commit ee8e544
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
#
# pip-compile requirements.in
#
blinker==1.8.2
blinker==1.9.0
# via flask
click==8.1.7
# via flask
Expand All @@ -18,7 +18,7 @@ dnspython==2.7.0
# via email-validator
email-validator==2.2.0
# via -r requirements.in
flask==3.0.3
flask==3.1.0
# via
# -r requirements.in
# flask-assets
Expand Down Expand Up @@ -85,7 +85,7 @@ typing-extensions==4.12.2
# limits
webassets==2.0
# via flask-assets
werkzeug==3.0.4
werkzeug==3.1.3
# via flask
wrapt==1.16.0
# via deprecated
Expand Down

0 comments on commit ee8e544

Please sign in to comment.