Skip to content

Commit e878eb2

Browse files
chore(deps): update dependency tornado to v6.4 (#262)
1 parent b2e18b9 commit e878eb2

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Pipfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ name = "pypi"
88
[packages]
99

1010
requests = "==2.31.0"
11-
tornado = "==6.3.3"
11+
tornado = "==6.4"
1212
Flask = "==3.0.0"
1313
dnspython = "==2.4.2"
1414

requirements.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
requests==2.31.0
2-
tornado==6.3.3
2+
tornado==6.4
33
Flask==3.0.0
44
dnspython==2.4.2

0 commit comments

Comments
 (0)