diff --git a/poetry.lock b/poetry.lock index 833d12e..dc9051c 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1100,13 +1100,13 @@ dev = ["argcomplete", "attrs (>=19.2)", "hypothesis (>=3.56)", "mock", "pygments [[package]] name = "pytest-alembic" -version = "0.10.7" +version = "0.11.0" description = "A pytest plugin for verifying alembic migrations." optional = false python-versions = ">=3.6,<4" files = [ - {file = "pytest_alembic-0.10.7-py3-none-any.whl", hash = "sha256:69b7d756c26c07060734c9c346e2250f58f78ba5e6cdf4d8a5d2558a551c6348"}, - {file = "pytest_alembic-0.10.7.tar.gz", hash = "sha256:19d256424684d6c83e31b2410b73f1a435799396241b155d54aa103836e4640f"}, + {file = "pytest_alembic-0.11.0-py3-none-any.whl", hash = "sha256:bce543dae00eec8b69b283105d48e0b3e1cc31ca721b0a8c46cb4710e7aa0ec8"}, + {file = "pytest_alembic-0.11.0.tar.gz", hash = "sha256:4f4237c06598226b2bc58df8154a8aed29f7efadd7157ee3a946f81585532627"}, ] [package.dependencies] @@ -1589,4 +1589,4 @@ standard = ["colorama (>=0.4)", "httptools (>=0.5.0)", "python-dotenv (>=0.13)", [metadata] lock-version = "2.0" python-versions = ">=3.12,<4" -content-hash = "7a62837565888aed71e65f82460f6f89a84aee4230e5472db84629829d2ec8c9" +content-hash = "36137f114659f4cfa73b9524d1108361c27412a3553bf7d89827c0ce12e484f6" diff --git a/pyproject.toml b/pyproject.toml index fff3940..7800109 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -26,7 +26,7 @@ aiosqlite = "^0.19.0" pytest-cov = "^5.0.0" pytest-mock = "^3.11.1" pytest-env = "^1.0.1" -pytest-alembic = "^0.10.7" +pytest-alembic = "^0.11.0" [tool.poetry.group.linters.dependencies]