Skip to content

Commit 1096899

Browse files
authored
unpin deps (#345)
1 parent a00b5ef commit 1096899

File tree

1 file changed

+14
-15
lines changed

1 file changed

+14
-15
lines changed

pyproject.toml

Lines changed: 14 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -39,24 +39,23 @@ Source = "https://github.com/iterative/scmrepo"
3939

4040
[project.optional-dependencies]
4141
tests = [
42-
"aioresponses==0.7.6",
43-
"pytest==8.1.1",
44-
"pytest-sugar==1.0.0",
45-
"pytest-cov==4.1.0",
46-
"pytest-mock==3.12.0",
47-
"mypy==1.9.0",
48-
"pytest-test-utils==0.1.0",
49-
"pytest-asyncio==0.23.5",
50-
"pytest-docker==3.1.1",
51-
"mock==5.1.0",
52-
"paramiko==3.4.0",
53-
"types-certifi==2021.10.8.3",
54-
"types-mock==5.1.0.20240311",
55-
"types-paramiko==3.4.0.20240205",
56-
"types-tqdm",
42+
"aioresponses>=0.7,<0.8",
43+
"paramiko>=3.4.0,<4",
44+
"pytest>=7,<9",
45+
"pytest-asyncio>=0.23.2,<1",
46+
"pytest-cov>=4.1.0",
47+
"pytest-docker>=1,<4",
48+
"pytest-mock",
49+
"pytest-sugar",
50+
"pytest-test-utils>=0.1.0,<0.2",
5751
]
5852
dev = [
53+
"mypy==1.9.0",
5954
"scmrepo[tests]",
55+
"types-certifi",
56+
"types-mock",
57+
"types-paramiko",
58+
"types-tqdm",
6059
]
6160

6261
[tool.setuptools.package-data]

0 commit comments

Comments
 (0)