diff --git a/poetry.lock b/poetry.lock index 9c810f7..278b2ce 100644 --- a/poetry.lock +++ b/poetry.lock @@ -226,13 +226,13 @@ testing = ["pytest", "pytest-benchmark"] [[package]] name = "pytest" -version = "7.4.3" +version = "7.4.4" description = "pytest: simple powerful testing with Python" optional = false python-versions = ">=3.7" files = [ - {file = "pytest-7.4.3-py3-none-any.whl", hash = "sha256:0d009c083ea859a71b76adf7c1d502e4bc170b80a8ef002da5806527b9591fac"}, - {file = "pytest-7.4.3.tar.gz", hash = "sha256:d989d136982de4e3b29dabcc838ad581c64e8ed52c11fbe86ddebd9da0818cd5"}, + {file = "pytest-7.4.4-py3-none-any.whl", hash = "sha256:b090cdf5ed60bf4c45261be03239c2c1c22df034fbffe691abe93cd80cea01d8"}, + {file = "pytest-7.4.4.tar.gz", hash = "sha256:2cf0005922c6ace4a3e2ec8b4080eb0d9753fdc93107415332f50ce9e7994280"}, ] [package.dependencies] @@ -324,4 +324,4 @@ testing = ["big-O", "flake8 (<5)", "jaraco.functools", "jaraco.itertools", "more [metadata] lock-version = "2.0" python-versions = ">=3.7, <3.13" -content-hash = "99912817146d838c7c9249ca6f57e17f63d65c00d7a22288bc17088418c0a211" +content-hash = "fee29c901a092603247f0b5fd0c64132a269ff6b2f7d513b9f6cd12e02bbd2ad" diff --git a/pyproject.toml b/pyproject.toml index 8d7f087..62a4e94 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -59,7 +59,7 @@ CoolProp = "6.6.0" tomli = "2.0.1" [tool.poetry.group.test.dependencies] -pytest = "7.4.3" +pytest = "7.4.4" pytest-asyncio = "0.21.1" pytest-cov = "4.1.0"