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

Python Requirements Update #283

Merged
merged 1 commit into from
Nov 16, 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
10 changes: 5 additions & 5 deletions requirements/base.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,17 +10,17 @@ certifi==2023.7.22
# via requests
cffi==1.16.0
# via cryptography
charset-normalizer==3.3.1
charset-normalizer==3.3.2
# via requests
cryptography==41.0.4
cryptography==41.0.5
# via
# pyjwt
# social-auth-core
defusedxml==0.8.0rc2
# via
# python3-openid
# social-auth-core
django==3.2.22
django==3.2.23
# via
# -c requirements/common_constraints.txt
# -r requirements/base.in
Expand Down Expand Up @@ -52,13 +52,13 @@ six==1.16.0
# via -r requirements/base.in
social-auth-app-django==5.4.0
# via -r requirements/base.in
social-auth-core==4.4.2
social-auth-core==4.5.0
# via
# -r requirements/base.in
# social-auth-app-django
sqlparse==0.4.4
# via django
typing-extensions==4.8.0
# via asgiref
urllib3==2.0.7
urllib3==2.1.0
# via requests
7 changes: 4 additions & 3 deletions requirements/ci.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,14 +6,16 @@
#
distlib==0.3.7
# via virtualenv
filelock==3.12.4
filelock==3.13.1
# via
# tox
# virtualenv
packaging==23.2
# via tox
platformdirs==3.11.0
# via virtualenv
# via
# -c requirements/common_constraints.txt
# virtualenv
pluggy==1.3.0
# via tox
py==1.11.0
Expand All @@ -24,7 +26,6 @@ tomli==2.0.1
# via tox
tox==3.28.0
# via
# -c requirements/common_constraints.txt
# -c requirements/constraints.txt
# -r requirements/ci.in
# tox-battery
Expand Down
7 changes: 4 additions & 3 deletions requirements/common_constraints.txt
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ 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

# tox>4.0.0 isn't yet compatible with many tox plugins, causing CI failures in almost all repos.
# Details can be found in this discussion: https://github.com/tox-dev/tox/discussions/1810
tox<4.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
24 changes: 12 additions & 12 deletions requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ cffi==1.16.0
# via
# -r requirements/test.txt
# cryptography
charset-normalizer==3.3.1
charset-normalizer==3.3.2
# via
# -r requirements/test.txt
# requests
Expand All @@ -54,7 +54,7 @@ coverage[toml]==7.3.2
# -r requirements/test.txt
# coverage
# pytest-cov
cryptography==41.0.4
cryptography==41.0.5
# via
# -r requirements/test.txt
# pyjwt
Expand All @@ -73,7 +73,7 @@ distlib==0.3.7
# -r requirements/ci.txt
# -r requirements/test.txt
# virtualenv
django==3.2.22
django==3.2.23
# via
# -c requirements/common_constraints.txt
# -r requirements/test.txt
Expand All @@ -84,7 +84,7 @@ exceptiongroup==1.1.3
# via
# -r requirements/test.txt
# pytest
filelock==3.12.4
filelock==3.13.1
# via
# -r requirements/ci.txt
# -r requirements/test.txt
Expand Down Expand Up @@ -137,14 +137,15 @@ packaging==23.2
# build
# pytest
# tox
pbr==5.11.1
pbr==6.0.0
# via
# -r requirements/test.txt
# stevedore
pip-tools==7.3.0
# via -r requirements/pip-tools.txt
platformdirs==3.11.0
# via
# -c requirements/common_constraints.txt
# -r requirements/ci.txt
# -r requirements/test.txt
# pylint
Expand Down Expand Up @@ -197,14 +198,14 @@ pyproject-hooks==1.0.0
# via
# -r requirements/pip-tools.txt
# build
pytest==7.4.2
pytest==7.4.3
# via
# -r requirements/test.txt
# pytest-cov
# pytest-django
pytest-cov==4.1.0
# via -r requirements/test.txt
pytest-django==4.5.2
pytest-django==4.7.0
# via -r requirements/test.txt
python-slugify==8.0.1
# via
Expand Down Expand Up @@ -240,7 +241,7 @@ six==1.16.0
# unittest2
social-auth-app-django==5.4.0
# via -r requirements/test.txt
social-auth-core==4.4.2
social-auth-core==4.5.0
# via
# -r requirements/test.txt
# social-auth-app-django
Expand Down Expand Up @@ -268,13 +269,12 @@ tomli==2.0.1
# pyproject-hooks
# pytest
# tox
tomlkit==0.12.1
tomlkit==0.12.3
# via
# -r requirements/test.txt
# pylint
tox==3.28.0
# via
# -c requirements/common_constraints.txt
# -c requirements/constraints.txt
# -r requirements/ci.txt
# -r requirements/test.txt
Expand All @@ -293,7 +293,7 @@ typing-extensions==4.8.0
# pylint
unittest2==1.1.0
# via -r requirements/test.txt
urllib3==2.0.7
urllib3==2.1.0
# via
# -r requirements/test.txt
# requests
Expand All @@ -302,7 +302,7 @@ virtualenv==20.24.6
# -r requirements/ci.txt
# -r requirements/test.txt
# tox
wheel==0.41.2
wheel==0.41.3
# via
# -r requirements/pip-tools.txt
# pip-tools
Expand Down
2 changes: 1 addition & 1 deletion requirements/pip-tools.txt
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ tomli==2.0.1
# build
# pip-tools
# pyproject-hooks
wheel==0.41.2
wheel==0.41.3
# via pip-tools
zipp==3.17.0
# via importlib-metadata
Expand Down
2 changes: 1 addition & 1 deletion requirements/pip.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
#
# make upgrade
#
wheel==0.41.2
wheel==0.41.3
# via -r requirements/pip.in

# The following packages are considered to be unsafe in a requirements file:
Expand Down
20 changes: 10 additions & 10 deletions requirements/test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ cffi==1.16.0
# via
# -r requirements/base.txt
# cryptography
charset-normalizer==3.3.1
charset-normalizer==3.3.2
# via
# -r requirements/base.txt
# requests
Expand All @@ -39,7 +39,7 @@ coverage[toml]==7.3.2
# via
# -r requirements/test.in
# pytest-cov
cryptography==41.0.4
cryptography==41.0.5
# via
# -r requirements/base.txt
# pyjwt
Expand All @@ -61,7 +61,7 @@ edx-lint==5.3.6
# via -r requirements/test.in
exceptiongroup==1.1.3
# via pytest
filelock==3.12.4
filelock==3.13.1
# via
# tox
# virtualenv
Expand Down Expand Up @@ -92,10 +92,11 @@ packaging==23.2
# via
# pytest
# tox
pbr==5.11.1
pbr==6.0.0
# via stevedore
platformdirs==3.11.0
# via
# -c requirements/common_constraints.txt
# pylint
# virtualenv
pluggy==1.3.0
Expand Down Expand Up @@ -131,13 +132,13 @@ pylint-plugin-utils==0.8.2
# via
# pylint-celery
# pylint-django
pytest==7.4.2
pytest==7.4.3
# via
# pytest-cov
# pytest-django
pytest-cov==4.1.0
# via -r requirements/test.in
pytest-django==4.5.2
pytest-django==4.7.0
# via -r requirements/test.in
python-slugify==8.0.1
# via code-annotations
Expand Down Expand Up @@ -168,7 +169,7 @@ six==1.16.0
# unittest2
social-auth-app-django==5.4.0
# via -r requirements/base.txt
social-auth-core==4.4.2
social-auth-core==4.5.0
# via
# -r requirements/base.txt
# social-auth-app-django
Expand All @@ -186,11 +187,10 @@ tomli==2.0.1
# pylint
# pytest
# tox
tomlkit==0.12.1
tomlkit==0.12.3
# via pylint
tox==3.28.0
# via
# -c requirements/common_constraints.txt
# -c requirements/constraints.txt
# -r requirements/test.in
traceback2==1.4.0
Expand All @@ -203,7 +203,7 @@ typing-extensions==4.8.0
# pylint
unittest2==1.1.0
# via -r requirements/test.in
urllib3==2.0.7
urllib3==2.1.0
# via
# -r requirements/base.txt
# requests
Expand Down