Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Python Requirements Update #335

Merged
merged 1 commit into from
Jul 4, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion requirements/base.txt
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ sqlparse==0.4.4
# via django
tinycss2==1.1.1
# via bleach
typing-extensions==4.6.3
typing-extensions==4.7.1
# via asgiref
web-fragments==2.0.0
# via
Expand Down
11 changes: 6 additions & 5 deletions requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -37,12 +37,12 @@ bok-choy==0.7.1
# via
# -r requirements/quality.txt
# -r requirements/workbench.txt
boto3==1.26.160
boto3==1.26.165
# via
# -r requirements/quality.txt
# -r requirements/workbench.txt
# fs-s3fs
botocore==1.29.160
botocore==1.29.165
# via
# -r requirements/quality.txt
# -r requirements/workbench.txt
Expand Down Expand Up @@ -250,12 +250,12 @@ pbr==5.11.1
# via
# -r requirements/quality.txt
# stevedore
pillow==9.5.0
pillow==10.0.0
# via
# -r requirements/quality.txt
# -r requirements/workbench.txt
# needle
pip-tools==6.13.0
pip-tools==6.14.0
# via -r requirements/pip-tools.txt
platformdirs==3.8.0
# via
Expand Down Expand Up @@ -408,6 +408,7 @@ tomli==2.0.1
# -r requirements/workbench.txt
# build
# coverage
# pip-tools
# pyproject-hooks
# pytest
# tox
Expand All @@ -417,7 +418,7 @@ tox==3.28.0
# tox-battery
tox-battery==0.6.1
# via -r requirements/ci.txt
typing-extensions==4.6.3
typing-extensions==4.7.1
# via
# -r requirements/quality.txt
# -r requirements/workbench.txt
Expand Down
3 changes: 2 additions & 1 deletion requirements/pip-tools.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,13 +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
# pip-tools
# pyproject-hooks
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 @@ bleach[css]==6.0.0
# via -r requirements/test.txt
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 @@ -176,7 +176,7 @@ path==16.6.0
# edx-i18n-tools
pbr==5.11.1
# via stevedore
pillow==9.5.0
pillow==10.0.0
# via
# -r requirements/test.txt
# needle
Expand Down Expand Up @@ -289,7 +289,7 @@ tomli==2.0.1
# -r requirements/test.txt
# coverage
# pytest
typing-extensions==4.6.3
typing-extensions==4.7.1
# 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 @@ -20,9 +20,9 @@ bleach[css]==6.0.0
# via -r requirements/base.txt
bok-choy==0.7.1
# via -r requirements/test.in
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 @@ -115,7 +115,7 @@ packaging==23.1
# via pytest
path==16.6.0
# via edx-i18n-tools
pillow==9.5.0
pillow==10.0.0
# via needle
pluggy==1.2.0
# via pytest
Expand Down Expand Up @@ -188,7 +188,7 @@ tomli==2.0.1
# via
# coverage
# pytest
typing-extensions==4.6.3
typing-extensions==4.7.1
# via
# -r requirements/base.txt
# asgiref
Expand Down
8 changes: 4 additions & 4 deletions requirements/workbench.txt
Original file line number Diff line number Diff line change
Expand Up @@ -24,11 +24,11 @@ bleach[css]==6.0.0
# via -r requirements/test.txt
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 @@ -158,7 +158,7 @@ path==16.6.0
# via
# -r requirements/test.txt
# edx-i18n-tools
pillow==9.5.0
pillow==10.0.0
# via
# -r requirements/test.txt
# needle
Expand Down Expand Up @@ -251,7 +251,7 @@ tomli==2.0.1
# -r requirements/test.txt
# coverage
# pytest
typing-extensions==4.6.3
typing-extensions==4.7.1
# via
# -r requirements/test.txt
# asgiref
Expand Down