From d45066ea385c61c28ea97af0f07e5e4b082ecf88 Mon Sep 17 00:00:00 2001 From: Bob Halley Date: Mon, 27 Jul 2026 06:09:15 -0700 Subject: [PATCH] update dependencies --- pyproject.toml | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index d99431c4..f5d29f4b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -30,23 +30,23 @@ version = "2.9.0dev0" [project.optional-dependencies] dev = [ - "black>=26.1", - "coverage>=7.0", + "black>=26.5", + "coverage>=7.15", "hypercorn>=0.18.0", - "pyright>=1.1.407", - "pytest>=9.0", - "pytest-cov>=7.0", + "pyright>=1.1.411", + "pytest>=9.1", + "pytest-cov>=7.1", "quart-trio>=0.12.0", - "ruff>=0.14.0", + "ruff>=0.16.0", "sphinx>=9.1.0 ; python_version >= '3.12'", "sphinx-rtd-theme>=3.1.0 ; python_full_version >= '3.12'", - "ty>=0.0.14", + "ty>=0.0.63", ] -dnssec = ["cryptography>=46"] -doh = ["httpcore2>=2.4", "httpx2>=2.4", "h2>=4.3.0"] +dnssec = ["cryptography>=49"] +doh = ["httpcore2>=2.9", "httpx2>=2.9", "h2>=4.4"] doq = ["aioquic>=1.3.0"] -idna = ["idna>=3.11"] -trio = ["trio>=0.30"] +idna = ["idna>=3.18"] +trio = ["trio>=0.33"] wmi = ["wmi>=1.5.1; platform_system=='Windows'"] [project.urls] -- 2.47.3