diff --git a/pyproject.toml b/pyproject.toml index a5cbe130..a7244cec 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -66,7 +66,7 @@ srv = [ "pymongo[srv]>=4.5,<5", ] test = [ - "pytest>=7", "mockupdb", "tornado>=5", "aiohttp>=3.9.2", "motor[encryption]" + "pytest>=7", "mockupdb", "tornado>=5", "aiohttp>=3.9", "motor[encryption]" ] zstd = [ "pymongo[zstd]>=4.5,<5",