Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: Upgrade Python requirements #427

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
14 changes: 7 additions & 7 deletions requirements/base.txt
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ charset-normalizer==3.4.0
# via requests
click==8.1.7
# via edx-django-utils
cryptography==43.0.1
cryptography==43.0.3
# via pyjwt
django==4.2.16
# via
Expand Down Expand Up @@ -50,23 +50,23 @@ dnspython==2.7.0
# via pymongo
drf-jwt==1.19.2
# via edx-drf-extensions
edx-django-utils==6.0.0
edx-django-utils==7.0.0
# via edx-drf-extensions
edx-drf-extensions==10.4.0
edx-drf-extensions==10.5.0
# via -r requirements/base.in
edx-opaque-keys==2.11.0
# via
# -r requirements/base.in
# edx-drf-extensions
idna==3.10
# via requests
newrelic==10.1.0
newrelic==10.2.0
# via edx-django-utils
pbr==6.1.0
# via stevedore
pillow==10.4.0
pillow==11.0.0
# via -r requirements/base.in
psutil==6.0.0
psutil==6.1.0
# via edx-django-utils
pycparser==2.22
# via cffi
Expand Down Expand Up @@ -94,5 +94,5 @@ urllib3==2.2.3
# via requests

# The following packages are considered to be unsafe in a requirements file:
setuptools==75.1.0
setuptools==75.3.0
# via -r requirements/base.in
4 changes: 4 additions & 0 deletions requirements/common_constraints.txt
Original file line number Diff line number Diff line change
Expand Up @@ -29,3 +29,7 @@ elasticsearch<7.14.0
# This can be unpinned once https://github.com/openedx/edx-platform/issues/34586
# has been resolved and edx-platform is running with pymongo>=4.4.0
event-tracking<2.4.1

# Cause: https://github.com/openedx/edx-lint/issues/458
# This can be unpinned once https://github.com/openedx/edx-lint/issues/459 has been resolved.
pip<24.3
6 changes: 4 additions & 2 deletions requirements/pip.txt
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@ 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==75.1.0
# via
# -c requirements/common_constraints.txt
# -r requirements/pip.in
setuptools==75.3.0
# via -r requirements/pip.in
26 changes: 13 additions & 13 deletions test-requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -42,11 +42,11 @@ code-annotations==1.8.0
# via edx-lint
colorama==0.4.6
# via tox
coverage[toml]==7.6.3
coverage[toml]==7.6.4
# via
# -r requirements/test.in
# pytest-cov
cryptography==43.0.1
cryptography==43.0.3
# via
# -r requirements/base.txt
# pyjwt
Expand Down Expand Up @@ -94,21 +94,21 @@ drf-jwt==1.19.2
# via
# -r requirements/base.txt
# edx-drf-extensions
edx-django-utils==6.0.0
edx-django-utils==7.0.0
# via
# -r requirements/base.txt
# edx-drf-extensions
edx-drf-extensions==10.4.0
edx-drf-extensions==10.5.0
# via -r requirements/base.txt
edx-lint==5.4.0
edx-lint==5.4.1
# via -r requirements/test.in
edx-opaque-keys==2.11.0
# via
# -r requirements/base.txt
# edx-drf-extensions
factory-boy==3.3.1
# via -r requirements/test.in
faker==30.3.0
faker==30.8.2
# via factory-boy
filelock==3.16.1
# via
Expand All @@ -126,11 +126,11 @@ isort==5.13.2
# via pylint
jinja2==3.1.4
# via code-annotations
markupsafe==3.0.1
markupsafe==3.0.2
# via jinja2
mccabe==0.7.0
# via pylint
newrelic==10.1.0
newrelic==10.2.0
# via
# -r requirements/base.txt
# edx-django-utils
Expand All @@ -143,7 +143,7 @@ pbr==6.1.0
# via
# -r requirements/base.txt
# stevedore
pillow==10.4.0
pillow==11.0.0
# via -r requirements/base.txt
platformdirs==4.3.6
# via
Expand All @@ -154,7 +154,7 @@ pluggy==1.5.0
# via
# pytest
# tox
psutil==6.0.0
psutil==6.1.0
# via
# -r requirements/base.txt
# edx-django-utils
Expand Down Expand Up @@ -197,7 +197,7 @@ pytest==8.3.3
# via
# pytest-cov
# pytest-django
pytest-cov==5.0.0
pytest-cov==6.0.0
# via -r requirements/test.in
pytest-django==4.9.0
# via -r requirements/test.in
Expand Down Expand Up @@ -234,7 +234,7 @@ text-unidecode==1.3
# via python-slugify
tomlkit==0.13.2
# via pylint
tox==4.21.2
tox==4.23.2
# via -r requirements/test.in
typing-extensions==4.12.2
# via
Expand All @@ -245,7 +245,7 @@ urllib3==2.2.3
# via
# -r requirements/base.txt
# requests
virtualenv==20.26.6
virtualenv==20.27.1
# via tox

# The following packages are considered to be unsafe in a requirements file:
Expand Down
Loading