diff --git a/poetry.lock b/poetry.lock index 717f1bc..9c9d0f2 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1280,14 +1280,14 @@ cp2110 = ["hidapi"] [[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] @@ -1922,4 +1922,4 @@ cffi = ["cffi (>=1.11)"] [metadata] lock-version = "2.1" python-versions = "3.12.4" -content-hash = "b57a8917c9f54cbce16a1f2b03eaac032e76a0c575c70830e5105498e9793482" +content-hash = "0d2cdc3786808f354e24241090b2ae81388f667214aeb68f7fe293d0b61a6e63" diff --git a/pyproject.toml b/pyproject.toml index c6320f4..4354819 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -15,7 +15,7 @@ semver = "3.0.4" black = "25.12.0" codespell = "2.4.1" coverage = "7.13.0" -pytest = "9.0.1" +pytest = "9.0.2" pytest-mock = "3.15.1" flake8 = "7.3.0" pep8-naming = "0.15.1"