Skip to content

Commit

Permalink
chore: Updating Python Requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
opencraft-requirements-bot authored and Agrendalath committed Sep 25, 2023
1 parent 360edec commit 8145ad5
Show file tree
Hide file tree
Showing 6 changed files with 28 additions and 28 deletions.
8 changes: 4 additions & 4 deletions requirements/base.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,9 @@ appdirs==1.4.4
# via fs
asgiref==3.7.2
# via django
boto3==1.28.49
boto3==1.28.53
# via fs-s3fs
botocore==1.31.49
botocore==1.31.53
# via
# boto3
# s3transfer
Expand All @@ -19,7 +19,7 @@ django==3.2.21
# -c https://raw.githubusercontent.com/edx/edx-lint/master/edx_lint/files/common_constraints.txt
# -r requirements/base.in
# openedx-django-pyfs
edx-opaque-keys==2.5.0
edx-opaque-keys==2.5.1
# via -r requirements/base.in
fs==2.4.16
# via
Expand Down Expand Up @@ -71,7 +71,7 @@ sqlparse==0.4.4
# via django
stevedore==5.1.0
# via edx-opaque-keys
typing-extensions==4.7.1
typing-extensions==4.8.0
# via
# asgiref
# edx-opaque-keys
Expand Down
14 changes: 7 additions & 7 deletions requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ asgiref==3.7.2
# -r requirements/quality.txt
# -r requirements/workbench.txt
# django
astroid==2.15.6
astroid==2.15.7
# via
# -r requirements/quality.txt
# pylint
Expand All @@ -33,12 +33,12 @@ bok-choy==0.7.1
# via
# -c requirements/constraints.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 @@ -82,7 +82,7 @@ code-annotations==1.5.0
# -r requirements/quality.txt
# -r requirements/workbench.txt
# edx-lint
cookiecutter==2.3.0
cookiecutter==2.3.1
# via
# -r requirements/quality.txt
# -r requirements/workbench.txt
Expand Down Expand Up @@ -129,7 +129,7 @@ edx-i18n-tools==1.2.0
# -r requirements/workbench.txt
edx-lint==5.3.4
# via -r requirements/quality.txt
edx-opaque-keys==2.5.0
edx-opaque-keys==2.5.1
# via
# -r requirements/quality.txt
# -r requirements/workbench.txt
Expand Down Expand Up @@ -460,7 +460,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 @@ -515,7 +515,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
12 changes: 6 additions & 6 deletions requirements/quality.txt
Original file line number Diff line number Diff line change
Expand Up @@ -16,19 +16,19 @@ asgiref==3.7.2
# via
# -r requirements/test.txt
# django
astroid==2.15.6
astroid==2.15.7
# via
# pylint
# pylint-celery
binaryornot==0.4.4
# via
# -r requirements/test.txt
# cookiecutter
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 @@ -58,7 +58,7 @@ code-annotations==1.5.0
# via
# -r requirements/test.txt
# edx-lint
cookiecutter==2.3.0
cookiecutter==2.3.1
# via
# -r requirements/test.txt
# xblock-sdk
Expand Down Expand Up @@ -89,7 +89,7 @@ edx-i18n-tools==1.2.0
# via -r requirements/test.txt
edx-lint==5.3.4
# via -r requirements/quality.in
edx-opaque-keys==2.5.0
edx-opaque-keys==2.5.1
# via -r requirements/test.txt
exceptiongroup==1.1.3
# via
Expand Down Expand Up @@ -297,7 +297,7 @@ tomli==2.0.1
# pytest
tomlkit==0.12.1
# via pylint
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 @@ -16,11 +16,11 @@ asgiref==3.7.2
# django
binaryornot==0.4.4
# via cookiecutter
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 @@ -37,7 +37,7 @@ click==8.1.7
# cookiecutter
code-annotations==1.5.0
# via -r requirements/test.in
cookiecutter==2.3.0
cookiecutter==2.3.1
# via xblock-sdk
coverage[toml]==7.3.1
# via pytest-cov
Expand All @@ -57,7 +57,7 @@ django-statici18n==2.4.0
# via -r requirements/test.in
edx-i18n-tools==1.2.0
# via -r requirements/test.in
edx-opaque-keys==2.5.0
edx-opaque-keys==2.5.1
# via -r requirements/base.txt
exceptiongroup==1.1.3
# via pytest
Expand Down Expand Up @@ -200,7 +200,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
10 changes: 5 additions & 5 deletions requirements/workbench.txt
Original file line number Diff line number Diff line change
Expand Up @@ -24,11 +24,11 @@ bok-choy==0.7.1
# via
# -c requirements/constraints.txt
# -r requirements/workbench.in
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 @@ -52,7 +52,7 @@ click==8.1.7
# cookiecutter
code-annotations==1.5.0
# via -r requirements/test.txt
cookiecutter==2.3.0
cookiecutter==2.3.1
# via
# -r requirements/test.txt
# xblock-sdk
Expand All @@ -78,7 +78,7 @@ django-statici18n==2.4.0
# via -r requirements/test.txt
edx-i18n-tools==1.2.0
# via -r requirements/test.txt
edx-opaque-keys==2.5.0
edx-opaque-keys==2.5.1
# via -r requirements/test.txt
exceptiongroup==1.1.3
# via
Expand Down Expand Up @@ -272,7 +272,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

0 comments on commit 8145ad5

Please sign in to comment.