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 #351

Merged
merged 1 commit into from
Sep 25, 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
6 changes: 3 additions & 3 deletions requirements/base.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,9 @@ asgiref==3.7.2
# via django
bleach[css]==6.0.0
# via -r requirements/base.in
boto3==1.28.49
boto3==1.28.53
# via fs-s3fs
botocore==1.31.49
botocore==1.31.53
# via
# boto3
# s3transfer
Expand Down Expand Up @@ -73,7 +73,7 @@ sqlparse==0.4.4
# via django
tinycss2==1.1.1
# via bleach
typing-extensions==4.7.1
typing-extensions==4.8.0
# via asgiref
urllib3==1.26.16
# via botocore
Expand Down
10 changes: 5 additions & 5 deletions requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -38,12 +38,12 @@ bok-choy==0.7.1
# -c requirements/constraints.txt
# -r requirements/quality.txt
# -r requirements/workbench.txt
boto3==1.28.49
boto3==1.28.53
# via
# -r requirements/quality.txt
# -r requirements/workbench.txt
# fs-s3fs
botocore==1.31.49
botocore==1.31.53
# via
# -r requirements/quality.txt
# -r requirements/workbench.txt
Expand Down Expand Up @@ -86,7 +86,7 @@ code-annotations==1.5.0
# via
# -r requirements/quality.txt
# edx-lint
cookiecutter==2.3.0
cookiecutter==2.3.1
# via
# -r requirements/quality.txt
# -r requirements/workbench.txt
Expand Down Expand Up @@ -448,7 +448,7 @@ tox==3.28.0
# tox-battery
tox-battery==0.6.2
# via -r requirements/ci.txt
typing-extensions==4.7.1
typing-extensions==4.8.0
# via
# -r requirements/quality.txt
# -r requirements/workbench.txt
Expand Down Expand Up @@ -505,7 +505,7 @@ xblock-utils==3.4.1
# via
# -r requirements/quality.txt
# -r requirements/workbench.txt
zipp==3.16.2
zipp==3.17.0
# via
# -r requirements/pip-tools.txt
# importlib-metadata
Expand Down
2 changes: 1 addition & 1 deletion requirements/pip-tools.txt
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ tomli==2.0.1
# pyproject-hooks
wheel==0.41.2
# via pip-tools
zipp==3.16.2
zipp==3.17.0
# via importlib-metadata

# The following packages are considered to be unsafe in a requirements file:
Expand Down
8 changes: 4 additions & 4 deletions requirements/quality.txt
Original file line number Diff line number Diff line change
Expand Up @@ -30,11 +30,11 @@ bok-choy==0.7.1
# via
# -c requirements/constraints.txt
# -r requirements/test.txt
boto3==1.28.49
boto3==1.28.53
# via
# -r requirements/test.txt
# fs-s3fs
botocore==1.31.49
botocore==1.31.53
# via
# -r requirements/test.txt
# boto3
Expand Down Expand Up @@ -62,7 +62,7 @@ click-log==0.4.0
# via edx-lint
code-annotations==1.5.0
# via edx-lint
cookiecutter==2.3.0
cookiecutter==2.3.1
# via
# -r requirements/test.txt
# xblock-sdk
Expand Down Expand Up @@ -304,7 +304,7 @@ tomli==2.0.1
# -r requirements/test.txt
# coverage
# pytest
typing-extensions==4.7.1
typing-extensions==4.8.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 @@ -22,11 +22,11 @@ bok-choy==0.7.1
# via
# -c requirements/constraints.txt
# -r requirements/test.in
boto3==1.28.49
boto3==1.28.53
# via
# -r requirements/base.txt
# fs-s3fs
botocore==1.31.49
botocore==1.31.53
# via
# -r requirements/base.txt
# boto3
Expand All @@ -39,7 +39,7 @@ charset-normalizer==3.2.0
# via requests
click==8.1.7
# via cookiecutter
cookiecutter==2.3.0
cookiecutter==2.3.1
# via xblock-sdk
coverage[toml]==7.3.1
# via pytest-cov
Expand Down Expand Up @@ -204,7 +204,7 @@ tomli==2.0.1
# via
# coverage
# pytest
typing-extensions==4.7.1
typing-extensions==4.8.0
# 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 @@ -26,11 +26,11 @@ bok-choy==0.7.1
# via
# -c requirements/constraints.txt
# -r requirements/test.txt
boto3==1.28.49
boto3==1.28.53
# via
# -r requirements/test.txt
# fs-s3fs
botocore==1.31.49
botocore==1.31.53
# via
# -r requirements/test.txt
# boto3
Expand All @@ -51,7 +51,7 @@ click==8.1.7
# via
# -r requirements/test.txt
# cookiecutter
cookiecutter==2.3.0
cookiecutter==2.3.1
# via
# -r requirements/test.txt
# xblock-sdk
Expand Down Expand Up @@ -265,7 +265,7 @@ tomli==2.0.1
# -r requirements/test.txt
# coverage
# pytest
typing-extensions==4.7.1
typing-extensions==4.8.0
# via
# -r requirements/test.txt
# asgiref
Expand Down