diff --git a/poetry.lock b/poetry.lock index 3782cdca..f6e55e56 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1042,13 +1042,13 @@ windows-terminal = ["colorama (>=0.4.6)"] [[package]] name = "pytest" -version = "8.1.1" +version = "8.1.2" description = "pytest: simple powerful testing with Python" optional = false python-versions = ">=3.8" files = [ - {file = "pytest-8.1.1-py3-none-any.whl", hash = "sha256:2a8386cfc11fa9d2c50ee7b2a57e7d898ef90470a7a34c4b949ff59662bb78b7"}, - {file = "pytest-8.1.1.tar.gz", hash = "sha256:ac978141a75948948817d360297b7aae0fcb9d6ff6bc9ec6d514b85d5a65c044"}, + {file = "pytest-8.1.2-py3-none-any.whl", hash = "sha256:6c06dc309ff46a05721e6fd48e492a775ed8165d2ecdf57f156a80c7e95bb142"}, + {file = "pytest-8.1.2.tar.gz", hash = "sha256:f3c45d1d5eed96b01a2aea70dee6a4a366d51d38f9957768083e4fecfc77f3ef"}, ] [package.dependencies] @@ -1648,4 +1648,4 @@ testing = ["big-O", "jaraco.functools", "jaraco.itertools", "more-itertools", "p [metadata] lock-version = "2.0" python-versions = "^3.8" -content-hash = "769ab1f585f14fe7b5da377bb3d731c0bb1d01a78ed37160d8e74030a05c2197" +content-hash = "ea514209bc5e8c04d665df0fc1d97760d5a61c4ad8e1e3a5fb1714d1c6698379" diff --git a/pyproject.toml b/pyproject.toml index 87015b42..80def471 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -26,7 +26,7 @@ supafunc = ">=0.3.1,<0.5.0" [tool.poetry.dev-dependencies] pre-commit = "^3.5.0" black = "^24.4" -pytest = "^8.1.1" +pytest = "^8.1.2" flake8 = "^5.0.4" isort = "^5.10.1" pytest-cov = "^5.0.0"