Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[master] Upgrade tornado to 6.3.2 #64396

Merged
merged 6 commits into from
May 31, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion changelog/64305.fixed.md
Original file line number Diff line number Diff line change
@@ -1 +1 @@
Upgade to a recent tornado version 6.1
Upgade tornado to 6.3.2
3 changes: 2 additions & 1 deletion requirements/base.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,5 @@ packaging>=21.3
looseversion
# We need contextvars for salt-ssh
contextvars
tornado>=6.1
tornado>=6.2.0 ; python_version < '3.8'
tornado==6.3.2 ; python_version >= '3.8'
2 changes: 1 addition & 1 deletion requirements/static/ci/py3.10/cloud.txt
Original file line number Diff line number Diff line change
Expand Up @@ -850,7 +850,7 @@ toml==0.10.2
# via -r requirements/static/ci/common.in
tomli==2.0.1
# via pytest
tornado==6.1.0
tornado==6.3.2 ; python_version >= "3.8"
# via -r requirements/base.txt
transitions==0.8.9
# via junos-eznc
Expand Down
2 changes: 1 addition & 1 deletion requirements/static/ci/py3.10/darwin.txt
Original file line number Diff line number Diff line change
Expand Up @@ -832,7 +832,7 @@ toml==0.10.2
# via -r requirements/static/ci/common.in
tomli==2.0.1
# via pytest
tornado==6.1.0
tornado==6.3.2 ; python_version >= "3.8"
# via -r requirements/base.txt
transitions==0.8.1
# via junos-eznc
Expand Down
2 changes: 1 addition & 1 deletion requirements/static/ci/py3.10/docs.txt
Original file line number Diff line number Diff line change
Expand Up @@ -177,7 +177,7 @@ tempora==4.1.1
# via
# -c requirements/static/ci/py3.10/linux.txt
# portend
tornado==6.1.0
tornado==6.3.2 ; python_version >= "3.8"
# via
# -c requirements/static/ci/py3.10/linux.txt
# -r requirements/base.txt
Expand Down
2 changes: 1 addition & 1 deletion requirements/static/ci/py3.10/freebsd.txt
Original file line number Diff line number Diff line change
Expand Up @@ -832,7 +832,7 @@ toml==0.10.2
# via -r requirements/static/ci/common.in
tomli==2.0.1
# via pytest
tornado==6.1.0
tornado==6.3.2 ; python_version >= "3.8"
# via -r requirements/base.txt
transitions==0.8.1
# via junos-eznc
Expand Down
2 changes: 1 addition & 1 deletion requirements/static/ci/py3.10/lint.txt
Original file line number Diff line number Diff line change
Expand Up @@ -820,7 +820,7 @@ toml==0.10.2
# via
# -r requirements/static/ci/common.in
# -r requirements/static/ci/lint.in
tornado==6.1
tornado==6.3.2 ; python_version >= "3.8"
# via
# -r requirements/base.txt
# python-telegram-bot
Expand Down
2 changes: 1 addition & 1 deletion requirements/static/ci/py3.10/linux.txt
Original file line number Diff line number Diff line change
Expand Up @@ -874,7 +874,7 @@ toml==0.10.2
# via -r requirements/static/ci/common.in
tomli==2.0.1
# via pytest
tornado==6.1
tornado==6.3.2 ; python_version >= "3.8"
# via
# -r requirements/base.txt
# python-telegram-bot
Expand Down
2 changes: 1 addition & 1 deletion requirements/static/ci/py3.10/pkgtests-windows.txt
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,7 @@ tempora==5.2.1
# via portend
tomli==2.0.1
# via pytest
tornado==6.1.0
tornado==6.3.2 ; python_version >= "3.8"
# via -r requirements/base.txt
typing-extensions==4.4.0
# via
Expand Down
2 changes: 1 addition & 1 deletion requirements/static/ci/py3.10/pkgtests.txt
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,7 @@ tempora==5.2.0
# via portend
tomli==2.0.1
# via pytest
tornado==6.1.0
tornado==6.3.2 ; python_version >= "3.8"
# via -r requirements/base.txt
typing-extensions==4.4.0
# via
Expand Down
2 changes: 1 addition & 1 deletion requirements/static/ci/py3.10/windows.txt
Original file line number Diff line number Diff line change
Expand Up @@ -381,7 +381,7 @@ toml==0.10.2
# via -r requirements/static/ci/common.in
tomli==2.0.1
# via pytest
tornado==6.1.0
tornado==6.3.2 ; python_version >= "3.8"
# via -r requirements/base.txt
typing-extensions==4.4.0
# via
Expand Down
2 changes: 1 addition & 1 deletion requirements/static/ci/py3.11/darwin.txt
Original file line number Diff line number Diff line change
Expand Up @@ -794,7 +794,7 @@ timelib==0.2.5
# via -r requirements/darwin.txt
toml==0.10.2
# via -r requirements/static/ci/common.in
tornado==6.1.0
tornado==6.3.2 ; python_version >= "3.8"
# via -r requirements/base.txt
typing-extensions==4.2.0
# via
Expand Down
2 changes: 1 addition & 1 deletion requirements/static/ci/py3.11/freebsd.txt
Original file line number Diff line number Diff line change
Expand Up @@ -802,7 +802,7 @@ timelib==0.2.5
# via -r requirements/static/pkg/freebsd.in
toml==0.10.2
# via -r requirements/static/ci/common.in
tornado==6.1.0
tornado==6.3.2 ; python_version >= "3.8"
# via -r requirements/base.txt
typing-extensions==4.2.0
# via
Expand Down
2 changes: 1 addition & 1 deletion requirements/static/ci/py3.11/linux.txt
Original file line number Diff line number Diff line change
Expand Up @@ -844,7 +844,7 @@ timelib==0.2.5
# via -r requirements/static/pkg/linux.in
toml==0.10.2
# via -r requirements/static/ci/common.in
tornado==6.1
tornado==6.3.2 ; python_version >= "3.8"
# via
# -r requirements/base.txt
# python-telegram-bot
Expand Down
2 changes: 1 addition & 1 deletion requirements/static/ci/py3.11/windows.txt
Original file line number Diff line number Diff line change
Expand Up @@ -377,7 +377,7 @@ timelib==0.2.5
# via -r requirements/windows.txt
toml==0.10.2
# via -r requirements/static/ci/common.in
tornado==6.1.0
tornado==6.3.2 ; python_version >= "3.8"
# via -r requirements/base.txt
typing-extensions==4.4.0
# via
Expand Down
2 changes: 1 addition & 1 deletion requirements/static/ci/py3.7/cloud.txt
Original file line number Diff line number Diff line change
Expand Up @@ -906,7 +906,7 @@ toml==0.10.2
# via -r requirements/static/ci/common.in
tomli==2.0.1
# via pytest
tornado==6.1.0
tornado==6.2.0 ; python_version < "3.8"
# via -r requirements/base.txt
transitions==0.8.9
# via junos-eznc
Expand Down
2 changes: 1 addition & 1 deletion requirements/static/ci/py3.7/docs.txt
Original file line number Diff line number Diff line change
Expand Up @@ -185,7 +185,7 @@ tempora==4.1.1
# via
# -c requirements/static/ci/py3.7/linux.txt
# portend
tornado==6.1.0
tornado==6.2.0 ; python_version < "3.8"
# via
# -c requirements/static/ci/py3.7/linux.txt
# -r requirements/base.txt
Expand Down
2 changes: 1 addition & 1 deletion requirements/static/ci/py3.7/freebsd.txt
Original file line number Diff line number Diff line change
Expand Up @@ -883,7 +883,7 @@ toml==0.10.2
# via -r requirements/static/ci/common.in
tomli==2.0.1
# via pytest
tornado==6.1.0
tornado==6.2.0 ; python_version < "3.8"
# via -r requirements/base.txt
transitions==0.8.1
# via junos-eznc
Expand Down
2 changes: 1 addition & 1 deletion requirements/static/ci/py3.7/lint.txt
Original file line number Diff line number Diff line change
Expand Up @@ -877,7 +877,7 @@ toml==0.10.2
# via
# -r requirements/static/ci/common.in
# -r requirements/static/ci/lint.in
tornado==6.1
tornado==6.2 ; python_version < "3.8"
# via
# -r requirements/base.txt
# python-telegram-bot
Expand Down
2 changes: 1 addition & 1 deletion requirements/static/ci/py3.7/linux.txt
Original file line number Diff line number Diff line change
Expand Up @@ -927,7 +927,7 @@ toml==0.10.2
# via -r requirements/static/ci/common.in
tomli==2.0.1
# via pytest
tornado==6.1
tornado==6.2 ; python_version < "3.8"
# via
# -r requirements/base.txt
# python-telegram-bot
Expand Down
2 changes: 1 addition & 1 deletion requirements/static/ci/py3.7/windows.txt
Original file line number Diff line number Diff line change
Expand Up @@ -396,7 +396,7 @@ toml==0.10.2
# via -r requirements/static/ci/common.in
tomli==2.0.1
# via pytest
tornado==6.1.0
tornado==6.2.0 ; python_version < "3.8"
# via -r requirements/base.txt
typing-extensions==4.2.0
# via
Expand Down
2 changes: 1 addition & 1 deletion requirements/static/ci/py3.8/cloud.txt
Original file line number Diff line number Diff line change
Expand Up @@ -895,7 +895,7 @@ toml==0.10.2
# via -r requirements/static/ci/common.in
tomli==2.0.1
# via pytest
tornado==6.1.0
tornado==6.3.2 ; python_version >= "3.8"
# via -r requirements/base.txt
transitions==0.8.9
# via junos-eznc
Expand Down
2 changes: 1 addition & 1 deletion requirements/static/ci/py3.8/docs.txt
Original file line number Diff line number Diff line change
Expand Up @@ -177,7 +177,7 @@ tempora==4.1.1
# via
# -c requirements/static/ci/py3.8/linux.txt
# portend
tornado==6.1.0
tornado==6.3.2 ; python_version >= "3.8"
# via
# -c requirements/static/ci/py3.8/linux.txt
# -r requirements/base.txt
Expand Down
2 changes: 1 addition & 1 deletion requirements/static/ci/py3.8/freebsd.txt
Original file line number Diff line number Diff line change
Expand Up @@ -873,7 +873,7 @@ toml==0.10.2
# via -r requirements/static/ci/common.in
tomli==2.0.1
# via pytest
tornado==6.1.0
tornado==6.3.2 ; python_version >= "3.8"
# via -r requirements/base.txt
transitions==0.8.1
# via junos-eznc
Expand Down
2 changes: 1 addition & 1 deletion requirements/static/ci/py3.8/lint.txt
Original file line number Diff line number Diff line change
Expand Up @@ -868,7 +868,7 @@ toml==0.10.2
# via
# -r requirements/static/ci/common.in
# -r requirements/static/ci/lint.in
tornado==6.1
tornado==6.3.2 ; python_version >= "3.8"
# via
# -r requirements/base.txt
# python-telegram-bot
Expand Down
2 changes: 1 addition & 1 deletion requirements/static/ci/py3.8/linux.txt
Original file line number Diff line number Diff line change
Expand Up @@ -915,7 +915,7 @@ toml==0.10.2
# via -r requirements/static/ci/common.in
tomli==2.0.1
# via pytest
tornado==6.1
tornado==6.3.2 ; python_version >= "3.8"
# via
# -r requirements/base.txt
# python-telegram-bot
Expand Down
2 changes: 1 addition & 1 deletion requirements/static/ci/py3.8/windows.txt
Original file line number Diff line number Diff line change
Expand Up @@ -384,7 +384,7 @@ toml==0.10.2
# via -r requirements/static/ci/common.in
tomli==2.0.1
# via pytest
tornado==6.1.0
tornado==6.3.2 ; python_version >= "3.8"
# via -r requirements/base.txt
typing-extensions==4.2.0
# via
Expand Down
2 changes: 1 addition & 1 deletion requirements/static/ci/py3.9/cloud.txt
Original file line number Diff line number Diff line change
Expand Up @@ -898,7 +898,7 @@ toml==0.10.2
# via -r requirements/static/ci/common.in
tomli==2.0.1
# via pytest
tornado==6.1.0
tornado==6.3.2 ; python_version >= "3.8"
# via -r requirements/base.txt
transitions==0.8.9
# via junos-eznc
Expand Down
2 changes: 1 addition & 1 deletion requirements/static/ci/py3.9/darwin.txt
Original file line number Diff line number Diff line change
Expand Up @@ -876,7 +876,7 @@ toml==0.10.2
# via -r requirements/static/ci/common.in
tomli==2.0.1
# via pytest
tornado==6.1.0
tornado==6.3.2 ; python_version >= "3.8"
# via -r requirements/base.txt
transitions==0.8.1
# via junos-eznc
Expand Down
2 changes: 1 addition & 1 deletion requirements/static/ci/py3.9/docs.txt
Original file line number Diff line number Diff line change
Expand Up @@ -181,7 +181,7 @@ tempora==4.1.1
# via
# -c requirements/static/ci/py3.9/linux.txt
# portend
tornado==6.1
tornado==6.3.2 ; python_version >= "3.8"
# via
# -c requirements/static/ci/py3.9/linux.txt
# -r requirements/base.txt
Expand Down
2 changes: 1 addition & 1 deletion requirements/static/ci/py3.9/freebsd.txt
Original file line number Diff line number Diff line change
Expand Up @@ -876,7 +876,7 @@ toml==0.10.2
# via -r requirements/static/ci/common.in
tomli==2.0.1
# via pytest
tornado==6.1.0
tornado==6.3.2 ; python_version >= "3.8"
# via -r requirements/base.txt
transitions==0.8.1
# via junos-eznc
Expand Down
2 changes: 1 addition & 1 deletion requirements/static/ci/py3.9/lint.txt
Original file line number Diff line number Diff line change
Expand Up @@ -869,7 +869,7 @@ toml==0.10.2
# via
# -r requirements/static/ci/common.in
# -r requirements/static/ci/lint.in
tornado==6.1
tornado==6.3.2 ; python_version >= "3.8"
# via
# -r requirements/base.txt
# python-telegram-bot
Expand Down
2 changes: 1 addition & 1 deletion requirements/static/ci/py3.9/linux.txt
Original file line number Diff line number Diff line change
Expand Up @@ -920,7 +920,7 @@ toml==0.10.2
# via -r requirements/static/ci/common.in
tomli==2.0.1
# via pytest
tornado==6.1
tornado==6.3.2 ; python_version >= "3.8"
# via
# -r requirements/base.txt
# python-telegram-bot
Expand Down
2 changes: 1 addition & 1 deletion requirements/static/ci/py3.9/windows.txt
Original file line number Diff line number Diff line change
Expand Up @@ -385,7 +385,7 @@ toml==0.10.2
# via -r requirements/static/ci/common.in
tomli==2.0.1
# via pytest
tornado==6.1.0
tornado==6.3.2 ; python_version >= "3.8"
# via -r requirements/base.txt
typing-extensions==4.2.0
# via
Expand Down
2 changes: 1 addition & 1 deletion requirements/static/pkg/py3.10/darwin.txt
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ tempora==4.1.1
# via portend
timelib==0.2.5
# via -r requirements/darwin.txt
tornado==6.1.0
tornado==6.3.2 ; python_version >= "3.8"
# via -r requirements/base.txt
urllib3==1.26.6
# via requests
Expand Down
2 changes: 1 addition & 1 deletion requirements/static/pkg/py3.10/freebsd.txt
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ tempora==4.1.1
# via portend
timelib==0.2.5
# via -r requirements/static/pkg/freebsd.in
tornado==6.1.0
tornado==6.3.2 ; python_version >= "3.8"
# via -r requirements/base.txt
urllib3==1.26.6
# via requests
Expand Down
2 changes: 1 addition & 1 deletion requirements/static/pkg/py3.10/linux.txt
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ tempora==5.2.2
# via portend
timelib==0.3.0
# via -r requirements/static/pkg/linux.in
tornado==6.1.0
tornado==6.3.2 ; python_version >= "3.8"
# via -r requirements/base.txt
typing-extensions==4.5.0
# via pydantic
Expand Down
2 changes: 1 addition & 1 deletion requirements/static/pkg/py3.10/windows.txt
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@ tempora==4.1.1
# via portend
timelib==0.2.5
# via -r requirements/windows.txt
tornado==6.1.0
tornado==6.3.2 ; python_version >= "3.8"
# via -r requirements/base.txt
urllib3==1.26.6
# via
Expand Down
2 changes: 1 addition & 1 deletion requirements/static/pkg/py3.11/darwin.txt
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ tempora==4.1.1
# via portend
timelib==0.2.5
# via -r requirements/darwin.txt
tornado==6.1.0
tornado==6.3.2 ; python_version >= "3.8"
# via -r requirements/base.txt
urllib3==1.26.6
# via requests
Expand Down
2 changes: 1 addition & 1 deletion requirements/static/pkg/py3.11/freebsd.txt
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ tempora==4.1.1
# via portend
timelib==0.2.5
# via -r requirements/static/pkg/freebsd.in
tornado==6.1.0
tornado==6.3.2 ; python_version >= "3.8"
# via -r requirements/base.txt
urllib3==1.26.6
# via requests
Expand Down
2 changes: 1 addition & 1 deletion requirements/static/pkg/py3.11/linux.txt
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ tempora==4.1.1
# via portend
timelib==0.2.5
# via -r requirements/static/pkg/linux.in
tornado==6.1.0
tornado==6.3.2 ; python_version >= "3.8"
# via -r requirements/base.txt
urllib3==1.26.6
# via requests
Expand Down
2 changes: 1 addition & 1 deletion requirements/static/pkg/py3.11/windows.txt
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@ tempora==4.1.1
# via portend
timelib==0.2.5
# via -r requirements/windows.txt
tornado==6.1.0
tornado==6.3.2 ; python_version >= "3.8"
# via -r requirements/base.txt
urllib3==1.26.6
# via
Expand Down
2 changes: 1 addition & 1 deletion requirements/static/pkg/py3.7/freebsd.txt
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ tempora==4.1.1
# via portend
timelib==0.2.5
# via -r requirements/static/pkg/freebsd.in
tornado==6.1.0
tornado==6.2.0 ; python_version < "3.8"
# via -r requirements/base.txt
typing-extensions==3.10.0.0
# via importlib-metadata
Expand Down
2 changes: 1 addition & 1 deletion requirements/static/pkg/py3.7/linux.txt
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ tempora==4.1.1
# via portend
timelib==0.2.5
# via -r requirements/static/pkg/linux.in
tornado==6.1.0
tornado==6.2.0 ; python_version < "3.8"
# via -r requirements/base.txt
typing-extensions==3.10.0.0
# via importlib-metadata
Expand Down
2 changes: 1 addition & 1 deletion requirements/static/pkg/py3.7/windows.txt
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ tempora==4.1.1
# via portend
timelib==0.2.5
# via -r requirements/windows.txt
tornado==6.1.0
tornado==6.2.0 ; python_version < "3.8"
# via -r requirements/base.txt
typing-extensions==4.4.0
# via
Expand Down
Loading