Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion requirements/ci.txt
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ charset-normalizer==3.4.7
# via requests
colorama==0.4.6
# via tox
coverage[toml]==7.14.1
coverage[toml]==7.14.3
# via coveralls
coveralls==4.1.0
# via -r requirements/ci.in
Expand Down
10 changes: 5 additions & 5 deletions requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,9 @@ astroid==4.0.4
# via
# pylint
# pylint-celery
boto3==1.43.32
boto3==1.43.36
# via -r requirements/test.in
botocore==1.43.32
botocore==1.43.36
# via
# boto3
# s3transfer
Expand Down Expand Up @@ -50,7 +50,7 @@ code-annotations==3.0.0
# edx-toggles
colorama==0.4.6
# via tox
coverage[toml]==7.14.1
coverage[toml]==7.14.3
# via
# -r requirements/test.in
# coveralls
Expand Down Expand Up @@ -173,7 +173,7 @@ more-itertools==11.1.0
# via
# jaraco-classes
# jaraco-functools
nh3==0.3.5
nh3==0.3.6
# via readme-renderer
packaging==26.2
# via
Expand Down Expand Up @@ -235,7 +235,7 @@ pyproject-api==1.10.1
# via tox
pysrt==1.1.2
# via -r requirements/base.in
pytest==9.1.0
pytest==9.1.1
# via
# pytest-cov
# pytest-django
Expand Down
10 changes: 5 additions & 5 deletions requirements/quality.txt
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,9 @@ astroid==4.0.4
# via
# pylint
# pylint-celery
boto3==1.43.32
boto3==1.43.36
# via -r requirements/test.in
botocore==1.43.32
botocore==1.43.36
# via
# boto3
# s3transfer
Expand Down Expand Up @@ -42,7 +42,7 @@ code-annotations==3.0.0
# via
# edx-lint
# edx-toggles
coverage[toml]==7.14.1
coverage[toml]==7.14.3
# via
# -r requirements/test.in
# pytest-cov
Expand Down Expand Up @@ -151,7 +151,7 @@ more-itertools==11.1.0
# via
# jaraco-classes
# jaraco-functools
nh3==0.3.5
nh3==0.3.6
# via readme-renderer
packaging==26.2
# via
Expand Down Expand Up @@ -202,7 +202,7 @@ pynacl==1.6.2
# via edx-django-utils
pysrt==1.1.2
# via -r requirements/base.in
pytest==9.1.0
pytest==9.1.1
# via
# pytest-cov
# pytest-django
Expand Down
8 changes: 4 additions & 4 deletions requirements/test.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.11.1
# via django
boto3==1.43.32
boto3==1.43.36
# via -r requirements/test.in
botocore==1.43.32
botocore==1.43.36
# via
# boto3
# s3transfer
Expand All @@ -32,7 +32,7 @@ click==8.4.1
# edx-django-utils
code-annotations==3.0.0
# via edx-toggles
coverage[toml]==7.14.1
coverage[toml]==7.14.3
# via
# -r requirements/test.in
# pytest-cov
Expand Down Expand Up @@ -128,7 +128,7 @@ pynacl==1.6.2
# via edx-django-utils
pysrt==1.1.2
# via -r requirements/base.in
pytest==9.1.0
pytest==9.1.1
# via
# pytest-cov
# pytest-django
Expand Down