File tree Expand file tree Collapse file tree 1 file changed +12
-12
lines changed Expand file tree Collapse file tree 1 file changed +12
-12
lines changed Original file line number Diff line number Diff line change @@ -22,18 +22,18 @@ classifiers = [
2222
2323requires-python = " >=3.8"
2424dependencies = [
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]
5858scrapy = [
5959 " scrapy ~= 2.11.0" ,
You can’t perform that action at this time.
0 commit comments