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

Merged
merged 1 commit into from
Dec 9, 2024
Merged
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
16 changes: 8 additions & 8 deletions requirements/base.txt
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,9 @@ charset-normalizer==3.4.0
# via requests
click==8.1.7
# via edx-django-utils
cryptography==43.0.3
cryptography==44.0.0
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

# via pyjwt
django==4.2.16
django==4.2.17
# via
# -c requirements/common_constraints.txt
# -r requirements/base.in
Expand All @@ -29,7 +29,7 @@ django==4.2.16
# edx-django-utils
django-crum==0.7.9
# via edx-django-utils
django-waffle==4.1.0
django-waffle==4.2.0
# via
# -r requirements/base.in
# edx-django-utils
Expand All @@ -41,21 +41,21 @@ dnspython==2.7.0
# via pymongo
drf-jwt==1.19.2
# via -r requirements/base.in
edx-django-utils==7.0.0
edx-django-utils==7.1.0
# via -r requirements/base.in
edx-opaque-keys==2.11.0
# via -r requirements/base.in
idna==3.10
# via requests
newrelic==10.2.0
newrelic==10.3.1
# via edx-django-utils
pbr==6.1.0
# via stevedore
psutil==6.1.0
# via edx-django-utils
pycparser==2.22
# via cffi
pyjwt[crypto]==2.9.0
pyjwt[crypto]==2.10.1
# via
# -r requirements/base.in
# drf-jwt
Expand All @@ -67,9 +67,9 @@ requests==2.32.3
# via -r requirements/base.in
semantic-version==2.10.0
# via -r requirements/base.in
sqlparse==0.5.1
sqlparse==0.5.2
# via django
stevedore==5.3.0
stevedore==5.4.0
# via
# edx-django-utils
# edx-opaque-keys
Expand Down
8 changes: 0 additions & 8 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,13 +22,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

# 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
32 changes: 16 additions & 16 deletions requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -69,19 +69,19 @@ click-log==0.4.0
# via
# -r requirements/test.txt
# edx-lint
code-annotations==1.8.0
code-annotations==2.0.0
# via
# -r requirements/test.txt
# edx-lint
colorama==0.4.6
# via
# -r requirements/test.txt
# tox
coverage[toml]==7.6.4
coverage[toml]==7.6.8
# via
# -r requirements/test.txt
# pytest-cov
cryptography==43.0.3
cryptography==44.0.0
# via
# -r requirements/base.txt
# -r requirements/test.txt
Expand All @@ -96,7 +96,7 @@ distlib==0.3.9
# via
# -r requirements/test.txt
# virtualenv
django==4.2.16
django==4.2.17
# via
# -c requirements/common_constraints.txt
# -r requirements/base.txt
Expand All @@ -111,7 +111,7 @@ django-crum==0.7.9
# -r requirements/base.txt
# -r requirements/test.txt
# edx-django-utils
django-waffle==4.1.0
django-waffle==4.2.0
# via
# -r requirements/base.txt
# -r requirements/test.txt
Expand All @@ -135,7 +135,7 @@ drf-jwt==1.19.2
# via
# -r requirements/base.txt
# -r requirements/test.txt
edx-django-utils==7.0.0
edx-django-utils==7.1.0
# via
# -r requirements/base.txt
# -r requirements/test.txt
Expand All @@ -147,7 +147,7 @@ edx-opaque-keys==2.11.0
# -r requirements/test.txt
factory-boy==2.12.0
# via -r requirements/test.txt
faker==30.8.2
faker==33.1.0
# via
# -r requirements/test.txt
# factory-boy
Expand Down Expand Up @@ -191,12 +191,12 @@ mccabe==0.7.0
# via
# -r requirements/test.txt
# pylint
newrelic==10.2.0
newrelic==10.3.1
# via
# -r requirements/base.txt
# -r requirements/test.txt
# edx-django-utils
packaging==24.1
packaging==24.2
# via
# -r requirements/docs.txt
# -r requirements/test.txt
Expand Down Expand Up @@ -243,12 +243,12 @@ pygments==2.18.0
# accessible-pygments
# pydata-sphinx-theme
# sphinx
pyjwt[crypto]==2.9.0
pyjwt[crypto]==2.10.1
# via
# -r requirements/base.txt
# -r requirements/test.txt
# drf-jwt
pylint==3.3.1
pylint==3.3.2
# via
# -r requirements/test.txt
# edx-lint
Expand Down Expand Up @@ -282,7 +282,7 @@ pyproject-api==1.8.0
# via
# -r requirements/test.txt
# tox
pytest==8.3.3
pytest==8.3.4
# via
# -r requirements/test.txt
# pytest-cov
Expand Down Expand Up @@ -313,7 +313,7 @@ semantic-version==2.10.0
# via
# -r requirements/base.txt
# -r requirements/test.txt
six==1.16.0
six==1.17.0
# via
# -r requirements/test.txt
# edx-lint
Expand Down Expand Up @@ -358,12 +358,12 @@ sphinxcontrib-serializinghtml==2.0.0
# via
# -r requirements/docs.txt
# sphinx
sqlparse==0.5.1
sqlparse==0.5.2
# via
# -r requirements/base.txt
# -r requirements/test.txt
# django
stevedore==5.3.0
stevedore==5.4.0
# via
# -r requirements/base.txt
# -r requirements/test.txt
Expand Down Expand Up @@ -394,7 +394,7 @@ urllib3==2.2.3
# -r requirements/docs.txt
# -r requirements/test.txt
# requests
virtualenv==20.27.1
virtualenv==20.28.0
# via
# -r requirements/test.txt
# tox
2 changes: 1 addition & 1 deletion requirements/docs.txt
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ markupsafe==3.0.2
# via
# -c requirements/test.txt
# jinja2
packaging==24.1
packaging==24.2
# via
# -c requirements/test.txt
# pydata-sphinx-theme
Expand Down
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.1
# via pip-tools

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

# The following packages are considered to be unsafe in a requirements file:
pip==24.2
# via
# -c requirements/common_constraints.txt
# -c /home/runner/work/edx-drf-extensions/edx-drf-extensions/requirements/common_constraints.txt
# -r requirements/pip.in
setuptools==75.3.0
setuptools==75.6.0
# via -r requirements/pip.in
30 changes: 15 additions & 15 deletions requirements/test.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==2.0.0
# via edx-lint
colorama==0.4.6
# via tox
coverage[toml]==7.6.4
coverage[toml]==7.6.8
# via
# -r requirements/test.in
# pytest-cov
cryptography==43.0.3
cryptography==44.0.0
# via
# -r requirements/base.txt
# pyjwt
Expand All @@ -68,7 +68,7 @@ django-crum==0.7.9
# via
# -r requirements/base.txt
# edx-django-utils
django-waffle==4.1.0
django-waffle==4.2.0
# via
# -r requirements/base.txt
# edx-django-utils
Expand All @@ -81,15 +81,15 @@ dnspython==2.7.0
# pymongo
drf-jwt==1.19.2
# via -r requirements/base.txt
edx-django-utils==7.0.0
edx-django-utils==7.1.0
# via -r requirements/base.txt
edx-lint==5.4.1
# via -r requirements/test.in
edx-opaque-keys==2.11.0
# via -r requirements/base.txt
factory-boy==2.12.0
# via -r requirements/test.in
faker==30.8.2
faker==33.1.0
# via factory-boy
filelock==3.16.1
# via
Expand All @@ -113,11 +113,11 @@ markupsafe==3.0.2
# via jinja2
mccabe==0.7.0
# via pylint
newrelic==10.2.0
newrelic==10.3.1
# via
# -r requirements/base.txt
# edx-django-utils
packaging==24.1
packaging==24.2
# via
# pyproject-api
# pytest
Expand Down Expand Up @@ -145,11 +145,11 @@ pycparser==2.22
# via
# -r requirements/base.txt
# cffi
pyjwt[crypto]==2.9.0
pyjwt[crypto]==2.10.1
# via
# -r requirements/base.txt
# drf-jwt
pylint==3.3.1
pylint==3.3.2
# via
# edx-lint
# pylint-celery
Expand All @@ -173,7 +173,7 @@ pynacl==1.5.0
# edx-django-utils
pyproject-api==1.8.0
# via tox
pytest==8.3.3
pytest==8.3.4
# via
# pytest-cov
# pytest-django
Expand All @@ -191,15 +191,15 @@ requests==2.32.3
# via -r requirements/base.txt
semantic-version==2.10.0
# via -r requirements/base.txt
six==1.16.0
six==1.17.0
# via
# edx-lint
# python-dateutil
sqlparse==0.5.1
sqlparse==0.5.2
# via
# -r requirements/base.txt
# django
stevedore==5.3.0
stevedore==5.4.0
# via
# -r requirements/base.txt
# code-annotations
Expand All @@ -220,5 +220,5 @@ urllib3==2.2.3
# via
# -r requirements/base.txt
# requests
virtualenv==20.27.1
virtualenv==20.28.0
# via tox
Loading