From e572d5d101494adccb4d97e22b33dd5f96c8fb5c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 25 Feb 2024 09:08:56 +0000 Subject: [PATCH] build(deps-dev): bump pytest from 7.4.4 to 8.0.1 (#456) --- poetry.lock | 12 ++++++------ pyproject.toml | 2 +- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/poetry.lock b/poetry.lock index 64e4f0288..a407775ee 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1043,13 +1043,13 @@ files = [ [[package]] name = "pytest" -version = "7.4.4" +version = "8.0.1" description = "pytest: simple powerful testing with Python" optional = false -python-versions = ">=3.7" +python-versions = ">=3.8" files = [ - {file = "pytest-7.4.4-py3-none-any.whl", hash = "sha256:b090cdf5ed60bf4c45261be03239c2c1c22df034fbffe691abe93cd80cea01d8"}, - {file = "pytest-7.4.4.tar.gz", hash = "sha256:2cf0005922c6ace4a3e2ec8b4080eb0d9753fdc93107415332f50ce9e7994280"}, + {file = "pytest-8.0.1-py3-none-any.whl", hash = "sha256:3e4f16fe1c0a9dc9d9389161c127c3edc5d810c38d6793042fb81d9f48a59fca"}, + {file = "pytest-8.0.1.tar.gz", hash = "sha256:267f6563751877d772019b13aacbe4e860d73fe8f651f28112e9ac37de7513ae"}, ] [package.dependencies] @@ -1057,7 +1057,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] @@ -1454,4 +1454,4 @@ uvloop = ["uvloop"] [metadata] lock-version = "2.0" python-versions = "~=3.9" -content-hash = "dee3fb5f321a4ccf3f1e3659f798dd18386ca3c0af63ef42ee26839893632245" +content-hash = "db4f79acd3e21e625633d7260aa8ca1df9f380b6ad8de0c633daf33c64db5de6" diff --git a/pyproject.toml b/pyproject.toml index 26d69069a..e205edb39 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -62,7 +62,7 @@ isort = "^5.12.0" pre-commit = ">=2.21,<4.0" pylint = ">=2.16.2,<4.0.0" flake8 = ">=5.0.4,<8.0.0" -pytest = "^7.2.1" +pytest = ">=7.2.1,<9.0.0" pytest-asyncio = ">=0.20.2,<0.24.0" #