From 2f38a124a8e48ea6b7c5a65274e8d55502cf912d Mon Sep 17 00:00:00 2001 From: Jan Heinrich Reimer Date: Mon, 2 Oct 2023 18:37:39 +0200 Subject: [PATCH] Update dependencies --- pyproject.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 48b81be..545fabb 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -16,7 +16,7 @@ classifiers = [ dependencies = [ "click~=8.1", "gspread~=5.11", - "importlib-metadata~=4.0", + "importlib-metadata~=6.8", "jupyter~=1.0", "jupyterlab~=4.0", "matplotlib~=3.8", @@ -30,7 +30,7 @@ dynamic = ["version"] [project.optional-dependencies] tests = [ - "approvaltests~=8.2", + "approvaltests~=9.0", "bandit[toml]~=1.7", "flake8~=6.1", "pylint~=2.17",