Skip to content

Commit 40492e0

Browse files
dependabot[bot]jiridanek
authored andcommitted
NO-JIRA: bump tornado dependency from ~6.5.1 to ~6.5.2 across all relevant Pipfiles
Bumps [tornado](https://github.com/tornadoweb/tornado) from 6.4.2 to 6.5. - [Changelog](https://github.com/tornadoweb/tornado/blob/master/docs/releases.rst) - [Commits](tornadoweb/tornado@v6.4.2...v6.5.0) --- updated-dependencies: - dependency-name: tornado dependency-version: '6.5' dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent f3efa43 commit 40492e0

File tree

14 files changed

+28
-27
lines changed

14 files changed

+28
-27
lines changed

runtimes/datascience/ubi9-python-3.11/Pipfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ papermill = "~=2.6.0"
4141
pyzmq = "~=26.2.1"
4242
prompt-toolkit = "~=3.0.50"
4343
requests = "~=2.32.3"
44-
tornado = "~=6.5.1"
44+
tornado = "~=6.5.2"
4545
traitlets = "~=5.14.3"
4646
urllib3 = "~=2.5.0"
4747

runtimes/datascience/ubi9-python-3.12/Pipfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ papermill = "~=2.6.0"
4141
pyzmq = "~=26.2.1"
4242
prompt-toolkit = "~=3.0.50"
4343
requests = "~=2.32.3"
44-
tornado = "~=6.5.1"
44+
tornado = "~=6.5.2"
4545
traitlets = "~=5.14.3"
4646
urllib3 = "~=2.5.0"
4747

runtimes/minimal/ubi9-python-3.11/Pipfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ papermill = "~=2.6.0"
2222
pyzmq = "~=26.2.1"
2323
prompt-toolkit = "~=3.0.50"
2424
requests = "~=2.32.3"
25-
tornado = "~=6.5.1"
25+
tornado = "~=6.5.2"
2626
traitlets = "~=5.14.3"
2727
urllib3 = "~=2.5.0"
2828

runtimes/minimal/ubi9-python-3.12/Pipfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ papermill = "~=2.6.0"
2222
pyzmq = "~=26.2.1"
2323
prompt-toolkit = "~=3.0.50"
2424
requests = "~=2.32.3"
25-
tornado = "~=6.5.1"
25+
tornado = "~=6.5.2"
2626
traitlets = "~=5.14.3"
2727
urllib3 = "~=2.5.0"
2828

runtimes/pytorch+llmcompressor/ubi9-python-3.11/Pipfile

100755100644
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ papermill = "~=2.6.0"
6565
pyzmq = "~=26.2.1"
6666
prompt-toolkit = "~=3.0.50"
6767
requests = "~=2.32.3"
68-
tornado = "~=6.4.2"
68+
tornado = "~=6.5.2"
6969
traitlets = "~=5.14.3"
7070
urllib3 = "~=2.3.0"
7171

runtimes/pytorch+llmcompressor/ubi9-python-3.11/Pipfile.lock

Lines changed: 15 additions & 14 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

runtimes/pytorch/ubi9-python-3.11/Pipfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ papermill = "~=2.6.0"
5151
pyzmq = "~=26.2.1"
5252
prompt-toolkit = "~=3.0.50"
5353
requests = "~=2.32.3"
54-
tornado = "~=6.5.1"
54+
tornado = "~=6.5.2"
5555
traitlets = "~=5.14.3"
5656
urllib3 = "~=2.5.0"
5757

runtimes/pytorch/ubi9-python-3.12/Pipfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ papermill = "~=2.6.0"
5151
pyzmq = "~=26.2.1"
5252
prompt-toolkit = "~=3.0.50"
5353
requests = "~=2.32.3"
54-
tornado = "~=6.5.1"
54+
tornado = "~=6.5.2"
5555
traitlets = "~=5.14.3"
5656
urllib3 = "~=2.5.0"
5757

runtimes/rocm-pytorch/ubi9-python-3.11/Pipfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ papermill = "~=2.6.0"
5353
pyzmq = "~=26.2.1"
5454
prompt-toolkit = "~=3.0.50"
5555
requests = "~=2.32.3"
56-
tornado = "~=6.5.1"
56+
tornado = "~=6.5.2"
5757
traitlets = "~=5.14.3"
5858
urllib3 = "~=2.5.0"
5959

runtimes/rocm-pytorch/ubi9-python-3.12/Pipfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ papermill = "~=2.6.0"
5353
pyzmq = "~=26.2.1"
5454
prompt-toolkit = "~=3.0.50"
5555
requests = "~=2.32.3"
56-
tornado = "~=6.5.1"
56+
tornado = "~=6.5.2"
5757
traitlets = "~=5.14.3"
5858
urllib3 = "~=2.5.0"
5959

0 commit comments

Comments
 (0)