Skip to content

Commit

Permalink
build(deps): Bump flask from 3.0.3 to 3.1.0 (#263)
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]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: stefanvacareanu7 <[email protected]>
  • Loading branch information
dependabot[bot] and stefanvacareanu7 authored Nov 18, 2024
1 parent ddb6bd9 commit 1f4a2e4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ mypy==1.13.0
prospector[with_everything]==1.10.3
jsonpickle==4.0.0
Django==5.1.3
Flask==3.0.3
Flask==3.1.0
#can't upgrade to the latest version of Pylint due to a mismatch on astroid versions
#requirements-detector (from prospector) 1.2.2 depends on astroid<3.0 and >=2.0
#pylint 3.x depends on astroid<=3.3.0-dev0 and >=3.2.4
Expand Down

0 comments on commit 1f4a2e4

Please sign in to comment.