From 71ef0722768cc6bf3793fad9e458efd6b9cbb123 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 8 Aug 2024 09:26:07 +0400 Subject: [PATCH] chore(deps-dev): bump pytest from 8.3.1 to 8.3.2 (#478) Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- poetry.lock | 8 ++++---- pyproject.toml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/poetry.lock b/poetry.lock index 5875ba06..3514ae9e 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1117,13 +1117,13 @@ windows-terminal = ["colorama (>=0.4.6)"] [[package]] name = "pytest" -version = "8.3.1" +version = "8.3.2" description = "pytest: simple powerful testing with Python" optional = false python-versions = ">=3.8" files = [ - {file = "pytest-8.3.1-py3-none-any.whl", hash = "sha256:e9600ccf4f563976e2c99fa02c7624ab938296551f280835ee6516df8bc4ae8c"}, - {file = "pytest-8.3.1.tar.gz", hash = "sha256:7e8e5c5abd6e93cb1cc151f23e57adc31fcf8cfd2a3ff2da63e23f732de35db6"}, + {file = "pytest-8.3.2-py3-none-any.whl", hash = "sha256:4ba08f9ae7dcf84ded419494d229b48d0903ea6407b030eaec46df5e6a73bba5"}, + {file = "pytest-8.3.2.tar.gz", hash = "sha256:c132345d12ce551242c87269de812483f5bcc87cdbb4722e48487ba194f9fdce"}, ] [package.dependencies] @@ -1728,4 +1728,4 @@ test = ["big-O", "jaraco.functools", "jaraco.itertools", "jaraco.test", "more-it [metadata] lock-version = "2.0" python-versions = "^3.8" -content-hash = "fdc2fad3d4e4dc05ec4c913619e5767c0442fa2cc76accc7f81222b06eba3efa" +content-hash = "6fe0449b9312cdc37fe987c9b60b732133369f1a0139cdc49fca5689dcc33723" diff --git a/pyproject.toml b/pyproject.toml index 3b6d1307..6c462d69 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -25,7 +25,7 @@ pydantic = ">=1.9,<3.0" strenum = "^0.4.9" [tool.poetry.dev-dependencies] -pytest = "^8.3.1" +pytest = "^8.3.2" flake8 = "^5.0.4" black = "^24.4" isort = "^5.12.0"