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

Closed
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
11 changes: 6 additions & 5 deletions requirements/base.txt
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,9 @@ defusedxml==0.8.0rc2
# via
# python3-openid
# social-auth-core
django==3.2.24
django==3.2.25
# via
# -c requirements/common_constraints.txt
# -c requirements/constraints.txt
# -r requirements/base.in
# django-cors-headers
Expand Down Expand Up @@ -78,7 +79,7 @@ edx-auth-backends==4.2.0
# via -r requirements/base.in
edx-django-release-util==1.3.0
# via -r requirements/base.in
edx-django-utils==5.10.1
edx-django-utils==5.11.0
# via
# -r requirements/base.in
# edx-drf-extensions
Expand Down Expand Up @@ -130,7 +131,7 @@ pymongo==3.13.0
# via edx-opaque-keys
pynacl==1.5.0
# via edx-django-utils
python-dateutil==2.8.2
python-dateutil==2.9.0.post0
# via opsgenie-sdk
python3-openid==3.2.0
# via social-auth-core
Expand All @@ -152,7 +153,7 @@ requests==2.31.0
# responses
# slumber
# social-auth-core
requests-oauthlib==1.3.1
requests-oauthlib==1.4.0
# via social-auth-core
responses==0.25.0
# via -r requirements/base.in
Expand Down Expand Up @@ -182,7 +183,7 @@ stevedore==5.2.0
# edx-opaque-keys
tenacity==8.2.3
# via opsgenie-sdk
testfixtures==8.0.0
testfixtures==8.1.0
# via -r requirements/base.in
typing-extensions==4.10.0
# via
Expand Down
2 changes: 1 addition & 1 deletion requirements/ci.txt
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ filelock==3.13.1
# via
# tox
# virtualenv
packaging==23.2
packaging==24.0
# via
# pyproject-api
# tox
Expand Down
2 changes: 1 addition & 1 deletion requirements/common_constraints.txt
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@


# using LTS django version

Django<5.0

# elasticsearch>=7.14.0 includes breaking changes in it which caused issues in discovery upgrade process.
# elastic search changelog: https://www.elastic.co/guide/en/enterprise-search/master/release-notes-7.14.0.html
Expand Down
36 changes: 23 additions & 13 deletions requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ astroid==3.1.0
# -r requirements/validation.txt
# pylint
# pylint-celery
build==1.0.3
build==1.1.1
# via
# -r requirements/pip-tools.txt
# pip-tools
Expand Down Expand Up @@ -79,6 +79,7 @@ cryptography==42.0.5
# via
# -r requirements/validation.txt
# pyjwt
# secretstorage
# social-auth-core
ddt==1.7.2
# via -r requirements/validation.txt
Expand All @@ -97,7 +98,7 @@ distlib==0.3.8
# via
# -r requirements/validation.txt
# virtualenv
django==3.2.24
django==3.2.25
# via
# -r requirements/validation.txt
# django-cors-headers
Expand Down Expand Up @@ -152,7 +153,7 @@ edx-auth-backends==4.2.0
# via -r requirements/validation.txt
edx-django-release-util==1.3.0
# via -r requirements/validation.txt
edx-django-utils==5.10.1
edx-django-utils==5.11.0
# via
# -r requirements/validation.txt
# edx-drf-extensions
Expand All @@ -175,7 +176,7 @@ exceptiongroup==1.2.0
# pytest
factory-boy==3.3.0
# via -r requirements/validation.txt
faker==23.3.0
faker==24.1.0
# via
# -r requirements/validation.txt
# factory-boy
Expand All @@ -188,7 +189,7 @@ idna==3.6
# via
# -r requirements/validation.txt
# requests
importlib-metadata==7.0.1
importlib-metadata==7.0.2
# via
# -r requirements/pip-tools.txt
# -r requirements/validation.txt
Expand Down Expand Up @@ -216,6 +217,11 @@ jaraco-classes==3.3.1
# via
# -r requirements/validation.txt
# keyring
jeepney==0.8.0
# via
# -r requirements/validation.txt
# keyring
# secretstorage
jinja2==3.1.3
# via
# -r requirements/validation.txt
Expand Down Expand Up @@ -271,7 +277,7 @@ openapi-codec==1.3.2
# django-rest-swagger
opsgenie-sdk==2.1.5
# via -r requirements/validation.txt
packaging==23.2
packaging==24.0
# via
# -r requirements/pip-tools.txt
# -r requirements/validation.txt
Expand All @@ -285,9 +291,9 @@ pbr==6.0.0
# via
# -r requirements/validation.txt
# stevedore
pip-tools==7.4.0
pip-tools==7.4.1
# via -r requirements/pip-tools.txt
pkginfo==1.9.6
pkginfo==1.10.0
# via
# -r requirements/validation.txt
# twine
Expand Down Expand Up @@ -370,7 +376,7 @@ pyproject-hooks==1.0.0
# -r requirements/pip-tools.txt
# build
# pip-tools
pytest==8.0.2
pytest==8.1.1
# via
# -r requirements/validation.txt
# pytest-cov
Expand All @@ -379,7 +385,7 @@ pytest-cov==4.1.0
# via -r requirements/validation.txt
pytest-django==4.8.0
# via -r requirements/validation.txt
python-dateutil==2.8.2
python-dateutil==2.9.0.post0
# via
# -r requirements/validation.txt
# faker
Expand Down Expand Up @@ -420,7 +426,7 @@ requests==2.31.0
# slumber
# social-auth-core
# twine
requests-oauthlib==1.3.1
requests-oauthlib==1.4.0
# via
# -r requirements/validation.txt
# social-auth-core
Expand All @@ -438,6 +444,10 @@ rich==13.7.1
# via
# -r requirements/validation.txt
# twine
secretstorage==3.3.3
# via
# -r requirements/validation.txt
# keyring
semantic-version==2.10.0
# via
# -r requirements/validation.txt
Expand Down Expand Up @@ -486,7 +496,7 @@ tenacity==8.2.3
# via
# -r requirements/validation.txt
# opsgenie-sdk
testfixtures==8.0.0
testfixtures==8.1.0
# via -r requirements/validation.txt
text-unidecode==1.3
# via
Expand All @@ -508,7 +518,7 @@ tomlkit==0.12.4
# via
# -r requirements/validation.txt
# pylint
tox==4.13.0
tox==4.14.1
# via -r requirements/validation.txt
twine==5.0.0
# via -r requirements/validation.txt
Expand Down
2 changes: 1 addition & 1 deletion requirements/django.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
django==3.2.24
django==3.2.25
32 changes: 20 additions & 12 deletions requirements/doc.txt
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ babel==2.14.0
# sphinx
beautifulsoup4==4.12.3
# via pydata-sphinx-theme
build==1.0.3
build==1.1.1
# via -r requirements/doc.in
cachetools==5.3.3
# via
Expand Down Expand Up @@ -84,6 +84,7 @@ cryptography==42.0.5
# via
# -r requirements/test.txt
# pyjwt
# secretstorage
# social-auth-core
ddt==1.7.2
# via -r requirements/test.txt
Expand All @@ -100,8 +101,9 @@ distlib==0.3.8
# via
# -r requirements/test.txt
# virtualenv
django==3.2.24
django==3.2.25
# via
# -c requirements/common_constraints.txt
# -c requirements/constraints.txt
# -r requirements/test.txt
# django-cors-headers
Expand Down Expand Up @@ -159,7 +161,7 @@ edx-auth-backends==4.2.0
# via -r requirements/test.txt
edx-django-release-util==1.3.0
# via -r requirements/test.txt
edx-django-utils==5.10.1
edx-django-utils==5.11.0
# via
# -r requirements/test.txt
# edx-drf-extensions
Expand All @@ -180,7 +182,7 @@ exceptiongroup==1.2.0
# pytest
factory-boy==3.3.0
# via -r requirements/test.txt
faker==23.3.0
faker==24.1.0
# via
# -r requirements/test.txt
# factory-boy
Expand All @@ -195,7 +197,7 @@ idna==3.6
# requests
imagesize==1.4.1
# via sphinx
importlib-metadata==7.0.1
importlib-metadata==7.0.2
# via
# build
# keyring
Expand All @@ -220,6 +222,10 @@ itypes==1.2.0
# coreapi
jaraco-classes==3.3.1
# via keyring
jeepney==0.8.0
# via
# keyring
# secretstorage
jinja2==3.1.3
# via
# -r requirements/test.txt
Expand Down Expand Up @@ -263,7 +269,7 @@ openapi-codec==1.3.2
# django-rest-swagger
opsgenie-sdk==2.1.5
# via -r requirements/test.txt
packaging==23.2
packaging==24.0
# via
# -r requirements/test.txt
# build
Expand All @@ -276,7 +282,7 @@ pbr==6.0.0
# via
# -r requirements/test.txt
# stevedore
pkginfo==1.9.6
pkginfo==1.10.0
# via twine
platformdirs==4.2.0
# via
Expand Down Expand Up @@ -351,7 +357,7 @@ pyproject-api==1.6.1
# tox
pyproject-hooks==1.0.0
# via build
pytest==8.0.2
pytest==8.1.1
# via
# -r requirements/test.txt
# pytest-cov
Expand All @@ -360,7 +366,7 @@ pytest-cov==4.1.0
# via -r requirements/test.txt
pytest-django==4.8.0
# via -r requirements/test.txt
python-dateutil==2.8.2
python-dateutil==2.9.0.post0
# via
# -r requirements/test.txt
# faker
Expand Down Expand Up @@ -400,7 +406,7 @@ requests==2.31.0
# social-auth-core
# sphinx
# twine
requests-oauthlib==1.3.1
requests-oauthlib==1.4.0
# via
# -r requirements/test.txt
# social-auth-core
Expand All @@ -414,6 +420,8 @@ rfc3986==2.0.0
# via twine
rich==13.7.1
# via twine
secretstorage==3.3.3
# via keyring
semantic-version==2.10.0
# via
# -r requirements/test.txt
Expand Down Expand Up @@ -481,7 +489,7 @@ tenacity==8.2.3
# via
# -r requirements/test.txt
# opsgenie-sdk
testfixtures==8.0.0
testfixtures==8.1.0
# via -r requirements/test.txt
text-unidecode==1.3
# via
Expand All @@ -502,7 +510,7 @@ tomlkit==0.12.4
# via
# -r requirements/test.txt
# pylint
tox==4.13.0
tox==4.14.1
# via -r requirements/test.txt
twine==5.0.0
# via -r requirements/doc.in
Expand Down
8 changes: 4 additions & 4 deletions requirements/pip-tools.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,15 +4,15 @@
#
# make upgrade
#
build==1.0.3
build==1.1.1
# via pip-tools
click==8.1.7
# via pip-tools
importlib-metadata==7.0.1
importlib-metadata==7.0.2
# via build
packaging==23.2
packaging==24.0
# via build
pip-tools==7.4.0
pip-tools==7.4.1
# via -r requirements/pip-tools.in
pyproject-hooks==1.0.0
# via
Expand Down
Loading
Loading