Skip to content

Commit

Permalink
chore: Updating Python Requirements (#334)
Browse files Browse the repository at this point in the history
  • Loading branch information
edx-requirements-bot authored Dec 4, 2023
1 parent be6fd90 commit 061f2fa
Show file tree
Hide file tree
Showing 7 changed files with 23 additions and 23 deletions.
6 changes: 3 additions & 3 deletions requirements/base.txt
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,9 @@ asgiref==3.7.2
# via django
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 @@ -94,7 +94,7 @@ requests==2.31.0
# cookiecutter
rich==13.7.0
# via cookiecutter
s3transfer==0.7.0
s3transfer==0.8.2
# via boto3
simplejson==3.19.2
# via
Expand Down
4 changes: 2 additions & 2 deletions requirements/ci.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/ci.in
virtualenv==20.24.7
virtualenv==20.25.0
# via tox
10 changes: 5 additions & 5 deletions requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -32,12 +32,12 @@ binaryornot==0.4.4
# -r requirements/base.txt
# -r requirements/test.txt
# cookiecutter
boto3==1.29.6
boto3==1.33.6
# via
# -r requirements/base.txt
# -r requirements/test.txt
# fs-s3fs
botocore==1.32.6
botocore==1.33.6
# via
# -r requirements/base.txt
# -r requirements/test.txt
Expand Down Expand Up @@ -303,7 +303,7 @@ rich==13.7.0
# -r requirements/base.txt
# -r requirements/test.txt
# cookiecutter
s3transfer==0.7.0
s3transfer==0.8.2
# via
# -r requirements/base.txt
# -r requirements/test.txt
Expand Down Expand Up @@ -345,7 +345,7 @@ tomli==2.0.1
# tox
tomlkit==0.12.3
# via pylint
tox==4.11.3
tox==4.11.4
# via
# -r requirements/test.in
# -r requirements/test.txt
Expand All @@ -368,7 +368,7 @@ urllib3==1.26.18
# -r requirements/test.txt
# botocore
# requests
virtualenv==20.24.7
virtualenv==20.25.0
# via
# -r requirements/test.txt
# tox
Expand Down
4 changes: 2 additions & 2 deletions 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==6.9.0
# via build
packaging==23.2
# via build
Expand All @@ -21,7 +21,7 @@ tomli==2.0.1
# build
# pip-tools
# pyproject-hooks
wheel==0.41.3
wheel==0.42.0
# via pip-tools
zipp==3.17.0
# via importlib-metadata
Expand Down
2 changes: 1 addition & 1 deletion requirements/pip.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
#
# make upgrade
#
wheel==0.41.3
wheel==0.42.0
# via -r requirements/pip.in

# The following packages are considered to be unsafe in a requirements file:
Expand Down
10 changes: 5 additions & 5 deletions requirements/quality.txt
Original file line number Diff line number Diff line change
Expand Up @@ -26,11 +26,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 @@ -257,7 +257,7 @@ rich==13.7.0
# via
# -r requirements/test.txt
# cookiecutter
s3transfer==0.7.0
s3transfer==0.8.2
# via
# -r requirements/test.txt
# boto3
Expand Down Expand Up @@ -294,7 +294,7 @@ tomli==2.0.1
# tox
tomlkit==0.12.3
# via pylint
tox==4.11.3
tox==4.11.4
# via -r requirements/test.txt
types-python-dateutil==2.8.19.14
# via
Expand All @@ -312,7 +312,7 @@ urllib3==1.26.18
# -r requirements/test.txt
# botocore
# requests
virtualenv==20.24.7
virtualenv==20.25.0
# via
# -r requirements/test.txt
# tox
Expand Down
10 changes: 5 additions & 5 deletions requirements/test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -22,11 +22,11 @@ binaryornot==0.4.4
# via
# -r requirements/base.txt
# cookiecutter
boto3==1.29.6
boto3==1.33.6
# via
# -r requirements/base.txt
# fs-s3fs
botocore==1.32.6
botocore==1.33.6
# via
# -r requirements/base.txt
# boto3
Expand Down Expand Up @@ -193,7 +193,7 @@ rich==13.7.0
# via
# -r requirements/base.txt
# cookiecutter
s3transfer==0.7.0
s3transfer==0.8.2
# via
# -r requirements/base.txt
# boto3
Expand Down Expand Up @@ -221,7 +221,7 @@ tomli==2.0.1
# pyproject-api
# pytest
# tox
tox==4.11.3
tox==4.11.4
# via -r requirements/test.in
types-python-dateutil==2.8.19.14
# via
Expand All @@ -237,7 +237,7 @@ urllib3==1.26.18
# -r requirements/base.txt
# botocore
# requests
virtualenv==20.24.7
virtualenv==20.25.0
# via tox
web-fragments==2.1.0
# via
Expand Down

0 comments on commit 061f2fa

Please sign in to comment.