Skip to content

chore(deps): bump tornado from 6.4.2 to 6.5.1 in /engine #5541

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

Closed
wants to merge 1 commit into from
Closed
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
27 changes: 17 additions & 10 deletions engine/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@ apscheduler==3.6.3
# via python-telegram-bot
asgiref==3.7.2
# via django
async-timeout==5.0.1
# via redis
attrs==23.2.0
# via
# jsonschema
Expand All @@ -34,7 +36,7 @@ cachetools==4.2.2
# via
# google-auth
# python-telegram-bot
celery==5.3.6
celery[redis]==5.3.6
# via -r requirements.in
certifi==2024.7.4
# via
Expand Down Expand Up @@ -97,7 +99,7 @@ django==4.2.20
# social-auth-app-django
django-add-default-value==0.10.0
# via -r requirements.in
django-anymail==12.0
django-anymail[amazon-ses]==12.0
# via -r requirements.in
django-cors-headers==3.7.0
# via -r requirements.in
Expand Down Expand Up @@ -152,7 +154,7 @@ firebase-admin==5.4.0
# via fcm-django
flask==3.0.2
# via slack-export-viewer
google-api-core==2.17.0
google-api-core[grpc]==2.17.0
# via
# firebase-admin
# google-api-python-client
Expand Down Expand Up @@ -224,7 +226,10 @@ idna==3.7
# -r requirements.in
# requests
importlib-metadata==6.11.0
# via opentelemetry-api
# via
# flask
# markdown
# opentelemetry-api
inflection==0.5.1
# via drf-spectacular
itsdangerous==2.1.2
Expand Down Expand Up @@ -414,10 +419,6 @@ rsa==4.9
# via google-auth
s3transfer==0.10.0
# via boto3
setuptools==76.0.0
# via
# apscheduler
# opentelemetry-instrumentation
six==1.16.0
# via
# apscheduler
Expand All @@ -441,14 +442,20 @@ sqlparse==0.5.0
# django-silk
toml==0.10.2
# via django-migration-linter
tornado==6.4.2
tomli==2.2.1
# via autopep8
tornado==6.5.1
# via python-telegram-bot
tqdm==4.66.3
# via django-mirage-field
twilio==6.37.0
# via -r requirements.in
typing-extensions==4.9.0
# via opentelemetry-sdk
# via
# asgiref
# drf-spectacular
# kombu
# opentelemetry-sdk
tzdata==2024.1
# via celery
tzlocal==5.2
Expand Down
Loading