Skip to content

Commit

Permalink
chore: Updating Python Requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
edx-requirements-bot committed Mar 4, 2024
1 parent 32fc557 commit 09b629d
Show file tree
Hide file tree
Showing 9 changed files with 96 additions and 51 deletions.
9 changes: 6 additions & 3 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
# via
# anki
# openai
django==4.2.10
# via
# -c requirements/common_constraints.txt
# -r requirements/base.in
# django-cors-headers
# django-crum
Expand Down Expand Up @@ -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
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
31 changes: 21 additions & 10 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,6 +127,7 @@ distlib==0.3.8
distro==1.9.0
# via
# -r requirements/validation.txt
# anki
# openai
django==4.2.10
# via
Expand Down Expand Up @@ -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 @@ -332,7 +339,7 @@ pbr==6.0.0
# stevedore
pip-tools==7.4.0
# 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.0
# 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 Down Expand Up @@ -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,7 +568,7 @@ tomli==2.0.1
# pyproject-hooks
# pytest
# tox
tomlkit==0.12.3
tomlkit==0.12.4
# via
# -r requirements/validation.txt
# pylint
Expand Down
29 changes: 19 additions & 10 deletions requirements/doc.txt
Original file line number Diff line number Diff line change
Expand Up @@ -38,13 +38,13 @@ beautifulsoup4==4.12.3
# -r requirements/test.txt
# anki
# pydata-sphinx-theme
build==1.0.3
build==1.1.1
# via -r requirements/doc.in
cached-property==1.5.2
# via
# -r requirements/test.txt
# genanki
cachetools==5.3.2
cachetools==5.3.3
# via
# -r requirements/test.txt
# tox
Expand Down Expand Up @@ -107,6 +107,7 @@ cryptography==42.0.5
# via
# -r requirements/test.txt
# pyjwt
# secretstorage
# social-auth-core
decorator==5.1.1
# via
Expand All @@ -128,9 +129,11 @@ distlib==0.3.8
distro==1.9.0
# via
# -r requirements/test.txt
# anki
# openai
django==4.2.10
# via
# -c requirements/common_constraints.txt
# -r requirements/test.txt
# django-cors-headers
# django-crum
Expand Down Expand Up @@ -256,13 +259,17 @@ 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
# code-annotations
# coreschema
# sphinx
keyring==24.3.0
keyring==24.3.1
# via twine
markdown==3.5.2
# via
Expand Down Expand Up @@ -295,7 +302,7 @@ oauthlib==3.2.2
# -r requirements/test.txt
# requests-oauthlib
# social-auth-core
openai==1.12.0
openai==1.13.3
# via -r requirements/test.txt
openapi-codec==1.3.2
# via
Expand All @@ -318,7 +325,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 All @@ -343,7 +350,7 @@ pycparser==2.21
# via
# -r requirements/test.txt
# cffi
pydantic==2.6.2
pydantic==2.6.3
# via
# -r requirements/test.txt
# openai
Expand Down Expand Up @@ -409,7 +416,7 @@ pysocks==1.7.1
# via
# -r requirements/test.txt
# requests
pytest==8.0.2
pytest==8.1.0
# via
# -r requirements/test.txt
# pytest-cov
Expand All @@ -436,7 +443,7 @@ pyyaml==6.0.1
# code-annotations
# edx-django-release-util
# genanki
readme-renderer==42.0
readme-renderer==43.0
# via twine
requests[socks]==2.31.0
# via
Expand All @@ -461,8 +468,10 @@ restructuredtext-lint==1.4.0
# via doc8
rfc3986==2.0.0
# via twine
rich==13.7.0
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 @@ -547,7 +556,7 @@ tomli==2.0.1
# pyproject-hooks
# pytest
# tox
tomlkit==0.12.3
tomlkit==0.12.4
# via
# -r requirements/test.txt
# pylint
Expand Down
2 changes: 1 addition & 1 deletion requirements/pip-tools.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
#
# make upgrade
#
build==1.0.3
build==1.1.1
# via pip-tools
click==8.1.7
# via pip-tools
Expand Down
5 changes: 3 additions & 2 deletions requirements/production.txt
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,7 @@ defusedxml==0.8.0rc2
distro==1.9.0
# via
# -r requirements/base.txt
# anki
# openai
django==4.2.10
# via
Expand Down Expand Up @@ -201,7 +202,7 @@ oauthlib==3.2.2
# -r requirements/base.txt
# requests-oauthlib
# social-auth-core
openai==1.12.0
openai==1.13.3
# via -r requirements/base.txt
openapi-codec==1.3.2
# via
Expand Down Expand Up @@ -229,7 +230,7 @@ pycparser==2.21
# via
# -r requirements/base.txt
# cffi
pydantic==2.6.2
pydantic==2.6.3
# via
# -r requirements/base.txt
# openai
Expand Down
Loading

0 comments on commit 09b629d

Please sign in to comment.