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 Jul 2, 2023
1 parent 7d1c4f0 commit 03e7932
Show file tree
Hide file tree
Showing 5 changed files with 19 additions and 17 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.26.160
boto3==1.26.165
# via fs-s3fs
botocore==1.29.160
botocore==1.29.165
# via
# boto3
# s3transfer
Expand Down Expand Up @@ -100,7 +100,7 @@ sqlparse==0.4.4
# via django
text-unidecode==1.3
# via python-slugify
typing-extensions==4.6.3
typing-extensions==4.7.0
# via asgiref
urllib3==1.26.16
# via
Expand Down
8 changes: 4 additions & 4 deletions requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -36,12 +36,12 @@ bok-choy==0.7.1
# via
# -r requirements/test.in
# -r requirements/test.txt
boto3==1.26.160
boto3==1.26.165
# via
# -r requirements/base.txt
# -r requirements/test.txt
# fs-s3fs
botocore==1.29.160
botocore==1.29.165
# via
# -r requirements/base.txt
# -r requirements/test.txt
Expand Down Expand Up @@ -205,7 +205,7 @@ packaging==23.1
# tox
pbr==5.11.1
# via stevedore
pillow==9.5.0
pillow==10.0.0
# via
# -r requirements/test.txt
# needle
Expand Down Expand Up @@ -352,7 +352,7 @@ tox-battery==0.6.1
# via
# -r requirements/test.in
# -r requirements/test.txt
typing-extensions==4.6.3
typing-extensions==4.7.0
# via
# -r requirements/base.txt
# -r requirements/test.txt
Expand Down
6 changes: 4 additions & 2 deletions requirements/pip-tools.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,12 +10,14 @@ click==8.1.3
# via pip-tools
packaging==23.1
# via build
pip-tools==6.13.0
pip-tools==6.14.0
# via -r requirements/pip-tools.in
pyproject-hooks==1.0.0
# via build
tomli==2.0.1
# via build
# via
# build
# pip-tools
wheel==0.40.0
# via pip-tools

Expand Down
8 changes: 4 additions & 4 deletions requirements/quality.txt
Original file line number Diff line number Diff line change
Expand Up @@ -28,11 +28,11 @@ binaryornot==0.4.4
# cookiecutter
bok-choy==0.7.1
# via -r requirements/test.txt
boto3==1.26.160
boto3==1.26.165
# via
# -r requirements/test.txt
# fs-s3fs
botocore==1.29.160
botocore==1.29.165
# via
# -r requirements/test.txt
# boto3
Expand Down Expand Up @@ -173,7 +173,7 @@ packaging==23.1
# tox
pbr==5.11.1
# via stevedore
pillow==9.5.0
pillow==10.0.0
# via
# -r requirements/test.txt
# needle
Expand Down Expand Up @@ -297,7 +297,7 @@ tox==3.28.0
# tox-battery
tox-battery==0.6.1
# via -r requirements/test.txt
typing-extensions==4.6.3
typing-extensions==4.7.0
# via
# -r requirements/test.txt
# asgiref
Expand Down
8 changes: 4 additions & 4 deletions requirements/test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -24,11 +24,11 @@ binaryornot==0.4.4
# cookiecutter
bok-choy==0.7.1
# via -r requirements/test.in
boto3==1.26.160
boto3==1.26.165
# via
# -r requirements/base.txt
# fs-s3fs
botocore==1.29.160
botocore==1.29.165
# via
# -r requirements/base.txt
# boto3
Expand Down Expand Up @@ -132,7 +132,7 @@ packaging==23.1
# pytest
# pytest-rerunfailures
# tox
pillow==9.5.0
pillow==10.0.0
# via needle
platformdirs==3.8.0
# via virtualenv
Expand Down Expand Up @@ -218,7 +218,7 @@ tox==3.28.0
# tox-battery
tox-battery==0.6.1
# via -r requirements/test.in
typing-extensions==4.6.3
typing-extensions==4.7.0
# via
# -r requirements/base.txt
# asgiref
Expand Down

0 comments on commit 03e7932

Please sign in to comment.