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 19, 2023
1 parent d94d46c commit 4e946d7
Show file tree
Hide file tree
Showing 4 changed files with 20 additions and 20 deletions.
14 changes: 7 additions & 7 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.3
# via
# -r requirements/test.txt
# fs-s3fs
botocore==1.31.85
botocore==1.32.3
# 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.88.4
hypothesis==6.89.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.1
# via
# -r requirements/test.txt
# inflect
pydantic-core==2.14.1
pydantic-core==2.14.3
# via
# -r requirements/test.txt
# pydantic
pygments==2.16.1
pygments==2.17.0
# 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 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.3
# via fs-s3fs
botocore==1.31.85
botocore==1.32.3
# via
# boto3
# s3transfer
Expand Down
8 changes: 4 additions & 4 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.3
# via
# -r requirements/django.txt
# fs-s3fs
botocore==1.31.85
botocore==1.32.3
# 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 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.0
# via
# accessible-pygments
# pydata-sphinx-theme
Expand Down
14 changes: 7 additions & 7 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.3
# via
# -r requirements/django.txt
# fs-s3fs
botocore==1.31.85
botocore==1.32.3
# via
# -r requirements/django.txt
# boto3
Expand Down Expand Up @@ -78,7 +78,7 @@ fs-s3fs==1.1.1
# via
# -r requirements/django.txt
# openedx-django-pyfs
hypothesis==6.88.4
hypothesis==6.89.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.1
# via inflect
pydantic-core==2.14.1
pydantic-core==2.14.3
# via pydantic
pygments==2.16.1
pygments==2.17.0
# 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 Down

0 comments on commit 4e946d7

Please sign in to comment.