From 636aed5ab767ace24eb60b7d3a5e88ee902d2c74 Mon Sep 17 00:00:00 2001 From: John Wass Date: Fri, 11 Oct 2024 09:19:34 -0400 Subject: [PATCH] bump pipfile --- Pipfile | 13 ++++++------- 1 file changed, 6 insertions(+), 7 deletions(-) diff --git a/Pipfile b/Pipfile index cb5ef1958..a525b103e 100644 --- a/Pipfile +++ b/Pipfile @@ -24,15 +24,14 @@ beautifulsoup4 = "*" wheel = "*" [packages] -pycairo = "1.20.0" -PyGObject = "3.38.0" +pycairo = "~=1.25" +PyGObject = "~=3.48" events = "0.4" -argparse = "1.4.0" +configargparse = "~=1.7" rx = "~=3.2" -more-itertools = "~=7.2" -importlib-resources = "~=1.0.2" -importlib-metadata = "~=0.23" -dataclasses = "==0.6" +more-itertools = "~=8.12" +importlib-resources = "~=6.4" +importlib-metadata = "~=4.12" toml = "*" [pipenv]