From b9a51e9c0312b455b9013a2b3cc8ba27f219c22b Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 4 Dec 2024 14:55:22 +0800 Subject: [PATCH] chore(deps): update dependency cosl to v0.0.34 (#192) * chore(deps): update dependency cosl to v0.0.34 * upgrade integration test reqs --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Arturo Seijas Co-authored-by: Yanks Yoon <37652070+yanksyoon@users.noreply.github.com> --- requirements.txt | 2 +- tests/integration/requirements.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements.txt b/requirements.txt index 5fd366ad..a58dd2e3 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,4 +1,4 @@ -cosl==0.0.20 +cosl==0.0.34 jenkinsapi==0.3.13 jsonschema==4.23.0 ops==2.16.0 diff --git a/tests/integration/requirements.txt b/tests/integration/requirements.txt index 94903a74..52eed59c 100644 --- a/tests/integration/requirements.txt +++ b/tests/integration/requirements.txt @@ -1,5 +1,5 @@ Jinja2==3.1.4 -lightkube==0.15.1 +lightkube==0.15.4 pytest-playwright==0.4.4 python-keycloak==3.12.0 tenacity==8.4.2