From 71fa7df8a26bb4bd0cac53b36e3041ce9442b4c7 Mon Sep 17 00:00:00 2001 From: Nicolas Mounet Date: Thu, 24 Jul 2025 10:42:12 +0200 Subject: [PATCH] Updating some mypy and pyinstrument dependencies --- caimira/pyproject.toml | 6 +++--- cern_caimira/pyproject.toml | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/caimira/pyproject.toml b/caimira/pyproject.toml index aff4eb9b..924a6be5 100644 --- a/caimira/pyproject.toml +++ b/caimira/pyproject.toml @@ -23,7 +23,7 @@ dependencies = [ "mistune", "numpy", "pandas", - "pyinstrument", + "pyinstrument >= 5.0.3", "python-dateutil", "requests", "retry", @@ -39,8 +39,8 @@ dependencies = [ dev = [] test = [ "pytest", - "pytest-mypy >= 0.10.3", - "mypy >= 1.0.0", + "pytest-mypy >= 1.0.1", + "mypy >= 1.17.0", "pytest-tornasync", "types-dataclasses", "types-python-dateutil", diff --git a/cern_caimira/pyproject.toml b/cern_caimira/pyproject.toml index 84c1c0a9..82b06056 100644 --- a/cern_caimira/pyproject.toml +++ b/cern_caimira/pyproject.toml @@ -27,7 +27,7 @@ dependencies = [ "mistune", "numpy", "pandas", - "pyinstrument", + "pyinstrument >= 5.0.3", "retry", "ruptures", "scipy", @@ -40,8 +40,8 @@ dependencies = [ dev = [] test = [ "pytest", - "pytest-mypy >= 0.10.3", - "mypy >= 1.0.0", + "pytest-mypy >= 1.0.1", + "mypy >= 1.17.0", "pytest-tornasync", "types-dataclasses", "types-requests"