Skip to content

Commit

Permalink
chore: Updating Python Requirements (#228)
Browse files Browse the repository at this point in the history
  • Loading branch information
edx-requirements-bot authored Jun 20, 2023
1 parent 80e3351 commit 9a1e8f8
Show file tree
Hide file tree
Showing 6 changed files with 16 additions and 19 deletions.
7 changes: 3 additions & 4 deletions requirements/base.txt
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ backports-zoneinfo[tzdata]==0.2.1
# kombu
billiard==4.1.0
# via celery
celery==5.3.0
celery==5.3.1
# via
# -c requirements/constraints.txt
# -r requirements/base.in
Expand All @@ -31,7 +31,7 @@ click-didyoumean==0.3.0
# via celery
click-plugins==1.1.1
# via celery
click-repl==0.2.0
click-repl==0.3.0
# via celery
django==3.2.19
# via
Expand All @@ -45,7 +45,7 @@ django-waffle==3.0.0
# via edx-django-utils
edx-django-utils==5.5.0
# via -r requirements/base.in
kombu==5.3.0
kombu==5.3.1
# via celery
newrelic==8.8.0
# via edx-django-utils
Expand All @@ -70,7 +70,6 @@ pytz==2023.3
six==1.16.0
# via
# -r requirements/base.in
# click-repl
# python-dateutil
sqlparse==0.4.4
# via django
Expand Down
6 changes: 3 additions & 3 deletions requirements/celery52.txt
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
amqp==5.1.1
billiard==4.1.0
celery==5.3.0
celery==5.3.1
click==8.1.3
click-didyoumean==0.3.0
click-repl==0.2.0
kombu==5.3.0
click-repl==0.3.0
kombu==5.3.1
prompt-toolkit==3.0.38
vine==5.0.0
4 changes: 2 additions & 2 deletions requirements/ci.txt
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ filelock==3.12.2
# virtualenv
packaging==23.1
# via tox
platformdirs==3.5.3
platformdirs==3.6.0
# via virtualenv
pluggy==1.0.0
# via tox
Expand All @@ -31,5 +31,5 @@ tox==3.28.0
# tox-battery
tox-battery==0.6.1
# via -r requirements/ci.in
virtualenv==20.23.0
virtualenv==20.23.1
# via tox
13 changes: 6 additions & 7 deletions requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ build==0.10.0
# via
# -r requirements/pip-tools.txt
# pip-tools
celery==5.3.0
celery==5.3.1
# via
# -c requirements/constraints.txt
# -r requirements/test.txt
Expand Down Expand Up @@ -71,7 +71,7 @@ click-plugins==1.1.1
# via
# -r requirements/test.txt
# celery
click-repl==0.2.0
click-repl==0.3.0
# via
# -r requirements/test.txt
# celery
Expand Down Expand Up @@ -129,7 +129,7 @@ idna==3.4
# via requests
imagesize==1.4.1
# via sphinx
importlib-metadata==6.6.0
importlib-metadata==6.7.0
# via sphinx
iniconfig==2.0.0
# via
Expand All @@ -144,7 +144,7 @@ jinja2==3.1.2
# -r requirements/test.txt
# code-annotations
# sphinx
kombu==5.3.0
kombu==5.3.1
# via
# -r requirements/test.txt
# celery
Expand Down Expand Up @@ -183,7 +183,7 @@ pip-tools==6.13.0
# via
# -r requirements/dev.in
# -r requirements/pip-tools.txt
platformdirs==3.5.3
platformdirs==3.6.0
# via
# -r requirements/ci.txt
# -r requirements/test.txt
Expand Down Expand Up @@ -276,7 +276,6 @@ six==1.16.0
# via
# -r requirements/ci.txt
# -r requirements/test.txt
# click-repl
# edx-lint
# python-dateutil
# tox
Expand Down Expand Up @@ -354,7 +353,7 @@ vine==5.0.0
# amqp
# celery
# kombu
virtualenv==20.23.0
virtualenv==20.23.1
# via
# -r requirements/ci.txt
# tox
Expand Down
2 changes: 1 addition & 1 deletion requirements/pip.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,5 @@ wheel==0.40.0
# The following packages are considered to be unsafe in a requirements file:
pip==23.1.2
# via -r requirements/pip.in
setuptools==67.8.0
setuptools==68.0.0
# via -r requirements/pip.in
3 changes: 1 addition & 2 deletions requirements/test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ pbr==5.11.1
# via
# -r requirements/base.txt
# stevedore
platformdirs==3.5.3
platformdirs==3.6.0
# via pylint
pluggy==1.0.0
# via pytest
Expand Down Expand Up @@ -162,7 +162,6 @@ pyyaml==6.0
six==1.16.0
# via
# -r requirements/base.txt
# click-repl
# edx-lint
# python-dateutil
sqlparse==0.4.4
Expand Down

0 comments on commit 9a1e8f8

Please sign in to comment.