Skip to content

Commit

Permalink
chore: Updating Python Requirements (#337)
Browse files Browse the repository at this point in the history
  • Loading branch information
edx-requirements-bot authored Mar 4, 2024
1 parent 31fd580 commit 0f35c84
Show file tree
Hide file tree
Showing 7 changed files with 25 additions and 25 deletions.
6 changes: 3 additions & 3 deletions requirements/base.txt
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ asgiref==3.7.2
backports-zoneinfo[tzdata]==0.2.1
# via
# celery
# django
# kombu
billiard==4.2.0
# via celery
Expand All @@ -30,7 +31,7 @@ click-plugins==1.1.1
# via celery
click-repl==0.3.0
# via celery
django==3.2.24
django==4.2.10
# via
# -c https://raw.githubusercontent.com/edx/edx-lint/master/edx_lint/files/common_constraints.txt
# -r requirements/base.in
Expand All @@ -53,11 +54,10 @@ packaging==23.2
# via drf-yasg
prompt-toolkit==3.0.43
# via click-repl
python-dateutil==2.8.2
python-dateutil==2.9.0.post0
# via celery
pytz==2024.1
# via
# django
# djangorestframework
# drf-yasg
pyyaml==6.0.1
Expand Down
2 changes: 1 addition & 1 deletion requirements/ci.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
#
# make upgrade
#
cachetools==5.3.2
cachetools==5.3.3
# via tox
chardet==5.2.0
# via tox
Expand Down
16 changes: 8 additions & 8 deletions requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -21,16 +21,17 @@ backports-zoneinfo[tzdata]==0.2.1
# via
# -r requirements/test.txt
# celery
# django
# kombu
billiard==4.2.0
# via
# -r requirements/test.txt
# celery
build==1.0.3
build==1.1.1
# via
# -r requirements/pip-tools.txt
# pip-tools
cachetools==5.3.2
cachetools==5.3.3
# via
# -r requirements/ci.txt
# tox
Expand Down Expand Up @@ -91,7 +92,7 @@ distlib==0.3.8
# via
# -r requirements/ci.txt
# virtualenv
django==3.2.24
django==4.2.10
# via
# -c https://raw.githubusercontent.com/edx/edx-lint/master/edx_lint/files/common_constraints.txt
# -r requirements/test.txt
Expand Down Expand Up @@ -228,7 +229,7 @@ pyproject-hooks==1.0.0
# -r requirements/pip-tools.txt
# build
# pip-tools
pytest==8.0.2
pytest==8.1.0
# via
# -r requirements/test.txt
# pytest-cov
Expand All @@ -237,7 +238,7 @@ pytest-cov==4.1.0
# via -r requirements/test.txt
pytest-django==4.8.0
# via -r requirements/test.txt
python-dateutil==2.8.2
python-dateutil==2.9.0.post0
# via
# -r requirements/test.txt
# celery
Expand All @@ -248,7 +249,6 @@ python-slugify==8.0.4
pytz==2024.1
# via
# -r requirements/test.txt
# django
# djangorestframework
# drf-yasg
pyyaml==6.0.1
Expand Down Expand Up @@ -278,7 +278,7 @@ stevedore==5.2.0
# via
# -r requirements/quality.txt
# code-annotations
testfixtures==8.0.0
testfixtures==8.1.0
# via -r requirements/test.txt
text-unidecode==1.3
# via
Expand All @@ -298,7 +298,7 @@ tomli==2.0.1
# pyproject-hooks
# pytest
# tox
tomlkit==0.12.3
tomlkit==0.12.4
# via
# -r requirements/quality.txt
# pylint
Expand Down
14 changes: 7 additions & 7 deletions requirements/doc.txt
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ backports-zoneinfo[tzdata]==0.2.1
# via
# -r requirements/base.txt
# celery
# django
# kombu
beautifulsoup4==4.12.3
# via pydata-sphinx-theme
Expand Down Expand Up @@ -74,7 +75,7 @@ cryptography==42.0.5
# via secretstorage
deepmerge==1.1.1
# via sphinxcontrib-openapi
django==3.2.24
django==4.2.10
# via
# -c https://raw.githubusercontent.com/edx/edx-lint/master/edx_lint/files/common_constraints.txt
# -r requirements/base.txt
Expand Down Expand Up @@ -136,7 +137,7 @@ jsonschema==4.21.1
# via sphinxcontrib-openapi
jsonschema-specifications==2023.12.1
# via jsonschema
keyring==24.3.0
keyring==24.3.1
# via twine
kombu==5.3.5
# via
Expand Down Expand Up @@ -166,7 +167,7 @@ pbr==6.0.0
# via stevedore
picobox==4.0.0
# via sphinxcontrib-openapi
pkginfo==1.9.6
pkginfo==1.10.0
# via twine
pkgutil-resolve-name==1.3.10
# via jsonschema
Expand All @@ -187,23 +188,22 @@ pygments==2.17.2
# rich
# sphinx
# sphinx-mdinclude
python-dateutil==2.8.2
python-dateutil==2.9.0.post0
# via
# -r requirements/base.txt
# celery
pytz==2024.1
# via
# -r requirements/base.txt
# babel
# django
# djangorestframework
# drf-yasg
pyyaml==6.0.1
# via
# -r requirements/base.txt
# drf-yasg
# sphinxcontrib-openapi
readme-renderer==42.0
readme-renderer==43.0
# via twine
referencing==0.33.0
# via
Expand All @@ -221,7 +221,7 @@ restructuredtext-lint==1.4.0
# via doc8
rfc3986==2.0.0
# via twine
rich==13.7.0
rich==13.7.1
# via twine
rpds-py==0.18.0
# via
Expand Down
2 changes: 1 addition & 1 deletion requirements/pip-tools.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
#
# make upgrade
#
build==1.0.3
build==1.1.1
# via pip-tools
click==8.1.7
# via pip-tools
Expand Down
2 changes: 1 addition & 1 deletion requirements/quality.txt
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ text-unidecode==1.3
# via python-slugify
tomli==2.0.1
# via pylint
tomlkit==0.12.3
tomlkit==0.12.4
# via pylint
typing-extensions==4.10.0
# via
Expand Down
8 changes: 4 additions & 4 deletions requirements/test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ backports-zoneinfo[tzdata]==0.2.1
# via
# -r requirements/base.txt
# celery
# django
# kombu
billiard==4.2.0
# via
Expand Down Expand Up @@ -85,22 +86,21 @@ prompt-toolkit==3.0.43
# via
# -r requirements/base.txt
# click-repl
pytest==8.0.2
pytest==8.1.0
# via
# pytest-cov
# pytest-django
pytest-cov==4.1.0
# via -r requirements/test.in
pytest-django==4.8.0
# via -r requirements/test.in
python-dateutil==2.8.2
python-dateutil==2.9.0.post0
# via
# -r requirements/base.txt
# celery
pytz==2024.1
# via
# -r requirements/base.txt
# django
# djangorestframework
# drf-yasg
pyyaml==6.0.1
Expand All @@ -117,7 +117,7 @@ sqlparse==0.4.4
# via
# -r requirements/base.txt
# django
testfixtures==8.0.0
testfixtures==8.1.0
# via -r requirements/test.in
tomli==2.0.1
# via
Expand Down

0 comments on commit 0f35c84

Please sign in to comment.