diff --git a/charms/argo-controller/requirements-integration.txt b/charms/argo-controller/requirements-integration.txt index e6bfc78..45f7439 100644 --- a/charms/argo-controller/requirements-integration.txt +++ b/charms/argo-controller/requirements-integration.txt @@ -8,6 +8,8 @@ aiohttp==3.8.5 # via -r requirements-integration.in aiosignal==1.3.1 # via aiohttp +anyio==4.0.0 + # via httpcore asttokens==2.4.0 # via stack-data async-timeout==4.0.3 @@ -22,6 +24,8 @@ cachetools==5.3.1 # via google-auth certifi==2023.7.22 # via + # httpcore + # httpx # kubernetes # requests cffi==1.15.1 @@ -39,7 +43,9 @@ decorator==5.1.1 # ipdb # ipython exceptiongroup==1.1.3 - # via pytest + # via + # anyio + # pytest executing==1.2.0 # via stack-data frozenlist==1.4.0 @@ -48,10 +54,18 @@ frozenlist==1.4.0 # aiosignal google-auth==2.22.0 # via kubernetes +h11==0.14.0 + # via httpcore +httpcore==0.18.0 + # via httpx +httpx==0.25.0 + # via lightkube hvac==1.2.0 # via juju idna==3.4 # via + # anyio + # httpx # requests # yarl iniconfig==2.0.0 @@ -72,6 +86,10 @@ juju==3.2.2 # pytest-operator kubernetes==27.2.0 # via juju +lightkube==0.14.0 + # via -r requirements-integration.in +lightkube-models==1.28.1.4 + # via lightkube macaroonbakery==1.3.1 # via juju markupsafe==2.1.3 @@ -148,6 +166,7 @@ pyyaml==6.0.1 # via # juju # kubernetes + # lightkube # pytest-operator requests==2.31.0 # via @@ -169,6 +188,11 @@ six==1.16.0 # paramiko # pymacaroons # python-dateutil +sniffio==1.3.0 + # via + # anyio + # httpcore + # httpx stack-data==0.6.2 # via ipython tenacity==8.2.3