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 4bc68e3 commit e98456c
Show file tree
Hide file tree
Showing 5 changed files with 19 additions and 19 deletions.
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 @@ -68,7 +68,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
12 changes: 6 additions & 6 deletions requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ asgiref==3.7.2
# via
# -r requirements/quality.txt
# django
astroid==2.15.6
astroid==2.15.7
# via
# -r requirements/quality.txt
# pylint
Expand All @@ -27,11 +27,11 @@ binaryornot==0.4.4
# cookiecutter
bleach[css]==6.0.0
# via -r requirements/quality.txt
boto3==1.28.49
boto3==1.28.53
# via
# -r requirements/quality.txt
# fs-s3fs
botocore==1.31.49
botocore==1.31.53
# via
# -r requirements/quality.txt
# boto3
Expand Down Expand Up @@ -69,7 +69,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
# xblock-sdk
Expand Down Expand Up @@ -360,7 +360,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
# asgiref
Expand Down Expand Up @@ -409,7 +409,7 @@ xblock-sdk==0.7.0
# via -r requirements/quality.txt
xblock-utils==3.4.1
# via -r requirements/quality.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
10 changes: 5 additions & 5 deletions requirements/quality.txt
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,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 @@ -26,11 +26,11 @@ binaryornot==0.4.4
# cookiecutter
bleach[css]==6.0.0
# 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 @@ 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 @@ -287,7 +287,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
8 changes: 4 additions & 4 deletions requirements/test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -17,11 +17,11 @@ asgiref==3.7.2
binaryornot==0.4.4
# via cookiecutter
# via -r requirements/base.txt
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 @@ -38,7 +38,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 Down Expand Up @@ -187,7 +187,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

0 comments on commit e98456c

Please sign in to comment.