diff --git a/poetry.lock b/poetry.lock index e770e1a..47a7800 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1587,14 +1587,14 @@ testing = ["process-tests", "pytest-xdist", "virtualenv"] [[package]] name = "pytest-postgresql" -version = "7.0.2" +version = "8.0.0" description = "Postgresql fixtures and fixture factories for Pytest." optional = false -python-versions = ">=3.9" +python-versions = ">=3.10" groups = ["test"] files = [ - {file = "pytest_postgresql-7.0.2-py3-none-any.whl", hash = "sha256:0b0d31c51620a9c1d6be93286af354256bc58a47c379f56f4147b22da6e81fb5"}, - {file = "pytest_postgresql-7.0.2.tar.gz", hash = "sha256:57c8d3f7d4e91d0ea8b2eac786d04f60080fa6ed6e66f1f94d747c71c9e5a4f4"}, + {file = "pytest_postgresql-8.0.0-py3-none-any.whl", hash = "sha256:125b63b16d630c2dea19807062ed4c96e6123f06058ce65b82b4b14174d6c4b8"}, + {file = "pytest_postgresql-8.0.0.tar.gz", hash = "sha256:26cbd44a0adef76cf4a82a3a2263f0e029bc54b5863556a9bd86ca3edfa91cce"}, ] [package.dependencies] @@ -1602,7 +1602,7 @@ mirakuru = ">=2.6.0" packaging = "*" port-for = ">=0.7.3" psycopg = ">=3.0.0" -pytest = ">=7.2" +pytest = ">=8.2" [[package]] name = "pytest-watch" @@ -2413,4 +2413,4 @@ files = [ [metadata] lock-version = "2.1" python-versions = "^3.13.1" -content-hash = "0368d95802c3d42a46458571cc3e2f305e6603ab380b99d6085941859747c003" +content-hash = "eb14e9d63391bc1b95281ef5d0d6fe7c1b26ec301710697bb010b82948f34d6d" diff --git a/pyproject.toml b/pyproject.toml index 0f12f76..e8e534b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -31,7 +31,7 @@ pylint-junit = "^0.3.5" pytest = "^9.0.2" pytest-asyncio = "^1.3.0" pytest-cov = "^7.0.0" -pytest-postgresql = "^7.0.2" +pytest-postgresql = "^8.0.0" pytest-watch = "^4.2.0" pytest-xdist = { version = "^3.8.0", extras = ["psutil"] }