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 @@ -10,7 +10,7 @@ jinja2==3.1.6
# via -r requirements/base.in
markupsafe==3.0.2
# via jinja2
pbr==6.1.1
pbr==7.0.1
# via stevedore
python-slugify==8.0.4
# via -r requirements/base.in
Expand Down
4 changes: 2 additions & 2 deletions requirements/ci.txt
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ colorama==0.4.6
# via tox
distlib==0.4.0
# via virtualenv
filelock==3.18.0
filelock==3.19.1
# via
# tox
# virtualenv
Expand All @@ -30,5 +30,5 @@ pyproject-api==1.9.1
# via tox
tox==4.28.4
# via -r requirements/ci.in
virtualenv==20.33.1
virtualenv==20.34.0
# via tox
8 changes: 4 additions & 4 deletions requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ colorama==0.4.6
# via
# -r requirements/ci.txt
# tox
coverage[toml]==7.10.3
coverage[toml]==7.10.5
# via
# -r requirements/quality.txt
# pytest-cov
Expand All @@ -66,7 +66,7 @@ django==4.2.23
# -r requirements/quality.txt
edx-lint==5.6.0
# via -r requirements/quality.txt
filelock==3.18.0
filelock==3.19.1
# via
# -r requirements/ci.txt
# tox
Expand Down Expand Up @@ -103,7 +103,7 @@ packaging==25.0
# pyproject-api
# pytest
# tox
pbr==6.1.1
pbr==7.0.1
# via
# -r requirements/quality.txt
# stevedore
Expand Down Expand Up @@ -202,7 +202,7 @@ tomlkit==0.13.3
# pylint
tox==4.28.4
# via -r requirements/ci.txt
virtualenv==20.33.1
virtualenv==20.34.0
# via
# -r requirements/ci.txt
# tox
Expand Down
12 changes: 6 additions & 6 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 @@ -28,7 +28,7 @@ charset-normalizer==3.4.3
# via requests
click==8.2.1
# via -r requirements/test.txt
coverage[toml]==7.10.3
coverage[toml]==7.10.5
# via
# -r requirements/test.txt
# pytest-cov
Expand Down Expand Up @@ -63,7 +63,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 @@ -75,7 +75,7 @@ jinja2==3.1.6
# sphinx
keyring==25.6.0
# via twine
markdown-it-py==3.0.0
markdown-it-py==4.0.0
# via rich
markupsafe==3.0.2
# via
Expand All @@ -98,7 +98,7 @@ packaging==25.0
# pytest
# sphinx
# twine
pbr==6.1.1
pbr==7.0.1
# via
# -r requirements/test.txt
# stevedore
Expand Down Expand Up @@ -133,7 +133,7 @@ pyyaml==6.0.2
# via -r requirements/test.txt
readme-renderer==44.0
# via twine
requests==2.32.4
requests==2.32.5
# via
# id
# requests-toolbelt
Expand Down
4 changes: 2 additions & 2 deletions requirements/quality.txt
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ click-log==0.4.0
# via edx-lint
code-annotations==2.3.0
# via edx-lint
coverage[toml]==7.10.3
coverage[toml]==7.10.5
# via
# -r requirements/test.txt
# pytest-cov
Expand Down Expand Up @@ -58,7 +58,7 @@ packaging==25.0
# via
# -r requirements/test.txt
# pytest
pbr==6.1.1
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 @@ -10,7 +10,7 @@ asgiref==3.9.1
# django
click==8.2.1
# via -r requirements/base.txt
coverage[toml]==7.10.3
coverage[toml]==7.10.5
# via pytest-cov
# via
# -c requirements/common_constraints.txt
Expand All @@ -27,7 +27,7 @@ mock==5.2.0
# via -r requirements/test.in
packaging==25.0
# via pytest
pbr==6.1.1
pbr==7.0.1
# via
# -r requirements/base.txt
# stevedore
Expand Down