Skip to content

Commit

Permalink
OS-8017. Updated tornado version
Browse files Browse the repository at this point in the history
  • Loading branch information
nk-hystax authored Nov 29, 2024
1 parent 9aef8b8 commit 863fe30
Show file tree
Hide file tree
Showing 14 changed files with 14 additions and 14 deletions.
2 changes: 1 addition & 1 deletion auth/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
SQLAlchemy==1.3.24
mysql-connector-python==9.1.0
tornado==6.4.1
tornado==6.4.2
alembic==1.13.1
pymacaroons==0.9.2
ordered-set==4.1.0
Expand Down
2 changes: 1 addition & 1 deletion bumischeduler/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
tornado==6.4.1
tornado==6.4.2
kombu==5.3.4
# OptScale packages
-e optscale_client/config_client
Expand Down
2 changes: 1 addition & 1 deletion diproxy/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
tornado==6.4.1
tornado==6.4.2
requests==2.32.3
async_lru==1.0.3
apispec==6.3.1
Expand Down
2 changes: 1 addition & 1 deletion docker_images/ohsu/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
boto
tornado==6.4.1
tornado==6.4.2

# OptScale packages
-e tools/optscale_exceptions
Expand Down
2 changes: 1 addition & 1 deletion herald/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
SQLAlchemy==1.3.24
tornado==6.4.1
tornado==6.4.2
requests==2.32.3
netaddr==0.8.0
alembic==1.13.1
Expand Down
2 changes: 1 addition & 1 deletion insider/insider_api/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
tornado==6.4.1
tornado==6.4.2
pymongo==4.6.3
apispec==6.3.1
pyyaml==6.0.1
Expand Down
2 changes: 1 addition & 1 deletion jira_bus/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
tornado==6.4.1
tornado==6.4.2
sqlalchemy==1.4.23
alembic==1.13.1
mysql-connector==2.2.9
Expand Down
2 changes: 1 addition & 1 deletion katara/katara_service/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
SQLAlchemy==1.3.24
mysql-connector-python==9.1.0
tornado==6.4.1
tornado==6.4.2
alembic==1.13.1
croniter==0.3.15
kombu==5.3.4
Expand Down
2 changes: 1 addition & 1 deletion keeper/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
tornado==6.4.1
tornado==6.4.2
pymongo==4.6.3
mongoengine==0.27.0
requests==2.32.3
Expand Down
2 changes: 1 addition & 1 deletion metroculus/metroculus_api/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
tornado==6.4.1
tornado==6.4.2
apispec==6.3.1
pymongo==4.6.3
clickhouse-driver==0.2.6
Expand Down
2 changes: 1 addition & 1 deletion pharos_backend/pharos_receiver/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
boto3==1.34.7
tornado==6.4.1
tornado==6.4.2
kombu==5.3.4

# OptScale packages
Expand Down
2 changes: 1 addition & 1 deletion rest_api/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
SQLAlchemy==1.3.24
mysql-connector-python==9.1.0
tornado==6.4.1
tornado==6.4.2
alembic==1.13.1
cryptography==43.0.1
apispec==6.3.1
Expand Down
2 changes: 1 addition & 1 deletion slacker/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
tornado==6.4.1
tornado==6.4.2
slack_bolt==1.18.1
slack_sdk==3.27.1
sqlalchemy==1.4.52
Expand Down
2 changes: 1 addition & 1 deletion tools/optscale_exceptions/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
from setuptools import setup


requirements = ['tornado==6.4.1', 'requests==2.32.3']
requirements = ['tornado==6.4.2', 'requests==2.32.3']

setup(name='optscale-exceptions',
description='OptScale Exceptions',
Expand Down

0 comments on commit 863fe30

Please sign in to comment.