From 4c28e5400403e4dd1e7858d656e19bf47464856a Mon Sep 17 00:00:00 2001
From: AN Long <aisk1988@gmail.com>
Date: Wed, 29 May 2024 21:07:07 +0800
Subject: [PATCH] align the versions in extra and dev dependencies

---
 pyproject.toml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/pyproject.toml b/pyproject.toml
index 00429a6..e0962c1 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -47,8 +47,8 @@ types-freezegun = "^1.1.6"
 urllib3 = "< 1.27"
 furo = "^2023.9.10"
 ruff = "^0.0.292"
-httpx = "^0.27.0"
-aiohttp = "^3.9.5"
+httpx = ">=0.15.0 <1.0.0"
+aiohttp = "^3.6.2"
 
 [tool.pytest.ini_options]
 asyncio_mode = "auto"