Skip to content

Commit

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

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Aug 28, 2023
1 parent 67513b2 commit aa7bf2d
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.1",
"Flask==2.3.3",
"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.1",
"Flask==2.3.3",
"codacy-coverage==1.3.11",
"coverage==7.3.0",
"mccabe==0.6.1",
Expand Down

0 comments on commit aa7bf2d

Please sign in to comment.