From 3cb17b0fac5fd37be7e456dc44afeb85f022381f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 29 Jan 2024 19:58:37 +0000 Subject: [PATCH] Bump pytest from 7.4.3 to 8.0.0 Bumps [pytest](https://github.com/pytest-dev/pytest) from 7.4.3 to 8.0.0. - [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.3...8.0.0) --- updated-dependencies: - dependency-name: pytest dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- poetry.lock | 12 ++++++------ pyproject.toml | 2 +- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/poetry.lock b/poetry.lock index 94ff27a..99690fd 100644 --- a/poetry.lock +++ b/poetry.lock @@ -516,13 +516,13 @@ testing = ["covdefaults (>=2.3)", "pytest (>=7.4)", "pytest-cov (>=4.1)", "pytes [[package]] name = "pytest" -version = "7.4.3" +version = "8.0.0" description = "pytest: simple powerful testing with Python" optional = false -python-versions = ">=3.7" +python-versions = ">=3.8" files = [ - {file = "pytest-7.4.3-py3-none-any.whl", hash = "sha256:0d009c083ea859a71b76adf7c1d502e4bc170b80a8ef002da5806527b9591fac"}, - {file = "pytest-7.4.3.tar.gz", hash = "sha256:d989d136982de4e3b29dabcc838ad581c64e8ed52c11fbe86ddebd9da0818cd5"}, + {file = "pytest-8.0.0-py3-none-any.whl", hash = "sha256:50fb9cbe836c3f20f0dfa99c565201fb75dc54c8d76373cd1bde06b06657bdb6"}, + {file = "pytest-8.0.0.tar.gz", hash = "sha256:249b1b0864530ba251b7438274c4d251c58d868edaaec8762893ad4a0d71c36c"}, ] [package.dependencies] @@ -530,7 +530,7 @@ colorama = {version = "*", markers = "sys_platform == \"win32\""} exceptiongroup = {version = ">=1.0.0rc8", markers = "python_version < \"3.11\""} iniconfig = "*" packaging = "*" -pluggy = ">=0.12,<2.0" +pluggy = ">=1.3.0,<2.0" tomli = {version = ">=1.0.0", markers = "python_version < \"3.11\""} [package.extras] @@ -680,4 +680,4 @@ test = ["covdefaults (>=2.3)", "coverage (>=7.2.7)", "coverage-enable-subprocess [metadata] lock-version = "2.0" python-versions = "^3.8" -content-hash = "dd34c71388c6841344390f549f2ea9a07245e373146fee26f6bcf40a4da349a7" +content-hash = "3ee7825b563b33e46aea06bcf589b36556450d030bc8ba030864ae398b758495" diff --git a/pyproject.toml b/pyproject.toml index 7f2d5b5..b76aed5 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -21,7 +21,7 @@ isort = "^5.10.1" mypy = ">=0.991,<1.9" pydocstyle = "^6.1.1" pylint = ">=2.12.1,<4.0.0" -pytest = "^7.1" +pytest = ">=7.1,<9.0" pytest-asyncio = ">=0.20,<0.22" pytest-cov = "^4.0.0" pytest-timeout = "^2.0.1"