From 267f61be8fdbd9bc94e0ef83b20a6a00eedb8bf8 Mon Sep 17 00:00:00 2001 From: edX requirements bot Date: Thu, 12 Jun 2025 22:23:33 -0400 Subject: [PATCH] chore: Upgrade Python requirements --- requirements/base.txt | 2 +- requirements/dev.txt | 22 +++++++++++++--------- requirements/pip-tools.txt | 2 +- requirements/pip.txt | 2 +- requirements/test.txt | 22 +++++++++++++--------- requirements/tox.txt | 20 ++++++++++++-------- 6 files changed, 41 insertions(+), 29 deletions(-) diff --git a/requirements/base.txt b/requirements/base.txt index ea98e52..9a3cd3b 100644 --- a/requirements/base.txt +++ b/requirements/base.txt @@ -10,7 +10,7 @@ babel==2.17.0 # via # -r requirements/base.in # enmerkar -django==4.2.20 +django==4.2.23 # via # -c https://raw.githubusercontent.com/edx/edx-lint/master/edx_lint/files/common_constraints.txt # -r requirements/base.in diff --git a/requirements/dev.txt b/requirements/dev.txt index b314486..8bdafb2 100644 --- a/requirements/dev.txt +++ b/requirements/dev.txt @@ -17,12 +17,12 @@ certifi==2025.4.26 # via requests charset-normalizer==3.4.2 # via requests -coverage[toml]==7.8.0 +coverage[toml]==7.9.0 # via # -r requirements/test.in # pytest-cov # python-coveralls -django==4.2.20 +django==4.2.23 # via # -c https://raw.githubusercontent.com/edx/edx-lint/master/edx_lint/files/common_constraints.txt # -r requirements/base.in @@ -53,8 +53,10 @@ packaging==25.0 # sphinx pep8==1.7.1 # via pytest-pep8 -pluggy==1.5.0 - # via pytest +pluggy==1.6.0 + # via + # pytest + # pytest-cov pycodestyle==2.13.0 # via flake8 pyflakes==3.3.2 @@ -62,8 +64,10 @@ pyflakes==3.3.2 # flake8 # pytest-flakes pygments==2.19.1 - # via sphinx -pytest==8.3.5 + # via + # pytest + # sphinx +pytest==8.4.0 # via # -r requirements/test.in # pytest-cache @@ -72,7 +76,7 @@ pytest==8.3.5 # pytest-pep8 pytest-cache==1.0 # via pytest-pep8 -pytest-cov==6.1.1 +pytest-cov==6.2.1 # via -r requirements/test.in pytest-flakes==4.0.5 # via -r requirements/test.in @@ -82,7 +86,7 @@ python-coveralls==2.9.3 # via -r requirements/test.in pyyaml==6.0.2 # via python-coveralls -requests==2.32.3 +requests==2.32.4 # via # python-coveralls # sphinx @@ -90,7 +94,7 @@ roman-numerals-py==3.1.0 # via sphinx six==1.17.0 # via python-coveralls -snowballstemmer==2.2.0 +snowballstemmer==3.0.1 # via sphinx sphinx==8.2.3 # via -r requirements/test.in diff --git a/requirements/pip-tools.txt b/requirements/pip-tools.txt index 1dd71b5..990b423 100644 --- a/requirements/pip-tools.txt +++ b/requirements/pip-tools.txt @@ -6,7 +6,7 @@ # build==1.2.2.post1 # via pip-tools -click==8.1.8 +click==8.2.1 # via pip-tools packaging==25.0 # via build diff --git a/requirements/pip.txt b/requirements/pip.txt index a124796..e109db2 100644 --- a/requirements/pip.txt +++ b/requirements/pip.txt @@ -12,5 +12,5 @@ pip==24.2 # via # -c https://raw.githubusercontent.com/edx/edx-lint/master/edx_lint/files/common_constraints.txt # -r requirements/pip.in -setuptools==80.3.1 +setuptools==80.9.0 # via -r requirements/pip.in diff --git a/requirements/test.txt b/requirements/test.txt index b314486..8bdafb2 100644 --- a/requirements/test.txt +++ b/requirements/test.txt @@ -17,12 +17,12 @@ certifi==2025.4.26 # via requests charset-normalizer==3.4.2 # via requests -coverage[toml]==7.8.0 +coverage[toml]==7.9.0 # via # -r requirements/test.in # pytest-cov # python-coveralls -django==4.2.20 +django==4.2.23 # via # -c https://raw.githubusercontent.com/edx/edx-lint/master/edx_lint/files/common_constraints.txt # -r requirements/base.in @@ -53,8 +53,10 @@ packaging==25.0 # sphinx pep8==1.7.1 # via pytest-pep8 -pluggy==1.5.0 - # via pytest +pluggy==1.6.0 + # via + # pytest + # pytest-cov pycodestyle==2.13.0 # via flake8 pyflakes==3.3.2 @@ -62,8 +64,10 @@ pyflakes==3.3.2 # flake8 # pytest-flakes pygments==2.19.1 - # via sphinx -pytest==8.3.5 + # via + # pytest + # sphinx +pytest==8.4.0 # via # -r requirements/test.in # pytest-cache @@ -72,7 +76,7 @@ pytest==8.3.5 # pytest-pep8 pytest-cache==1.0 # via pytest-pep8 -pytest-cov==6.1.1 +pytest-cov==6.2.1 # via -r requirements/test.in pytest-flakes==4.0.5 # via -r requirements/test.in @@ -82,7 +86,7 @@ python-coveralls==2.9.3 # via -r requirements/test.in pyyaml==6.0.2 # via python-coveralls -requests==2.32.3 +requests==2.32.4 # via # python-coveralls # sphinx @@ -90,7 +94,7 @@ roman-numerals-py==3.1.0 # via sphinx six==1.17.0 # via python-coveralls -snowballstemmer==2.2.0 +snowballstemmer==3.0.1 # via sphinx sphinx==8.2.3 # via -r requirements/test.in diff --git a/requirements/tox.txt b/requirements/tox.txt index a175768..df5bbc6 100644 --- a/requirements/tox.txt +++ b/requirements/tox.txt @@ -17,7 +17,7 @@ certifi==2025.4.26 # via requests charset-normalizer==3.4.2 # via requests -coverage[toml]==7.8.0 +coverage[toml]==7.9.0 # via # -r requirements/test.in # pytest-cov @@ -52,8 +52,10 @@ packaging==25.0 # sphinx pep8==1.7.1 # via pytest-pep8 -pluggy==1.5.0 - # via pytest +pluggy==1.6.0 + # via + # pytest + # pytest-cov pycodestyle==2.13.0 # via flake8 pyflakes==3.3.2 @@ -61,8 +63,10 @@ pyflakes==3.3.2 # flake8 # pytest-flakes pygments==2.19.1 - # via sphinx -pytest==8.3.5 + # via + # pytest + # sphinx +pytest==8.4.0 # via # -r requirements/test.in # pytest-cache @@ -71,7 +75,7 @@ pytest==8.3.5 # pytest-pep8 pytest-cache==1.0 # via pytest-pep8 -pytest-cov==6.1.1 +pytest-cov==6.2.1 # via -r requirements/test.in pytest-flakes==4.0.5 # via -r requirements/test.in @@ -81,7 +85,7 @@ python-coveralls==2.9.3 # via -r requirements/test.in pyyaml==6.0.2 # via python-coveralls -requests==2.32.3 +requests==2.32.4 # via # python-coveralls # sphinx @@ -89,7 +93,7 @@ roman-numerals-py==3.1.0 # via sphinx six==1.17.0 # via python-coveralls -snowballstemmer==2.2.0 +snowballstemmer==3.0.1 # via sphinx sphinx==8.2.3 # via -r requirements/test.in