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

Merged
merged 1 commit into from
Oct 21, 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/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.3
coverage==7.6.4
# via -r requirements/ci.in
distlib==0.3.9
# via virtualenv
Expand All @@ -30,7 +30,7 @@ pluggy==1.5.0
# via tox
pyproject-api==1.8.0
# via tox
tox==4.21.2
tox==4.23.0
# via -r requirements/ci.in
virtualenv==20.26.6
virtualenv==20.27.0
# via tox
12 changes: 6 additions & 6 deletions requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ colorama==0.4.6
# via
# -r requirements/ci.txt
# tox
coverage[toml]==7.6.3
coverage[toml]==7.6.4
# 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.115.0
hypothesis==6.115.3
# 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==3.0.1
markupsafe==3.0.2
# via
# -r requirements/doc.txt
# jinja2
Expand All @@ -139,7 +139,7 @@ mccabe==0.7.0
# pylint
mock==5.1.0
# via -r requirements/doc.txt
mypy==1.11.2
mypy==1.12.1
# via -r requirements/doc.txt
mypy-extensions==1.0.0
# via
Expand Down Expand Up @@ -305,7 +305,7 @@ tomlkit==0.13.2
# via
# -r requirements/doc.txt
# pylint
tox==4.21.2
tox==4.23.0
# via -r requirements/ci.txt
typing-extensions==4.12.2
# via
Expand All @@ -316,7 +316,7 @@ urllib3==2.2.3
# via
# -r requirements/doc.txt
# requests
virtualenv==20.26.6
virtualenv==20.27.0
# via
# -r requirements/ci.txt
# tox
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.3
coverage[toml]==7.6.4
# 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.115.0
hypothesis==6.115.3
# 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==3.0.1
markupsafe==3.0.2
# via
# -r requirements/test.txt
# jinja2
Expand All @@ -71,7 +71,7 @@ mccabe==0.7.0
# pylint
mock==5.1.0
# via -r requirements/test.txt
mypy==1.11.2
mypy==1.12.1
# via -r requirements/test.txt
mypy-extensions==1.0.0
# via
Expand Down
8 changes: 4 additions & 4 deletions requirements/doc.txt
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ code-annotations==1.8.0
# via
# -r requirements/test.txt
# edx-lint
coverage[toml]==7.6.3
coverage[toml]==7.6.4
# 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.115.0
hypothesis==6.115.3
# 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==3.0.1
markupsafe==3.0.2
# via
# -r requirements/test.txt
# jinja2
Expand All @@ -95,7 +95,7 @@ mccabe==0.7.0
# pylint
mock==5.1.0
# via -r requirements/test.txt
mypy==1.11.2
mypy==1.12.1
# via -r requirements/test.txt
mypy-extensions==1.0.0
# via
Expand Down
2 changes: 1 addition & 1 deletion requirements/pip.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,5 @@ wheel==0.44.0
# The following packages are considered to be unsafe in a requirements file:
pip==24.2
# via -r requirements/pip.in
setuptools==75.1.0
setuptools==75.2.0
# via -r requirements/pip.in
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.3
coverage[toml]==7.6.4
# via
# -r requirements/test.in
# pytest-cov
Expand All @@ -35,21 +35,21 @@ edx-lint==5.4.0
# via -r requirements/test.in
execnet==2.1.1
# via pytest-xdist
hypothesis==6.115.0
hypothesis==6.115.3
# 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==3.0.1
markupsafe==3.0.2
# via jinja2
mccabe==0.7.0
# via pylint
mock==5.1.0
# via -r requirements/test.in
mypy==1.11.2
mypy==1.12.1
# via -r requirements/test.in
mypy-extensions==1.0.0
# via mypy
Expand Down