diff --git a/poetry.lock b/poetry.lock index cc83aa5..ac7fb12 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1336,13 +1336,13 @@ test = ["flaky", "pretend", "pytest (>=3.0.1)"] [[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] @@ -1862,4 +1862,4 @@ multidict = ">=4.0" [metadata] lock-version = "2.0" python-versions = "^3.10" -content-hash = "2241c6daed18be86d6ee07856339bbb350767c94fe87aa3d05f064f56276fd3c" +content-hash = "b899a4c57d2b84c6c46aff806292da5c9db7c23f78097baddbdf89fabec3027c" diff --git a/pyproject.toml b/pyproject.toml index d289e29..0a54553 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -28,7 +28,7 @@ typing-extensions = '4.8.0' sqlacodegen = "2.3.0" # tests coverage = { version = "==7.3.2", extras = ["toml"] } -pytest = "==7.4.3" +pytest = "==7.4.4" pytest-cov = "4.1.0" pytest-dotenv = "0.5.2" pytest-github-actions-annotate-failures = "==0.2.0"