From 4fc8c55d7b0f1c7195c265faf46fa63811ecff87 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 21 Oct 2024 10:46:20 +0000 Subject: [PATCH] chore(deps-dev): bump pytest from 8.3.1 to 8.3.3 Bumps [pytest](https://github.com/pytest-dev/pytest) from 8.3.1 to 8.3.3. - [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.1...8.3.3) --- 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 33bfc72..3cd0c35 100644 --- a/poetry.lock +++ b/poetry.lock @@ -675,13 +675,13 @@ diagrams = ["jinja2", "railroad-diagrams"] [[package]] name = "pytest" -version = "8.3.1" +version = "8.3.3" 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.3-py3-none-any.whl", hash = "sha256:a6853c7375b2663155079443d2e45de913a911a11d669df02a50814944db57b2"}, + {file = "pytest-8.3.3.tar.gz", hash = "sha256:70b98107bd648308a7952b06e6ca9a50bc660be218d53c257cc1fc94fda10181"}, ] [package.dependencies] @@ -1245,4 +1245,4 @@ files = [ [metadata] lock-version = "2.0" python-versions = "^3.11" -content-hash = "df89832143cbe4d37287d92818d5648f2e22a8717a5837caa0108779ce3d29fb" +content-hash = "600a4c4412958ff3268e95b50ba781ab9e110be93b54ca472d5187e2e56e0a5d" diff --git a/pyproject.toml b/pyproject.toml index 62495da..8d3f2b9 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -14,7 +14,7 @@ pydantic = "^2.8.2" [tool.poetry.group.dev.dependencies] ruff = "^0.7.0" deptry = "^0.20.0" -pytest = "^8.3.1" +pytest = "^8.3.3" pytest-cov = "^5.0.0" pytest-randomly = "^3.15.0"