Skip to content

Commit

Permalink
chore: Updating Python Requirements (#1148)
Browse files Browse the repository at this point in the history
  • Loading branch information
edx-requirements-bot authored Sep 8, 2023
1 parent 315ba7a commit 1de7250
Show file tree
Hide file tree
Showing 7 changed files with 21 additions and 17 deletions.
10 changes: 5 additions & 5 deletions requirements/base.txt
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ backports-zoneinfo[tzdata]==0.2.1
# kombu
billiard==4.1.0
# via celery
celery==5.3.1
celery==5.3.4
# via
# -c requirements/constraints.txt
# event-tracking
Expand Down Expand Up @@ -44,7 +44,7 @@ click-repl==0.3.0
# via celery
cryptography==41.0.3
# via pyjwt
django==3.2.20
django==3.2.21
# via
# -c requirements/common_constraints.txt
# -r requirements/base.in
Expand Down Expand Up @@ -94,7 +94,7 @@ edx-django-utils==5.7.0
# edx-rest-api-client
# edx-when
# event-tracking
edx-drf-extensions==8.9.1
edx-drf-extensions==8.9.2
# via
# -r requirements/base.in
# edx-when
Expand All @@ -115,7 +115,7 @@ idna==3.4
# via requests
jsonfield==3.1.0
# via -r requirements/base.in
kombu==5.3.1
kombu==5.3.2
# via celery
lxml==4.9.3
# via xblock
Expand Down Expand Up @@ -151,7 +151,7 @@ python-dateutil==2.8.2
# celery
# edx-drf-extensions
# xblock
pytz==2023.3
pytz==2023.3.post1
# via
# -r requirements/base.in
# django
Expand Down
4 changes: 2 additions & 2 deletions requirements/celery50.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.1
celery==5.3.4
click==8.1.7
click-didyoumean==0.3.0
click-repl==0.3.0
kombu==5.3.1
kombu==5.3.2
prompt-toolkit==3.0.39
vine==5.0.0
2 changes: 1 addition & 1 deletion requirements/ci.txt
Original file line number Diff line number Diff line change
Expand Up @@ -33,5 +33,5 @@ tox-battery==0.6.2
# via -r requirements/ci.in
typing-extensions==4.7.1
# via filelock
virtualenv==20.24.3
virtualenv==20.24.4
# via tox
6 changes: 3 additions & 3 deletions requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ dill==0.3.7
# via pylint
distlib==0.3.7
# via virtualenv
django==3.2.20
django==3.2.21
# via
# -c requirements/common_constraints.txt
# -r requirements/dev.in
Expand Down Expand Up @@ -113,7 +113,7 @@ pylint-plugin-utils==0.8.2
# pylint-django
python-slugify==8.0.1
# via code-annotations
pytz==2023.3
pytz==2023.3.post1
# via django
pyyaml==6.0.1
# via
Expand Down Expand Up @@ -164,7 +164,7 @@ typing-extensions==4.7.1
# pydantic
# pylint
# rich
virtualenv==20.24.3
virtualenv==20.24.4
# via tox
wheel==0.41.2
# via -r requirements/dev.in
Expand Down
6 changes: 5 additions & 1 deletion requirements/pip-tools.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,14 @@
#
# make upgrade
#
build==0.10.0
build==1.0.0
# via pip-tools
click==8.1.7
# via
# -c requirements/constraints.txt
# pip-tools
importlib-metadata==6.8.0
# via build
packaging==23.1
# via build
pip-tools==7.3.0
Expand All @@ -23,6 +25,8 @@ tomli==2.0.1
# pyproject-hooks
wheel==0.41.2
# via pip-tools
zipp==3.16.2
# via importlib-metadata

# The following packages are considered to be unsafe in a requirements file:
# pip
Expand Down
4 changes: 2 additions & 2 deletions requirements/quality.txt
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ commonmark==0.9.1
# via rich
dill==0.3.7
# via pylint
django==3.2.20
django==3.2.21
# via
# -c requirements/common_constraints.txt
# -r requirements/quality.in
Expand Down Expand Up @@ -75,7 +75,7 @@ pylint-plugin-utils==0.8.2
# pylint-django
python-slugify==8.0.1
# via code-annotations
pytz==2023.3
pytz==2023.3.post1
# via django
pyyaml==6.0.1
# via code-annotations
Expand Down
6 changes: 3 additions & 3 deletions requirements/test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ edx-django-utils==5.7.0
# edx-rest-api-client
# edx-when
# event-tracking
edx-drf-extensions==8.9.1
edx-drf-extensions==8.9.2
# via
# -r requirements/base.in
# edx-when
Expand Down Expand Up @@ -181,7 +181,7 @@ pymongo==3.13.0
# event-tracking
pynacl==1.5.0
# via edx-django-utils
pytest==7.4.0
pytest==7.4.1
# via
# pytest-cov
# pytest-django
Expand All @@ -201,7 +201,7 @@ python-dateutil==2.8.2
# xblock
python-slugify==8.0.1
# via code-annotations
pytz==2023.3
pytz==2023.3.post1
# via
# -r requirements/base.in
# django
Expand Down

0 comments on commit 1de7250

Please sign in to comment.