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/base.txt
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ openedx-filters==2.1.0
# via -r requirements/base.in
packaging==25.0
# via kombu
pbr==6.1.1
pbr==7.0.0
# via stevedore
prison==0.2.1
# 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 @@ -95,7 +95,7 @@ colorama==0.4.6
# via
# -r requirements/ci.txt
# tox
coverage[toml]==7.10.3
coverage[toml]==7.10.4
# via
# -r requirements/quality.txt
# pytest-cov
Expand Down Expand Up @@ -158,7 +158,7 @@ edx-opaque-keys[django]==3.0.0
# openedx-filters
edx-toggles==5.4.1
# via -r requirements/quality.txt
filelock==3.18.0
filelock==3.19.1
# via
# -r requirements/ci.txt
# tox
Expand Down Expand Up @@ -243,7 +243,7 @@ pathspec==0.12.1
# via
# -r requirements/quality.txt
# black
pbr==6.1.1
pbr==7.0.0
# via
# -r requirements/quality.txt
# stevedore
Expand Down Expand Up @@ -427,7 +427,7 @@ vine==5.1.0
# amqp
# celery
# kombu
virtualenv==20.33.1
virtualenv==20.34.0
# via
# -r requirements/ci.txt
# tox
Expand Down
6 changes: 3 additions & 3 deletions requirements/doc.txt
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ code-annotations==2.3.0
# via
# -r requirements/test.txt
# edx-toggles
coverage[toml]==7.10.3
coverage[toml]==7.10.4
# via
# -r requirements/test.txt
# pytest-cov
Expand Down Expand Up @@ -180,7 +180,7 @@ mako==1.3.10
# via
# -r requirements/test.txt
# xblock
markdown-it-py==3.0.0
markdown-it-py==4.0.0
# via rich
markupsafe==3.0.2
# via
Expand Down Expand Up @@ -217,7 +217,7 @@ packaging==25.0
# pytest
# sphinx
# twine
pbr==6.1.1
pbr==7.0.0
# via
# -r requirements/test.txt
# stevedore
Expand Down
4 changes: 2 additions & 2 deletions requirements/quality.txt
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ code-annotations==2.3.0
# -r requirements/test.txt
# edx-lint
# edx-toggles
coverage[toml]==7.10.3
coverage[toml]==7.10.4
# via
# -r requirements/test.txt
# pytest-cov
Expand Down Expand Up @@ -185,7 +185,7 @@ packaging==25.0
# pytest
pathspec==0.12.1
# via black
pbr==6.1.1
pbr==7.0.0
# 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 @@ -60,7 +60,7 @@ code-annotations==2.3.0
# -r requirements/base.txt
# -r requirements/test.in
# edx-toggles
coverage[toml]==7.10.3
coverage[toml]==7.10.4
# via pytest-cov
ddt==1.7.2
# via -r requirements/test.in
Expand Down Expand Up @@ -152,7 +152,7 @@ packaging==25.0
# -r requirements/base.txt
# kombu
# pytest
pbr==6.1.1
pbr==7.0.0
# via
# -r requirements/base.txt
# stevedore
Expand Down
Loading