Skip to content

Commit

Permalink
chore: Updating Python Requirements (#2484)
Browse files Browse the repository at this point in the history
  • Loading branch information
edx-requirements-bot authored May 22, 2024
1 parent f68a073 commit de17c99
Show file tree
Hide file tree
Showing 8 changed files with 27 additions and 27 deletions.
16 changes: 8 additions & 8 deletions requirements/all.txt
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ asgiref==3.8.1
# django
# django-cors-headers
# django-simple-history
astroid==3.2.0
astroid==3.2.2
# via
# -r requirements/dev.txt
# pylint
Expand Down Expand Up @@ -40,11 +40,11 @@ bleach==6.1.0
# via
# -r requirements/dev.txt
# -r requirements/production.txt
boto3==1.34.105
boto3==1.34.109
# via
# -r requirements/production.txt
# django-ses
botocore==1.34.105
botocore==1.34.109
# via
# -r requirements/production.txt
# boto3
Expand Down Expand Up @@ -472,7 +472,7 @@ pillow==10.3.0
# via
# -r requirements/dev.txt
# -r requirements/production.txt
platformdirs==4.2.1
platformdirs==4.2.2
# via
# -r requirements/dev.txt
# black
Expand Down Expand Up @@ -513,7 +513,7 @@ pyjwt[crypto]==2.8.0
# edx-rest-api-client
# segment-analytics-python
# social-auth-core
pylint==3.2.0
pylint==3.2.2
# via
# -r requirements/dev.txt
# edx-lint
Expand Down Expand Up @@ -556,7 +556,7 @@ pyproject-api==1.6.1
# via
# -r requirements/dev.txt
# tox
pytest==8.2.0
pytest==8.2.1
# via
# -r requirements/dev.txt
# pytest-django
Expand Down Expand Up @@ -748,7 +748,7 @@ xss-utils==0.6.0
# via
# -r requirements/dev.txt
# -r requirements/production.txt
zipp==3.18.1
zipp==3.18.2
# via
# -r requirements/dev.txt
# -r requirements/production.txt
Expand All @@ -757,7 +757,7 @@ zope-event==5.0
# via
# -r requirements/production.txt
# gevent
zope-interface==6.3
zope-interface==6.4
# via
# -r requirements/production.txt
# gevent
Expand Down
2 changes: 1 addition & 1 deletion requirements/base.txt
Original file line number Diff line number Diff line change
Expand Up @@ -329,5 +329,5 @@ webencodings==0.5.1
# via bleach
xss-utils==0.6.0
# via -r requirements/base.in
zipp==3.18.1
zipp==3.18.2
# via importlib-metadata
10 changes: 5 additions & 5 deletions requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ asgiref==3.8.1
# django
# django-cors-headers
# django-simple-history
astroid==3.2.0
astroid==3.2.2
# via
# -r requirements/test.txt
# pylint
Expand Down Expand Up @@ -353,7 +353,7 @@ pbr==6.0.0
# stevedore
pillow==10.3.0
# via -r requirements/test.txt
platformdirs==4.2.1
platformdirs==4.2.2
# via
# -r requirements/test.txt
# black
Expand Down Expand Up @@ -388,7 +388,7 @@ pyjwt[crypto]==2.8.0
# edx-rest-api-client
# segment-analytics-python
# social-auth-core
pylint==3.2.0
pylint==3.2.2
# via
# -r requirements/test.txt
# edx-lint
Expand Down Expand Up @@ -426,7 +426,7 @@ pyproject-api==1.6.1
# via
# -r requirements/test.txt
# tox
pytest==8.2.0
pytest==8.2.1
# via
# -r requirements/test.txt
# pytest-django
Expand Down Expand Up @@ -582,7 +582,7 @@ webencodings==0.5.1
# bleach
xss-utils==0.6.0
# via -r requirements/test.txt
zipp==3.18.1
zipp==3.18.2
# via
# -r requirements/test.txt
# importlib-metadata
4 changes: 2 additions & 2 deletions requirements/docs.txt
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ pygments==2.18.0
# sphinx
pytz==2024.1
# via babel
requests==2.31.0
requests==2.32.1
# via sphinx
snowballstemmer==2.2.0
# via sphinx
Expand Down Expand Up @@ -81,5 +81,5 @@ urllib3==1.26.18
# via
# -c requirements/constraints.txt
# requests
zipp==3.18.1
zipp==3.18.2
# via importlib-metadata
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.43.0
# The following packages are considered to be unsafe in a requirements file:
pip==24.0
# via -r requirements/pip.in
setuptools==69.5.1
setuptools==70.0.0
# via -r requirements/pip.in
2 changes: 1 addition & 1 deletion requirements/pip_tools.txt
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ tomli==2.0.1
# pip-tools
wheel==0.43.0
# via pip-tools
zipp==3.18.1
zipp==3.18.2
# via importlib-metadata

# The following packages are considered to be unsafe in a requirements file:
Expand Down
8 changes: 4 additions & 4 deletions requirements/production.txt
Original file line number Diff line number Diff line change
Expand Up @@ -27,9 +27,9 @@ backports-zoneinfo==0.2.1 ; python_version < "3.9"
# djangorestframework
bleach==6.1.0
# via -r requirements/base.txt
boto3==1.34.105
boto3==1.34.109
# via django-ses
botocore==1.34.105
botocore==1.34.109
# via
# boto3
# s3transfer
Expand Down Expand Up @@ -450,13 +450,13 @@ webencodings==0.5.1
# bleach
xss-utils==0.6.0
# via -r requirements/base.txt
zipp==3.18.1
zipp==3.18.2
# via
# -r requirements/base.txt
# importlib-metadata
zope-event==5.0
# via gevent
zope-interface==6.3
zope-interface==6.4
# via gevent

# The following packages are considered to be unsafe in a requirements file:
Expand Down
10 changes: 5 additions & 5 deletions requirements/test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ asgiref==3.8.1
# django
# django-cors-headers
# django-simple-history
astroid==3.2.0
astroid==3.2.2
# via
# pylint
# pylint-celery
Expand Down Expand Up @@ -323,7 +323,7 @@ pbr==6.0.0
# stevedore
pillow==10.3.0
# via -r requirements/base.txt
platformdirs==4.2.1
platformdirs==4.2.2
# via
# black
# pylint
Expand Down Expand Up @@ -356,7 +356,7 @@ pyjwt[crypto]==2.8.0
# edx-rest-api-client
# segment-analytics-python
# social-auth-core
pylint==3.2.0
pylint==3.2.2
# via
# edx-lint
# pylint-celery
Expand Down Expand Up @@ -386,7 +386,7 @@ pypng==0.20220715.0
# qrcode
pyproject-api==1.6.1
# via tox
pytest==8.2.0
pytest==8.2.1
# via
# -r requirements/test.in
# pytest-django
Expand Down Expand Up @@ -534,7 +534,7 @@ webencodings==0.5.1
# bleach
xss-utils==0.6.0
# via -r requirements/base.txt
zipp==3.18.1
zipp==3.18.2
# via
# -r requirements/base.txt
# importlib-metadata

0 comments on commit de17c99

Please sign in to comment.