Skip to content

Commit 8dd93bd

Browse files
committed
Use compatible release clause in deps definition
1 parent 54685a9 commit 8dd93bd

File tree

1 file changed

+12
-12
lines changed

1 file changed

+12
-12
lines changed

pyproject.toml

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -22,18 +22,18 @@ classifiers = [
2222

2323
requires-python = ">=3.8"
2424
dependencies = [
25-
"aiofiles >= 22.1.0",
26-
"aioshutil >= 1.0",
25+
"aiofiles ~= 23.2.1",
26+
"aioshutil ~= 1.3",
2727
"apify-client ~= 1.6.0",
2828
"apify-shared ~= 1.1.0",
29-
"colorama >= 0.4.6",
30-
"cryptography >= 39.0.0",
31-
"httpx >= 0.24.1",
32-
"psutil >= 5.9.5",
33-
"pyee >= 11.0.1",
34-
"sortedcollections >= 2.0.1",
35-
"typing-extensions >= 4.1.0",
36-
"websockets >= 10.1",
29+
"colorama ~= 0.4.6",
30+
"cryptography ~= 41.0.7",
31+
"httpx ~= 0.25.2",
32+
"psutil ~= 5.9.6",
33+
"pyee ~= 11.1.0",
34+
"sortedcollections ~= 2.1.0",
35+
"typing-extensions ~= 4.6.3",
36+
"websockets ~= 12.0",
3737
]
3838

3939
[project.optional-dependencies]
@@ -52,8 +52,8 @@ dev = [
5252
"ruff ~= 0.1.6",
5353
"twine ~= 4.0.2",
5454
"types-aiofiles ~= 23.2.0.0",
55-
"types-colorama ~= 0.4.15.11",
56-
"types-psutil ~= 5.9.5.12",
55+
"types-colorama ~= 0.4.15.12",
56+
"types-psutil ~= 5.9.5.17",
5757
]
5858
scrapy = [
5959
"scrapy ~= 2.11.0",

0 commit comments

Comments
 (0)