From 3272887b6bf84727583dbf6a5f56d622770a9d58 Mon Sep 17 00:00:00 2001 From: Bob Halley Date: Thu, 25 Jan 2024 17:14:15 -0800 Subject: [PATCH] update requirements --- pyproject.toml | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 6b9d8cc4..5ebab00b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -32,20 +32,20 @@ dynamic = ["version"] dev = [ "black>=23.1.0", "coverage>=7.0", - "flake8>=5.0.3", - "mypy>=1.0.1", - "pylint>=2.7", - "pytest>=6.2.5", - "pytest-cov>=3.0.0", - "sphinx>=7.0.0", + "flake8>=7", + "mypy>=1.8", + "pylint>=3", + "pytest>=7.4", + "pytest-cov>=4.1.0", + "sphinx>=7.2.0", "twine>=4.0.0", - "wheel>=0.41.0", + "wheel>=0.42.0", ] -dnssec = ["cryptography>=41"] -doh = ["httpcore>=0.17.3", "httpx>=0.25.1", "h2>=4.1.0"] -doq = ["aioquic>=0.9.20"] -idna = ["idna>=2.1"] -trio = ["trio>=0.14"] +dnssec = ["cryptography>=42"] +doh = ["httpcore>=1.0.0", "httpx>=0.26.0", "h2>=4.1.0"] +doq = ["aioquic>=0.9.25"] +idna = ["idna>=3.6"] +trio = ["trio>=0.23"] wmi = ["wmi>=1.5.1"] [project.urls] -- 2.47.3