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 Nov 26, 2023
1 parent d94d46c commit 8b945e2
Show file tree
Hide file tree
Showing 6 changed files with 27 additions and 27 deletions.
2 changes: 1 addition & 1 deletion requirements/ci.txt
Original file line number Diff line number Diff line change
Expand Up @@ -37,5 +37,5 @@ tomli==2.0.1
# tox
tox==4.11.3
# via -r requirements/ci.in
virtualenv==20.24.6
virtualenv==20.24.7
# via tox
18 changes: 9 additions & 9 deletions requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -21,11 +21,11 @@ attrs==23.1.0
# via
# -r requirements/test.txt
# hypothesis
boto3==1.28.85
boto3==1.29.6
# via
# -r requirements/test.txt
# fs-s3fs
botocore==1.31.85
botocore==1.32.6
# via
# -r requirements/test.txt
# boto3
Expand Down Expand Up @@ -93,7 +93,7 @@ django==2.2.28
# openedx-django-pyfs
edx-lint==5.3.6
# via -r requirements/test.txt
exceptiongroup==1.1.3
exceptiongroup==1.2.0
# via
# -r requirements/test.txt
# hypothesis
Expand All @@ -113,7 +113,7 @@ fs-s3fs==1.1.1
# via
# -r requirements/test.txt
# openedx-django-pyfs
hypothesis==6.88.4
hypothesis==6.90.0
# via -r requirements/test.txt
importlib-metadata==6.8.0
# via
Expand Down Expand Up @@ -199,15 +199,15 @@ pluggy==1.3.0
# tox
pycodestyle==2.11.1
# via -r requirements/test.txt
pydantic==2.5.0
pydantic==2.5.2
# via
# -r requirements/test.txt
# inflect
pydantic-core==2.14.1
pydantic-core==2.14.5
# via
# -r requirements/test.txt
# pydantic
pygments==2.16.1
pygments==2.17.2
# via
# -r requirements/test.txt
# diff-cover
Expand Down Expand Up @@ -307,7 +307,7 @@ tomli==2.0.1
# pyproject-hooks
# pytest
# tox
tomlkit==0.12.2
tomlkit==0.12.3
# via
# -r requirements/test.txt
# pylint
Expand All @@ -328,7 +328,7 @@ urllib3==1.26.18
# via
# -r requirements/test.txt
# botocore
virtualenv==20.24.6
virtualenv==20.24.7
# via
# -r requirements/ci.txt
# -r requirements/test.txt
Expand Down
4 changes: 2 additions & 2 deletions requirements/django.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,9 @@ appdirs==1.4.4
# via
# -r requirements/base.txt
# fs
boto3==1.28.85
boto3==1.29.6
# via fs-s3fs
botocore==1.31.85
botocore==1.32.6
# via
# boto3
# s3transfer
Expand Down
10 changes: 5 additions & 5 deletions requirements/doc.txt
Original file line number Diff line number Diff line change
Expand Up @@ -18,16 +18,16 @@ babel==2.13.1
# sphinx
beautifulsoup4==4.12.2
# via pydata-sphinx-theme
boto3==1.28.85
boto3==1.29.6
# via
# -r requirements/django.txt
# fs-s3fs
botocore==1.31.85
botocore==1.32.6
# via
# -r requirements/django.txt
# boto3
# s3transfer
certifi==2023.7.22
certifi==2023.11.17
# via requests
charset-normalizer==3.3.2
# via requests
Expand All @@ -49,7 +49,7 @@ fs-s3fs==1.1.1
# via
# -r requirements/django.txt
# openedx-django-pyfs
idna==3.4
idna==3.6
# via requests
imagesize==1.4.1
# via sphinx
Expand Down Expand Up @@ -83,7 +83,7 @@ packaging==23.2
# sphinx
pydata-sphinx-theme==0.14.3
# via sphinx-book-theme
pygments==2.16.1
pygments==2.17.2
# via
# accessible-pygments
# pydata-sphinx-theme
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.41.3
# The following packages are considered to be unsafe in a requirements file:
pip==23.3.1
# via -r requirements/pip.in
setuptools==68.2.2
setuptools==69.0.2
# via -r requirements/pip.in
18 changes: 9 additions & 9 deletions requirements/test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -17,11 +17,11 @@ astroid==3.0.1
# pylint-celery
attrs==23.1.0
# via hypothesis
boto3==1.28.85
boto3==1.29.6
# via
# -r requirements/django.txt
# fs-s3fs
botocore==1.31.85
botocore==1.32.6
# via
# -r requirements/django.txt
# boto3
Expand Down Expand Up @@ -61,7 +61,7 @@ distlib==0.3.7
# openedx-django-pyfs
edx-lint==5.3.6
# via -r requirements/test.in
exceptiongroup==1.1.3
exceptiongroup==1.2.0
# via
# hypothesis
# pytest
Expand All @@ -78,7 +78,7 @@ fs-s3fs==1.1.1
# via
# -r requirements/django.txt
# openedx-django-pyfs
hypothesis==6.88.4
hypothesis==6.90.0
# via -r requirements/test.in
inflect==7.0.0
# via jinja2-pluralize
Expand Down Expand Up @@ -137,11 +137,11 @@ pluggy==1.3.0
# tox
pycodestyle==2.11.1
# via -r requirements/test.in
pydantic==2.5.0
pydantic==2.5.2
# via inflect
pydantic-core==2.14.1
pydantic-core==2.14.5
# via pydantic
pygments==2.16.1
pygments==2.17.2
# via diff-cover
pylint==3.0.2
# via
Expand Down Expand Up @@ -213,7 +213,7 @@ tomli==2.0.1
# pyproject-api
# pytest
# tox
tomlkit==0.12.2
tomlkit==0.12.3
# via pylint
tox==4.11.3
# via -r requirements/test.in
Expand All @@ -229,7 +229,7 @@ urllib3==1.26.18
# via
# -r requirements/django.txt
# botocore
virtualenv==20.24.6
virtualenv==20.24.7
# via tox
web-fragments==2.1.0
# via -r requirements/django.txt
Expand Down

0 comments on commit 8b945e2

Please sign in to comment.