From 9e71afc12fe62dfe0a8fa9da80fade824cb01550 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 5 Aug 2024 19:52:20 +0000 Subject: [PATCH] chore(deps-dev): bump pytest-alembic from 0.11.0 to 0.11.1 Bumps [pytest-alembic](https://github.com/schireson/pytest-alembic) from 0.11.0 to 0.11.1. - [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.11.0...v0.11.1) --- updated-dependencies: - dependency-name: pytest-alembic dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- poetry.lock | 10 +++++----- pyproject.toml | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/poetry.lock b/poetry.lock index 80538f1..dea043b 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 = "887901d454f4ebf7b507f5f8f466dfe095bb4466dd45968d2544848d75211429" +content-hash = "90316cfd40ee18c85612a1140b377bd10be2b27fc4a55cb95dac734bffdcbd88" diff --git a/pyproject.toml b/pyproject.toml index f92071c..6e654f9 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]