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
8 changes: 4 additions & 4 deletions requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ click-log==0.4.0
# via
# -r requirements/test.txt
# edx-lint
code-annotations==2.2.0
code-annotations==2.3.0
# via
# -r requirements/test.txt
# edx-lint
Expand All @@ -63,7 +63,7 @@ defusedxml==0.7.1
# -r requirements/test.txt
# python3-openid
# social-auth-core
dill==0.3.9
dill==0.4.0
# via
# -r requirements/test.txt
# pylint
Expand Down Expand Up @@ -196,9 +196,9 @@ pytest==8.3.5
# -r requirements/test.txt
# pytest-cov
# pytest-django
pytest-cov==6.1.0
pytest-cov==6.1.1
# via -r requirements/test.txt
pytest-django==4.11.0
pytest-django==4.11.1
# via -r requirements/test.txt
python-slugify==8.0.4
# via
Expand Down
8 changes: 4 additions & 4 deletions requirements/test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ click==8.1.8
# edx-lint
click-log==0.4.0
# via edx-lint
code-annotations==2.2.0
code-annotations==2.3.0
# via edx-lint
coverage[toml]==7.8.0
# via
Expand All @@ -49,7 +49,7 @@ defusedxml==0.7.1
# -r requirements/base.txt
# python3-openid
# social-auth-core
dill==0.3.9
dill==0.4.0
# via pylint
distlib==0.3.9
# via virtualenv
Expand Down Expand Up @@ -135,9 +135,9 @@ pytest==8.3.5
# via
# pytest-cov
# pytest-django
pytest-cov==6.1.0
pytest-cov==6.1.1
# via -r requirements/test.in
pytest-django==4.11.0
pytest-django==4.11.1
# via -r requirements/test.in
python-slugify==8.0.4
# via code-annotations
Expand Down