diff --git a/poetry.lock b/poetry.lock index 08f4e5c5..db05a458 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1048,13 +1048,13 @@ windows-terminal = ["colorama (>=0.4.6)"] [[package]] name = "pytest" -version = "8.0.0" +version = "8.0.1" description = "pytest: simple powerful testing with Python" optional = false python-versions = ">=3.8" files = [ - {file = "pytest-8.0.0-py3-none-any.whl", hash = "sha256:50fb9cbe836c3f20f0dfa99c565201fb75dc54c8d76373cd1bde06b06657bdb6"}, - {file = "pytest-8.0.0.tar.gz", hash = "sha256:249b1b0864530ba251b7438274c4d251c58d868edaaec8762893ad4a0d71c36c"}, + {file = "pytest-8.0.1-py3-none-any.whl", hash = "sha256:3e4f16fe1c0a9dc9d9389161c127c3edc5d810c38d6793042fb81d9f48a59fca"}, + {file = "pytest-8.0.1.tar.gz", hash = "sha256:267f6563751877d772019b13aacbe4e860d73fe8f651f28112e9ac37de7513ae"}, ] [package.dependencies] @@ -1650,4 +1650,4 @@ testing = ["big-O", "jaraco.functools", "jaraco.itertools", "more-itertools", "p [metadata] lock-version = "2.0" python-versions = "^3.8" -content-hash = "4a69e141bfb0627c057ba09ed7edb3d04ed7b0a57c92e78c8ec9fb5f32b3e1e2" +content-hash = "02decf9cbf6ea7551f35a6a8b1fddf256362fae3f7f70b5158a0cb7a64300bb0" diff --git a/pyproject.toml b/pyproject.toml index 40311ca5..0a193a83 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -26,7 +26,7 @@ supafunc = "^0.3.1" [tool.poetry.dev-dependencies] pre-commit = "^3.5.0" black = "^23.10" -pytest = "^8.0.0" +pytest = "^8.0.1" flake8 = "^5.0.4" isort = "^5.10.1" pytest-cov = "^4.1.0"