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

Merged
merged 1 commit into from
Nov 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
8 changes: 4 additions & 4 deletions requirements/ci.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,15 +10,15 @@ 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
filelock==3.16.1
# via
# tox
# virtualenv
packaging==24.1
packaging==24.2
# via
# pyproject-api
# tox
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.2
# via -r requirements/ci.in
virtualenv==20.26.6
virtualenv==20.27.1
# via tox
16 changes: 8 additions & 8 deletions requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,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/quality.txt
Expand All @@ -76,7 +76,7 @@ django==4.2.16
# edx-i18n-tools
edx-i18n-tools==1.6.3
# via -r requirements/dev.in
edx-lint==5.4.0
edx-lint==5.4.1
# via -r requirements/quality.txt
filelock==3.16.1
# via
Expand Down Expand Up @@ -110,15 +110,15 @@ lxml[html-clean,html_clean]==5.3.0
# lxml-html-clean
lxml-html-clean==0.3.1
# via lxml
markupsafe==3.0.1
markupsafe==3.0.2
# via
# -r requirements/quality.txt
# jinja2
mccabe==0.7.0
# via
# -r requirements/quality.txt
# pylint
packaging==24.1
packaging==24.2
# via
# -r requirements/ci.txt
# -r requirements/pip-tools.txt
Expand Down Expand Up @@ -197,7 +197,7 @@ pytest==8.3.3
# -r requirements/quality.txt
# pytest-cov
# pytest-django
pytest-cov==5.0.0
pytest-cov==6.0.0
# via -r requirements/quality.txt
pytest-django==4.9.0
# via -r requirements/quality.txt
Expand Down Expand Up @@ -239,17 +239,17 @@ tomlkit==0.13.2
# via
# -r requirements/quality.txt
# pylint
tox==4.21.2
tox==4.23.2
# via -r requirements/ci.txt
urllib3==2.2.3
# via
# -r requirements/quality.txt
# requests
virtualenv==20.26.6
virtualenv==20.27.1
# via
# -r requirements/ci.txt
# tox
wheel==0.44.0
wheel==0.45.0
# via
# -r requirements/pip-tools.txt
# pip-tools
Expand Down
16 changes: 8 additions & 8 deletions requirements/doc.txt
Original file line number Diff line number Diff line change
Expand Up @@ -32,11 +32,11 @@ click==8.1.7
# code-annotations
code-annotations==1.8.0
# via -r requirements/test.txt
coverage[toml]==7.6.3
coverage[toml]==7.6.4
# via
# -r requirements/test.txt
# pytest-cov
cryptography==43.0.1
cryptography==43.0.3
# via secretstorage
django==4.2.16
# via
Expand Down Expand Up @@ -83,11 +83,11 @@ jinja2==3.1.4
# -r requirements/test.txt
# code-annotations
# sphinx
keyring==25.4.1
keyring==25.5.0
# via twine
markdown-it-py==3.0.0
# via rich
markupsafe==3.0.1
markupsafe==3.0.2
# via
# -r requirements/test.txt
# jinja2
Expand All @@ -99,7 +99,7 @@ more-itertools==10.5.0
# jaraco-functools
nh3==0.2.18
# via readme-renderer
packaging==24.1
packaging==24.2
# via
# -r requirements/test.txt
# build
Expand Down Expand Up @@ -136,7 +136,7 @@ pytest==8.3.3
# -r requirements/test.txt
# pytest-cov
# pytest-django
pytest-cov==5.0.0
pytest-cov==6.0.0
# via -r requirements/test.txt
pytest-django==4.9.0
# via -r requirements/test.txt
Expand All @@ -163,7 +163,7 @@ restructuredtext-lint==1.4.0
# via doc8
rfc3986==2.0.0
# via twine
rich==13.9.2
rich==13.9.4
# via twine
secretstorage==3.3.3
# via keyring
Expand Down Expand Up @@ -207,5 +207,5 @@ urllib3==2.2.3
# -r requirements/test.txt
# requests
# twine
zipp==3.20.2
zipp==3.21.0
# via importlib-metadata
4 changes: 2 additions & 2 deletions requirements/pip-tools.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,15 +8,15 @@ build==1.2.2.post1
# via pip-tools
click==8.1.7
# via pip-tools
packaging==24.1
packaging==24.2
# via build
pip-tools==7.4.1
# via -r requirements/pip-tools.in
pyproject-hooks==1.2.0
# via
# build
# pip-tools
wheel==0.44.0
wheel==0.45.0
# via pip-tools

# The following packages are considered to be unsafe in a requirements file:
Expand Down
8 changes: 5 additions & 3 deletions requirements/pip.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,13 @@
#
# make upgrade
#
wheel==0.44.0
wheel==0.45.0
# via -r requirements/pip.in

# The following packages are considered to be unsafe in a requirements file:
pip==24.2
# via -r requirements/pip.in
setuptools==75.1.0
# via
# -c https://raw.githubusercontent.com/edx/edx-lint/master/edx_lint/files/common_constraints.txt
# -r requirements/pip.in
setuptools==75.4.0
# via -r requirements/pip.in
10 changes: 5 additions & 5 deletions requirements/quality.txt
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,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 @@ -42,7 +42,7 @@ django==4.2.16
# via
# -c https://raw.githubusercontent.com/edx/edx-lint/master/edx_lint/files/common_constraints.txt
# -r requirements/test.txt
edx-lint==5.4.0
edx-lint==5.4.1
# via -r requirements/quality.in
future==1.0.0
# via
Expand All @@ -64,13 +64,13 @@ 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
mccabe==0.7.0
# via pylint
packaging==24.1
packaging==24.2
# via
# -r requirements/test.txt
# pytest
Expand Down Expand Up @@ -113,7 +113,7 @@ pytest==8.3.3
# -r requirements/test.txt
# pytest-cov
# pytest-django
pytest-cov==5.0.0
pytest-cov==6.0.0
# via -r requirements/test.txt
pytest-django==4.9.0
# via -r requirements/test.txt
Expand Down
8 changes: 4 additions & 4 deletions requirements/test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ click==8.1.7
# via code-annotations
code-annotations==1.8.0
# via -r requirements/test.in
coverage[toml]==7.6.3
coverage[toml]==7.6.4
# via pytest-cov
# via
# -c https://raw.githubusercontent.com/edx/edx-lint/master/edx_lint/files/common_constraints.txt
Expand All @@ -37,9 +37,9 @@ iniconfig==2.0.0
# via pytest
jinja2==3.1.4
# via code-annotations
markupsafe==3.0.1
markupsafe==3.0.2
# via jinja2
packaging==24.1
packaging==24.2
# via pytest
pbr==6.1.0
# via stevedore
Expand All @@ -55,7 +55,7 @@ pytest==8.3.3
# via
# pytest-cov
# pytest-django
pytest-cov==5.0.0
pytest-cov==6.0.0
# via -r requirements/test.in
pytest-django==4.9.0
# via -r requirements/test.in
Expand Down
Loading