From dac1316292979de9ba54f0ca90bf0b334aad8e6c Mon Sep 17 00:00:00 2001 From: teutoburg Date: Sat, 2 May 2026 04:03:47 +0200 Subject: [PATCH] Bump pytest from 9.0.2 to 9.0.3 --- poetry.lock | 10 +++++----- pyproject.toml | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/poetry.lock b/poetry.lock index 50fe854..354b2ae 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1,4 +1,4 @@ -# This file is automatically @generated by Poetry 2.3.0 and should not be changed by hand. +# This file is automatically @generated by Poetry 2.3.4 and should not be changed by hand. [[package]] name = "accessible-pygments" @@ -2324,14 +2324,14 @@ diagrams = ["jinja2", "railroad-diagrams"] [[package]] name = "pytest" -version = "9.0.2" +version = "9.0.3" description = "pytest: simple powerful testing with Python" optional = false python-versions = ">=3.10" groups = ["test"] files = [ - {file = "pytest-9.0.2-py3-none-any.whl", hash = "sha256:711ffd45bf766d5264d487b917733b453d917afd2b0ad65223959f59089f875b"}, - {file = "pytest-9.0.2.tar.gz", hash = "sha256:75186651a92bd89611d1d9fc20f0b4345fd827c41ccd5c299a868a05d70edf11"}, + {file = "pytest-9.0.3-py3-none-any.whl", hash = "sha256:2c5efc453d45394fdd706ade797c0a81091eccd1d6e4bccfcd476e2b8e0ab5d9"}, + {file = "pytest-9.0.3.tar.gz", hash = "sha256:b86ada508af81d19edeb213c681b1d48246c1a91d304c6c81a427674c17eb91c"}, ] [package.dependencies] @@ -3530,4 +3530,4 @@ syn = ["synphot"] [metadata] lock-version = "2.1" python-versions = ">=3.10,<3.15" -content-hash = "2373f93bd38f06c4cb98066abeafb192a7bb82affbbf61a5c5d57aa8d9e74b07" +content-hash = "2e9834f26355c6d6007b3b3b6af8ef18269004fcc0c931e456cdebe1c34e1544" diff --git a/pyproject.toml b/pyproject.toml index a30e053..213eb57 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -46,7 +46,7 @@ classifiers = [ ] [tool.poetry.group.test.dependencies] -pytest = "^9.0.2" +pytest = "^9.0.3" pytest-cov = "^7.1.0" numpy = ">=1.26.4, <3.0.0"