From 8f9133193717bb90ab75b2e7ce81b8ab725f596d Mon Sep 17 00:00:00 2001 From: Daniela Plascencia Date: Tue, 18 Jun 2024 23:03:54 +0200 Subject: [PATCH] build: bump ops to latest possible version --- charms/jupyter-controller/requirements-integration.txt | 2 ++ charms/jupyter-ui/requirements-integration.txt | 2 ++ 2 files changed, 4 insertions(+) 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