From 7b6ec4f745d3286c4dcdd87aea299a6847b5a331 Mon Sep 17 00:00:00 2001 From: Alex Petenchea Date: Fri, 28 Aug 2026 19:34:23 +0800 Subject: [PATCH] Update dependencies --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 79737de8..5d70040c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -46,7 +46,7 @@ version = { attr = "arango.version.__version__" } [project.optional-dependencies] dev = [ - "black==26.1.0", + "black==26.5.1", "flake8==7.3.0", "isort==5.10.1", "mypy==1.15.0",