Skip to content

Commit

Permalink
Bump flask from 2.3.3 to 3.0.0
Browse files Browse the repository at this point in the history
Bumps [flask](https://github.com/pallets/flask) from 2.3.3 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.3.3...3.0.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Oct 2, 2023
1 parent c75c328 commit f6e82bd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@

install_requirements = [
"coloredlogs==15.0.1",
"Flask==2.3.3",
"Flask==3.0.0",
"Flask-Cors==4.0.0",
"flask-swagger==0.2.14",
"flask-swagger-ui==4.11.1",
Expand Down Expand Up @@ -54,7 +54,7 @@
]

test_requirements = [
"Flask==2.3.3",
"Flask==3.0.0",
"codacy-coverage==1.3.11",
"coverage==7.3.1",
"mccabe==0.6.1",
Expand Down

0 comments on commit f6e82bd

Please sign in to comment.