diff --git a/poetry.lock b/poetry.lock index 9bd20e6..4908946 100644 --- a/poetry.lock +++ b/poetry.lock @@ -2055,14 +2055,14 @@ cp2110 = ["hidapi"] [[package]] name = "pytest" -version = "8.4.0" +version = "8.4.2" description = "pytest: simple powerful testing with Python" optional = false python-versions = ">=3.9" groups = ["test"] 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.2-py3-none-any.whl", hash = "sha256:872f880de3fc3a5bdc88a11b39c9710c3497a547cfa9320bc3c5e62fbf272e79"}, + {file = "pytest-8.4.2.tar.gz", hash = "sha256:86c0d0b93306b961d58d62a4db4879f27fe25513d4b969df351abdddb3c30e01"}, ] [package.dependencies] @@ -3062,4 +3062,4 @@ propcache = ">=0.2.0" [metadata] lock-version = "2.1" python-versions = "^3.11" -content-hash = "4e0188aeef6c0995b9441c4ce2529689cde0e5d949822afb2fa615e3adffbba7" +content-hash = "e5efd16441d3f3e5709f7361e6a2d60f3ae39e6dda5e6aa4135a8c81544250b6" diff --git a/pyproject.toml b/pyproject.toml index 69c87c9..ec67e96 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -41,7 +41,7 @@ requires = ["poetry-core"] build-backend = "poetry.core.masonry.api" [tool.poetry.group.test.dependencies] -pytest = "^8.4.0" +pytest = "^8.4.2" pytest-mock = "*" pytest-asyncio = "^1.0.0" flake8 = { version = '*'}