From 5b411456c76c6356e25cb5a60d784afce6576060 Mon Sep 17 00:00:00 2001 From: Jon Ander Oribe Date: Thu, 8 Jan 2026 06:46:52 +0100 Subject: [PATCH] Update --- pyproject.toml | 1 - requirements-dev.txt | 1 - 2 files changed, 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 0ffd893..8e66a5e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -41,7 +41,6 @@ dev = [ "pytest>=7.0.0", "pytest-cov>=4.0.0", "pytest-mock>=3.15.1", - "black>=24.12.0", "ruff>=0.1.0", "black>=23.0.0", "mypy>=1.0.0", diff --git a/requirements-dev.txt b/requirements-dev.txt index efb3346..8051f92 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -10,7 +10,6 @@ pytest-mock>=3.15.1 ruff>=0.1.0 black>=23.0.0 mypy>=1.0.0 -black>=24.12.0 # Type stubs types-flask>=1.1.0