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/base.txt
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ djangorestframework==3.16.1
# via -r requirements/base.in
edx-django-utils==8.0.0
# via -r requirements/base.in
pbr==7.0.0
pbr==7.0.1
# via stevedore
psutil==7.0.0
# via edx-django-utils
Expand Down
6 changes: 3 additions & 3 deletions requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ colorama==0.4.6
# via
# -r requirements/ci.txt
# tox
coverage[toml]==7.10.4
coverage[toml]==7.10.5
# via
# -r requirements/quality.txt
# pytest-cov
Expand Down Expand Up @@ -111,7 +111,7 @@ jinja2==3.1.6
# via
# -r requirements/quality.txt
# code-annotations
lxml[html-clean]==6.0.0
lxml[html-clean]==6.0.1
# via
# edx-i18n-tools
# lxml-html-clean
Expand All @@ -136,7 +136,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 @@ -18,7 +18,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
certifi==2025.8.3
# via requests
Expand All @@ -33,7 +33,7 @@ click==8.2.1
# via
# -r requirements/test.txt
# edx-django-utils
coverage[toml]==7.10.4
coverage[toml]==7.10.5
# via
# -r requirements/test.txt
# pytest-cov
Expand Down Expand Up @@ -87,7 +87,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 Down Expand Up @@ -116,7 +116,7 @@ packaging==25.0
# pytest
# sphinx
# twine
pbr==7.0.0
pbr==7.0.1
# via
# -r requirements/test.txt
# stevedore
Expand Down Expand Up @@ -169,7 +169,7 @@ readme-renderer==44.0
# via
# -r requirements/doc.in
# twine
requests==2.32.4
requests==2.32.5
# via
# id
# requests-toolbelt
Expand Down
2 changes: 1 addition & 1 deletion requirements/pip.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ wheel==0.45.1
# The following packages are considered to be unsafe in a requirements file:
pip==24.2
# via
# -c https://raw.githubusercontent.com/edx/edx-lint/master/edx_lint/files/common_constraints.txt
# -c https:/raw.githubusercontent.com/edx/edx-lint/master/edx_lint/files/common_constraints.txt
# -r requirements/pip.in
setuptools==80.9.0
# via -r requirements/pip.in
4 changes: 2 additions & 2 deletions requirements/quality.txt
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ click-log==0.4.0
# via edx-lint
code-annotations==2.3.0
# via edx-lint
coverage[toml]==7.10.4
coverage[toml]==7.10.5
# via
# -r requirements/test.txt
# pytest-cov
Expand Down Expand Up @@ -78,7 +78,7 @@ packaging==25.0
# via
# -r requirements/test.txt
# pytest
pbr==7.0.0
pbr==7.0.1
# via
# -r requirements/test.txt
# stevedore
Expand Down
4 changes: 2 additions & 2 deletions requirements/test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ click==8.2.1
# via
# -r requirements/base.txt
# edx-django-utils
coverage[toml]==7.10.4
coverage[toml]==7.10.5
# via pytest-cov
ddt==1.7.2
# via -r requirements/test.in
Expand Down Expand Up @@ -47,7 +47,7 @@ iniconfig==2.1.0
# via pytest
packaging==25.0
# via pytest
pbr==7.0.0
pbr==7.0.1
# via
# -r requirements/base.txt
# stevedore
Expand Down