From d28a1374c4f42855a83c362432295e8ed982027a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 2 Dec 2024 21:02:31 +0000 Subject: [PATCH] Bump pytest from 8.3.2 to 8.3.4 Bumps [pytest](https://github.com/pytest-dev/pytest) from 8.3.2 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/8.3.2...8.3.4) --- 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 666d035..1056fb0 100644 --- a/poetry.lock +++ b/poetry.lock @@ -389,13 +389,13 @@ plugins = ["importlib-metadata"] [[package]] name = "pytest" -version = "8.3.2" +version = "8.3.4" description = "pytest: simple powerful testing with Python" optional = false python-versions = ">=3.8" files = [ - {file = "pytest-8.3.2-py3-none-any.whl", hash = "sha256:4ba08f9ae7dcf84ded419494d229b48d0903ea6407b030eaec46df5e6a73bba5"}, - {file = "pytest-8.3.2.tar.gz", hash = "sha256:c132345d12ce551242c87269de812483f5bcc87cdbb4722e48487ba194f9fdce"}, + {file = "pytest-8.3.4-py3-none-any.whl", hash = "sha256:50e16d954148559c9a74109af1eaf0c945ba2d8f30f0a3d3335edde19788b6f6"}, + {file = "pytest-8.3.4.tar.gz", hash = "sha256:965370d062bce11e73868e0335abac31b4d3de0e82f4007408d242b4f8610761"}, ] [package.dependencies] @@ -551,4 +551,4 @@ files = [ [metadata] lock-version = "2.0" python-versions = "^3.10" -content-hash = "88489be4e58802663570e2a8d7df2e3bc528da533958bc374bf998519714426e" +content-hash = "ee29be3bc65644fea5b42d72196105e0cc1cc4e16af61d0e67a8dbaede40b1b9" diff --git a/pyproject.toml b/pyproject.toml index c65673c..0fa7830 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -11,7 +11,7 @@ libcst = ">=0.4, <2" typing-extensions = "^4" [tool.poetry.dev-dependencies] -pytest = "^8.3.2" +pytest = "^8.3.4" pytest-clarity = "^1.0.1" pytest-cov = "^5.0.0" taskipy = "^1.13.0"