Skip to content

Commit

Permalink
chore: Upgrade Python requirements (#212)
Browse files Browse the repository at this point in the history
  • Loading branch information
edx-requirements-bot committed Aug 16, 2024
1 parent 3c139d1 commit 8a487be
Show file tree
Hide file tree
Showing 8 changed files with 29 additions and 44 deletions.
6 changes: 3 additions & 3 deletions requirements/base.txt
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ celery==5.4.0
# edx-celeryutils
certifi==2024.7.4
# via requests
cffi==1.16.0
cffi==1.17.0
# via
# cryptography
# pynacl
Expand Down Expand Up @@ -124,7 +124,7 @@ kombu==5.4.0
# via celery
markupsafe==2.1.5
# via jinja2
newrelic==9.12.0
newrelic==9.13.0
# via edx-django-utils
packaging==24.1
# via drf-yasg
Expand All @@ -150,7 +150,7 @@ python-slugify==8.0.4
# via code-annotations
pytz==2024.1
# via drf-yasg
pyyaml==6.0.1
pyyaml==6.0.2
# via
# code-annotations
# drf-yasg
Expand Down
2 changes: 1 addition & 1 deletion requirements/ci.txt
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ tomli==2.0.1
# via
# pyproject-api
# tox
tox==4.17.0
tox==4.17.1
# via -r requirements/ci.in
virtualenv==20.26.3
# via tox
9 changes: 0 additions & 9 deletions requirements/common_constraints.txt
Original file line number Diff line number Diff line change
Expand Up @@ -24,15 +24,6 @@ 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

# Cause: https://github.com/openedx/event-tracking/pull/290
# event-tracking 2.4.1 upgrades to pymongo 4.4.0 which is not supported on edx-platform.
# We will pin event-tracking to do not break existing installations
Expand Down
15 changes: 7 additions & 8 deletions requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ certifi==2024.7.4
# via
# -r requirements/quality.txt
# requests
cffi==1.16.0
cffi==1.17.0
# via
# -r requirements/quality.txt
# cryptography
Expand Down Expand Up @@ -110,9 +110,8 @@ idna==3.7
# via
# -r requirements/quality.txt
# requests
importlib-metadata==6.11.0
importlib-metadata==8.2.0
# via
# -c requirements/common_constraints.txt
# -r requirements/pip-tools.txt
# -r requirements/quality.txt
# build
Expand Down Expand Up @@ -153,7 +152,7 @@ keyring==25.3.0
# via
# -r requirements/quality.txt
# twine
lxml==5.2.2
lxml==5.3.0
# via edx-i18n-tools
markdown-it-py==3.0.0
# via
Expand All @@ -171,7 +170,7 @@ mdurl==0.1.2
# via
# -r requirements/quality.txt
# markdown-it-py
more-itertools==10.3.0
more-itertools==10.4.0
# via
# -r requirements/quality.txt
# jaraco-classes
Expand Down Expand Up @@ -268,7 +267,7 @@ python-slugify==8.0.4
# via
# -r requirements/quality.txt
# code-annotations
pyyaml==6.0.1
pyyaml==6.0.2
# via
# -r requirements/quality.txt
# code-annotations
Expand Down Expand Up @@ -343,7 +342,7 @@ tomlkit==0.13.0
# via
# -r requirements/quality.txt
# pylint
tox==4.17.0
tox==4.17.1
# via -r requirements/ci.txt
twine==5.1.1
# via -r requirements/quality.txt
Expand Down Expand Up @@ -376,7 +375,7 @@ wheel==0.44.0
# via
# -r requirements/pip-tools.txt
# pip-tools
zipp==3.19.2
zipp==3.20.0
# via
# -r requirements/pip-tools.txt
# -r requirements/quality.txt
Expand Down
16 changes: 7 additions & 9 deletions requirements/doc.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ amqp==5.2.0
# via kombu
asgiref==3.8.1
# via django
babel==2.15.0
babel==2.16.0
# via sphinx
backports-zoneinfo[tzdata]==0.2.1
# via
Expand All @@ -26,7 +26,7 @@ celery==5.4.0
# edx-celeryutils
certifi==2024.7.4
# via requests
cffi==1.16.0
cffi==1.17.0
# via
# cryptography
# pynacl
Expand Down Expand Up @@ -130,10 +130,8 @@ idna==3.7
# via requests
imagesize==1.4.1
# via sphinx
importlib-metadata==6.11.0
# via
# -c requirements/common_constraints.txt
# sphinx
importlib-metadata==8.2.0
# via sphinx
inflection==0.5.1
# via drf-yasg
jinja2==3.1.4
Expand All @@ -146,7 +144,7 @@ kombu==5.4.0
# via celery
markupsafe==2.1.5
# via jinja2
newrelic==9.12.0
newrelic==9.13.0
# via edx-django-utils
nh3==0.2.18
# via readme-renderer
Expand Down Expand Up @@ -185,7 +183,7 @@ pytz==2024.1
# via
# babel
# drf-yasg
pyyaml==6.0.1
pyyaml==6.0.2
# via
# code-annotations
# drf-yasg
Expand Down Expand Up @@ -257,5 +255,5 @@ vine==5.1.0
# kombu
wcwidth==0.2.13
# via prompt-toolkit
zipp==3.19.2
zipp==3.20.0
# via importlib-metadata
8 changes: 3 additions & 5 deletions requirements/pip-tools.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,8 @@ build==1.2.1
# via pip-tools
click==8.1.7
# via pip-tools
importlib-metadata==6.11.0
# via
# -c requirements/common_constraints.txt
# build
importlib-metadata==8.2.0
# via build
packaging==24.1
# via build
pip-tools==7.4.1
Expand All @@ -28,7 +26,7 @@ wheel==0.44.0
# via
# -r requirements/pip-tools.in
# pip-tools
zipp==3.19.2
zipp==3.20.0
# via importlib-metadata

# The following packages are considered to be unsafe in a requirements file:
Expand Down
11 changes: 5 additions & 6 deletions requirements/quality.txt
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ backports-zoneinfo==0.2.1
# via django
certifi==2024.7.4
# via requests
cffi==1.16.0
cffi==1.17.0
# via cryptography
charset-normalizer==3.3.2
# via requests
Expand Down Expand Up @@ -48,9 +48,8 @@ edx-lint==5.3.7
# via -r requirements/quality.in
idna==3.7
# via requests
importlib-metadata==6.11.0
importlib-metadata==8.2.0
# via
# -c requirements/common_constraints.txt
# keyring
# rstcheck-core
# twine
Expand Down Expand Up @@ -82,7 +81,7 @@ mccabe==0.7.0
# via pylint
mdurl==0.1.2
# via markdown-it-py
more-itertools==10.3.0
more-itertools==10.4.0
# via
# jaraco-classes
# jaraco-functools
Expand Down Expand Up @@ -124,7 +123,7 @@ pylint-plugin-utils==0.8.2
# pylint-django
python-slugify==8.0.4
# via code-annotations
pyyaml==6.0.1
pyyaml==6.0.2
# via code-annotations
readme-renderer==43.0
# via twine
Expand Down Expand Up @@ -181,7 +180,7 @@ urllib3==2.2.2
# via
# requests
# twine
zipp==3.19.2
zipp==3.20.0
# via
# importlib-metadata
# importlib-resources
6 changes: 3 additions & 3 deletions requirements/test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ certifi==2024.7.4
# via
# -r requirements/base.txt
# requests
cffi==1.16.0
cffi==1.17.0
# via
# -r requirements/base.txt
# cryptography
Expand Down Expand Up @@ -176,7 +176,7 @@ markupsafe==2.1.5
# jinja2
mock==5.1.0
# via -r requirements/test.in
newrelic==9.12.0
newrelic==9.13.0
# via
# -r requirements/base.txt
# edx-django-utils
Expand Down Expand Up @@ -236,7 +236,7 @@ pytz==2024.1
# via
# -r requirements/base.txt
# drf-yasg
pyyaml==6.0.1
pyyaml==6.0.2
# via
# -r requirements/base.txt
# code-annotations
Expand Down

0 comments on commit 8a487be

Please sign in to comment.