Skip to content

Commit

Permalink
chore: Upgrade Python requirements (#776)
Browse files Browse the repository at this point in the history
  • Loading branch information
edx-requirements-bot authored Aug 5, 2024
1 parent 645b648 commit 4e9a0f5
Show file tree
Hide file tree
Showing 5 changed files with 21 additions and 21 deletions.
8 changes: 4 additions & 4 deletions requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -17,15 +17,15 @@ astroid==3.2.4
# -r requirements/test.txt
# pylint
# pylint-celery
attrs==23.2.0
attrs==24.1.0
# via
# -r requirements/test.txt
# hypothesis
boto3==1.34.149
boto3==1.34.153
# via
# -r requirements/test.txt
# fs-s3fs
botocore==1.34.149
botocore==1.34.153
# via
# -r requirements/test.txt
# boto3
Expand Down Expand Up @@ -113,7 +113,7 @@ fs-s3fs==1.1.1
# via
# -r requirements/test.txt
# openedx-django-pyfs
hypothesis==6.108.4
hypothesis==6.108.5
# via -r requirements/test.txt
inflect==7.3.1
# via
Expand Down
4 changes: 2 additions & 2 deletions requirements/django.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,9 @@ appdirs==1.4.4
# fs
asgiref==3.8.1
# via django
boto3==1.34.149
boto3==1.34.153
# via fs-s3fs
botocore==1.34.149
botocore==1.34.153
# via
# boto3
# s3transfer
Expand Down
18 changes: 9 additions & 9 deletions requirements/doc.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
#
accessible-pygments==0.0.5
# via pydata-sphinx-theme
alabaster==0.7.16
alabaster==1.0.0
# via sphinx
appdirs==1.4.4
# via
Expand All @@ -22,11 +22,11 @@ babel==2.15.0
# sphinx
beautifulsoup4==4.12.3
# via pydata-sphinx-theme
boto3==1.34.149
boto3==1.34.153
# via
# -r requirements/django.txt
# fs-s3fs
botocore==1.34.149
botocore==1.34.153
# via
# -r requirements/django.txt
# boto3
Expand Down Expand Up @@ -130,24 +130,24 @@ snowballstemmer==2.2.0
# via sphinx
soupsieve==2.5
# via beautifulsoup4
sphinx==7.4.7
sphinx==8.0.2
# via
# -r requirements/doc.in
# pydata-sphinx-theme
# sphinx-book-theme
sphinx-book-theme==1.1.3
# via -r requirements/doc.in
sphinxcontrib-applehelp==1.0.8
sphinxcontrib-applehelp==2.0.0
# via sphinx
sphinxcontrib-devhelp==1.0.6
sphinxcontrib-devhelp==2.0.0
# via sphinx
sphinxcontrib-htmlhelp==2.0.6
sphinxcontrib-htmlhelp==2.1.0
# via sphinx
sphinxcontrib-jsmath==1.0.1
# via sphinx
sphinxcontrib-qthelp==1.0.8
sphinxcontrib-qthelp==2.0.0
# via sphinx
sphinxcontrib-serializinghtml==1.1.10
sphinxcontrib-serializinghtml==2.0.0
# via sphinx
sqlparse==0.5.1
# via
Expand Down
4 changes: 2 additions & 2 deletions requirements/pip.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ wheel==0.43.0
# via -r requirements/pip.in

# The following packages are considered to be unsafe in a requirements file:
pip==24.1.2
pip==24.2
# via -r requirements/pip.in
setuptools==71.1.0
setuptools==72.1.0
# via -r requirements/pip.in
8 changes: 4 additions & 4 deletions requirements/test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -17,13 +17,13 @@ astroid==3.2.4
# -r requirements/test.in
# pylint
# pylint-celery
attrs==23.2.0
attrs==24.1.0
# via hypothesis
boto3==1.34.149
boto3==1.34.153
# via
# -r requirements/django.txt
# fs-s3fs
botocore==1.34.149
botocore==1.34.153
# via
# -r requirements/django.txt
# boto3
Expand Down Expand Up @@ -82,7 +82,7 @@ fs-s3fs==1.1.1
# via
# -r requirements/django.txt
# openedx-django-pyfs
hypothesis==6.108.4
hypothesis==6.108.5
# via -r requirements/test.in
inflect==7.3.1
# via jinja2-pluralize
Expand Down

0 comments on commit 4e9a0f5

Please sign in to comment.