Skip to content

Commit

Permalink
chore: Upgrade Python requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
edx-requirements-bot committed Feb 24, 2025
1 parent 3c92d8e commit 05e46d8
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 12 deletions.
2 changes: 1 addition & 1 deletion requirements/ci.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
#
asgiref==3.8.1
# via django
cachetools==5.5.1
cachetools==5.5.2
# via tox
certifi==2025.1.31
# via requests
Expand Down
8 changes: 4 additions & 4 deletions requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,9 @@ backports-functools-lru-cache==2.0.0
# via caniusepython3
binaryornot==0.4.4
# via cookiecutter
boto3==1.36.22
boto3==1.36.26
# via fs-s3fs
botocore==1.36.22
botocore==1.36.26
# via
# boto3
# s3transfer
Expand Down Expand Up @@ -53,7 +53,7 @@ coverage[toml]==7.6.12
# via pytest-cov
ddt==1.7.2
# via -r requirements/test.in
diff-cover==9.2.2
diff-cover==9.2.3
# via -r requirements/dev.in
dill==0.3.9
# via pylint
Expand Down Expand Up @@ -222,7 +222,7 @@ snowballstemmer==2.2.0
# via pydocstyle
sqlparse==0.5.3
# via django
stevedore==5.4.0
stevedore==5.4.1
# via code-annotations
text-unidecode==1.3
# via python-slugify
Expand Down
8 changes: 4 additions & 4 deletions requirements/quality.txt
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,9 @@ backports-functools-lru-cache==2.0.0
# via caniusepython3
binaryornot==0.4.4
# via cookiecutter
boto3==1.36.22
boto3==1.36.26
# via fs-s3fs
botocore==1.36.22
botocore==1.36.26
# via
# boto3
# s3transfer
Expand Down Expand Up @@ -53,7 +53,7 @@ coverage[toml]==7.6.12
# via pytest-cov
ddt==1.7.2
# via -r requirements/test.in
diff-cover==9.2.2
diff-cover==9.2.3
# via -r requirements/dev.in
dill==0.3.9
# via pylint
Expand Down Expand Up @@ -222,7 +222,7 @@ snowballstemmer==2.2.0
# via pydocstyle
sqlparse==0.5.3
# via django
stevedore==5.4.0
stevedore==5.4.1
# via code-annotations
text-unidecode==1.3
# via python-slugify
Expand Down
6 changes: 3 additions & 3 deletions requirements/test.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.36.22
boto3==1.36.26
# via fs-s3fs
botocore==1.36.22
botocore==1.36.26
# via
# boto3
# s3transfer
Expand All @@ -38,7 +38,7 @@ coverage[toml]==7.6.12
# via pytest-cov
ddt==1.7.2
# via -r requirements/test.in
diff-cover==9.2.2
diff-cover==9.2.3
# via -r requirements/dev.in
# via
# -c https://raw.githubusercontent.com/edx/edx-lint/master/edx_lint/files/common_constraints.txt
Expand Down

0 comments on commit 05e46d8

Please sign in to comment.