From a8d2ed3cb9937faf5ecf1568c549397ebd0edfca Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 19 Aug 2024 17:43:10 +0000 Subject: [PATCH] chore: bump the pip_dependencies group across 1 directory with 2 updates (#340) Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- requirements.txt | 4 +++- test-requirements.txt | 2 +- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/requirements.txt b/requirements.txt index 3e7491c..9ad33e5 100644 --- a/requirements.txt +++ b/requirements.txt @@ -26,7 +26,7 @@ charset-normalizer==3.3.2 # via requests click==8.1.7 # via typer -cosl==0.0.20 +cosl==0.0.22 # via -r requirements.in cryptography==42.0.5 # via paramiko @@ -159,6 +159,8 @@ sniffio==1.3.1 # via # anyio # httpx +tenacity==9.0.0 + # via cosl toposort==1.10 # via juju typer==0.7.0 diff --git a/test-requirements.txt b/test-requirements.txt index c930c3f..6dd6b12 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -126,7 +126,7 @@ pyrfc3339==1.1 # via # juju # macaroonbakery -pyright==1.1.375 +pyright==1.1.376 # via -r test-requirements.in pytest==8.3.2 # via