diff --git a/poetry.lock b/poetry.lock index a602c79..9f9ed41 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1100,13 +1100,13 @@ plugins = ["importlib-metadata"] [[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] @@ -1562,4 +1562,4 @@ test = ["covdefaults (>=2.3)", "coverage (>=7.2.7)", "coverage-enable-subprocess [metadata] lock-version = "2.0" python-versions = "^3.11" -content-hash = "5f4a2118f84e791130da86ae254ca7ad171b220f980ec9f542e0ff5c9c9ff604" +content-hash = "d33d3e6ef693bd9e200d2b6a05368c972fc76f56f402afeca97d1e5261ae98e4" diff --git a/pyproject.toml b/pyproject.toml index 62b9600..d65b1b0 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -15,7 +15,7 @@ flake8 = "^7.0.0" isort = "^5.13.2" mypy = "^1.8" pre-commit = "^3.6.0" -pytest = "^7.4.3" +pytest = "^7.4.4" pyupgrade = "^3.15.0" typeguard = "^4.1.5" pytest-cov = "^4.0.0"