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 c0e2feb commit cd63744
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 13 deletions.
4 changes: 2 additions & 2 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.50
boto3==1.28.53
# via fs-s3fs
botocore==1.31.50
botocore==1.31.53
# via
# boto3
# s3transfer
Expand Down
8 changes: 4 additions & 4 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 @@ -31,11 +31,11 @@ bok-choy==0.7.1
# via
# -c requirements/constraints.txt
# -r requirements/quality.txt
boto3==1.28.50
boto3==1.28.53
# via
# -r requirements/quality.txt
# fs-s3fs
botocore==1.31.50
botocore==1.31.53
# via
# -r requirements/quality.txt
# boto3
Expand Down Expand Up @@ -73,7 +73,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
8 changes: 4 additions & 4 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 @@ -30,11 +30,11 @@ bok-choy==0.7.1
# via
# -c requirements/constraints.txt
# -r requirements/test.txt
boto3==1.28.50
boto3==1.28.53
# via
# -r requirements/test.txt
# fs-s3fs
botocore==1.31.50
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
6 changes: 3 additions & 3 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.50
boto3==1.28.53
# via
# -r requirements/base.txt
# fs-s3fs
botocore==1.31.50
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

0 comments on commit cd63744

Please sign in to comment.