Skip to content

Commit

Permalink
chore(deps): update dependency tornado to v6.4
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Nov 29, 2023
1 parent b2e18b9 commit 9639d97
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 @@ -8,7 +8,7 @@ name = "pypi"
[packages]

requests = "==2.31.0"
tornado = "==6.3.3"
tornado = "==6.4"
Flask = "==3.0.0"
dnspython = "==2.4.2"

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.31.0
tornado==6.3.3
tornado==6.4
Flask==3.0.0
dnspython==2.4.2

0 comments on commit 9639d97

Please sign in to comment.