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 #357

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
2 changes: 1 addition & 1 deletion requirements/ci.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ chardet==5.2.0
# via tox
colorama==0.4.6
# via tox
coverage==7.6.9
coverage==7.6.10
# via -r requirements/ci.in
distlib==0.3.9
# via virtualenv
Expand Down
10 changes: 5 additions & 5 deletions requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ alabaster==1.0.0
# via
# -r requirements/doc.txt
# sphinx
astroid==3.3.7
astroid==3.3.8
# via
# -r requirements/doc.txt
# pylint
Expand Down Expand Up @@ -46,7 +46,7 @@ chardet==5.2.0
# via
# -r requirements/ci.txt
# tox
charset-normalizer==3.4.0
charset-normalizer==3.4.1
# via
# -r requirements/doc.txt
# requests
Expand All @@ -70,7 +70,7 @@ colorama==0.4.6
# via
# -r requirements/ci.txt
# tox
coverage[toml]==7.6.9
coverage[toml]==7.6.10
# via
# -r requirements/ci.txt
# -r requirements/doc.txt
Expand Down Expand Up @@ -106,7 +106,7 @@ filelock==3.16.1
# -r requirements/ci.txt
# tox
# virtualenv
hypothesis==6.122.6
hypothesis==6.123.2
# via -r requirements/doc.txt
idna==3.10
# via
Expand Down Expand Up @@ -191,7 +191,7 @@ pygments==2.18.0
# pydata-sphinx-theme
# readme-renderer
# sphinx
pylint==3.3.2
pylint==3.3.3
# via
# -r requirements/doc.txt
# edx-lint
Expand Down
8 changes: 4 additions & 4 deletions requirements/django-test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
#
# make upgrade
#
astroid==3.3.7
astroid==3.3.8
# via
# -r requirements/test.txt
# pylint
Expand All @@ -27,7 +27,7 @@ code-annotations==2.1.0
# via
# -r requirements/test.txt
# edx-lint
coverage[toml]==7.6.9
coverage[toml]==7.6.10
# via
# -r requirements/test.txt
# pytest-cov
Expand All @@ -47,7 +47,7 @@ execnet==2.1.1
# via
# -r requirements/test.txt
# pytest-xdist
hypothesis==6.122.6
hypothesis==6.123.2
# via -r requirements/test.txt
iniconfig==2.0.0
# via
Expand Down Expand Up @@ -95,7 +95,7 @@ pluggy==1.5.0
# pytest
pycodestyle==2.12.1
# via -r requirements/test.txt
pylint==3.3.2
pylint==3.3.3
# via
# -r requirements/test.txt
# edx-lint
Expand Down
10 changes: 5 additions & 5 deletions requirements/doc.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ accessible-pygments==0.0.5
# via pydata-sphinx-theme
alabaster==1.0.0
# via sphinx
astroid==3.3.7
astroid==3.3.8
# via
# -r requirements/test.txt
# pylint
Expand All @@ -25,7 +25,7 @@ beautifulsoup4==4.12.3
# via pydata-sphinx-theme
certifi==2024.12.14
# via requests
charset-normalizer==3.4.0
charset-normalizer==3.4.1
# via requests
click==8.1.8
# via
Expand All @@ -41,7 +41,7 @@ code-annotations==2.1.0
# via
# -r requirements/test.txt
# edx-lint
coverage[toml]==7.6.9
coverage[toml]==7.6.10
# via
# -r requirements/test.txt
# pytest-cov
Expand All @@ -66,7 +66,7 @@ execnet==2.1.1
# via
# -r requirements/test.txt
# pytest-xdist
hypothesis==6.122.6
hypothesis==6.123.2
# via -r requirements/test.txt
idna==3.10
# via requests
Expand Down Expand Up @@ -130,7 +130,7 @@ pygments==2.18.0
# pydata-sphinx-theme
# readme-renderer
# sphinx
pylint==3.3.2
pylint==3.3.3
# via
# -r requirements/test.txt
# edx-lint
Expand Down
8 changes: 4 additions & 4 deletions requirements/test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
#
# make upgrade
#
astroid==3.3.7
astroid==3.3.8
# via
# pylint
# pylint-celery
Expand All @@ -19,7 +19,7 @@ click-log==0.4.0
# via edx-lint
code-annotations==2.1.0
# via edx-lint
coverage[toml]==7.6.9
coverage[toml]==7.6.10
# via
# -r requirements/test.in
# pytest-cov
Expand All @@ -35,7 +35,7 @@ edx-lint==5.4.1
# via -r requirements/test.in
execnet==2.1.1
# via pytest-xdist
hypothesis==6.122.6
hypothesis==6.123.2
# via -r requirements/test.in
iniconfig==2.0.0
# via pytest
Expand Down Expand Up @@ -65,7 +65,7 @@ pluggy==1.5.0
# via pytest
pycodestyle==2.12.1
# via -r requirements/test.in
pylint==3.3.2
pylint==3.3.3
# via
# edx-lint
# pylint-celery
Expand Down
Loading