Skip to content

Commit 863fe30

Browse files
authored
OS-8017. Updated tornado version
1 parent 9aef8b8 commit 863fe30

File tree

14 files changed

+14
-14
lines changed

14 files changed

+14
-14
lines changed

auth/requirements.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
SQLAlchemy==1.3.24
22
mysql-connector-python==9.1.0
3-
tornado==6.4.1
3+
tornado==6.4.2
44
alembic==1.13.1
55
pymacaroons==0.9.2
66
ordered-set==4.1.0

bumischeduler/requirements.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
tornado==6.4.1
1+
tornado==6.4.2
22
kombu==5.3.4
33
# OptScale packages
44
-e optscale_client/config_client

diproxy/requirements.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
tornado==6.4.1
1+
tornado==6.4.2
22
requests==2.32.3
33
async_lru==1.0.3
44
apispec==6.3.1

docker_images/ohsu/requirements.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
boto
2-
tornado==6.4.1
2+
tornado==6.4.2
33

44
# OptScale packages
55
-e tools/optscale_exceptions

herald/requirements.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
SQLAlchemy==1.3.24
2-
tornado==6.4.1
2+
tornado==6.4.2
33
requests==2.32.3
44
netaddr==0.8.0
55
alembic==1.13.1

insider/insider_api/requirements.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
tornado==6.4.1
1+
tornado==6.4.2
22
pymongo==4.6.3
33
apispec==6.3.1
44
pyyaml==6.0.1

jira_bus/requirements.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
tornado==6.4.1
1+
tornado==6.4.2
22
sqlalchemy==1.4.23
33
alembic==1.13.1
44
mysql-connector==2.2.9

katara/katara_service/requirements.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
SQLAlchemy==1.3.24
22
mysql-connector-python==9.1.0
3-
tornado==6.4.1
3+
tornado==6.4.2
44
alembic==1.13.1
55
croniter==0.3.15
66
kombu==5.3.4

keeper/requirements.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
tornado==6.4.1
1+
tornado==6.4.2
22
pymongo==4.6.3
33
mongoengine==0.27.0
44
requests==2.32.3

metroculus/metroculus_api/requirements.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
tornado==6.4.1
1+
tornado==6.4.2
22
apispec==6.3.1
33
pymongo==4.6.3
44
clickhouse-driver==0.2.6

pharos_backend/pharos_receiver/requirements.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
boto3==1.34.7
2-
tornado==6.4.1
2+
tornado==6.4.2
33
kombu==5.3.4
44

55
# OptScale packages

rest_api/requirements.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
SQLAlchemy==1.3.24
22
mysql-connector-python==9.1.0
3-
tornado==6.4.1
3+
tornado==6.4.2
44
alembic==1.13.1
55
cryptography==43.0.1
66
apispec==6.3.1

slacker/requirements.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
tornado==6.4.1
1+
tornado==6.4.2
22
slack_bolt==1.18.1
33
slack_sdk==3.27.1
44
sqlalchemy==1.4.52

tools/optscale_exceptions/setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
from setuptools import setup
44

55

6-
requirements = ['tornado==6.4.1', 'requests==2.32.3']
6+
requirements = ['tornado==6.4.2', 'requests==2.32.3']
77

88
setup(name='optscale-exceptions',
99
description='OptScale Exceptions',

0 commit comments

Comments
 (0)