Skip to content

Commit

Permalink
Merge pull request #520 from openedx/repo-tools/upgrade-python-requir…
Browse files Browse the repository at this point in the history
…ements-2af37a5

chore: Upgrade Python requirements
  • Loading branch information
DawoudSheraz authored Aug 16, 2024
2 parents 2af37a5 + 4af481d commit 36e1bd1
Show file tree
Hide file tree
Showing 6 changed files with 21 additions and 32 deletions.
2 changes: 1 addition & 1 deletion requirements/ci.txt
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ pyproject-api==1.7.1
# via tox
requests==2.32.3
# via coveralls
tox==4.17.1
tox==4.18.0
# via -r requirements/ci.in
urllib3==2.2.2
# via requests
Expand Down
9 changes: 0 additions & 9 deletions requirements/common_constraints.txt
Original file line number Diff line number Diff line change
Expand Up @@ -23,15 +23,6 @@ elasticsearch<7.14.0
# django-simple-history>3.0.0 adds indexing and causes a lot of migrations to be affected
django-simple-history==3.0.0

# 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
17 changes: 8 additions & 9 deletions requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@ edx-opaque-keys==2.10.0
# via edx-drf-extensions
edx-toggles==5.2.0
# via -r requirements/base.in
fastapi==0.112.0
fastapi==0.112.1
# via pact-python
filelock==3.15.4
# via
Expand All @@ -139,9 +139,8 @@ idna==3.7
# anyio
# requests
# yarl
importlib-metadata==6.11.0
importlib-metadata==8.2.0
# via
# -c requirements/common_constraints.txt
# keyring
# twine
iniconfig==2.0.0
Expand All @@ -166,7 +165,7 @@ jinja2==3.1.4
# diff-cover
keyring==25.3.0
# via twine
lxml==5.2.2
lxml==5.3.0
# via -r requirements/base.in
markdown-it-py==3.0.0
# via rich
Expand Down Expand Up @@ -305,7 +304,7 @@ snowballstemmer==2.2.0
# via pydocstyle
sqlparse==0.5.1
# via django
starlette==0.37.2
starlette==0.38.2
# via fastapi
stevedore==5.2.0
# via
Expand All @@ -314,9 +313,9 @@ stevedore==5.2.0
# edx-opaque-keys
text-unidecode==1.3
# via python-slugify
tomlkit==0.13.0
tomlkit==0.13.2
# via pylint
tox==4.17.1
tox==4.18.0
# via -r requirements/ci.in
twine==5.1.1
# via -r requirements/quality.in
Expand All @@ -331,13 +330,13 @@ urllib3==2.2.2
# requests
# responses
# twine
uvicorn==0.30.5
uvicorn==0.30.6
# via pact-python
virtualenv==20.26.3
# via tox
yarl==1.9.4
# via pact-python
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
2 changes: 1 addition & 1 deletion requirements/pip.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,5 @@ wheel==0.44.0
# The following packages are considered to be unsafe in a requirements file:
pip==24.2
# via -r requirements/pip.in
setuptools==72.1.0
setuptools==72.2.0
# via -r requirements/pip.in
15 changes: 7 additions & 8 deletions requirements/quality.txt
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ edx-opaque-keys==2.10.0
# via edx-drf-extensions
edx-toggles==5.2.0
# via -r requirements/base.in
fastapi==0.112.0
fastapi==0.112.1
# via pact-python
fs==2.4.16
# via -r requirements/test.in
Expand All @@ -119,9 +119,8 @@ idna==3.7
# anyio
# requests
# yarl
importlib-metadata==6.11.0
importlib-metadata==8.2.0
# via
# -c requirements/common_constraints.txt
# keyring
# twine
iniconfig==2.0.0
Expand All @@ -144,7 +143,7 @@ jinja2==3.1.4
# via code-annotations
keyring==25.3.0
# via twine
lxml==5.2.2
lxml==5.3.0
# via -r requirements/base.in
markdown-it-py==3.0.0
# via rich
Expand Down Expand Up @@ -270,7 +269,7 @@ snowballstemmer==2.2.0
# via pydocstyle
sqlparse==0.5.1
# via django
starlette==0.37.2
starlette==0.38.2
# via fastapi
stevedore==5.2.0
# via
Expand All @@ -279,7 +278,7 @@ stevedore==5.2.0
# edx-opaque-keys
text-unidecode==1.3
# via python-slugify
tomlkit==0.13.0
tomlkit==0.13.2
# via pylint
twine==5.1.1
# via -r requirements/quality.in
Expand All @@ -294,11 +293,11 @@ urllib3==2.2.2
# requests
# responses
# twine
uvicorn==0.30.5
uvicorn==0.30.6
# via pact-python
yarl==1.9.4
# via pact-python
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
8 changes: 4 additions & 4 deletions requirements/test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ edx-opaque-keys==2.10.0
# via edx-drf-extensions
edx-toggles==5.2.0
# via -r requirements/base.in
fastapi==0.112.0
fastapi==0.112.1
# via pact-python
fs==2.4.16
# via -r requirements/test.in
Expand All @@ -100,7 +100,7 @@ iniconfig==2.0.0
# via pytest
jinja2==3.1.4
# via code-annotations
lxml==5.2.2
lxml==5.3.0
# via -r requirements/base.in
markupsafe==2.1.5
# via jinja2
Expand Down Expand Up @@ -173,7 +173,7 @@ sniffio==1.3.1
# via anyio
sqlparse==0.5.1
# via django
starlette==0.37.2
starlette==0.38.2
# via fastapi
stevedore==5.2.0
# via
Expand All @@ -192,7 +192,7 @@ urllib3==2.2.2
# via
# requests
# responses
uvicorn==0.30.5
uvicorn==0.30.6
# via pact-python
yarl==1.9.4
# via pact-python
Expand Down

0 comments on commit 36e1bd1

Please sign in to comment.