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

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
10 changes: 5 additions & 5 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.28.49
boto3==1.28.53
# via fs-s3fs
botocore==1.31.49
botocore==1.31.53
# via
# boto3
# s3transfer
Expand All @@ -26,7 +26,7 @@ charset-normalizer==3.2.0
# via requests
click==8.1.7
# via cookiecutter
cookiecutter==2.3.0
cookiecutter==2.3.1
# via -r requirements/base.in
django==3.2.21
# via
Expand Down Expand Up @@ -89,7 +89,7 @@ requests==2.31.0
# via
# -r requirements/base.in
# cookiecutter
rich==13.5.2
rich==13.5.3
# via cookiecutter
s3transfer==0.6.2
# via boto3
Expand All @@ -104,7 +104,7 @@ sqlparse==0.4.4
# via django
text-unidecode==1.3
# via python-slugify
typing-extensions==4.7.1
typing-extensions==4.8.0
# via
# asgiref
# rich
Expand Down
12 changes: 6 additions & 6 deletions requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ asgiref==3.7.2
# -r requirements/base.txt
# -r requirements/test.txt
# django
astroid==2.15.6
astroid==2.15.7
# via
# pylint
# pylint-celery
Expand All @@ -36,12 +36,12 @@ bok-choy==0.7.1
# via
# -r requirements/test.in
# -r requirements/test.txt
boto3==1.28.49
boto3==1.28.53
# via
# -r requirements/base.txt
# -r requirements/test.txt
# fs-s3fs
botocore==1.31.49
botocore==1.31.53
# via
# -r requirements/base.txt
# -r requirements/test.txt
Expand Down Expand Up @@ -74,7 +74,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/base.txt
# -r requirements/test.txt
Expand Down Expand Up @@ -303,7 +303,7 @@ requests==2.31.0
# -r requirements/base.txt
# -r requirements/test.txt
# cookiecutter
rich==13.5.2
rich==13.5.3
# via
# -r requirements/base.txt
# -r requirements/test.txt
Expand Down Expand Up @@ -366,7 +366,7 @@ tox-battery==0.6.2
# via
# -r requirements/test.in
# -r requirements/test.txt
typing-extensions==4.7.1
typing-extensions==4.8.0
# via
# -r requirements/base.txt
# -r requirements/test.txt
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
12 changes: 6 additions & 6 deletions requirements/quality.txt
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ asgiref==3.7.2
# via
# -r requirements/test.txt
# django
astroid==2.15.6
astroid==2.15.7
# via
# pylint
# pylint-celery
Expand All @@ -28,11 +28,11 @@ binaryornot==0.4.4
# cookiecutter
bok-choy==0.7.1
# via -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 @@ -60,7 +60,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
coverage[toml]==7.3.1
# via
Expand Down Expand Up @@ -256,7 +256,7 @@ requests==2.31.0
# via
# -r requirements/test.txt
# cookiecutter
rich==13.5.2
rich==13.5.3
# via
# -r requirements/test.txt
# cookiecutter
Expand Down Expand Up @@ -308,7 +308,7 @@ tox==3.28.0
# tox-battery
tox-battery==0.6.2
# via -r requirements/test.txt
typing-extensions==4.7.1
typing-extensions==4.8.0
# via
# -r requirements/test.txt
# asgiref
Expand Down
10 changes: 5 additions & 5 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.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 @@ -49,7 +49,7 @@ click==8.1.7
# via
# -r requirements/base.txt
# cookiecutter
cookiecutter==2.3.0
cookiecutter==2.3.1
# via -r requirements/base.txt
coverage[toml]==7.3.1
# via
Expand Down Expand Up @@ -186,7 +186,7 @@ requests==2.31.0
# via
# -r requirements/base.txt
# cookiecutter
rich==13.5.2
rich==13.5.3
# via
# -r requirements/base.txt
# cookiecutter
Expand Down Expand Up @@ -229,7 +229,7 @@ tox==3.28.0
# tox-battery
tox-battery==0.6.2
# via -r requirements/test.in
typing-extensions==4.7.1
typing-extensions==4.8.0
# via
# -r requirements/base.txt
# asgiref
Expand Down