Skip to content

Commit

Permalink
Merge pull request #151 from openedx/repo-tools/upgrade-python-requir…
Browse files Browse the repository at this point in the history
…ements-276a73b

chore: Upgrade Python requirements
  • Loading branch information
bmtcril authored Feb 12, 2025
2 parents 276a73b + 2e2acfd commit 6d6c1a6
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion requirements/ci.txt
Original file line number Diff line number Diff line change
Expand Up @@ -30,5 +30,5 @@ pyproject-api==1.9.0
# via tox
tox==4.24.1
# via -r requirements/ci.in
virtualenv==20.29.1
virtualenv==20.29.2
# via tox
4 changes: 2 additions & 2 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.6.11
coverage[toml]==7.6.12
# via
# -r requirements/quality.txt
# pytest-cov
Expand Down Expand Up @@ -198,7 +198,7 @@ tomlkit==0.13.2
# pylint
tox==4.24.1
# via -r requirements/ci.txt
virtualenv==20.29.1
virtualenv==20.29.2
# via
# -r requirements/ci.txt
# tox
Expand Down
4 changes: 2 additions & 2 deletions requirements/doc.txt
Original file line number Diff line number Diff line change
Expand Up @@ -28,11 +28,11 @@ charset-normalizer==3.4.1
# via requests
click==8.1.8
# via -r requirements/test.txt
coverage[toml]==7.6.11
coverage[toml]==7.6.12
# via
# -r requirements/test.txt
# pytest-cov
cryptography==44.0.0
cryptography==44.0.1
# via secretstorage
django==4.2.19
# via
Expand Down
2 changes: 1 addition & 1 deletion 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.2.0
# via edx-lint
coverage[toml]==7.6.11
coverage[toml]==7.6.12
# 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 @@ -10,7 +10,7 @@ asgiref==3.8.1
# django
click==8.1.8
# via -r requirements/base.txt
coverage[toml]==7.6.11
coverage[toml]==7.6.12
# via pytest-cov
# via
# -c requirements/common_constraints.txt
Expand Down

0 comments on commit 6d6c1a6

Please sign in to comment.