From bb01903809cd6d3d4b08d929fd40ba668d9da512 Mon Sep 17 00:00:00 2001 From: idemine Date: Mon, 27 Jan 2025 17:58:38 +0100 Subject: [PATCH] chore(deps): add compatibility with python3.13 and remove python3.8 and 3.9 --- pyproject.toml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 93a539c5..243d2355 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -23,11 +23,11 @@ scipy = [ [tool.poetry.group.dev.dependencies] pandas = ">=2.2.3" -pytest = "^7.2.2" +pytest = "^8.3.4" flake8 = "^7.1.1" codecov = "^2.1.13" -pytest-cov = "^4.0.0" -mock = "^5.0.1" +pytest-cov = "^6.0.0" +mock = "^5.1.0" nbsphinx = "^0.9.6" sphinx-rtd-theme = "^3.0.2" sphinxcontrib-napoleon = "^0.7"