Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: Upgrade Python requirements #231

Merged
merged 1 commit into from
Dec 30, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading