diff --git a/poetry.lock b/poetry.lock index f4fb94d..3c2db30 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1,4 +1,4 @@ -# This file is automatically @generated by Poetry 2.1.3 and should not be changed by hand. +# This file is automatically @generated by Poetry 2.1.1 and should not be changed by hand. [[package]] name = "anyio" @@ -1280,14 +1280,14 @@ cp2110 = ["hidapi"] [[package]] name = "pytest" -version = "8.4.0" +version = "8.4.1" description = "pytest: simple powerful testing with Python" optional = false python-versions = ">=3.9" groups = ["dev"] files = [ - {file = "pytest-8.4.0-py3-none-any.whl", hash = "sha256:f40f825768ad76c0977cbacdf1fd37c6f7a468e460ea6a0636078f8972d4517e"}, - {file = "pytest-8.4.0.tar.gz", hash = "sha256:14d920b48472ea0dbf68e45b96cd1ffda4705f33307dcc86c676c1b5104838a6"}, + {file = "pytest-8.4.1-py3-none-any.whl", hash = "sha256:539c70ba6fcead8e78eebbf1115e8b589e7565830d7d006a8723f19ac8a0afb7"}, + {file = "pytest-8.4.1.tar.gz", hash = "sha256:7c67fd69174877359ed9371ec3af8a3d2b04741818c51e5e99cc1742251fa93c"}, ] [package.dependencies] @@ -1972,4 +1972,4 @@ cffi = ["cffi (>=1.11)"] [metadata] lock-version = "2.1" python-versions = "3.12.4" -content-hash = "7a7c060a22ac945284b768f9fecf449026334833e0522ed89eb054a67ff5305d" +content-hash = "72d1d314a1021bcbcdcab39e3c07514afa294c74f172250afbf05c37d1333f0a" diff --git a/pyproject.toml b/pyproject.toml index acfbdc8..0e29efb 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -15,7 +15,7 @@ semver = "3.0.4" black = "25.1.0" codespell = "2.4.1" coverage = "7.9.1" -pytest = "8.4.0" +pytest = "8.4.1" pytest-mock = "3.14.1" flake8 = "7.2.0" pep8-naming = "0.15.1"