Skip to content
Closed
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 @@ -10,7 +10,7 @@ chardet==5.2.0
# via tox
colorama==0.4.6
# via tox
coverage==7.10.4
coverage==7.10.5
# via -r requirements/ci.in
distlib==0.4.0
# via virtualenv
Expand Down
10 changes: 5 additions & 5 deletions requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,9 @@ billiard==4.2.1
# via
# -r requirements/test.txt
# celery
boto3==1.40.11
boto3==1.40.16
# via -r requirements/test.txt
botocore==1.40.11
botocore==1.40.16
# via
# -r requirements/test.txt
# boto3
Expand Down Expand Up @@ -81,7 +81,7 @@ colorama==0.4.6
# via
# -r requirements/ci.txt
# tox
coverage[toml]==7.10.4
coverage[toml]==7.10.5
# via
# -r requirements/ci.txt
# -r requirements/test.txt
Expand Down Expand Up @@ -149,7 +149,7 @@ kombu==5.5.4
# via
# -r requirements/test.txt
# celery
lxml[html-clean]==6.0.0
lxml[html-clean]==6.0.1
# via
# edx-i18n-tools
# lxml-html-clean
Expand Down Expand Up @@ -178,7 +178,7 @@ packaging==25.0
# tox
path==16.16.0
# via edx-i18n-tools
pbr==7.0.0
pbr==7.0.1
# via
# -r requirements/quality.txt
# stevedore
Expand Down
10 changes: 5 additions & 5 deletions requirements/doc.txt
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ babel==2.17.0
# sphinx
backports-tarfile==1.2.0
# via jaraco-context
beautifulsoup4==4.13.4
beautifulsoup4==4.13.5
# via pydata-sphinx-theme
billiard==4.2.1
# via
Expand Down Expand Up @@ -117,7 +117,7 @@ jaraco-classes==3.4.0
# via keyring
jaraco-context==6.0.1
# via keyring
jaraco-functools==4.2.1
jaraco-functools==4.3.0
# via keyring
jeepney==0.9.0
# via
Expand All @@ -127,7 +127,7 @@ jinja2==3.1.6
# via
# coreschema
# sphinx
jsonschema==4.25.0
jsonschema==4.25.1
# via sphinxcontrib-openapi
jsonschema-specifications==2025.4.1
# via jsonschema
Expand Down Expand Up @@ -161,7 +161,7 @@ packaging==25.0
# pydata-sphinx-theme
# sphinx
# twine
pbr==7.0.0
pbr==7.0.1
# via stevedore
picobox==4.0.0
# via sphinxcontrib-openapi
Expand Down Expand Up @@ -201,7 +201,7 @@ referencing==0.36.2
# via
# jsonschema
# jsonschema-specifications
requests==2.32.4
requests==2.32.5
# via
# coreapi
# id
Expand Down
2 changes: 1 addition & 1 deletion requirements/quality.txt
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ markupsafe==3.0.2
# via jinja2
mccabe==0.7.0
# via pylint
pbr==7.0.0
pbr==7.0.1
# via stevedore
platformdirs==4.3.8
# via pylint
Expand Down
6 changes: 3 additions & 3 deletions requirements/test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,9 @@ billiard==4.2.1
# via
# -r requirements/base.txt
# celery
boto3==1.40.11
boto3==1.40.16
# via -r requirements/test.in
botocore==1.40.11
botocore==1.40.16
# via
# boto3
# s3transfer
Expand All @@ -45,7 +45,7 @@ click-repl==0.3.0
# via
# -r requirements/base.txt
# celery
coverage[toml]==7.10.4
coverage[toml]==7.10.5
# via pytest-cov
# via
# -c https:/raw.githubusercontent.com/edx/edx-lint/master/edx_lint/files/common_constraints.txt
Expand Down