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 #429

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
20 changes: 10 additions & 10 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 All @@ -37,7 +37,7 @@ django-simple-history==3.1.1
# via
# -c requirements/constraints.txt
# -r requirements/base.in
django-waffle==4.1.0
django-waffle==4.2.0
# via
# edx-django-utils
# edx-drf-extensions
Expand All @@ -50,27 +50,27 @@ 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
pyjwt[crypto]==2.9.0
pyjwt[crypto]==2.10.0
# via
# drf-jwt
# edx-drf-extensions
Expand All @@ -82,7 +82,7 @@ requests==2.32.3
# via edx-drf-extensions
semantic-version==2.10.0
# via edx-drf-extensions
sqlparse==0.5.1
sqlparse==0.5.2
# via django
stevedore==5.3.0
# via
Expand All @@ -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.5.0
# via -r requirements/base.in
10 changes: 3 additions & 7 deletions requirements/common_constraints.txt
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@
# Note: Changes to this file will automatically be used by other repos, referencing
# this file from Github directly. It does not require packaging in edx-lint.


# using LTS django version
Django<5.0

Expand All @@ -23,9 +22,6 @@ elasticsearch<7.14.0
# django-simple-history>3.0.0 adds indexing and causes a lot of migrations to be affected


# 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
# 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.5.0
# via -r requirements/pip.in
36 changes: 18 additions & 18 deletions test-requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -38,15 +38,15 @@ click==8.1.7
# edx-lint
click-log==0.4.0
# via edx-lint
code-annotations==1.8.0
code-annotations==1.8.1
# via edx-lint
colorama==0.4.6
# via tox
coverage[toml]==7.6.3
coverage[toml]==7.6.7
# 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 @@ -76,7 +76,7 @@ django-simple-history==3.1.1
# via
# -c requirements/constraints.txt
# -r requirements/base.txt
django-waffle==4.1.0
django-waffle==4.2.0
# via
# -r requirements/base.txt
# edx-django-utils
Expand All @@ -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==33.0.0
# 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 All @@ -164,7 +164,7 @@ pycparser==2.22
# via
# -r requirements/base.txt
# cffi
pyjwt[crypto]==2.9.0
pyjwt[crypto]==2.10.0
# via
# -r requirements/base.txt
# drf-jwt
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 All @@ -220,7 +220,7 @@ six==1.16.0
# edx-lint
# httpretty
# python-dateutil
sqlparse==0.5.1
sqlparse==0.5.2
# via
# -r requirements/base.txt
# django
Expand All @@ -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