Skip to content

Commit a737a7e

Browse files
Bump tornado from 6.3.3 to 6.4
Bumps [tornado](https://github.com/tornadoweb/tornado) from 6.3.3 to 6.4. - [Changelog](https://github.com/tornadoweb/tornado/blob/master/docs/releases.rst) - [Commits](tornadoweb/tornado@v6.3.3...v6.4.0) --- updated-dependencies: - dependency-name: tornado dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 1a5afa6 commit a737a7e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
tornado==6.3.3
1+
tornado==6.4

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,6 @@
3333
"Creative Commons Attribution-NoDerivatives 4.0 International"
3434
" (CC BY-ND 4.0)"
3535
),
36-
install_requires=["tornado==6.3.3"],
36+
install_requires=["tornado==6.4"],
3737
python_requires=">=3.7"
3838
)

0 commit comments

Comments
 (0)