Skip to content

Commit

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

chore: Upgrade Python requirements
  • Loading branch information
irtazaakram authored Dec 30, 2024
2 parents 391e217 + b800e05 commit dc3abe5
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
6 changes: 3 additions & 3 deletions requirements/quality.txt
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ asgiref==3.8.1
# via
# -r requirements/base.txt
# django
astroid==3.3.7
astroid==3.3.8
# via
# pylint
# pylint-celery
Expand All @@ -25,7 +25,7 @@ click-log==0.4.0
# via edx-lint
code-annotations==2.1.0
# via edx-lint
coverage==7.6.9
coverage==7.6.10
# via -r requirements/test.txt
dill==0.3.9
# via pylint
Expand Down Expand Up @@ -79,7 +79,7 @@ pluggy==1.5.0
# pytest
pycodestyle==2.12.1
# via -r requirements/quality.in
pylint==3.3.2
pylint==3.3.3
# via
# -r requirements/quality.in
# edx-lint
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.9
coverage==7.6.10
# via -r requirements/test.in
iniconfig==2.0.0
# via pytest
Expand Down
6 changes: 3 additions & 3 deletions requirements/travis.txt
Original file line number Diff line number Diff line change
Expand Up @@ -14,13 +14,13 @@ chardet==5.2.0
# via
# -r requirements/tox.txt
# tox
charset-normalizer==3.4.0
charset-normalizer==3.4.1
# via requests
colorama==0.4.6
# via
# -r requirements/tox.txt
# tox
coverage[toml]==7.6.9
coverage[toml]==7.6.10
# via coveralls
coveralls==4.0.1
# via -r requirements/travis.in
Expand Down Expand Up @@ -59,7 +59,7 @@ requests==2.32.3
# via coveralls
tox==4.23.2
# via -r requirements/tox.txt
urllib3==2.2.3
urllib3==2.3.0
# via requests
virtualenv==20.28.0
# via
Expand Down

0 comments on commit dc3abe5

Please sign in to comment.