From 0afe1204440b7ace2ded63f2f29f5447519d585b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 11 Mar 2024 10:39:33 +0000 Subject: [PATCH] build(deps-dev): bump pytest from 8.1.0 to 8.1.1 Bumps [pytest](https://github.com/pytest-dev/pytest) from 8.1.0 to 8.1.1. - [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/8.1.0...8.1.1) --- updated-dependencies: - dependency-name: pytest dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- poetry.lock | 8 ++++---- pyproject.toml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/poetry.lock b/poetry.lock index 92e43aa..ab63d2b 100644 --- a/poetry.lock +++ b/poetry.lock @@ -859,13 +859,13 @@ pyobjc-core = ">=9.2" [[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] @@ -1264,4 +1264,4 @@ testing = ["big-O", "jaraco.functools", "jaraco.itertools", "more-itertools", "p [metadata] lock-version = "2.0" python-versions = "^3.8" -content-hash = "9fde9b76d98a94fcb99a16de04dc4f97cf148c59ab9b7912926232a5efc4e67b" +content-hash = "89eaa79e85299993b380dc2900d2d5fe175332d9055287057663983e0fd825ec" diff --git a/pyproject.toml b/pyproject.toml index 51297ad..4cc1176 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -26,7 +26,7 @@ coveralls = "^3" flake8 = { version = "^7", python = ">=3.8.1,<4.0" } flake8-bugbear = { version = "^24.2.6", python = ">=3.8.1,<4.0" } pep8-naming = "^0.13.3" -pytest = "^8.1.0" +pytest = "^8.1.1" pytest-asyncio = "^0.23" pytest-cov = "^4.1.0" sphinx = "^7.1.2"