From 8bcf5b1fdfc2edc2381118055d8d0671db4cc434 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 11 Mar 2024 00:10:23 +0000 Subject: [PATCH] =?UTF-8?q?=E2=AC=86=EF=B8=8F=20Update=20dependency=20pyte?= =?UTF-8?q?st=20to=20v8.1.1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- poetry.lock | 8 ++++---- pyproject.toml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/poetry.lock b/poetry.lock index ee263d8..fe93f18 100644 --- a/poetry.lock +++ b/poetry.lock @@ -729,13 +729,13 @@ testutils = ["gitpython (>3)"] [[package]] name = "pytest" -version = "8.1.0" +version = "8.1.1" description = "pytest: simple powerful testing with Python" optional = false python-versions = ">=3.8" files = [ - {file = "pytest-8.1.0-py3-none-any.whl", hash = "sha256:ee32db7af8de4629a455806befa90559f307424c07b8413ccfc30bf5b221dd7e"}, - {file = "pytest-8.1.0.tar.gz", hash = "sha256:f8fa04ab8f98d185113ae60ea6d79c22f8143b14bc1caeced44a0ab844928323"}, + {file = "pytest-8.1.1-py3-none-any.whl", hash = "sha256:2a8386cfc11fa9d2c50ee7b2a57e7d898ef90470a7a34c4b949ff59662bb78b7"}, + {file = "pytest-8.1.1.tar.gz", hash = "sha256:ac978141a75948948817d360297b7aae0fcb9d6ff6bc9ec6d514b85d5a65c044"}, ] [package.dependencies] @@ -1150,4 +1150,4 @@ multidict = ">=4.0" [metadata] lock-version = "2.0" python-versions = "^3.11" -content-hash = "064f7a9d0c2561edd08d03ffd64acf9bc328676eec91fad38071622d0ef24f8f" +content-hash = "96ae7c212e2014d22cf869b002294b4ca9b92bdfd00954a2f90527c2570817b4" diff --git a/pyproject.toml b/pyproject.toml index 8118b19..4fd03f9 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -43,7 +43,7 @@ mypy = "1.8.0" pre-commit = "3.6.2" pre-commit-hooks = "4.5.0" pylint = "3.1.0" -pytest = "8.1.0" +pytest = "8.1.1" pytest-asyncio = "0.23.5" pytest-cov = "4.1.0" ruff = "0.3.1"