Skip to content

Commit

Permalink
Update flask requirement from ~=3.0.0 to ~=3.0.1 (#124)
Browse files Browse the repository at this point in the history
Updates the requirements on [flask](https://github.com/pallets/flask) to permit the latest version.
- [Release notes](https://github.com/pallets/flask/releases)
- [Changelog](https://github.com/pallets/flask/blob/main/CHANGES.rst)
- [Commits](pallets/flask@3.0.0...3.0.1)

---
updated-dependencies:
- dependency-name: flask
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Feb 6, 2024
1 parent 6255c21 commit 198dfc6
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 @@ NetLink~=0.1
flask-mqtt
pyroute2~=0.7.10
PyYAML~=6.0.1
Flask~=3.0.0
Flask~=3.0.1
waitress~=2.1.2

# Common
Expand Down

0 comments on commit 198dfc6

Please sign in to comment.