diff --git a/charms/jupyter-controller/requirements-integration.txt b/charms/jupyter-controller/requirements-integration.txt index 37b8100a..aedc2582 100644 --- a/charms/jupyter-controller/requirements-integration.txt +++ b/charms/jupyter-controller/requirements-integration.txt @@ -6,6 +6,8 @@ # anyio==4.4.0 # via httpx +appnope==0.1.4 + # via ipython asttokens==2.4.1 # via stack-data attrs==23.2.0 diff --git a/charms/jupyter-ui/requirements-integration.txt b/charms/jupyter-ui/requirements-integration.txt index 5a60f375..1f5433b7 100644 --- a/charms/jupyter-ui/requirements-integration.txt +++ b/charms/jupyter-ui/requirements-integration.txt @@ -10,6 +10,8 @@ aiosignal==1.3.1 # via aiohttp anyio==4.4.0 # via httpx +appnope==0.1.4 + # via ipython asttokens==2.4.1 # via stack-data async-timeout==4.0.3