Skip to content

Commit

Permalink
OS-7619. Update tornado to 6.4.1 (#862)
Browse files Browse the repository at this point in the history
## Description

To fix dependabot issues

## Related issue number

OS-7619

## Checklist

* [ ] The pull request title is a good summary of the changes
* [ ] Unit tests for the changes exist
* [ ] New and existing unit tests pass locally
  • Loading branch information
nk-hystax authored Jun 24, 2024
1 parent abf236b commit dc0cf27
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==8.1.0
tornado==6.3.3
tornado==6.4.1
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.3.3
tornado==6.4.1
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.3.3
tornado==6.4.1
requests==2.31.0
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.3.3
tornado==6.4.1

# 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.3.3
tornado==6.4.1
requests==2.31.0
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.3.3
tornado==6.4.1
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.3.3
tornado==6.4.1
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==8.1.0
tornado==6.3.3
tornado==6.4.1
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.3.3
tornado==6.4.1
pymongo==4.6.3
mongoengine==0.27.0
requests==2.31.0
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.3.3
tornado==6.4.1
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.3.3
tornado==6.4.1
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==8.1.0
tornado==6.3.3
tornado==6.4.1
alembic==1.13.1
cryptography==42.0.4
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.3.3
tornado==6.4.1
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.3.3', 'requests==2.31.0']
requirements = ['tornado==6.4.1', 'requests==2.31.0']

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

0 comments on commit dc0cf27

Please sign in to comment.