From a224599e4f3f411e2fb898b9115aab2427b10506 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Saugat=20Pachhai=20=28=E0=A4=B8=E0=A5=8C=E0=A4=97=E0=A4=BE?= =?UTF-8?q?=E0=A4=A4=29?= Date: Tue, 19 Mar 2024 13:11:13 +0545 Subject: [PATCH] unpin deps --- pyproject.toml | 29 ++++++++++++++--------------- 1 file changed, 14 insertions(+), 15 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 3b6948a0..55a13bb3 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -39,24 +39,23 @@ Source = "https://github.com/iterative/scmrepo" [project.optional-dependencies] tests = [ - "aioresponses==0.7.6", - "pytest==8.1.1", - "pytest-sugar==1.0.0", - "pytest-cov==4.1.0", - "pytest-mock==3.12.0", - "mypy==1.9.0", - "pytest-test-utils==0.1.0", - "pytest-asyncio==0.23.5", - "pytest-docker==3.1.1", - "mock==5.1.0", - "paramiko==3.4.0", - "types-certifi==2021.10.8.3", - "types-mock==5.1.0.20240311", - "types-paramiko==3.4.0.20240205", - "types-tqdm", + "aioresponses>=0.7,<0.8", + "paramiko>=3.4.0,<4", + "pytest>=7,<9", + "pytest-asyncio>=0.23.2,<1", + "pytest-cov>=4.1.0", + "pytest-docker>=1,<4", + "pytest-mock", + "pytest-sugar", + "pytest-test-utils>=0.1.0,<0.2", ] dev = [ + "mypy==1.9.0", "scmrepo[tests]", + "types-certifi", + "types-mock", + "types-paramiko", + "types-tqdm", ] [tool.setuptools.package-data]