From 52bb891bda23b3972df3e7c635887624b438e43e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 4 Mar 2024 17:06:08 +0000 Subject: [PATCH] Bump pytest-alembic from 0.10.7 to 0.11.0 Bumps [pytest-alembic](https://github.com/schireson/pytest-alembic) from 0.10.7 to 0.11.0. - [Release notes](https://github.com/schireson/pytest-alembic/releases) - [Changelog](https://github.com/schireson/pytest-alembic/blob/main/CHANGELOG.md) - [Commits](https://github.com/schireson/pytest-alembic/compare/v0.10.7...v0.11.0) --- updated-dependencies: - dependency-name: pytest-alembic dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- poetry.lock | 8 ++++---- pyproject.toml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/poetry.lock b/poetry.lock index bfb2e109d9..e9c4b829e3 100644 --- a/poetry.lock +++ b/poetry.lock @@ -3232,13 +3232,13 @@ testing = ["argcomplete", "attrs (>=19.2.0)", "hypothesis (>=3.56)", "mock", "no [[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] @@ -4480,4 +4480,4 @@ lxml = ">=3.8" [metadata] lock-version = "2.0" python-versions = ">=3.10,<4" -content-hash = "bad3a4188f9a7f99f063c4db4eaf724607c804adbcea7cf2ed1d615c98d2ac85" +content-hash = "ce3355a76145aadef7ccc9a4b3acb51026d13a436eb89260ec722132c1154116" diff --git a/pyproject.toml b/pyproject.toml index 089f649aaf..d56c222a5a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -264,7 +264,7 @@ mypy = "^1.4.1" psycopg2-binary = "~2.9.5" pyfakefs = "^5.3" pytest = ">=7.2.0" -pytest-alembic = "^0.10.4" +pytest-alembic = "^0.11.0" pytest-cov = "^4.0.0" pytest-timeout = "*" requests-mock = "1.11.0"