Skip to content

Commit 2f86a75

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

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.2
1+
tornado==6.3.3

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.2"],
36+
install_requires=["tornado==6.3.3"],
3737
python_requires=">=3.7"
3838
)

0 commit comments

Comments
 (0)