From 130f301bd11ff631afd15d4f6bc4593a083ae68b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 28 Feb 2024 13:02:42 +0000 Subject: [PATCH] chore: bump pytest-operator from 0.33.0 to 0.34.0 Bumps [pytest-operator](https://github.com/charmed-kubernetes/pytest-operator) from 0.33.0 to 0.34.0. - [Release notes](https://github.com/charmed-kubernetes/pytest-operator/releases) - [Commits](https://github.com/charmed-kubernetes/pytest-operator/commits) --- updated-dependencies: - dependency-name: pytest-operator dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- test-requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test-requirements.txt b/test-requirements.txt index 9176d28..d567c1c 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -153,7 +153,7 @@ pytest-asyncio==0.21.1 # via # -r test-requirements.in # pytest-operator -pytest-operator==0.33.0 +pytest-operator==0.34.0 # via -r test-requirements.in python-dateutil==2.8.2 # via kubernetes