Skip to content

Commit

Permalink
chore: Upgrade Python requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
edx-requirements-bot committed Nov 11, 2024
1 parent c62ff90 commit 8ce7d9f
Show file tree
Hide file tree
Showing 5 changed files with 32 additions and 26 deletions.
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
4 changes: 2 additions & 2 deletions requirements/pip-tools.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,15 +8,15 @@ build==1.2.2.post1
# via pip-tools
click==8.1.7
# via pip-tools
packaging==24.1
packaging==24.2
# via build
pip-tools==7.4.1
# via -r requirements/pip-tools.in
pyproject-hooks==1.2.0
# via
# build
# pip-tools
wheel==0.44.0
wheel==0.45.0
# via pip-tools

# The following packages are considered to be unsafe in a requirements file:
Expand Down
8 changes: 5 additions & 3 deletions requirements/pip.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,13 @@
#
# make upgrade
#
wheel==0.44.0
wheel==0.45.0
# via -r requirements/pip.in

# 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 /home/runner/work/edx-organizations/edx-organizations/requirements/common_constraints.txt
# -r requirements/pip.in
setuptools==75.3.0
# via -r requirements/pip.in
28 changes: 14 additions & 14 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,15 +126,15 @@ 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
packaging==24.1
packaging==24.2
# via
# pyproject-api
# pytest
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

0 comments on commit 8ce7d9f

Please sign in to comment.