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

Bump celery from 5.2.1 to 5.2.2 in /ci/helpers #2727

Closed
wants to merge 3 commits into from
Closed
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 ci/helpers/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ attrs==21.2.0
# via aiohttp
billiard==3.6.4.0
# via celery
celery==5.2.1
celery==5.2.2
# via -r requirements.in
certifi==2021.10.8
# via requests
Expand Down
8 changes: 4 additions & 4 deletions services/web/server/requirements/_base.txt
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ aiormq==3.3.1
# via aio-pika
aiosmtplib==1.1.6
# via -r requirements/_base.in
amqp==5.0.6
amqp==5.0.9
# via kombu
async-timeout==3.0.1
# via
Expand All @@ -70,15 +70,15 @@ attrs==20.3.0
# aioredlock
billiard==3.6.4.0
# via celery
celery==5.1.2
celery==5.2.2
# via -r requirements/_base.in
cffi==1.14.5
# via cryptography
change-case==0.5.2
# via -r requirements/_base.in
chardet==4.0.0
# via aiohttp
click==7.1.2
click==8.0.3
# via
# celery
# click-didyoumean
Expand Down Expand Up @@ -134,7 +134,7 @@ json2html==1.3.0
# via -r requirements/_base.in
jsondiff==1.3.0
# via -r requirements/_base.in
kombu==5.1.0
kombu==5.2.3
# via celery
markupsafe==1.1.1
# via
Expand Down
10 changes: 4 additions & 6 deletions services/web/server/requirements/_test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ alembic==1.7.5
# via
# -c requirements/_packages.txt
# -r requirements/_test.in
amqp==5.0.6
amqp==5.0.9
# via
# -c requirements/_base.txt
# kombu
Expand All @@ -42,7 +42,7 @@ billiard==3.6.4.0
# via
# -c requirements/_base.txt
# celery
celery==5.1.2
celery==5.2.2
# via
# -c requirements/_base.txt
# pytest-celery
Expand All @@ -61,7 +61,7 @@ chardet==4.0.0
# aiohttp
charset-normalizer==2.0.8
# via requests
click==7.1.2
click==8.0.3
# via
# -c requirements/_base.txt
# -r requirements/_test.in
Expand Down Expand Up @@ -146,7 +146,7 @@ jsonschema==3.2.0
# docker-compose
# openapi-schema-validator
# openapi-spec-validator
kombu==5.1.0
kombu==5.2.3
# via
# -c requirements/_base.txt
# celery
Expand Down Expand Up @@ -309,8 +309,6 @@ toml==0.10.2
# pytest
tomli==1.2.2
# via coverage
trafaret==2.1.0
# via -c requirements/_base.txt
typing-extensions==3.10.0.2
# via
# -c requirements/_base.txt
Expand Down
2 changes: 1 addition & 1 deletion services/web/server/requirements/_tools.txt
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ bump2version==1.0.1
# via -r requirements/../../../../requirements/devenv.txt
cfgv==3.3.1
# via pre-commit
click==7.1.2
click==8.0.3
# via
# -c requirements/_base.txt
# -c requirements/_test.txt
Expand Down