Skip to content

Commit

Permalink
chore: Upgrade Python requirements (#352)
Browse files Browse the repository at this point in the history
  • Loading branch information
edx-requirements-bot authored Dec 9, 2024
1 parent d10ee08 commit 8da693a
Show file tree
Hide file tree
Showing 7 changed files with 37 additions and 45 deletions.
10 changes: 5 additions & 5 deletions requirements/base.txt
Original file line number Diff line number Diff line change
Expand Up @@ -12,15 +12,15 @@ cffi==1.17.1
# via cryptography
charset-normalizer==3.4.0
# via requests
cryptography==43.0.3
cryptography==44.0.0
# via
# pyjwt
# social-auth-core
defusedxml==0.8.0rc2
# via
# python3-openid
# social-auth-core
django==4.2.16
django==4.2.17
# via
# -c requirements/common_constraints.txt
# -r requirements/base.in
Expand All @@ -33,7 +33,7 @@ oauthlib==3.2.2
# social-auth-core
pycparser==2.22
# via cffi
pyjwt[crypto]==2.9.0
pyjwt[crypto]==2.10.1
# via
# -r requirements/base.in
# social-auth-core
Expand All @@ -45,15 +45,15 @@ requests==2.32.3
# social-auth-core
requests-oauthlib==2.0.0
# via social-auth-core
six==1.16.0
six==1.17.0
# via -r requirements/base.in
social-auth-app-django==5.4.2
# via -r requirements/base.in
social-auth-core==4.5.4
# via
# -r requirements/base.in
# social-auth-app-django
sqlparse==0.5.1
sqlparse==0.5.2
# via django
urllib3==2.2.3
# via requests
6 changes: 3 additions & 3 deletions requirements/ci.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,19 +10,19 @@ filelock==3.16.1
# via
# tox
# virtualenv
packaging==24.1
packaging==24.2
# via tox
platformdirs==4.3.6
# via virtualenv
pluggy==1.5.0
# via tox
py==1.11.0
# via tox
six==1.16.0
six==1.17.0
# via tox
tox==3.28.0
# via
# -c requirements/constraints.txt
# -r requirements/ci.in
virtualenv==20.27.1
virtualenv==20.28.0
# via tox
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
26 changes: 13 additions & 13 deletions requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -45,15 +45,15 @@ 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
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/test.txt
# pyjwt
Expand All @@ -72,7 +72,7 @@ distlib==0.3.9
# -r requirements/ci.txt
# -r requirements/test.txt
# virtualenv
django==4.2.16
django==4.2.17
# via
# -c requirements/common_constraints.txt
# -r requirements/test.txt
Expand Down Expand Up @@ -123,7 +123,7 @@ oauthlib==3.2.2
# -r requirements/test.txt
# requests-oauthlib
# social-auth-core
packaging==24.1
packaging==24.2
# via
# -r requirements/ci.txt
# -r requirements/pip-tools.txt
Expand Down Expand Up @@ -162,11 +162,11 @@ pycparser==2.22
# cffi
pycryptodomex==3.21.0
# via -r requirements/test.txt
pyjwt[crypto]==2.9.0
pyjwt[crypto]==2.10.1
# via
# -r requirements/test.txt
# social-auth-core
pylint==3.3.1
pylint==3.3.2
# via
# -r requirements/test.txt
# edx-lint
Expand All @@ -191,7 +191,7 @@ pyproject-hooks==1.2.0
# -r requirements/pip-tools.txt
# build
# pip-tools
pytest==8.3.3
pytest==8.3.4
# via
# -r requirements/test.txt
# pytest-cov
Expand Down Expand Up @@ -222,7 +222,7 @@ requests-oauthlib==2.0.0
# via
# -r requirements/test.txt
# social-auth-core
six==1.16.0
six==1.17.0
# via
# -r requirements/ci.txt
# -r requirements/test.txt
Expand All @@ -236,11 +236,11 @@ social-auth-core==4.5.4
# via
# -r requirements/test.txt
# social-auth-app-django
sqlparse==0.5.1
sqlparse==0.5.2
# via
# -r requirements/test.txt
# django
stevedore==5.3.0
stevedore==5.4.0
# via
# -r requirements/test.txt
# code-annotations
Expand All @@ -267,12 +267,12 @@ urllib3==2.2.3
# via
# -r requirements/test.txt
# requests
virtualenv==20.27.1
virtualenv==20.28.0
# via
# -r requirements/ci.txt
# -r requirements/test.txt
# tox
wheel==0.44.0
wheel==0.45.1
# via
# -r requirements/pip-tools.txt
# pip-tools
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/auth-backends/auth-backends/requirements/common_constraints.txt
# -r requirements/pip.in
setuptools==75.3.0
setuptools==75.6.0
# via -r requirements/pip.in
22 changes: 11 additions & 11 deletions requirements/test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -33,13 +33,13 @@ 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
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 Down Expand Up @@ -89,7 +89,7 @@ oauthlib==3.2.2
# -r requirements/base.txt
# requests-oauthlib
# social-auth-core
packaging==24.1
packaging==24.2
# via
# pytest
# tox
Expand All @@ -113,11 +113,11 @@ pycparser==2.22
# cffi
pycryptodomex==3.21.0
# via -r requirements/test.in
pyjwt[crypto]==2.9.0
pyjwt[crypto]==2.10.1
# via
# -r requirements/base.txt
# social-auth-core
pylint==3.3.1
pylint==3.3.2
# via
# edx-lint
# pylint-celery
Expand All @@ -131,7 +131,7 @@ pylint-plugin-utils==0.8.2
# via
# pylint-celery
# pylint-django
pytest==8.3.3
pytest==8.3.4
# via
# pytest-cov
# pytest-django
Expand All @@ -158,7 +158,7 @@ requests-oauthlib==2.0.0
# via
# -r requirements/base.txt
# social-auth-core
six==1.16.0
six==1.17.0
# via
# -r requirements/base.txt
# edx-django-release-util
Expand All @@ -171,11 +171,11 @@ social-auth-core==4.5.4
# via
# -r requirements/base.txt
# social-auth-app-django
sqlparse==0.5.1
sqlparse==0.5.2
# via
# -r requirements/base.txt
# django
stevedore==5.3.0
stevedore==5.4.0
# via code-annotations
text-unidecode==1.3
# via python-slugify
Expand All @@ -193,5 +193,5 @@ urllib3==2.2.3
# via
# -r requirements/base.txt
# requests
virtualenv==20.27.1
virtualenv==20.28.0
# via tox

0 comments on commit 8da693a

Please sign in to comment.