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

Merged
merged 1 commit into from
Oct 14, 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
4 changes: 2 additions & 2 deletions requirements/ci.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,9 @@ chardet==5.2.0
# via tox
colorama==0.4.6
# via tox
coverage==7.6.1
coverage==7.6.3
# via -r requirements/ci.in
distlib==0.3.8
distlib==0.3.9
# via virtualenv
filelock==3.16.1
# via
Expand Down
14 changes: 7 additions & 7 deletions requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ chardet==5.2.0
# via
# -r requirements/ci.txt
# tox
charset-normalizer==3.3.2
charset-normalizer==3.4.0
# 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.1
coverage[toml]==7.6.3
# via
# -r requirements/ci.txt
# -r requirements/doc.txt
Expand All @@ -81,7 +81,7 @@ dill==0.3.9
# via
# -r requirements/doc.txt
# pylint
distlib==0.3.8
distlib==0.3.9
# via
# -r requirements/ci.txt
# virtualenv
Expand All @@ -106,7 +106,7 @@ filelock==3.16.1
# -r requirements/ci.txt
# tox
# virtualenv
hypothesis==6.112.4
hypothesis==6.115.0
# via -r requirements/doc.txt
idna==3.10
# via
Expand All @@ -129,7 +129,7 @@ jinja2==3.1.4
# -r requirements/doc.txt
# code-annotations
# sphinx
markupsafe==2.1.5
markupsafe==3.0.1
# via
# -r requirements/doc.txt
# jinja2
Expand Down Expand Up @@ -203,7 +203,7 @@ pylint-celery==0.3
# via
# -r requirements/doc.txt
# edx-lint
pylint-django==2.5.5
pylint-django==2.6.1
# via
# -r requirements/doc.txt
# edx-lint
Expand Down Expand Up @@ -262,7 +262,7 @@ soupsieve==2.6
# via
# -r requirements/doc.txt
# beautifulsoup4
sphinx==8.0.2
sphinx==8.1.3
# via
# -r requirements/doc.txt
# pydata-sphinx-theme
Expand Down
8 changes: 4 additions & 4 deletions requirements/django-test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ code-annotations==1.8.0
# via
# -r requirements/test.txt
# edx-lint
coverage[toml]==7.6.1
coverage[toml]==7.6.3
# 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.112.4
hypothesis==6.115.0
# via -r requirements/test.txt
iniconfig==2.0.0
# via
Expand All @@ -61,7 +61,7 @@ jinja2==3.1.4
# via
# -r requirements/test.txt
# code-annotations
markupsafe==2.1.5
markupsafe==3.0.1
# via
# -r requirements/test.txt
# jinja2
Expand Down Expand Up @@ -106,7 +106,7 @@ pylint-celery==0.3
# via
# -r requirements/test.txt
# edx-lint
pylint-django==2.5.5
pylint-django==2.6.1
# via
# -r requirements/test.txt
# edx-lint
Expand Down
12 changes: 6 additions & 6 deletions requirements/doc.txt
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ beautifulsoup4==4.12.3
# via pydata-sphinx-theme
certifi==2024.8.30
# via requests
charset-normalizer==3.3.2
charset-normalizer==3.4.0
# via requests
click==8.1.7
# via
Expand All @@ -41,7 +41,7 @@ code-annotations==1.8.0
# via
# -r requirements/test.txt
# edx-lint
coverage[toml]==7.6.1
coverage[toml]==7.6.3
# 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.112.4
hypothesis==6.115.0
# via -r requirements/test.txt
idna==3.10
# via requests
Expand All @@ -85,7 +85,7 @@ jinja2==3.1.4
# -r requirements/test.txt
# code-annotations
# sphinx
markupsafe==2.1.5
markupsafe==3.0.1
# via
# -r requirements/test.txt
# jinja2
Expand Down Expand Up @@ -142,7 +142,7 @@ pylint-celery==0.3
# via
# -r requirements/test.txt
# edx-lint
pylint-django==2.5.5
pylint-django==2.6.1
# via
# -r requirements/test.txt
# edx-lint
Expand Down Expand Up @@ -186,7 +186,7 @@ sortedcontainers==2.4.0
# hypothesis
soupsieve==2.6
# via beautifulsoup4
sphinx==8.0.2
sphinx==8.1.3
# via
# -r requirements/doc.in
# pydata-sphinx-theme
Expand Down
8 changes: 4 additions & 4 deletions requirements/test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ click-log==0.4.0
# via edx-lint
code-annotations==1.8.0
# via edx-lint
coverage[toml]==7.6.1
coverage[toml]==7.6.3
# via
# -r requirements/test.in
# pytest-cov
Expand All @@ -35,15 +35,15 @@ edx-lint==5.4.0
# via -r requirements/test.in
execnet==2.1.1
# via pytest-xdist
hypothesis==6.112.4
hypothesis==6.115.0
# via -r requirements/test.in
iniconfig==2.0.0
# via pytest
isort==5.13.2
# via pylint
jinja2==3.1.4
# via code-annotations
markupsafe==2.1.5
markupsafe==3.0.1
# via jinja2
mccabe==0.7.0
# via pylint
Expand Down Expand Up @@ -73,7 +73,7 @@ pylint==3.3.1
# pylint-plugin-utils
pylint-celery==0.3
# via edx-lint
pylint-django==2.5.5
pylint-django==2.6.1
# via edx-lint
pylint-plugin-utils==0.8.2
# via
Expand Down