Skip to content

Commit

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

---
updated-dependencies:
- dependency-name: flask
  dependency-type: direct:development
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Nov 6, 2023
1 parent e656c0e commit 53931f9
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions requirements-dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@
#
-e file:.
# via -r requirements-dev.in
blinker==1.7.0
# via flask
ccs-digitalmarketplace-test-utils==4.0.2
# via -r requirements-dev.in
certifi==2022.12.7
Expand All @@ -27,7 +29,7 @@ exceptiongroup==1.1.3
# via pytest
flake8==6.1.0
# via -r requirements-dev.in
flask==2.2.5
flask==3.0.0
# via -r requirements-dev.in
idna==2.10
# via requests
Expand Down Expand Up @@ -84,7 +86,7 @@ typing-extensions==3.7.4.3
# via mypy
urllib3==1.26.5
# via requests
werkzeug==2.2.3
werkzeug==3.0.1
# via flask
zipp==3.4.1
# via importlib-metadata

0 comments on commit 53931f9

Please sign in to comment.