Skip to content

Commit

Permalink
chore: Upgrade Python requirements (#405)
Browse files Browse the repository at this point in the history
  • Loading branch information
edx-requirements-bot authored Sep 30, 2024
1 parent 0363d4a commit 2fb355e
Show file tree
Hide file tree
Showing 5 changed files with 18 additions and 18 deletions.
4 changes: 2 additions & 2 deletions requirements/base.txt
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,9 @@ asgiref==3.8.1
# via django
binaryornot==0.4.4
# via cookiecutter
boto3==1.35.24
boto3==1.35.29
# via fs-s3fs
botocore==1.35.24
botocore==1.35.29
# via
# boto3
# s3transfer
Expand Down
2 changes: 1 addition & 1 deletion requirements/ci.txt
Original file line number Diff line number Diff line change
Expand Up @@ -30,5 +30,5 @@ pyproject-api==1.8.0
# via tox
tox==4.20.0
# via -r requirements/ci.in
virtualenv==20.26.5
virtualenv==20.26.6
# via tox
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.8.1
# -r requirements/base.txt
# -r requirements/test.txt
# django
astroid==3.3.3
astroid==3.3.4
# via
# pylint
# pylint-celery
Expand All @@ -32,12 +32,12 @@ binaryornot==0.4.4
# -r requirements/base.txt
# -r requirements/test.txt
# cookiecutter
boto3==1.35.24
boto3==1.35.29
# via
# -r requirements/base.txt
# -r requirements/test.txt
# fs-s3fs
botocore==1.35.24
botocore==1.35.29
# via
# -r requirements/base.txt
# -r requirements/test.txt
Expand Down Expand Up @@ -92,7 +92,7 @@ ddt==1.7.2
# via
# -r requirements/test.in
# -r requirements/test.txt
dill==0.3.8
dill==0.3.9
# via pylint
distlib==0.3.8
# via
Expand Down Expand Up @@ -222,7 +222,7 @@ pygments==2.18.0
# -r requirements/base.txt
# -r requirements/test.txt
# rich
pylint==3.3.0
pylint==3.3.1
# via
# edx-lint
# pylint-celery
Expand Down Expand Up @@ -346,7 +346,7 @@ urllib3==2.2.3
# -r requirements/test.txt
# botocore
# requests
virtualenv==20.26.5
virtualenv==20.26.6
# via
# -r requirements/test.txt
# tox
Expand Down
12 changes: 6 additions & 6 deletions requirements/quality.txt
Original file line number Diff line number Diff line change
Expand Up @@ -18,19 +18,19 @@ asgiref==3.8.1
# via
# -r requirements/test.txt
# django
astroid==3.3.3
astroid==3.3.4
# via
# pylint
# pylint-celery
binaryornot==0.4.4
# via
# -r requirements/test.txt
# cookiecutter
boto3==1.35.24
boto3==1.35.29
# via
# -r requirements/test.txt
# fs-s3fs
botocore==1.35.24
botocore==1.35.29
# via
# -r requirements/test.txt
# boto3
Expand Down Expand Up @@ -75,7 +75,7 @@ coverage[toml]==7.6.1
# pytest-cov
ddt==1.7.2
# via -r requirements/test.txt
dill==0.3.8
dill==0.3.9
# via pylint
distlib==0.3.8
# via
Expand Down Expand Up @@ -189,7 +189,7 @@ pygments==2.18.0
# via
# -r requirements/test.txt
# rich
pylint==3.3.0
pylint==3.3.1
# via
# edx-lint
# pylint-celery
Expand Down Expand Up @@ -290,7 +290,7 @@ urllib3==2.2.3
# -r requirements/test.txt
# botocore
# requests
virtualenv==20.26.5
virtualenv==20.26.6
# via
# -r requirements/test.txt
# tox
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 @@ binaryornot==0.4.4
# via
# -r requirements/base.txt
# cookiecutter
boto3==1.35.24
boto3==1.35.29
# via
# -r requirements/base.txt
# fs-s3fs
botocore==1.35.24
botocore==1.35.29
# via
# -r requirements/base.txt
# boto3
Expand Down Expand Up @@ -222,7 +222,7 @@ urllib3==2.2.3
# -r requirements/base.txt
# botocore
# requests
virtualenv==20.26.5
virtualenv==20.26.6
# via tox
web-fragments==2.2.0
# via
Expand Down

0 comments on commit 2fb355e

Please sign in to comment.