Skip to content

Commit 2cdaa4a

Browse files
chore: Bump tornado from 6.4 to 6.4.1 in /sdk/python/requirements (#4259)
Bumps [tornado](https://github.com/tornadoweb/tornado) from 6.4 to 6.4.1. - [Changelog](https://github.com/tornadoweb/tornado/blob/master/docs/releases.rst) - [Commits](tornadoweb/tornado@v6.4.0...v6.4.1) --- updated-dependencies: - dependency-name: tornado dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent c66c1fe commit 2cdaa4a

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

sdk/python/requirements/py3.10-ci-requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -926,7 +926,7 @@ toolz==0.12.1
926926
# dask
927927
# ibis-framework
928928
# partd
929-
tornado==6.4
929+
tornado==6.4.1
930930
# via
931931
# ipykernel
932932
# jupyter-client

sdk/python/requirements/py3.11-ci-requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -908,7 +908,7 @@ toolz==0.12.1
908908
# dask
909909
# ibis-framework
910910
# partd
911-
tornado==6.4
911+
tornado==6.4.1
912912
# via
913913
# ipykernel
914914
# jupyter-client

sdk/python/requirements/py3.9-ci-requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -937,7 +937,7 @@ toolz==0.12.1
937937
# dask
938938
# ibis-framework
939939
# partd
940-
tornado==6.4
940+
tornado==6.4.1
941941
# via
942942
# ipykernel
943943
# jupyter-client

0 commit comments

Comments
 (0)