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 Mar 19, 2024
1 parent 5c099e9 commit 758e9db
Show file tree
Hide file tree
Showing 7 changed files with 40 additions and 26 deletions.
9 changes: 4 additions & 5 deletions requirements/base.txt
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ backports-zoneinfo[tzdata]==0.2.1
# via
# celery
# django
# djangorestframework
# kombu
billiard==4.2.0
# via celery
Expand Down Expand Up @@ -41,7 +42,7 @@ click-plugins==1.1.1
# via celery
click-repl==0.3.0
# via celery
code-annotations==1.6.0
code-annotations==1.7.0
# via edx-toggles
cryptography==42.0.5
# via pyjwt
Expand Down Expand Up @@ -81,7 +82,7 @@ django-waffle==4.1.0
# edx-django-utils
# edx-drf-extensions
# edx-toggles
djangorestframework==3.14.0
djangorestframework==3.15.0
# via
# -r requirements/base.in
# django-config-models
Expand Down Expand Up @@ -146,9 +147,7 @@ python-dateutil==2.9.0.post0
python-slugify==8.0.4
# via code-annotations
pytz==2024.1
# via
# djangorestframework
# drf-yasg
# via drf-yasg
pyyaml==6.0.1
# via
# code-annotations
Expand Down
9 changes: 9 additions & 0 deletions requirements/common_constraints.txt
Original file line number Diff line number Diff line change
Expand Up @@ -22,3 +22,12 @@ elasticsearch<7.14.0

# django-simple-history>3.0.0 adds indexing and causes a lot of migrations to be affected


# opentelemetry requires version 6.x at the moment:
# https://github.com/open-telemetry/opentelemetry-python/issues/3570
# Normally this could be added as a constraint in edx-django-utils, where we're
# adding the opentelemetry dependency. However, when we compile pip-tools.txt,
# that uses version 7.x, and then there's no undoing that when compiling base.txt.
# So we need to pin it globally, for now.
# Ticket for unpinning: https://github.com/openedx/edx-lint/issues/407
importlib-metadata<7
9 changes: 5 additions & 4 deletions requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ click-log==0.4.0
# via
# -r requirements/quality.txt
# edx-lint
code-annotations==1.6.0
code-annotations==1.7.0
# via
# -r requirements/quality.txt
# edx-lint
Expand Down Expand Up @@ -106,16 +106,17 @@ idna==3.6
# via
# -r requirements/quality.txt
# requests
importlib-metadata==7.0.2
importlib-metadata==6.11.0
# via
# -c requirements/common_constraints.txt
# -r requirements/pip-tools.txt
# -r requirements/quality.txt
# build
# keyring
# rstcheck
# rstcheck-core
# twine
importlib-resources==6.1.3
importlib-resources==6.3.1
# via
# -r requirements/quality.txt
# keyring
Expand Down Expand Up @@ -365,7 +366,7 @@ 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
14 changes: 8 additions & 6 deletions requirements/doc.txt
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ backports-zoneinfo[tzdata]==0.2.1
# via
# celery
# django
# djangorestframework
# kombu
billiard==4.2.0
# via celery
Expand Down Expand Up @@ -45,7 +46,7 @@ click-plugins==1.1.1
# via celery
click-repl==0.3.0
# via celery
code-annotations==1.6.0
code-annotations==1.7.0
# via edx-toggles
cryptography==42.0.5
# via pyjwt
Expand Down Expand Up @@ -85,7 +86,7 @@ django-waffle==4.1.0
# edx-django-utils
# edx-drf-extensions
# edx-toggles
djangorestframework==3.14.0
djangorestframework==3.15.0
# via
# -r requirements/base.in
# django-config-models
Expand Down Expand Up @@ -127,8 +128,10 @@ idna==3.6
# via requests
imagesize==1.4.1
# via sphinx
importlib-metadata==7.0.2
# via sphinx
importlib-metadata==6.11.0
# via
# -c requirements/common_constraints.txt
# sphinx
inflection==0.5.1
# via drf-yasg
jinja2==3.1.3
Expand Down Expand Up @@ -179,7 +182,6 @@ python-slugify==8.0.4
pytz==2024.1
# via
# babel
# djangorestframework
# drf-yasg
pyyaml==6.0.1
# via
Expand Down Expand Up @@ -253,5 +255,5 @@ vine==5.1.0
# kombu
wcwidth==0.2.13
# via prompt-toolkit
zipp==3.17.0
zipp==3.18.1
# via importlib-metadata
8 changes: 5 additions & 3 deletions requirements/pip-tools.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,10 @@ build==1.1.1
# via pip-tools
click==8.1.7
# via pip-tools
importlib-metadata==7.0.2
# via build
importlib-metadata==6.11.0
# via
# -c requirements/common_constraints.txt
# build
packaging==24.0
# via build
pip-tools==7.4.1
Expand All @@ -27,7 +29,7 @@ wheel==0.43.0
# via
# -r requirements/pip-tools.in
# 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
9 changes: 5 additions & 4 deletions requirements/quality.txt
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ click==8.1.7
# typer
click-log==0.4.0
# via edx-lint
code-annotations==1.6.0
code-annotations==1.7.0
# via edx-lint
colorama==0.4.6
# via typer
Expand All @@ -48,13 +48,14 @@ edx-lint==5.3.6
# via -r requirements/quality.in
idna==3.6
# via requests
importlib-metadata==7.0.2
importlib-metadata==6.11.0
# via
# -c requirements/common_constraints.txt
# keyring
# rstcheck
# rstcheck-core
# twine
importlib-resources==6.1.3
importlib-resources==6.3.1
# via keyring
isort==5.13.2
# via
Expand Down Expand Up @@ -176,7 +177,7 @@ urllib3==2.2.1
# via
# requests
# twine
zipp==3.17.0
zipp==3.18.1
# via
# importlib-metadata
# importlib-resources
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
# -r requirements/base.txt
# celery
# django
# djangorestframework
# kombu
# via
# -r requirements/base.txt
Expand Down Expand Up @@ -58,12 +59,12 @@ click-repl==0.3.0
# via
# -r requirements/base.txt
# celery
code-annotations==1.6.0
code-annotations==1.7.0
# via
# -r requirements/base.txt
# -r requirements/test.in
# edx-toggles
coverage[toml]==7.4.3
coverage[toml]==7.4.4
# via pytest-cov
cryptography==42.0.5
# via
Expand Down Expand Up @@ -108,7 +109,7 @@ django-waffle==4.1.0
# edx-django-utils
# edx-drf-extensions
# edx-toggles
djangorestframework==3.14.0
djangorestframework==3.15.0
# via
# -r requirements/base.txt
# django-config-models
Expand Down Expand Up @@ -230,7 +231,6 @@ python-slugify==8.0.4
pytz==2024.1
# via
# -r requirements/base.txt
# djangorestframework
# drf-yasg
pyyaml==6.0.1
# via
Expand Down

0 comments on commit 758e9db

Please sign in to comment.