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

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
17 changes: 10 additions & 7 deletions requirements/base.txt
Original file line number Diff line number Diff line change
Expand Up @@ -52,9 +52,12 @@ defusedxml==0.8.0rc2
# python3-openid
# social-auth-core
distro==1.9.0
# via openai
django==4.2.10
# via
# anki
# openai
django==4.2.11
# via
# -c requirements/common_constraints.txt
# -r requirements/base.in
# django-cors-headers
# django-crum
Expand Down Expand Up @@ -92,7 +95,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 @@ -120,7 +123,7 @@ idna==3.6
# anyio
# httpx
# requests
importlib-metadata==7.0.1
importlib-metadata==7.0.2
# via markdown
itypes==1.2.0
# via coreapi
Expand All @@ -138,7 +141,7 @@ oauthlib==3.2.2
# via
# requests-oauthlib
# social-auth-core
openai==1.12.0
openai==1.13.3
# via -r requirements/base.in
openapi-codec==1.3.2
# via django-rest-swagger
Expand All @@ -152,7 +155,7 @@ psutil==5.9.8
# via edx-django-utils
pycparser==2.21
# via cffi
pydantic==2.6.2
pydantic==2.6.3
# via openai
pydantic-core==2.16.3
# via pydantic
Expand Down Expand Up @@ -188,7 +191,7 @@ requests[socks]==2.31.0
# requests-oauthlib
# slumber
# social-auth-core
requests-oauthlib==1.3.1
requests-oauthlib==1.4.0
# via social-auth-core
semantic-version==2.10.0
# via edx-drf-extensions
Expand Down
2 changes: 1 addition & 1 deletion requirements/ci.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ filelock==3.13.1
# via
# tox
# virtualenv
packaging==23.2
packaging==24.0
# via
# pyproject-api
# tox
Expand Down
3 changes: 1 addition & 2 deletions requirements/common_constraints.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@


# A central location for most common version constraints
# (across edx repos) for pip-installation.
#
Expand All @@ -15,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
45 changes: 28 additions & 17 deletions requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -29,15 +29,15 @@ beautifulsoup4==4.12.3
# via
# -r requirements/validation.txt
# anki
build==1.0.3
build==1.1.1
# via
# -r requirements/pip-tools.txt
# pip-tools
cached-property==1.5.2
# via
# -r requirements/validation.txt
# genanki
cachetools==5.3.2
cachetools==5.3.3
# via
# -r requirements/validation.txt
# tox
Expand Down Expand Up @@ -103,6 +103,7 @@ cryptography==42.0.5
# via
# -r requirements/validation.txt
# pyjwt
# secretstorage
# social-auth-core
decorator==5.1.1
# via
Expand All @@ -126,8 +127,9 @@ distlib==0.3.8
distro==1.9.0
# via
# -r requirements/validation.txt
# anki
# openai
django==4.2.10
django==4.2.11
# via
# -r requirements/validation.txt
# django-cors-headers
Expand Down Expand Up @@ -180,7 +182,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 Down Expand Up @@ -231,7 +233,7 @@ idna==3.6
# anyio
# httpx
# requests
importlib-metadata==7.0.1
importlib-metadata==7.0.2
# via
# -r requirements/pip-tools.txt
# -r requirements/validation.txt
Expand All @@ -255,13 +257,18 @@ 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
# code-annotations
# coreschema
# diff-cover
keyring==24.3.0
keyring==24.3.1
# via
# -r requirements/validation.txt
# twine
Expand Down Expand Up @@ -306,7 +313,7 @@ oauthlib==3.2.2
# -r requirements/validation.txt
# requests-oauthlib
# social-auth-core
openai==1.12.0
openai==1.13.3
# via -r requirements/validation.txt
openapi-codec==1.3.2
# via
Expand All @@ -316,7 +323,7 @@ orjson==3.9.15
# via
# -r requirements/validation.txt
# anki
packaging==23.2
packaging==24.0
# via
# -r requirements/pip-tools.txt
# -r requirements/validation.txt
Expand All @@ -330,9 +337,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 @@ -364,7 +371,7 @@ pycparser==2.21
# via
# -r requirements/validation.txt
# cffi
pydantic==2.6.2
pydantic==2.6.3
# via
# -r requirements/validation.txt
# openai
Expand Down Expand Up @@ -429,7 +436,7 @@ pysocks==1.7.1
# via
# -r requirements/validation.txt
# requests
pytest==8.0.2
pytest==8.1.1
# via
# -r requirements/validation.txt
# pytest-cov
Expand Down Expand Up @@ -457,7 +464,7 @@ pyyaml==6.0.1
# edx-django-release-util
# edx-i18n-tools
# genanki
readme-renderer==42.0
readme-renderer==43.0
# via
# -r requirements/validation.txt
# twine
Expand All @@ -473,7 +480,7 @@ requests[socks]==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 @@ -485,10 +492,14 @@ rfc3986==2.0.0
# via
# -r requirements/validation.txt
# twine
rich==13.7.0
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 @@ -557,11 +568,11 @@ tomli==2.0.1
# pyproject-hooks
# pytest
# tox
tomlkit==0.12.3
tomlkit==0.12.4
# via
# -r requirements/validation.txt
# pylint
tox==4.13.0
tox==4.14.1
# via -r requirements/validation.txt
tqdm==4.66.2
# via
Expand Down
2 changes: 1 addition & 1 deletion requirements/django.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
django==4.2.10
django==4.2.11
Loading
Loading