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 Dec 4, 2023
1 parent 75c2882 commit 95e92d0
Show file tree
Hide file tree
Showing 6 changed files with 20 additions and 20 deletions.
14 changes: 7 additions & 7 deletions requirements/ci.txt
Original file line number Diff line number Diff line change
Expand Up @@ -25,11 +25,11 @@ binaryornot==0.4.4
# via
# -r requirements/test.txt
# cookiecutter
boto3==1.29.6
boto3==1.33.6
# via
# -r requirements/test.txt
# fs-s3fs
botocore==1.32.6
botocore==1.33.6
# via
# -r requirements/test.txt
# boto3
Expand Down Expand Up @@ -85,7 +85,7 @@ coverage==6.5.0
# coveralls
coveralls==3.3.1
# via -r requirements/test.txt
cryptography==41.0.5
cryptography==41.0.7
# via
# -r requirements/test.txt
# secretstorage
Expand Down Expand Up @@ -136,7 +136,7 @@ idna==3.6
# via
# -r requirements/test.txt
# requests
importlib-metadata==6.8.0
importlib-metadata==7.0.0
# via
# -r requirements/test.txt
# keyring
Expand Down Expand Up @@ -326,7 +326,7 @@ rich==13.7.0
# -r requirements/test.txt
# cookiecutter
# twine
s3transfer==0.7.0
s3transfer==0.8.2
# via
# -r requirements/test.txt
# boto3
Expand Down Expand Up @@ -370,7 +370,7 @@ tomlkit==0.12.3
# via
# -r requirements/test.txt
# pylint
tox==4.11.3
tox==4.11.4
# via -r requirements/tox.txt
twine==4.0.2
# via -r requirements/test.txt
Expand All @@ -391,7 +391,7 @@ urllib3==1.26.18
# botocore
# requests
# twine
virtualenv==20.24.7
virtualenv==20.25.0
# via
# -r requirements/tox.txt
# tox
Expand Down
4 changes: 2 additions & 2 deletions requirements/docs.txt
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ idna==3.6
# via requests
imagesize==1.4.1
# via sphinx
importlib-metadata==6.8.0
importlib-metadata==7.0.0
# via sphinx
jinja2==3.1.2
# via sphinx
Expand All @@ -62,7 +62,7 @@ packaging==23.2
# via
# pydata-sphinx-theme
# sphinx
pydata-sphinx-theme==0.14.3
pydata-sphinx-theme==0.14.4
# via sphinx-book-theme
pygments==2.17.2
# via
Expand Down
2 changes: 1 addition & 1 deletion requirements/pip-tools.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ build==1.0.3
# via pip-tools
click==8.1.7
# via pip-tools
importlib-metadata==6.8.0
importlib-metadata==7.0.0
# via build
packaging==23.2
# via build
Expand Down
6 changes: 3 additions & 3 deletions requirements/quality.txt
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,9 @@ astroid==3.0.1
# pylint-celery
binaryornot==0.4.4
# via cookiecutter
boto3==1.29.6
boto3==1.33.6
# via fs-s3fs
botocore==1.32.6
botocore==1.33.6
# via
# boto3
# s3transfer
Expand Down Expand Up @@ -149,7 +149,7 @@ requests==2.31.0
# xblock-sdk
rich==13.7.0
# via cookiecutter
s3transfer==0.7.0
s3transfer==0.8.2
# via boto3
simplejson==3.19.2
# via
Expand Down
10 changes: 5 additions & 5 deletions requirements/test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,9 @@ astroid==3.0.1
# pylint-celery
binaryornot==0.4.4
# via cookiecutter
boto3==1.29.6
boto3==1.33.6
# via fs-s3fs
botocore==1.32.6
botocore==1.33.6
# via
# boto3
# s3transfer
Expand Down Expand Up @@ -50,7 +50,7 @@ coverage==6.5.0
# via coveralls
coveralls==3.3.1
# via -r requirements/test.in
cryptography==41.0.5
cryptography==41.0.7
# via secretstorage
ddt==1.7.0
# via -r requirements/test.in
Expand All @@ -77,7 +77,7 @@ fs-s3fs==1.1.1
# via xblock-sdk
idna==3.6
# via requests
importlib-metadata==6.8.0
importlib-metadata==7.0.0
# via
# keyring
# twine
Expand Down Expand Up @@ -202,7 +202,7 @@ rich==13.7.0
# via
# cookiecutter
# twine
s3transfer==0.7.0
s3transfer==0.8.2
# via boto3
secretstorage==3.3.3
# via keyring
Expand Down
4 changes: 2 additions & 2 deletions requirements/tox.txt
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ tomli==2.0.1
# via
# pyproject-api
# tox
tox==4.11.3
tox==4.11.4
# via -r requirements/tox.in
virtualenv==20.24.7
virtualenv==20.25.0
# via tox

0 comments on commit 95e92d0

Please sign in to comment.