diff --git a/poetry.lock b/poetry.lock index aeff10d..c8338c0 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1333,13 +1333,13 @@ dev = ["argcomplete", "attrs (>=19.2)", "hypothesis (>=3.56)", "mock", "pygments [[package]] name = "pytest-alembic" -version = "0.11.0" +version = "0.11.1" description = "A pytest plugin for verifying alembic migrations." optional = false -python-versions = ">=3.6,<4" +python-versions = "<4,>=3.6" files = [ - {file = "pytest_alembic-0.11.0-py3-none-any.whl", hash = "sha256:bce543dae00eec8b69b283105d48e0b3e1cc31ca721b0a8c46cb4710e7aa0ec8"}, - {file = "pytest_alembic-0.11.0.tar.gz", hash = "sha256:4f4237c06598226b2bc58df8154a8aed29f7efadd7157ee3a946f81585532627"}, + {file = "pytest_alembic-0.11.1-py3-none-any.whl", hash = "sha256:f83e8c1534d50ced053aa4b1dbf6e261f4674aa626cb852fc1dcb565049ae152"}, + {file = "pytest_alembic-0.11.1.tar.gz", hash = "sha256:a920d8770b5be77326c5c1b2bd8d4d4a0dd8fc2c2d57abbcd1fec28a21131b85"}, ] [package.dependencies] @@ -2188,4 +2188,4 @@ files = [ [metadata] lock-version = "2.0" python-versions = ">=3.12,<4" -content-hash = "edadef42e1837326a0ff5c4815393eddd3518958e8b415f855d8e48f05aa9d14" +content-hash = "2d1cd3a76d1bd259b189aed84a8c4d4a4de8c6f5d114a2a33c7ae1ccec582878" diff --git a/pyproject.toml b/pyproject.toml index 786beb2..a511d77 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -23,7 +23,7 @@ aiosqlite = "^0.20.0" pytest-cov = "^5.0.0" pytest-mock = "^3.11.1" pytest-env = "^1.0.1" -pytest-alembic = "^0.11.0" +pytest-alembic = "^0.11.1" [tool.poetry.group.linters.dependencies]