Skip to content

Commit

Permalink
chore: Updating Python Requirements (#2399)
Browse files Browse the repository at this point in the history
  • Loading branch information
edx-requirements-bot authored Feb 27, 2024
1 parent 064e9a1 commit 6e4de0e
Show file tree
Hide file tree
Showing 8 changed files with 61 additions and 56 deletions.
31 changes: 16 additions & 15 deletions requirements/all.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,8 @@ asgiref==3.7.2
# -r requirements/production.txt
# django
# django-cors-headers
astroid==3.0.3
# django-simple-history
astroid==3.1.0
# via
# -r requirements/dev.txt
# pylint
Expand Down Expand Up @@ -42,16 +43,16 @@ bleach==6.1.0
# via
# -r requirements/dev.txt
# -r requirements/production.txt
boto3==1.34.45
boto3==1.34.50
# via
# -r requirements/production.txt
# django-ses
botocore==1.34.45
botocore==1.34.50
# via
# -r requirements/production.txt
# boto3
# s3transfer
cachetools==5.3.2
cachetools==5.3.3
# via
# -r requirements/dev.txt
# tox
Expand Down Expand Up @@ -109,16 +110,16 @@ coreschema==0.0.4
# -r requirements/dev.txt
# -r requirements/production.txt
# coreapi
coverage==7.4.1
coverage==7.4.3
# via -r requirements/dev.txt
cryptography==42.0.3
cryptography==42.0.5
# via
# -r requirements/dev.txt
# -r requirements/production.txt
# paramiko
# pyjwt
# social-auth-core
ddt==1.7.1
ddt==1.7.2
# via -r requirements/dev.txt
defusedxml==0.8.0rc2
# via
Expand Down Expand Up @@ -207,7 +208,7 @@ django-rest-swagger==2.2.0
# -r requirements/production.txt
django-ses==3.5.2
# via -r requirements/production.txt
django-simple-history==3.4.0
django-simple-history==3.5.0
# via
# -r requirements/dev.txt
# -r requirements/production.txt
Expand Down Expand Up @@ -423,7 +424,7 @@ mysqlclient==2.2.4
# via
# -r requirements/dev.txt
# -r requirements/production.txt
newrelic==9.6.0
newrelic==9.7.0
# via
# -r requirements/dev.txt
# -r requirements/production.txt
Expand Down Expand Up @@ -524,7 +525,7 @@ pyjwt[crypto]==2.8.0
# edx-rest-api-client
# segment-analytics-python
# social-auth-core
pylint==3.0.3
pylint==3.1.0
# via
# -r requirements/dev.txt
# edx-lint
Expand Down Expand Up @@ -572,7 +573,7 @@ pyrsistent==0.20.0
# via
# -r requirements/dev.txt
# jsonschema
pytest==8.0.1
pytest==8.0.2
# via
# -r requirements/dev.txt
# pytest-django
Expand Down Expand Up @@ -709,7 +710,7 @@ sqlparse==0.4.4
# -r requirements/production.txt
# django
# django-debug-toolbar
stevedore==5.1.0
stevedore==5.2.0
# via
# -r requirements/dev.txt
# -r requirements/production.txt
Expand All @@ -736,13 +737,13 @@ tomli==2.0.1
# pyproject-api
# pytest
# tox
tomlkit==0.12.3
tomlkit==0.12.4
# via
# -r requirements/dev.txt
# pylint
tox==4.13.0
# via -r requirements/dev.txt
typing-extensions==4.9.0
typing-extensions==4.10.0
# via
# -r requirements/dev.txt
# -r requirements/production.txt
Expand All @@ -768,7 +769,7 @@ urllib3==1.26.18
# docker
# requests
# responses
virtualenv==20.25.0
virtualenv==20.25.1
# via
# -r requirements/dev.txt
# tox
Expand Down
11 changes: 6 additions & 5 deletions requirements/base.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ asgiref==3.7.2
# via
# django
# django-cors-headers
# django-simple-history
attrs==23.2.0
# via
# edx-ace
Expand Down Expand Up @@ -39,7 +40,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 @@ -92,7 +93,7 @@ django-ratelimit==4.1.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-sortedm2m==3.1.1
# via -r requirements/base.in
Expand Down Expand Up @@ -176,7 +177,7 @@ markupsafe==2.1.5
# via jinja2
mysqlclient==2.2.4
# via -r requirements/base.in
newrelic==9.6.0
newrelic==9.7.0
# via
# -r requirements/base.in
# edx-django-utils
Expand Down Expand Up @@ -288,15 +289,15 @@ 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-ace
# 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
27 changes: 14 additions & 13 deletions requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,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 @@ -34,7 +35,7 @@ black==24.2.0
# via -r requirements/test.txt
bleach==6.1.0
# via -r requirements/test.txt
cachetools==5.3.2
cachetools==5.3.3
# via
# -r requirements/test.txt
# tox
Expand Down Expand Up @@ -85,15 +86,15 @@ coreschema==0.0.4
# via
# -r requirements/test.txt
# coreapi
coverage==7.4.1
coverage==7.4.3
# via -r requirements/test.txt
cryptography==42.0.3
cryptography==42.0.5
# via
# -r requirements/test.txt
# paramiko
# pyjwt
# 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 @@ -161,7 +162,7 @@ django-ratelimit==4.1.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-sortedm2m==3.1.1
# via -r requirements/test.txt
Expand Down Expand Up @@ -310,7 +311,7 @@ mypy-extensions==1.0.0
# black
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 @@ -389,7 +390,7 @@ pyjwt[crypto]==2.8.0
# edx-rest-api-client
# segment-analytics-python
# social-auth-core
pylint==3.0.3
pylint==3.1.0
# via
# -r requirements/test.txt
# edx-lint
Expand Down Expand Up @@ -430,7 +431,7 @@ pyproject-api==1.6.1
# tox
pyrsistent==0.20.0
# via jsonschema
pytest==8.0.1
pytest==8.0.2
# via
# -r requirements/test.txt
# pytest-django
Expand Down Expand Up @@ -538,7 +539,7 @@ sqlparse==0.4.4
# -r requirements/test.txt
# django
# django-debug-toolbar
stevedore==5.1.0
stevedore==5.2.0
# via
# -r requirements/test.txt
# code-annotations
Expand All @@ -561,13 +562,13 @@ tomli==2.0.1
# pyproject-api
# 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
typing-extensions==4.9.0
typing-extensions==4.10.0
# via
# -r requirements/test.txt
# asgiref
Expand All @@ -589,7 +590,7 @@ urllib3==1.26.18
# docker
# requests
# responses
virtualenv==20.25.0
virtualenv==20.25.1
# via
# -r requirements/test.txt
# tox
Expand Down
2 changes: 1 addition & 1 deletion requirements/docs.txt
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ sphinxcontrib-qthelp==1.0.3
# via sphinx
sphinxcontrib-serializinghtml==1.1.5
# via sphinx
typing-extensions==4.9.0
typing-extensions==4.10.0
# via pydata-sphinx-theme
urllib3==1.26.18
# via
Expand Down
2 changes: 1 addition & 1 deletion requirements/pip.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,5 @@ wheel==0.42.0
# The following packages are considered to be unsafe in a requirements file:
pip==24.0
# via -r requirements/pip.in
setuptools==69.1.0
setuptools==69.1.1
# via -r requirements/pip.in
15 changes: 8 additions & 7 deletions requirements/production.txt
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ asgiref==3.7.2
# -r requirements/base.txt
# django
# django-cors-headers
# django-simple-history
attrs==23.2.0
# via
# -r requirements/base.txt
Expand All @@ -24,9 +25,9 @@ backports-zoneinfo==0.2.1
# django
bleach==6.1.0
# via -r requirements/base.txt
boto3==1.34.45
boto3==1.34.50
# via django-ses
botocore==1.34.45
botocore==1.34.50
# via
# boto3
# s3transfer
Expand Down Expand Up @@ -61,7 +62,7 @@ coreschema==0.0.4
# via
# -r requirements/base.txt
# coreapi
cryptography==42.0.3
cryptography==42.0.5
# via
# -r requirements/base.txt
# pyjwt
Expand Down Expand Up @@ -122,7 +123,7 @@ django-rest-swagger==2.2.0
# via -r requirements/base.txt
django-ses==3.5.2
# via -r requirements/production.in
django-simple-history==3.4.0
django-simple-history==3.5.0
# via -r requirements/base.txt
django-sortedm2m==3.1.1
# via -r requirements/base.txt
Expand Down Expand Up @@ -235,7 +236,7 @@ markupsafe==2.1.5
# jinja2
mysqlclient==2.2.4
# via -r requirements/base.txt
newrelic==9.6.0
newrelic==9.7.0
# via
# -r requirements/base.txt
# -r requirements/production.in
Expand Down Expand Up @@ -399,7 +400,7 @@ sqlparse==0.4.4
# via
# -r requirements/base.txt
# django
stevedore==5.1.0
stevedore==5.2.0
# via
# -r requirements/base.txt
# code-annotations
Expand All @@ -410,7 +411,7 @@ text-unidecode==1.3
# via
# -r requirements/base.txt
# python-slugify
typing-extensions==4.9.0
typing-extensions==4.10.0
# via
# -r requirements/base.txt
# asgiref
Expand Down
Loading

0 comments on commit 6e4de0e

Please sign in to comment.