Skip to content

Commit

Permalink
chore: Upgrade Python requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
edx-requirements-bot committed Dec 8, 2024
1 parent f82e4d3 commit f17048a
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ colorama==0.4.6
# via
# -r requirements/ci.txt
# tox
coverage[toml]==7.6.8
coverage[toml]==7.6.9
# via
# -r requirements/quality.txt
# pytest-cov
Expand Down
2 changes: 1 addition & 1 deletion requirements/doc.txt
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ code-annotations==2.0.0
# via
# -r requirements/test.txt
# edx-toggles
coverage[toml]==7.6.8
coverage[toml]==7.6.9
# via
# -r requirements/test.txt
# pytest-cov
Expand Down
2 changes: 1 addition & 1 deletion requirements/quality.txt
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ code-annotations==2.0.0
# -r requirements/test.txt
# edx-lint
# edx-toggles
coverage[toml]==7.6.8
coverage[toml]==7.6.9
# via
# -r requirements/test.txt
# pytest-cov
Expand Down
2 changes: 1 addition & 1 deletion requirements/test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ code-annotations==2.0.0
# -r requirements/base.txt
# -r requirements/test.in
# edx-toggles
coverage[toml]==7.6.8
coverage[toml]==7.6.9
# via pytest-cov
cryptography==44.0.0
# via
Expand Down

0 comments on commit f17048a

Please sign in to comment.