Skip to content

Commit

Permalink
chore: Upgrade Python requirements (#23)
Browse files Browse the repository at this point in the history
  • Loading branch information
edx-requirements-bot authored Dec 16, 2024
1 parent 39d1b22 commit 5f07270
Show file tree
Hide file tree
Showing 5 changed files with 24 additions and 24 deletions.
6 changes: 3 additions & 3 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.8.1
# via django
boto3==1.35.76
boto3==1.35.81
# via fs-s3fs
botocore==1.35.76
botocore==1.35.81
# via
# boto3
# s3transfer
Expand Down Expand Up @@ -76,7 +76,7 @@ six==1.17.0
# fs
# fs-s3fs
# python-dateutil
sqlparse==0.5.2
sqlparse==0.5.3
# via django
urllib3==2.2.3
# 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 @@ -29,12 +29,12 @@ binaryornot==0.4.4
# -r requirements/quality.txt
# -r requirements/test.txt
# cookiecutter
boto3==1.35.76
boto3==1.35.81
# via
# -r requirements/quality.txt
# -r requirements/test.txt
# fs-s3fs
botocore==1.35.76
botocore==1.35.81
# via
# -r requirements/quality.txt
# -r requirements/test.txt
Expand All @@ -49,7 +49,7 @@ cachetools==5.5.0
# -r requirements/quality.txt
# -r requirements/test.txt
# tox
certifi==2024.8.30
certifi==2024.12.14
# via
# -r requirements/quality.txt
# -r requirements/test.txt
Expand Down Expand Up @@ -80,7 +80,7 @@ click-log==0.4.0
# via
# -r requirements/quality.txt
# edx-lint
code-annotations==2.0.0
code-annotations==2.1.0
# via
# -r requirements/quality.txt
# -r requirements/test.txt
Expand All @@ -100,7 +100,7 @@ coverage[toml]==7.6.9
# -r requirements/quality.txt
# -r requirements/test.txt
# pytest-cov
diff-cover==9.2.0
diff-cover==9.2.1
# via -r requirements/dev.in
dill==0.3.9
# via
Expand Down Expand Up @@ -385,7 +385,7 @@ snowballstemmer==2.2.0
# via
# -r requirements/quality.txt
# pydocstyle
sqlparse==0.5.2
sqlparse==0.5.3
# via
# -r requirements/quality.txt
# -r requirements/test.txt
Expand Down
10 changes: 5 additions & 5 deletions requirements/doc.txt
Original file line number Diff line number Diff line change
Expand Up @@ -32,11 +32,11 @@ binaryornot==0.4.4
# via
# -r requirements/test.txt
# cookiecutter
boto3==1.35.76
boto3==1.35.81
# via
# -r requirements/test.txt
# fs-s3fs
botocore==1.35.76
botocore==1.35.81
# via
# -r requirements/test.txt
# boto3
Expand All @@ -47,7 +47,7 @@ cachetools==5.5.0
# via
# -r requirements/test.txt
# tox
certifi==2024.8.30
certifi==2024.12.14
# via
# -r requirements/test.txt
# requests
Expand All @@ -67,7 +67,7 @@ click==8.1.7
# -r requirements/test.txt
# code-annotations
# cookiecutter
code-annotations==2.0.0
code-annotations==2.1.0
# via -r requirements/test.txt
colorama==0.4.6
# via
Expand Down Expand Up @@ -349,7 +349,7 @@ sphinxcontrib-qthelp==2.0.0
# via sphinx
sphinxcontrib-serializinghtml==2.0.0
# via sphinx
sqlparse==0.5.2
sqlparse==0.5.3
# via
# -r requirements/test.txt
# django
Expand Down
10 changes: 5 additions & 5 deletions requirements/quality.txt
Original file line number Diff line number Diff line change
Expand Up @@ -24,11 +24,11 @@ binaryornot==0.4.4
# via
# -r requirements/test.txt
# cookiecutter
boto3==1.35.76
boto3==1.35.81
# via
# -r requirements/test.txt
# fs-s3fs
botocore==1.35.76
botocore==1.35.81
# via
# -r requirements/test.txt
# boto3
Expand All @@ -37,7 +37,7 @@ cachetools==5.5.0
# via
# -r requirements/test.txt
# tox
certifi==2024.8.30
certifi==2024.12.14
# via
# -r requirements/test.txt
# requests
Expand All @@ -59,7 +59,7 @@ click==8.1.7
# edx-lint
click-log==0.4.0
# via edx-lint
code-annotations==2.0.0
code-annotations==2.1.0
# via
# -r requirements/test.txt
# edx-lint
Expand Down Expand Up @@ -288,7 +288,7 @@ six==1.17.0
# python-dateutil
snowballstemmer==2.2.0
# via pydocstyle
sqlparse==0.5.2
sqlparse==0.5.3
# via
# -r requirements/test.txt
# django
Expand Down
10 changes: 5 additions & 5 deletions requirements/test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -16,18 +16,18 @@ asgiref==3.8.1
# django
binaryornot==0.4.4
# via cookiecutter
boto3==1.35.76
boto3==1.35.81
# via
# -r requirements/base.txt
# fs-s3fs
botocore==1.35.76
botocore==1.35.81
# via
# -r requirements/base.txt
# boto3
# s3transfer
cachetools==5.5.0
# via tox
certifi==2024.8.30
certifi==2024.12.14
# via requests
chardet==5.2.0
# via
Expand All @@ -39,7 +39,7 @@ click==8.1.7
# via
# code-annotations
# cookiecutter
code-annotations==2.0.0
code-annotations==2.1.0
# via -r requirements/test.in
colorama==0.4.6
# via tox
Expand Down Expand Up @@ -199,7 +199,7 @@ six==1.17.0
# fs
# fs-s3fs
# python-dateutil
sqlparse==0.5.2
sqlparse==0.5.3
# via
# -r requirements/base.txt
# django
Expand Down

0 comments on commit 5f07270

Please sign in to comment.