From c84c120fbc484bae1334455dd832edbe68e56916 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 18 Sep 2024 23:01:03 +0000 Subject: [PATCH] build(deps-dev): bump pytest-env from 1.1.4 to 1.1.5 Bumps [pytest-env](https://github.com/pytest-dev/pytest-env) from 1.1.4 to 1.1.5. - [Release notes](https://github.com/pytest-dev/pytest-env/releases) - [Commits](https://github.com/pytest-dev/pytest-env/compare/1.1.4...1.1.5) --- updated-dependencies: - dependency-name: pytest-env dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- poetry.lock | 12 ++++++------ pyproject.toml | 2 +- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/poetry.lock b/poetry.lock index 5fbe6408..8c53ecde 100644 --- a/poetry.lock +++ b/poetry.lock @@ -2023,20 +2023,20 @@ testing = ["fields", "hunter", "process-tests", "pytest-xdist", "virtualenv"] [[package]] name = "pytest-env" -version = "1.1.4" +version = "1.1.5" description = "pytest plugin that allows you to add environment variables." optional = false python-versions = ">=3.8" files = [ - {file = "pytest_env-1.1.4-py3-none-any.whl", hash = "sha256:a4212056d4d440febef311a98fdca56c31256d58fb453d103cba4e8a532b721d"}, - {file = "pytest_env-1.1.4.tar.gz", hash = "sha256:86653658da8f11c6844975db955746c458a9c09f1e64957603161e2ff93f5133"}, + {file = "pytest_env-1.1.5-py3-none-any.whl", hash = "sha256:ce90cf8772878515c24b31cd97c7fa1f4481cd68d588419fd45f10ecaee6bc30"}, + {file = "pytest_env-1.1.5.tar.gz", hash = "sha256:91209840aa0e43385073ac464a554ad2947cc2fd663a9debf88d03b01e0cc1cf"}, ] [package.dependencies] -pytest = ">=8.3.2" +pytest = ">=8.3.3" [package.extras] -test = ["covdefaults (>=2.3)", "coverage (>=7.6.1)", "pytest-mock (>=3.14)"] +testing = ["covdefaults (>=2.3)", "coverage (>=7.6.1)", "pytest-mock (>=3.14)"] [[package]] name = "pytest-mock" @@ -3256,4 +3256,4 @@ testing = ["coverage (>=5.0.3)", "zope.event", "zope.testing"] [metadata] lock-version = "2.0" python-versions = ">=3.12,<4" -content-hash = "97c5c7c99a125060c5e2835b35e4f8d1186a9042da508257e60cd616548b9a08" +content-hash = "38b9109fda9ad4469f3660740600553745a659e2d849650d43a82f53fef531ac" diff --git a/pyproject.toml b/pyproject.toml index 8cb4f771..9d4e6eea 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -24,7 +24,7 @@ ujson = "^5.10.0" pytest = "^8.3.3" pytest-cov = "^5.0.0" pytest-mock = "^3.12.0" -pytest-env = "^1.1.4" +pytest-env = "^1.1.5" pytest-alembic = "^0.11.1" pytest-asyncio = "^0.24.0" aiosqlite = "^0.20.0"