From df4fdaf3253b1ffd1cf558d303c1feb39a4c941d Mon Sep 17 00:00:00 2001 From: Romain Bezut Date: Sun, 5 Jan 2025 23:39:38 +0100 Subject: [PATCH] tests: update linting and testing dependencies. Signed-off-by: Romain Bezut --- docs/about/license.rst | 2 -- tests/requirements-linting.txt | 2 +- tests/requirements-testing.txt | 2 +- 3 files changed, 2 insertions(+), 4 deletions(-) diff --git a/docs/about/license.rst b/docs/about/license.rst index 9c61ea0..b46bf26 100644 --- a/docs/about/license.rst +++ b/docs/about/license.rst @@ -3,5 +3,3 @@ License .. literalinclude:: ../../LICENSE :language: text - - diff --git a/tests/requirements-linting.txt b/tests/requirements-linting.txt index b84eb09..84ba060 100644 --- a/tests/requirements-linting.txt +++ b/tests/requirements-linting.txt @@ -1,4 +1,4 @@ mypy==1.14.1 -ruff==0.8.5 +ruff==0.8.6 construct-typing==0.6.2 typing_extensions==4.12.2 diff --git a/tests/requirements-testing.txt b/tests/requirements-testing.txt index 773a3f0..c9a0aeb 100644 --- a/tests/requirements-testing.txt +++ b/tests/requirements-testing.txt @@ -1,4 +1,4 @@ -anyio==4.7.0 +anyio==4.8.0 coverage==7.6.10 pytest-cov==6.0.0 pytest-timeout==2.3.1