Skip to content

Commit

Permalink
chore: Updating Python Requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
edx-requirements-bot committed Sep 7, 2023
1 parent d2a05e3 commit 074eb3b
Show file tree
Hide file tree
Showing 7 changed files with 24 additions and 19 deletions.
8 changes: 4 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.1
celery==5.3.4
# via
# -c requirements/constraints.txt
# -r requirements/base.in
Expand All @@ -30,7 +30,7 @@ click-plugins==1.1.1
# via celery
click-repl==0.3.0
# via celery
django==3.2.20
django==3.2.21
# via
# -c requirements/common_constraints.txt
# -r requirements/base.in
Expand All @@ -40,13 +40,13 @@ django-model-utils==4.3.1
# via -r requirements/base.in
jsonfield==3.1.0
# via -r requirements/base.in
kombu==5.3.1
kombu==5.3.2
# via celery
prompt-toolkit==3.0.39
# via click-repl
python-dateutil==2.8.2
# via celery
pytz==2023.3
pytz==2023.3.post1
# via django
six==1.16.0
# via python-dateutil
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
4 changes: 2 additions & 2 deletions requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,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
# edx-i18n-tools
Expand Down Expand Up @@ -136,7 +136,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
13 changes: 7 additions & 6 deletions requirements/doc.txt
Original file line number Diff line number Diff line change
Expand Up @@ -26,9 +26,9 @@ billiard==4.1.0
# via celery
bleach==6.0.0
# via readme-renderer
build==0.10.0
build==1.0.3
# via -r requirements/doc.in
celery==5.3.1
celery==5.3.4
# via
# -c requirements/constraints.txt
# -r requirements/base.in
Expand All @@ -52,7 +52,7 @@ click-repl==0.3.0
# via celery
cryptography==41.0.3
# via secretstorage
django==3.2.20
django==3.2.21
# via
# -c requirements/common_constraints.txt
# -r requirements/base.in
Expand All @@ -75,6 +75,7 @@ imagesize==1.4.1
# via sphinx
importlib-metadata==6.8.0
# via
# build
# keyring
# sphinx
# twine
Expand All @@ -92,7 +93,7 @@ jsonfield==3.1.0
# via -r requirements/base.in
keyring==24.2.0
# via twine
kombu==5.3.1
kombu==5.3.2
# via celery
markdown-it-py==3.0.0
# via rich
Expand Down Expand Up @@ -131,7 +132,7 @@ pyproject-hooks==1.0.0
# via build
python-dateutil==2.8.2
# via celery
pytz==2023.3
pytz==2023.3.post1
# via
# babel
# django
Expand Down Expand Up @@ -160,7 +161,7 @@ six==1.16.0
# sphinxcontrib-napoleon
snowballstemmer==2.2.0
# via sphinx
soupsieve==2.4.1
soupsieve==2.5
# via beautifulsoup4
sphinx==6.2.1
# via
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,10 +4,12 @@
#
# make upgrade
#
build==0.10.0
build==1.0.3
# via pip-tools
click==8.1.7
# via pip-tools
importlib-metadata==6.8.0
# via build
packaging==23.1
# via build
pip-tools==7.3.0
Expand All @@ -21,6 +23,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
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.41.2
# The following packages are considered to be unsafe in a requirements file:
pip==23.2.1
# via -r requirements/pip.in
setuptools==68.1.2
setuptools==68.2.0
# via -r requirements/pip.in
6 changes: 3 additions & 3 deletions requirements/test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ click-plugins==1.1.1
# via celery
click-repl==0.3.0
# via celery
coverage[toml]==7.3.0
coverage[toml]==7.3.1
# via pytest-cov
ddt==1.6.0
# via -r requirements/test.in
Expand Down Expand Up @@ -55,7 +55,7 @@ pluggy==1.3.0
# via pytest
prompt-toolkit==3.0.39
# via click-repl
pytest==7.4.0
pytest==7.4.1
# via
# pytest-cov
# pytest-django
Expand All @@ -69,7 +69,7 @@ python-dateutil==2.8.2
# freezegun
python-memcached==1.59
# via -r requirements/test.in
pytz==2023.3
pytz==2023.3.post1
# via django
six==1.16.0
# via
Expand Down

0 comments on commit 074eb3b

Please sign in to comment.