diff --git a/bindings/python/poetry.lock b/bindings/python/poetry.lock index af3e86f..644bfb1 100644 --- a/bindings/python/poetry.lock +++ b/bindings/python/poetry.lock @@ -583,13 +583,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] @@ -1004,4 +1004,4 @@ testing = ["big-O", "flake8 (<5)", "jaraco.functools", "jaraco.itertools", "more [metadata] lock-version = "2.0" python-versions = "^3.7" -content-hash = "1b213f2c2ffb87eaf939d140511c87e94aa296091c2e555042880c9831192f8a" +content-hash = "cc15908bf4a4c21edce10427d2fd36eca39248918b48a70eafb3c0a8cffd7ea5" diff --git a/bindings/python/pyproject.toml b/bindings/python/pyproject.toml index 513634f..d406fc0 100644 --- a/bindings/python/pyproject.toml +++ b/bindings/python/pyproject.toml @@ -14,7 +14,7 @@ readme = "README.md" python = "^3.7" [tool.poetry.group.dev.dependencies] -pytest = "^7.4.3" +pytest = "^7.4.4" pytest-xdist = "^3.5.0" pytest-cov = "^4.1.0" hypothesis = "^6.79.4"