Skip to content
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
7 changes: 3 additions & 4 deletions requirements/base.txt
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ backports-zoneinfo[tzdata]==0.2.1 ; python_version < "3.9"
# -c requirements/constraints.txt
# celery
# django
# djangorestframework
# kombu
billiard==4.2.0
# via celery
Expand Down Expand Up @@ -59,7 +60,7 @@ django-waffle==4.1.0
# via
# edx-django-utils
# edx-drf-extensions
djangorestframework==3.14.0
djangorestframework==3.15.0
# via
# -r requirements/base.in
# drf-jwt
Expand All @@ -76,7 +77,7 @@ idna==3.6
# via requests
kombu==5.3.5
# via celery
newrelic==9.7.0
newrelic==9.7.1
# via edx-django-utils
pbr==6.0.0
# via stevedore
Expand All @@ -96,8 +97,6 @@ pynacl==1.5.0
# via edx-django-utils
python-dateutil==2.9.0.post0
# via celery
pytz==2024.1
# via djangorestframework
requests==2.31.0
# via edx-drf-extensions
rules==3.3
Expand Down
23 changes: 10 additions & 13 deletions requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ backports-zoneinfo[tzdata]==0.2.1 ; python_version < "3.9"
# -r requirements/quality.txt
# celery
# django
# djangorestframework
# kombu
billiard==4.2.0
# via
Expand Down Expand Up @@ -82,11 +83,11 @@ click-repl==0.3.0
# via
# -r requirements/quality.txt
# celery
code-annotations==1.6.0
code-annotations==1.7.0
# via
# -r requirements/quality.txt
# edx-lint
coverage[toml]==7.4.3
coverage[toml]==7.4.4
# via
# -r requirements/quality.txt
# pytest-cov
Expand Down Expand Up @@ -142,7 +143,7 @@ django-waffle==4.1.0
# -r requirements/quality.txt
# edx-django-utils
# edx-drf-extensions
djangorestframework==3.14.0
djangorestframework==3.15.0
# via
# -r requirements/quality.txt
# drf-jwt
Expand Down Expand Up @@ -200,7 +201,7 @@ importlib-metadata==7.0.2
# build
# keyring
# twine
importlib-resources==6.1.3
importlib-resources==6.3.1
# via
# -r requirements/quality.txt
# keyring
Expand Down Expand Up @@ -266,7 +267,7 @@ mypy-extensions==1.0.0
# mypy
mysqlclient==2.2.4
# via -r requirements/quality.txt
newrelic==9.7.0
newrelic==9.7.1
# via
# -r requirements/quality.txt
# edx-django-utils
Expand Down Expand Up @@ -390,10 +391,6 @@ python-slugify==8.0.4
# via
# -r requirements/quality.txt
# code-annotations
pytz==2024.1
# via
# -r requirements/quality.txt
# djangorestframework
pyyaml==6.0.1
# via
# -r requirements/quality.txt
Expand Down Expand Up @@ -487,12 +484,12 @@ types-pytz==2024.1.0.20240203
# via
# -r requirements/quality.txt
# django-stubs
types-pyyaml==6.0.12.12
types-pyyaml==6.0.12.20240311
# via
# -r requirements/quality.txt
# django-stubs
# djangorestframework-stubs
types-requests==2.31.0.20240310
types-requests==2.31.0.20240311
# via
# -r requirements/quality.txt
# djangorestframework-stubs
Expand Down Expand Up @@ -537,11 +534,11 @@ wcwidth==0.2.13
# via
# -r requirements/quality.txt
# prompt-toolkit
wheel==0.42.0
wheel==0.43.0
# via
# -r requirements/pip-tools.txt
# pip-tools
zipp==3.17.0
zipp==3.18.1
# via
# -r requirements/pip-tools.txt
# -r requirements/quality.txt
Expand Down
20 changes: 9 additions & 11 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 ; python_version < "3.9"
# -r requirements/test.txt
# celery
# django
# djangorestframework
# kombu
beautifulsoup4==4.12.3
# via pydata-sphinx-theme
Expand Down Expand Up @@ -72,9 +73,9 @@ click-repl==0.3.0
# via
# -r requirements/test.txt
# celery
code-annotations==1.6.0
code-annotations==1.7.0
# via -r requirements/test.txt
coverage[toml]==7.4.3
coverage[toml]==7.4.4
# via
# -r requirements/test.txt
# pytest-cov
Expand Down Expand Up @@ -117,7 +118,7 @@ django-waffle==4.1.0
# -r requirements/test.txt
# edx-django-utils
# edx-drf-extensions
djangorestframework==3.14.0
djangorestframework==3.15.0
# via
# -r requirements/test.txt
# drf-jwt
Expand Down Expand Up @@ -192,7 +193,7 @@ mypy-extensions==1.0.0
# mypy
mysqlclient==2.2.4
# via -r requirements/test.txt
newrelic==9.7.0
newrelic==9.7.1
# via
# -r requirements/test.txt
# edx-django-utils
Expand Down Expand Up @@ -266,10 +267,7 @@ python-slugify==8.0.4
# -r requirements/test.txt
# code-annotations
pytz==2024.1
# via
# -r requirements/test.txt
# babel
# djangorestframework
# via babel
pyyaml==6.0.1
# via
# -r requirements/test.txt
Expand Down Expand Up @@ -349,12 +347,12 @@ types-pytz==2024.1.0.20240203
# via
# -r requirements/test.txt
# django-stubs
types-pyyaml==6.0.12.12
types-pyyaml==6.0.12.20240311
# via
# -r requirements/test.txt
# django-stubs
# djangorestframework-stubs
types-requests==2.31.0.20240310
types-requests==2.31.0.20240311
# via
# -r requirements/test.txt
# djangorestframework-stubs
Expand Down Expand Up @@ -391,5 +389,5 @@ wcwidth==0.2.13
# via
# -r requirements/test.txt
# prompt-toolkit
zipp==3.17.0
zipp==3.18.1
# via importlib-metadata
4 changes: 2 additions & 2 deletions requirements/pip-tools.txt
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,9 @@ tomli==2.0.1
# build
# pip-tools
# pyproject-hooks
wheel==0.42.0
wheel==0.43.0
# via pip-tools
zipp==3.17.0
zipp==3.18.1
# via importlib-metadata

# The following packages are considered to be unsafe in a requirements file:
Expand Down
4 changes: 2 additions & 2 deletions requirements/pip.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,11 @@
#
# make upgrade
#
wheel==0.42.0
wheel==0.43.0
# via -r requirements/pip.in

# The following packages are considered to be unsafe in a requirements file:
pip==24.0
# via -r requirements/pip.in
setuptools==69.1.1
setuptools==69.2.0
# via -r requirements/pip.in
21 changes: 9 additions & 12 deletions requirements/quality.txt
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ backports-zoneinfo[tzdata]==0.2.1 ; python_version < "3.9"
# -r requirements/test.txt
# celery
# django
# djangorestframework
# kombu
billiard==4.2.0
# via
Expand Down Expand Up @@ -70,11 +71,11 @@ click-repl==0.3.0
# via
# -r requirements/test.txt
# celery
code-annotations==1.6.0
code-annotations==1.7.0
# via
# -r requirements/test.txt
# edx-lint
coverage[toml]==7.4.3
coverage[toml]==7.4.4
# via
# -r requirements/test.txt
# pytest-cov
Expand Down Expand Up @@ -119,7 +120,7 @@ django-waffle==4.1.0
# -r requirements/test.txt
# edx-django-utils
# edx-drf-extensions
djangorestframework==3.14.0
djangorestframework==3.15.0
# via
# -r requirements/test.txt
# drf-jwt
Expand Down Expand Up @@ -162,7 +163,7 @@ importlib-metadata==7.0.2
# via
# keyring
# twine
importlib-resources==6.1.3
importlib-resources==6.3.1
# via keyring
iniconfig==2.0.0
# via
Expand Down Expand Up @@ -210,7 +211,7 @@ mypy-extensions==1.0.0
# mypy
mysqlclient==2.2.4
# via -r requirements/test.txt
newrelic==9.7.0
newrelic==9.7.1
# via
# -r requirements/test.txt
# edx-django-utils
Expand Down Expand Up @@ -296,10 +297,6 @@ python-slugify==8.0.4
# via
# -r requirements/test.txt
# code-annotations
pytz==2024.1
# via
# -r requirements/test.txt
# djangorestframework
pyyaml==6.0.1
# via
# -r requirements/test.txt
Expand Down Expand Up @@ -366,12 +363,12 @@ types-pytz==2024.1.0.20240203
# via
# -r requirements/test.txt
# django-stubs
types-pyyaml==6.0.12.12
types-pyyaml==6.0.12.20240311
# via
# -r requirements/test.txt
# django-stubs
# djangorestframework-stubs
types-requests==2.31.0.20240310
types-requests==2.31.0.20240311
# via
# -r requirements/test.txt
# djangorestframework-stubs
Expand Down Expand Up @@ -411,7 +408,7 @@ wcwidth==0.2.13
# via
# -r requirements/test.txt
# prompt-toolkit
zipp==3.17.0
zipp==3.18.1
# via
# importlib-metadata
# importlib-resources
17 changes: 7 additions & 10 deletions requirements/test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ backports-zoneinfo[tzdata]==0.2.1 ; python_version < "3.9"
# -r requirements/base.txt
# celery
# django
# djangorestframework
# kombu
billiard==4.2.0
# via
Expand Down Expand Up @@ -62,9 +63,9 @@ click-repl==0.3.0
# via
# -r requirements/base.txt
# celery
code-annotations==1.6.0
code-annotations==1.7.0
# via -r requirements/test.in
coverage[toml]==7.4.3
coverage[toml]==7.4.4
# via
# -r requirements/test.in
# pytest-cov
Expand Down Expand Up @@ -103,7 +104,7 @@ django-waffle==4.1.0
# -r requirements/base.txt
# edx-django-utils
# edx-drf-extensions
djangorestframework==3.14.0
djangorestframework==3.15.0
# via
# -r requirements/base.txt
# drf-jwt
Expand Down Expand Up @@ -152,7 +153,7 @@ mypy-extensions==1.0.0
# via mypy
mysqlclient==2.2.4
# via -r requirements/test.in
newrelic==9.7.0
newrelic==9.7.1
# via
# -r requirements/base.txt
# edx-django-utils
Expand Down Expand Up @@ -204,10 +205,6 @@ python-dateutil==2.9.0.post0
# celery
python-slugify==8.0.4
# via code-annotations
pytz==2024.1
# via
# -r requirements/base.txt
# djangorestframework
pyyaml==6.0.1
# via code-annotations
requests==2.31.0
Expand Down Expand Up @@ -247,11 +244,11 @@ tomli==2.0.1
# pytest
types-pytz==2024.1.0.20240203
# via django-stubs
types-pyyaml==6.0.12.12
types-pyyaml==6.0.12.20240311
# via
# django-stubs
# djangorestframework-stubs
types-requests==2.31.0.20240310
types-requests==2.31.0.20240311
# via djangorestframework-stubs
typing-extensions==4.10.0
# via
Expand Down