Skip to content

Commit

Permalink
chore: Upgrade Python requirements (#418)
Browse files Browse the repository at this point in the history
  • Loading branch information
edx-requirements-bot authored Dec 16, 2024
1 parent 180c0ec commit 57c55fc
Show file tree
Hide file tree
Showing 4 changed files with 20 additions and 20 deletions.
8 changes: 4 additions & 4 deletions requirements/base.txt
Original file line number Diff line number Diff line change
Expand Up @@ -12,13 +12,13 @@ asgiref==3.8.1
# via django
binaryornot==0.4.4
# via cookiecutter
boto3==1.35.76
boto3==1.35.81
# via fs-s3fs
botocore==1.35.76
botocore==1.35.81
# via
# boto3
# s3transfer
certifi==2024.8.30
certifi==2024.12.14
# via requests
chardet==5.2.0
# via binaryornot
Expand Down Expand Up @@ -103,7 +103,7 @@ six==1.17.0
# fs
# fs-s3fs
# python-dateutil
sqlparse==0.5.2
sqlparse==0.5.3
# via django
text-unidecode==1.3
# via python-slugify
Expand Down
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.5
astroid==3.3.6
# 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.76
boto3==1.35.81
# via
# -r requirements/base.txt
# -r requirements/test.txt
# fs-s3fs
botocore==1.35.76
botocore==1.35.81
# via
# -r requirements/base.txt
# -r requirements/test.txt
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/base.txt
# -r requirements/test.txt
Expand All @@ -73,7 +73,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 edx-lint
colorama==0.4.6
# via
Expand Down Expand Up @@ -317,7 +317,7 @@ six==1.17.0
# python-dateutil
snowballstemmer==2.2.0
# via pydocstyle
sqlparse==0.5.2
sqlparse==0.5.3
# via
# -r requirements/base.txt
# -r requirements/test.txt
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.5
astroid==3.3.6
# via
# pylint
# pylint-celery
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 @@ -39,7 +39,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 @@ -61,7 +61,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 edx-lint
colorama==0.4.6
# via
Expand Down Expand Up @@ -267,7 +267,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
8 changes: 4 additions & 4 deletions requirements/test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -22,18 +22,18 @@ binaryornot==0.4.4
# via
# -r requirements/base.txt
# 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
# -r requirements/base.txt
# requests
Expand Down Expand Up @@ -203,7 +203,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 57c55fc

Please sign in to comment.