From 0b2428e888aa5b2f8faa64e3a707330b32a3a2dc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 8 Dec 2025 01:05:25 +0000 Subject: [PATCH] build(deps-dev): bump pytest from 9.0.1 to 9.0.2 Bumps [pytest](https://github.com/pytest-dev/pytest) from 9.0.1 to 9.0.2. - [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/9.0.1...9.0.2) --- updated-dependencies: - dependency-name: pytest dependency-version: 9.0.2 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 f40e89e..24f2f4e 100644 --- a/poetry.lock +++ b/poetry.lock @@ -716,14 +716,14 @@ testutils = ["gitpython (>3)"] [[package]] name = "pytest" -version = "9.0.1" +version = "9.0.2" description = "pytest: simple powerful testing with Python" optional = false python-versions = ">=3.10" groups = ["dev"] files = [ - {file = "pytest-9.0.1-py3-none-any.whl", hash = "sha256:67be0030d194df2dfa7b556f2e56fb3c3315bd5c8822c6951162b92b32ce7dad"}, - {file = "pytest-9.0.1.tar.gz", hash = "sha256:3e9c069ea73583e255c3b21cf46b8d3c56f6e3a1a8f6da94ccb0fcf57b9d73c8"}, + {file = "pytest-9.0.2-py3-none-any.whl", hash = "sha256:711ffd45bf766d5264d487b917733b453d917afd2b0ad65223959f59089f875b"}, + {file = "pytest-9.0.2.tar.gz", hash = "sha256:75186651a92bd89611d1d9fc20f0b4345fd827c41ccd5c299a868a05d70edf11"}, ] [package.dependencies] @@ -1251,4 +1251,4 @@ docs = ["Sphinx"] [metadata] lock-version = "2.1" python-versions = ">=3.10" -content-hash = "4ffbbb2ce6e377001149538a96558b64ec3dd68e76a0509a164a4647890ce698" +content-hash = "521d6589e71a96cfd29c72307ac098870dec7cf289fe2f8932a63a1f0d333732" diff --git a/pyproject.toml b/pyproject.toml index e3551f8..09b141c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -43,7 +43,7 @@ docs = ["Sphinx (>=9.0.4) ; python_version >= \"3.11\""] pylint = "^4.0.4" mypy = "^1.19.0" types-requests = "^2.32.4.20250913" -pytest = "^9.0.1" +pytest = "^9.0.2" types-dateparser = "^1.2.2.20250809" [build-system]