Skip to content

Commit

Permalink
Merge pull request #869 from edx/repo-tools/upgrade-python-requiremen…
Browse files Browse the repository at this point in the history
…ts-f82e4d3

chore: Upgrade Python requirements
  • Loading branch information
UsamaSadiq authored Dec 9, 2024
2 parents f82e4d3 + f17048a commit b4109d7
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 b4109d7

Please sign in to comment.