From 2267ed36f7b40a86cb6d70e27ec927d0dcb3d29e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 7 Oct 2024 15:46:13 +0000 Subject: [PATCH] chore: bump pytest-operator from 0.37.0 to 0.38.0 Bumps [pytest-operator](https://github.com/charmed-kubernetes/pytest-operator) from 0.37.0 to 0.38.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 ef6520c..d6b98bf 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -121,7 +121,7 @@ pytest-asyncio==0.21.2 # via # -r test-requirements.in # pytest-operator -pytest-operator==0.37.0 +pytest-operator==0.38.0 # via -r test-requirements.in python-dateutil==2.9.0.post0 # via kubernetes