Skip to content

Commit

Permalink
chore: Updating Python Requirements (#1195)
Browse files Browse the repository at this point in the history
  • Loading branch information
edx-requirements-bot committed Mar 22, 2024
1 parent 7d021f5 commit 33a0be0
Show file tree
Hide file tree
Showing 7 changed files with 29 additions and 16 deletions.
6 changes: 3 additions & 3 deletions requirements/base.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 @@ -46,7 +47,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 @@ -91,7 +92,7 @@ django-webpack-loader==0.7.0
# via
# -c requirements/constraints.txt
# -r requirements/base.in
djangorestframework==3.14.0
djangorestframework==3.15.0
# via
# -r requirements/base.in
# drf-jwt
Expand Down Expand Up @@ -183,7 +184,6 @@ python-slugify==8.0.4
pytz==2024.1
# via
# -r requirements/base.in
# djangorestframework
# event-tracking
# xblock
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 @@ -10,7 +10,7 @@ chardet==5.2.0
# via tox
colorama==0.4.6
# via tox
coverage==7.4.3
coverage==7.4.4
# via -r requirements/ci.in
distlib==0.3.8
# via virtualenv
Expand Down
9 changes: 9 additions & 0 deletions requirements/common_constraints.txt
Original file line number Diff line number Diff line change
Expand Up @@ -26,3 +26,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
7 changes: 4 additions & 3 deletions requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,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
Expand Down Expand Up @@ -59,8 +59,9 @@ filelock==3.13.1
# via
# tox
# virtualenv
importlib-metadata==7.0.2
importlib-metadata==6.11.0
# via
# -c requirements/common_constraints.txt
# rstcheck
# rstcheck-core
isort==5.13.2
Expand Down Expand Up @@ -183,5 +184,5 @@ virtualenv==20.25.1
# via tox
wheel==0.43.0
# via -r requirements/dev.in
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 @@ -10,8 +10,10 @@ click==8.1.7
# via
# -c requirements/constraints.txt
# 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 @@ tomli==2.0.1
# pyproject-hooks
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
7 changes: 4 additions & 3 deletions requirements/quality.txt
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,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 @@ -37,8 +37,9 @@ docutils==0.20.1
# via rstcheck-core
edx-lint==5.3.6
# via -r requirements/quality.in
importlib-metadata==7.0.2
importlib-metadata==6.11.0
# via
# -c requirements/common_constraints.txt
# rstcheck
# rstcheck-core
isort==5.13.2
Expand Down Expand Up @@ -123,5 +124,5 @@ typing-extensions==4.10.0
# rstcheck
# rstcheck-core
# typer
zipp==3.17.0
zipp==3.18.1
# via importlib-metadata
6 changes: 3 additions & 3 deletions requirements/test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ backports-zoneinfo[tzdata]==0.2.1
# via
# celery
# django
# djangorestframework
# kombu
# via celery
# via
Expand All @@ -40,11 +41,11 @@ charset-normalizer==3.3.2
click-plugins==1.1.1
# via celery
# via celery
code-annotations==1.6.0
code-annotations==1.7.0
# via
# -r requirements/test.in
# edx-toggles
coverage[toml]==7.4.3
coverage[toml]==7.4.4
# via pytest-cov
cryptography==42.0.5
# via pyjwt
Expand Down Expand Up @@ -218,7 +219,6 @@ python-slugify==8.0.4
pytz==2024.1
# via
# -r requirements/base.in
# djangorestframework
# event-tracking
# xblock
pyyaml==6.0.1
Expand Down

0 comments on commit 33a0be0

Please sign in to comment.