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

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: 9 additions & 8 deletions requirements/base.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ asgiref==3.7.2
# via
# django
# django-cors-headers
# django-simple-history
async-timeout==4.0.3
# via redis
attrs==23.2.0
Expand All @@ -19,9 +20,9 @@ attrs==23.2.0
# openedx-events
bleach==6.1.0
# via lti-consumer-xblock
boto3==1.34.45
boto3==1.34.50
# via fs-s3fs
botocore==1.34.45
botocore==1.34.50
# via
# boto3
# s3transfer
Expand All @@ -45,7 +46,7 @@ coreapi==2.3.3
# openapi-codec
coreschema==0.0.4
# via coreapi
cryptography==42.0.3
cryptography==42.0.5
# via
# pyjwt
# social-auth-core
Expand Down Expand Up @@ -102,7 +103,7 @@ django-model-utils==4.4.0
# via -r requirements/base.in
django-rest-swagger==2.2.0
# via -r requirements/base.in
django-simple-history==3.4.0
django-simple-history==3.5.0
# via -r requirements/base.in
django-statici18n==2.4.0
# via lti-consumer-xblock
Expand Down Expand Up @@ -175,7 +176,7 @@ fs==2.4.16
# xblock
fs-s3fs==1.1.1
# via openedx-django-pyfs
future==0.18.3
future==1.0.0
# via pyjwkest
idna==3.6
# via requests
Expand Down Expand Up @@ -212,7 +213,7 @@ markupsafe==2.1.5
# xblock
mysqlclient==2.2.4
# via -r requirements/base.in
newrelic==9.6.0
newrelic==9.7.0
# via edx-django-utils
oauthlib==3.2.2
# via
Expand Down Expand Up @@ -321,14 +322,14 @@ social-auth-core==4.5.3
# social-auth-app-django
sqlparse==0.4.4
# via django
stevedore==5.1.0
stevedore==5.2.0
# via
# code-annotations
# edx-django-utils
# edx-opaque-keys
text-unidecode==1.3
# via python-slugify
typing-extensions==4.9.0
typing-extensions==4.10.0
# via
# asgiref
# edx-opaque-keys
Expand Down
4 changes: 2 additions & 2 deletions requirements/ci.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
#
# make upgrade
#
cachetools==5.3.2
cachetools==5.3.3
# via tox
chardet==5.2.0
# via tox
Expand Down Expand Up @@ -34,5 +34,5 @@ tomli==2.0.1
# tox
tox==4.13.0
# via -r requirements/ci.in
virtualenv==20.25.0
virtualenv==20.25.1
# via tox
37 changes: 19 additions & 18 deletions requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,8 @@ asgiref==3.7.2
# -r requirements/validation.txt
# django
# django-cors-headers
astroid==3.0.3
# django-simple-history
astroid==3.1.0
# via
# -r requirements/validation.txt
# pylint
Expand All @@ -31,11 +32,11 @@ bleach==6.1.0
# via
# -r requirements/validation.txt
# lti-consumer-xblock
boto3==1.34.45
boto3==1.34.50
# via
# -r requirements/validation.txt
# fs-s3fs
botocore==1.34.45
botocore==1.34.50
# via
# -r requirements/validation.txt
# boto3
Expand All @@ -44,7 +45,7 @@ build==1.0.3
# via
# -r requirements/pip-tools.txt
# pip-tools
cachetools==5.3.2
cachetools==5.3.3
# via
# -r requirements/validation.txt
# tox
Expand Down Expand Up @@ -97,17 +98,17 @@ coreschema==0.0.4
# via
# -r requirements/validation.txt
# coreapi
coverage[toml]==7.4.1
coverage[toml]==7.4.3
# via
# -r requirements/validation.txt
# pytest-cov
cryptography==42.0.3
cryptography==42.0.5
# via
# -r requirements/validation.txt
# pyjwt
# secretstorage
# social-auth-core
ddt==1.7.1
ddt==1.7.2
# via -r requirements/validation.txt
defusedxml==0.8.0rc2
# via
Expand Down Expand Up @@ -185,7 +186,7 @@ django-model-utils==4.4.0
# via -r requirements/validation.txt
django-rest-swagger==2.2.0
# via -r requirements/validation.txt
django-simple-history==3.4.0
django-simple-history==3.5.0
# via -r requirements/validation.txt
django-statici18n==2.4.0
# via
Expand Down Expand Up @@ -295,7 +296,7 @@ fs-s3fs==1.1.1
# via
# -r requirements/validation.txt
# openedx-django-pyfs
future==0.18.3
future==1.0.0
# via
# -r requirements/validation.txt
# pyjwkest
Expand All @@ -310,7 +311,7 @@ importlib-metadata==7.0.1
# build
# keyring
# twine
importlib-resources==6.1.1
importlib-resources==6.1.2
# via
# -r requirements/validation.txt
# keyring
Expand Down Expand Up @@ -401,7 +402,7 @@ more-itertools==10.2.0
# jaraco-classes
mysqlclient==2.2.4
# via -r requirements/validation.txt
newrelic==9.6.0
newrelic==9.7.0
# via
# -r requirements/validation.txt
# edx-django-utils
Expand Down Expand Up @@ -503,7 +504,7 @@ pyjwt[crypto]==2.8.0
# edx-drf-extensions
# edx-rest-api-client
# social-auth-core
pylint==3.0.3
pylint==3.1.0
# via
# -r requirements/validation.txt
# edx-lint
Expand Down Expand Up @@ -542,7 +543,7 @@ pyproject-hooks==1.0.0
# -r requirements/pip-tools.txt
# build
# pip-tools
pytest==8.0.1
pytest==8.0.2
# via
# -r requirements/validation.txt
# pytest-cov
Expand Down Expand Up @@ -582,7 +583,7 @@ pyyaml==6.0.1
# edx-i18n-tools
# responses
# xblock
readme-renderer==42.0
readme-renderer==43.0
# via
# -r requirements/validation.txt
# twine
Expand Down Expand Up @@ -672,7 +673,7 @@ sqlparse==0.4.4
# -r requirements/validation.txt
# django
# django-debug-toolbar
stevedore==5.1.0
stevedore==5.2.0
# via
# -r requirements/validation.txt
# code-annotations
Expand All @@ -694,15 +695,15 @@ 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
# via -r requirements/validation.txt
twine==5.0.0
# via -r requirements/validation.txt
typing-extensions==4.9.0
typing-extensions==4.10.0
# via
# -r requirements/validation.txt
# asgiref
Expand All @@ -723,7 +724,7 @@ urllib3==1.26.18
# requests
# responses
# twine
virtualenv==20.25.0
virtualenv==20.25.1
# via
# -r requirements/validation.txt
# tox
Expand Down
37 changes: 19 additions & 18 deletions requirements/doc.txt
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,8 @@ asgiref==3.7.2
# -r requirements/test.txt
# django
# django-cors-headers
astroid==3.0.3
# django-simple-history
astroid==3.1.0
# via
# -r requirements/test.txt
# pylint
Expand All @@ -35,18 +36,18 @@ bleach==6.1.0
# via
# -r requirements/test.txt
# lti-consumer-xblock
boto3==1.34.45
boto3==1.34.50
# via
# -r requirements/test.txt
# fs-s3fs
botocore==1.34.45
botocore==1.34.50
# via
# -r requirements/test.txt
# boto3
# s3transfer
build==1.0.3
# via -r requirements/doc.in
cachetools==5.3.2
cachetools==5.3.3
# via
# -r requirements/test.txt
# tox
Expand Down Expand Up @@ -96,17 +97,17 @@ coreschema==0.0.4
# via
# -r requirements/test.txt
# coreapi
coverage[toml]==7.4.1
coverage[toml]==7.4.3
# via
# -r requirements/test.txt
# pytest-cov
cryptography==42.0.3
cryptography==42.0.5
# via
# -r requirements/test.txt
# pyjwt
# secretstorage
# social-auth-core
ddt==1.7.1
ddt==1.7.2
# via -r requirements/test.txt
defusedxml==0.8.0rc2
# via
Expand Down Expand Up @@ -179,7 +180,7 @@ django-model-utils==4.4.0
# via -r requirements/test.txt
django-rest-swagger==2.2.0
# via -r requirements/test.txt
django-simple-history==3.4.0
django-simple-history==3.5.0
# via -r requirements/test.txt
django-statici18n==2.4.0
# via
Expand Down Expand Up @@ -295,7 +296,7 @@ fs-s3fs==1.1.1
# via
# -r requirements/test.txt
# openedx-django-pyfs
future==0.18.3
future==1.0.0
# via
# -r requirements/test.txt
# pyjwkest
Expand All @@ -311,7 +312,7 @@ importlib-metadata==7.0.1
# keyring
# sphinx
# twine
importlib-resources==6.1.1
importlib-resources==6.1.2
# via keyring
inflection==0.5.1
# via
Expand Down Expand Up @@ -388,7 +389,7 @@ more-itertools==10.2.0
# via jaraco-classes
mysqlclient==2.2.4
# via -r requirements/test.txt
newrelic==9.6.0
newrelic==9.7.0
# via
# -r requirements/test.txt
# edx-django-utils
Expand Down Expand Up @@ -475,7 +476,7 @@ pyjwt[crypto]==2.8.0
# edx-drf-extensions
# edx-rest-api-client
# social-auth-core
pylint==3.0.3
pylint==3.1.0
# via
# -r requirements/test.txt
# edx-lint
Expand Down Expand Up @@ -511,7 +512,7 @@ pyproject-api==1.6.1
# tox
pyproject-hooks==1.0.0
# via build
pytest==8.0.1
pytest==8.0.2
# via
# -r requirements/test.txt
# pytest-cov
Expand Down Expand Up @@ -551,7 +552,7 @@ pyyaml==6.0.1
# edx-django-release-util
# responses
# xblock
readme-renderer==42.0
readme-renderer==43.0
# via twine
redis==5.0.1
# via
Expand Down Expand Up @@ -648,7 +649,7 @@ sqlparse==0.4.4
# via
# -r requirements/test.txt
# django
stevedore==5.1.0
stevedore==5.2.0
# via
# -r requirements/test.txt
# code-annotations
Expand All @@ -670,15 +671,15 @@ tomli==2.0.1
# pyproject-hooks
# pytest
# tox
tomlkit==0.12.3
tomlkit==0.12.4
# via
# -r requirements/test.txt
# pylint
tox==4.13.0
# via -r requirements/test.txt
twine==5.0.0
# via -r requirements/doc.in
typing-extensions==4.9.0
typing-extensions==4.10.0
# via
# -r requirements/test.txt
# asgiref
Expand All @@ -699,7 +700,7 @@ urllib3==1.26.18
# requests
# responses
# twine
virtualenv==20.25.0
virtualenv==20.25.1
# via
# -r requirements/test.txt
# tox
Expand Down
Loading
Loading