Skip to content

Commit

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

chore: Upgrade Python requirements
  • Loading branch information
irtazaakram authored Dec 2, 2024
2 parents 8adf86d + a9ad536 commit 9e80b8f
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions requirements/quality.txt
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,9 @@ click==8.1.7
# edx-lint
click-log==0.4.0
# via edx-lint
code-annotations==1.8.2
code-annotations==2.0.0
# via edx-lint
coverage==7.6.7
coverage==7.6.8
# via -r requirements/test.txt
dill==0.3.9
# via pylint
Expand Down
2 changes: 1 addition & 1 deletion requirements/test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
#
# make upgrade
#
coverage==7.6.7
coverage==7.6.8
# via -r requirements/test.in
iniconfig==2.0.0
# via pytest
Expand Down
2 changes: 1 addition & 1 deletion requirements/tox.txt
Original file line number Diff line number Diff line change
Expand Up @@ -30,5 +30,5 @@ pyproject-api==1.8.0
# via tox
tox==4.23.2
# via -r requirements/tox.in
virtualenv==20.27.1
virtualenv==20.28.0
# via tox
4 changes: 2 additions & 2 deletions requirements/travis.txt
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ colorama==0.4.6
# via
# -r requirements/tox.txt
# tox
coverage[toml]==7.6.7
coverage[toml]==7.6.8
# via coveralls
coveralls==4.0.1
# via -r requirements/travis.in
Expand Down Expand Up @@ -61,7 +61,7 @@ tox==4.23.2
# via -r requirements/tox.txt
urllib3==2.2.3
# via requests
virtualenv==20.27.1
virtualenv==20.28.0
# via
# -r requirements/tox.txt
# tox

0 comments on commit 9e80b8f

Please sign in to comment.