From e7568cfed9121ca14c24ec58125dfcccfc12919c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 2 Dec 2024 01:26:43 +0000 Subject: [PATCH] Bump pytest from 7.4.4 to 8.3.4 Bumps [pytest](https://github.com/pytest-dev/pytest) from 7.4.4 to 8.3.4. - [Release notes](https://github.com/pytest-dev/pytest/releases) - [Changelog](https://github.com/pytest-dev/pytest/blob/main/CHANGELOG.rst) - [Commits](https://github.com/pytest-dev/pytest/compare/7.4.4...8.3.4) --- updated-dependencies: - dependency-name: pytest dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- requirements/dev.txt | 34 +++++++++++++++++----------------- requirements/tests.in | 2 +- requirements/tests.txt | 2 +- 3 files changed, 19 insertions(+), 19 deletions(-) diff --git a/requirements/dev.txt b/requirements/dev.txt index 2439847..ef50f16 100644 --- a/requirements/dev.txt +++ b/requirements/dev.txt @@ -9,13 +9,13 @@ alabaster==0.7.16 annotated-types==0.7.0 # via pydantic asgiref==3.8.1 - # via -r /home/runner/work/common.py/common.py/requirements/tests.in + # via -r requirements/tests.in babel==2.16.0 # via sphinx black==23.12.1 # via -r requirements/dev.in blinker==1.9.0 - # via -r /home/runner/work/common.py/common.py/requirements/tests.in + # via -r requirements/tests.in build==1.2.2.post1 # via pip-tools cachetools==5.5.0 @@ -38,11 +38,11 @@ coverage[toml]==7.6.8 # coverage-badge # pytest-cov coverage-badge==1.1.2 - # via -r /home/runner/work/common.py/common.py/requirements/tests.in + # via -r requirements/tests.in distlib==0.3.9 # via virtualenv dnspython==2.7.0 - # via -r /home/runner/work/common.py/common.py/requirements/tests.in + # via -r requirements/tests.in docutils==0.21.2 # via # rstcheck-core @@ -78,7 +78,7 @@ packaging==24.2 # sphinx # tox pallets-sphinx-themes==2.3.0 - # via -r /home/runner/work/common.py/common.py/requirements/docs.in + # via -r requirements/docs.in pathspec==0.12.1 # via black pip-tools==7.4.1 @@ -107,26 +107,26 @@ pyproject-hooks==1.2.0 # via # build # pip-tools -pytest==7.4.4 +pytest==8.3.4 # via - # -r /home/runner/work/common.py/common.py/requirements/tests.in + # -r requirements/tests.in # pytest-cov # pytest-env # pytest-ordering pytest-cov==4.1.0 - # via -r /home/runner/work/common.py/common.py/requirements/tests.in + # via -r requirements/tests.in pytest-env==1.1.3 - # via -r /home/runner/work/common.py/common.py/requirements/tests.in + # via -r requirements/tests.in pytest-ordering==0.6 - # via -r /home/runner/work/common.py/common.py/requirements/tests.in + # via -r requirements/tests.in python-dotenv==1.0.1 - # via -r /home/runner/work/common.py/common.py/requirements/tests.in + # via -r requirements/tests.in requests==2.32.3 # via sphinx rich==13.9.4 # via typer rstcheck==6.2.4 - # via -r /home/runner/work/common.py/common.py/requirements/docs.in + # via -r requirements/docs.in rstcheck-core==1.2.1 # via rstcheck shellingham==1.5.4 @@ -135,18 +135,18 @@ snowballstemmer==2.2.0 # via sphinx sphinx==7.4.7 # via - # -r /home/runner/work/common.py/common.py/requirements/docs.in + # -r requirements/docs.in # pallets-sphinx-themes # sphinx-issues # sphinx-notfound-page # sphinx-tabs # sphinxcontrib-log-cabinet sphinx-issues==3.0.1 - # via -r /home/runner/work/common.py/common.py/requirements/docs.in + # via -r requirements/docs.in sphinx-notfound-page==1.0.4 # via pallets-sphinx-themes sphinx-tabs==3.4.7 - # via -r /home/runner/work/common.py/common.py/requirements/docs.in + # via -r requirements/docs.in sphinxcontrib-applehelp==2.0.0 # via sphinx sphinxcontrib-devhelp==2.0.0 @@ -156,13 +156,13 @@ sphinxcontrib-htmlhelp==2.1.0 sphinxcontrib-jsmath==1.0.1 # via sphinx sphinxcontrib-log-cabinet==1.0.1 - # via -r /home/runner/work/common.py/common.py/requirements/docs.in + # via -r requirements/docs.in sphinxcontrib-qthelp==2.0.0 # via sphinx sphinxcontrib-serializinghtml==2.0.0 # via sphinx tox==4.23.2 - # via -r /home/runner/work/common.py/common.py/requirements/tests.in + # via -r requirements/tests.in typer==0.14.0 # via rstcheck typing-extensions==4.12.2 diff --git a/requirements/tests.in b/requirements/tests.in index c34ae3d..6a7af54 100644 --- a/requirements/tests.in +++ b/requirements/tests.in @@ -3,7 +3,7 @@ asgiref~=3.6 blinker~=1.6 coverage-badge~=1.0 dnspython~=2.0 -pytest~=7.3 +pytest~=8.3 pytest-cov~=4.0 pytest-env~=1.0 pytest-ordering~=0.6 diff --git a/requirements/tests.txt b/requirements/tests.txt index f84b5e1..85f42ad 100644 --- a/requirements/tests.txt +++ b/requirements/tests.txt @@ -45,7 +45,7 @@ pluggy==1.5.0 # tox pyproject-api==1.8.0 # via tox -pytest==7.4.4 +pytest==8.3.4 # via # -r requirements/tests.in # pytest-cov