From dc4d55a6a21e90218457f27b367052eecf2ffc49 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 24 Aug 2023 17:32:40 +0000 Subject: [PATCH] Bump pytest-env from 1.0.0 to 1.0.1 Bumps [pytest-env](https://github.com/pytest-dev/pytest-env) from 1.0.0 to 1.0.1. - [Release notes](https://github.com/pytest-dev/pytest-env/releases) - [Commits](https://github.com/pytest-dev/pytest-env/compare/1.0.0...1.0.1) --- updated-dependencies: - dependency-name: pytest-env dependency-type: direct:development update-type: version-update:semver-patch ... 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 e12e54b..55aa6e4 100644 --- a/poetry.lock +++ b/poetry.lock @@ -3091,13 +3091,13 @@ testing = ["fields", "hunter", "process-tests", "pytest-xdist", "six", "virtuale [[package]] name = "pytest-env" -version = "1.0.0" +version = "1.0.1" description = "py.test plugin that allows you to add environment variables." optional = false python-versions = ">=3.7" files = [ - {file = "pytest_env-1.0.0-py3-none-any.whl", hash = "sha256:c5ec593abf2430e21aec5b62ef50a0d894de634e84c935a44f3fe9663c5868c6"}, - {file = "pytest_env-1.0.0.tar.gz", hash = "sha256:3265fe88f570337635689bacd9dafbe6e227c524abdb2b0f46454d6b6011a51c"}, + {file = "pytest_env-1.0.1-py3-none-any.whl", hash = "sha256:e8faf927c6fcdbbc8fe3317506acc116713c9708d01652a0fd945f9ae27b71aa"}, + {file = "pytest_env-1.0.1.tar.gz", hash = "sha256:603fe216e8e03a5d134989cb41317c59aabef013d2250c71b864ab0798fbe6f6"}, ] [package.dependencies] @@ -4398,4 +4398,4 @@ testing = ["big-O", "jaraco.functools", "jaraco.itertools", "more-itertools", "p [metadata] lock-version = "2.0" python-versions = ">=3.10,<3.13" -content-hash = "8d6a844923fe28a26a45e73e143dda176eb496a9d9ff28f219cc12b7304684bb" +content-hash = "057453ebab89a1d3d6e48345e5e7414b32e80468178d393304da32b19af43ede" diff --git a/pyproject.toml b/pyproject.toml index f0d87c6..6a8267c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -40,7 +40,7 @@ ipdb = "^0.13.13" isort = "^5.12.0" pytest = "^7.4.0" pytest-cov = "^4.1.0" -pytest-env = "^1.0.0" +pytest-env = "^1.0.1" mypy = "^1.5.1" coverage = "^7.3.0" bump2version = "^1.0.1"