diff --git a/poetry.lock b/poetry.lock index 4eef130..e47e9ca 100644 --- a/poetry.lock +++ b/poetry.lock @@ -456,14 +456,14 @@ testutils = ["gitpython (>3)"] [[package]] name = "pytest" -version = "8.4.1" +version = "8.4.2" description = "pytest: simple powerful testing with Python" optional = false python-versions = ">=3.9" groups = ["dev"] files = [ - {file = "pytest-8.4.1-py3-none-any.whl", hash = "sha256:539c70ba6fcead8e78eebbf1115e8b589e7565830d7d006a8723f19ac8a0afb7"}, - {file = "pytest-8.4.1.tar.gz", hash = "sha256:7c67fd69174877359ed9371ec3af8a3d2b04741818c51e5e99cc1742251fa93c"}, + {file = "pytest-8.4.2-py3-none-any.whl", hash = "sha256:872f880de3fc3a5bdc88a11b39c9710c3497a547cfa9320bc3c5e62fbf272e79"}, + {file = "pytest-8.4.2.tar.gz", hash = "sha256:86c0d0b93306b961d58d62a4db4879f27fe25513d4b969df351abdddb3c30e01"}, ] [package.dependencies] @@ -657,4 +657,4 @@ type = ["pytest-mypy"] [metadata] lock-version = "2.1" python-versions = ">=3.9,<4.0" -content-hash = "682c6ed6143dcf27f318c5ef4aadb07c74556df623414c74be6d81a79862f33c" +content-hash = "5ffff6b89b4e3019f524f33f4b67f08803e14faea9d2ea58af94d541ae71db99" diff --git a/pyproject.toml b/pyproject.toml index 30b752f..d976345 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -46,7 +46,7 @@ classifiers = [ [tool.poetry.group.dev.dependencies] pylint = "^3.3.8" -pytest = "^8.4.1" +pytest = "^8.4.2" mypy = "^1.17.1" bandit = "^1.8.6" black = "^25.1.0"