Skip to content
This repository has been archived by the owner on Aug 21, 2024. It is now read-only.

Python Requirements Update #1538

Merged
merged 1 commit into from
Dec 8, 2023
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
6 changes: 3 additions & 3 deletions requirements/base.txt
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ defusedxml==0.8.0rc2
# via
# python3-openid
# social-auth-core
django==4.2.7
django==4.2.8
# via
# -c requirements/constraints.txt
# -r requirements/base.in
Expand Down Expand Up @@ -139,7 +139,7 @@ oauthlib==3.2.2
# via
# requests-oauthlib
# social-auth-core
path==16.7.1
path==16.9.0
# via
# edx-i18n-tools
# path-py
Expand Down Expand Up @@ -202,7 +202,7 @@ social-auth-app-django==5.4.0
# via
# -r requirements/base.in
# edx-auth-backends
social-auth-core==4.5.0
social-auth-core==4.5.1
# via
# edx-auth-backends
# social-auth-app-django
Expand Down
5 changes: 0 additions & 5 deletions requirements/common_constraints.txt
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,3 @@ 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

# virtualenv latest version requires platformdirs<4.0 which conflicts with tox>4.0 version
# This constraint can be removed once the issue
# https://github.com/pypa/virtualenv/issues/2666 gets resolved
platformdirs<4.0
2 changes: 1 addition & 1 deletion requirements/django.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
django==4.2.7
django==4.2.8
8 changes: 4 additions & 4 deletions requirements/doc.txt
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ defusedxml==0.8.0rc2
# -r requirements/base.txt
# python3-openid
# social-auth-core
django==4.2.7
django==4.2.8
# via
# -c requirements/constraints.txt
# -r requirements/base.txt
Expand Down Expand Up @@ -157,7 +157,7 @@ idna==3.6
# requests
imagesize==1.4.1
# via sphinx
importlib-metadata==6.8.0
importlib-metadata==7.0.0
# via sphinx
jinja2==3.1.2
# via
Expand Down Expand Up @@ -189,7 +189,7 @@ packaging==23.2
# via
# pydata-sphinx-theme
# sphinx
path==16.7.1
path==16.9.0
# via
# -r requirements/base.txt
# edx-i18n-tools
Expand Down Expand Up @@ -289,7 +289,7 @@ social-auth-app-django==5.4.0
# via
# -r requirements/base.txt
# edx-auth-backends
social-auth-core==4.5.0
social-auth-core==4.5.1
# via
# -r requirements/base.txt
# edx-auth-backends
Expand Down
5 changes: 2 additions & 3 deletions requirements/github.txt
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,8 @@ packaging==23.2
# via
# -r requirements/tox.txt
# tox
platformdirs==3.11.0
platformdirs==4.1.0
# via
# -c requirements/common_constraints.txt
# -r requirements/tox.txt
# virtualenv
pluggy==1.3.0
Expand All @@ -46,7 +45,7 @@ tox==3.28.0
# tox-battery
tox-battery==0.6.2
# via -r requirements/tox.txt
virtualenv==20.24.7
virtualenv==20.25.0
# via
# -r requirements/tox.txt
# tox
13 changes: 6 additions & 7 deletions requirements/local.txt
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ distlib==0.3.7
# via
# -r requirements/tox.txt
# virtualenv
django==4.2.7
django==4.2.8
# via
# -c requirements/constraints.txt
# -r requirements/test.txt
Expand Down Expand Up @@ -192,7 +192,7 @@ idna==3.6
# via
# -r requirements/test.txt
# requests
importlib-metadata==6.8.0
importlib-metadata==7.0.0
# via
# -r requirements/pip_tools.txt
# build
Expand Down Expand Up @@ -243,7 +243,7 @@ packaging==23.2
# build
# pytest
# tox
path==16.7.1
path==16.9.0
# via
# -r requirements/test.txt
# edx-i18n-tools
Expand All @@ -256,9 +256,8 @@ pbr==6.0.0
# stevedore
pip-tools==7.3.0
# via -r requirements/pip_tools.txt
platformdirs==3.11.0
platformdirs==4.1.0
# via
# -c requirements/common_constraints.txt
# -r requirements/test.txt
# -r requirements/tox.txt
# pylint
Expand Down Expand Up @@ -395,7 +394,7 @@ social-auth-app-django==5.4.0
# via
# -r requirements/test.txt
# edx-auth-backends
social-auth-core==4.5.0
social-auth-core==4.5.1
# via
# -r requirements/test.txt
# edx-auth-backends
Expand Down Expand Up @@ -452,7 +451,7 @@ urllib3==1.26.18
# -c requirements/constraints.txt
# -r requirements/test.txt
# requests
virtualenv==20.24.7
virtualenv==20.25.0
# via
# -r requirements/tox.txt
# tox
Expand Down
2 changes: 1 addition & 1 deletion requirements/pip_tools.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ build==1.0.3
# via pip-tools
click==8.1.7
# via pip-tools
importlib-metadata==6.8.0
importlib-metadata==7.0.0
# via build
packaging==23.2
# via build
Expand Down
6 changes: 3 additions & 3 deletions requirements/production.txt
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ defusedxml==0.8.0rc2
# -r requirements/base.txt
# python3-openid
# social-auth-core
django==4.2.7
django==4.2.8
# via
# -c requirements/constraints.txt
# -r requirements/base.txt
Expand Down Expand Up @@ -174,7 +174,7 @@ oauthlib==3.2.2
# social-auth-core
packaging==23.2
# via gunicorn
path==16.7.1
path==16.9.0
# via
# -r requirements/base.txt
# edx-i18n-tools
Expand Down Expand Up @@ -269,7 +269,7 @@ social-auth-app-django==5.4.0
# via
# -r requirements/base.txt
# edx-auth-backends
social-auth-core==4.5.0
social-auth-core==4.5.1
# via
# -r requirements/base.txt
# edx-auth-backends
Expand Down
10 changes: 4 additions & 6 deletions requirements/test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -199,7 +199,7 @@ oauthlib==3.2.2
# social-auth-core
packaging==23.2
# via pytest
path==16.7.1
path==16.9.0
# via
# -r requirements/base.txt
# edx-i18n-tools
Expand All @@ -210,10 +210,8 @@ pbr==6.0.0
# via
# -r requirements/base.txt
# stevedore
platformdirs==3.11.0
# via
# -c requirements/common_constraints.txt
# pylint
platformdirs==4.1.0
# via pylint
pluggy==1.3.0
# via pytest
polib==1.2.0
Expand Down Expand Up @@ -325,7 +323,7 @@ social-auth-app-django==5.4.0
# via
# -r requirements/base.txt
# edx-auth-backends
social-auth-core==4.5.0
social-auth-core==4.5.1
# via
# -r requirements/base.txt
# edx-auth-backends
Expand Down
5 changes: 2 additions & 3 deletions requirements/tox.txt
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,8 @@ packaging==23.2
# via
# pyproject-api
# tox
platformdirs==3.11.0
platformdirs==4.1.0
# via
# -c requirements/common_constraints.txt
# tox
# virtualenv
pluggy==1.3.0
Expand All @@ -35,5 +34,5 @@ tox==3.28.0
# tox-battery
tox-battery==0.6.2
# via -r requirements/tox.in
virtualenv==20.24.7
virtualenv==20.25.0
# via tox
Loading