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

Python Requirements Update #267

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
9 changes: 4 additions & 5 deletions requirements/base.txt
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ attrs==23.2.0
backports-zoneinfo[tzdata]==0.2.1
# via
# celery
# django
# kombu
billiard==4.2.0
# via celery
Expand All @@ -38,7 +39,7 @@ click-repl==0.3.0
# via celery
code-annotations==1.6.0
# via edx-toggles
django==3.2.24
django==4.2.11
# via
# -c https://raw.githubusercontent.com/edx/edx-lint/master/edx_lint/files/common_constraints.txt
# -r requirements/base.in
Expand Down Expand Up @@ -90,14 +91,12 @@ pymongo==3.13.0
# edx-opaque-keys
pynacl==1.5.0
# via edx-django-utils
python-dateutil==2.8.2
python-dateutil==2.9.0.post0
# via celery
python-slugify==8.0.4
# via code-annotations
pytz==2024.1
# via
# -r requirements/base.in
# django
# via -r requirements/base.in
pyyaml==6.0.1
# via code-annotations
six==1.16.0
Expand Down
10 changes: 5 additions & 5 deletions requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -29,12 +29,13 @@ 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
Expand Down Expand Up @@ -111,7 +112,7 @@ distlib==0.3.8
# via
# -r requirements/ci.txt
# virtualenv
django==3.2.24
django==4.2.11
# via
# -c https://raw.githubusercontent.com/edx/edx-lint/master/edx_lint/files/common_constraints.txt
# -r requirements/test.txt
Expand Down Expand Up @@ -294,7 +295,7 @@ pytest==8.0.2
# pytest-cov
pytest-cov==4.1.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 @@ -306,7 +307,6 @@ pytz==2024.1
# via
# -r requirements/test.txt
# babel
# django
pyyaml==6.0.1
# via
# -r requirements/test.txt
Expand Down Expand Up @@ -361,7 +361,7 @@ tomli==2.0.1
# pyproject-hooks
# pytest
# tox
tomlkit==0.12.3
tomlkit==0.12.4
# via
# -r requirements/test.txt
# pylint
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
9 changes: 4 additions & 5 deletions requirements/test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ backports-zoneinfo[tzdata]==0.2.1
# via
# -r requirements/base.txt
# celery
# django
# kombu
# via
# -r requirements/base.txt
Expand Down Expand Up @@ -178,7 +179,7 @@ pytest==8.0.2
# via pytest-cov
pytest-cov==4.1.0
# via -r requirements/test.in
python-dateutil==2.8.2
python-dateutil==2.9.0.post0
# via
# -r requirements/base.txt
# celery
Expand All @@ -187,9 +188,7 @@ python-slugify==8.0.4
# -r requirements/base.txt
# code-annotations
pytz==2024.1
# via
# -r requirements/base.txt
# django
# via -r requirements/base.txt
pyyaml==6.0.1
# via
# -r requirements/base.txt
Expand Down Expand Up @@ -218,7 +217,7 @@ tomli==2.0.1
# coverage
# pylint
# pytest
tomlkit==0.12.3
tomlkit==0.12.4
# via pylint
typing-extensions==4.10.0
# via
Expand Down
Loading