Skip to content

Commit

Permalink
chore(deps): update dependency flask to v3.1.0 (#305)
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Dec 1, 2024
1 parent 5e23a5e commit 20009ff
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Pipfile
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ name = "pypi"

requests = "==2.32.3"
tornado = "==6.4.2"
Flask = "==3.0.3"
Flask = "==3.1.0"
dnspython = "==2.7.0"


Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
requests==2.32.3
tornado==6.4.2
Flask==3.0.3
Flask==3.1.0
dnspython==2.7.0

0 comments on commit 20009ff

Please sign in to comment.