diff --git a/poetry.lock b/poetry.lock index e589fc82..a7e3517d 100644 --- a/poetry.lock +++ b/poetry.lock @@ -5325,7 +5325,7 @@ description = "Postgresql fixtures and fixture factories for Pytest." optional = false python-versions = ">=3.9" groups = ["dev"] -markers = "python_version >= \"3.9\"" +markers = "python_version == \"3.9\"" 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"}, @@ -5338,6 +5338,26 @@ port-for = ">=0.7.3" psycopg = ">=3.0.0" pytest = ">=7.2" +[[package]] +name = "pytest-postgresql" +version = "8.0.0" +description = "Postgresql fixtures and fixture factories for Pytest." +optional = false +python-versions = ">=3.10" +groups = ["dev"] +markers = "python_version >= \"3.10\"" +files = [ + {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] +mirakuru = ">=2.6.0" +packaging = "*" +port-for = ">=0.7.3" +psycopg = ">=3.0.0" +pytest = ">=8.2" + [[package]] name = "python-daemon" version = "3.1.2" @@ -6982,4 +7002,4 @@ tasks = ["Jinja2", "aiodns", "ansible-runner", "ansible-runner", "celery", "jmes [metadata] lock-version = "2.1" python-versions = "^3.8" -content-hash = "d2265a7d89e8544fc649fe4ba77f179445f4159edecbe3570c11f3ae21c0331d" +content-hash = "d0d056278348609aafc5c93eb2a37a3081c7989f8a26bb55687af2aa6b430f74" diff --git a/pyproject.toml b/pyproject.toml index da7956fa..b52de036 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -96,7 +96,7 @@ pytest-asyncio = "^0.17 || ^0.18 || ^0.19 || ^0.20 || ^0.21 || ^0.23.0 || ^0.24. pytest-cov = "^3 || ^4 || ^5.0.0 || ^6.0.0 || ^7.0.0" tox = "^3.24.4 || ^4.0.0" psycopg = "^3.0.16" -pytest-postgresql = "^4.1.1 || ^5.0.0 || ^6.0.0 || ^7.0.0" +pytest-postgresql = "^4.1.1 || ^5.0.0 || ^6.0.0 || ^7.0.0 || ^8.0.0" ruff = "^0.7.3 || ^0.8.0 || ^0.9.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^0.14.0 || ^0.15.0" toml = "^0.10.2"