1
1
[project ]
2
2
name = " apify"
3
- version = " 1.1.6 "
3
+ version = " 1.2.0 "
4
4
description = " Apify SDK for Python"
5
5
readme = " README.md"
6
6
license = {text = " Apache Software License" }
@@ -25,49 +25,49 @@ requires-python = ">=3.8"
25
25
dependencies = [
26
26
" aiofiles >= 22.1.0" ,
27
27
" aioshutil >= 1.0" ,
28
- " apify-client ~= 1.4 .0" ,
29
- " apify-shared ~= 1.0.2 " ,
28
+ " apify-client ~= 1.5 .0" ,
29
+ " apify-shared ~= 1.0.4 " ,
30
30
" colorama >= 0.4.6" ,
31
31
" cryptography >= 39.0.0" ,
32
32
" httpx >= 0.24.1" ,
33
33
" psutil >= 5.9.5" ,
34
- " pyee >= 9 .0.0 " ,
34
+ " pyee >= 11 .0.1 " ,
35
35
" sortedcollections >= 2.0.1" ,
36
36
" typing-extensions >= 4.1.0" ,
37
37
" websockets >= 10.1" ,
38
38
]
39
39
40
40
[project .optional-dependencies ]
41
41
dev = [
42
- " autopep8 ~= 2.0.2 " ,
43
- " build ~= 0.10.0 " ,
44
- " filelock ~= 3.12.0 " ,
45
- " flake8 ~= 6.0 .0" ,
46
- " flake8-bugbear ~= 23.5.9 " ,
47
- " flake8-commas ~= 2.1.0" ,
48
- " flake8-comprehensions ~= 3.12 .0" ,
42
+ " autopep8 ~= 2.0.4 " ,
43
+ " build ~= 1.0.3 " ,
44
+ " filelock ~= 3.12.4 " ,
45
+ " flake8 ~= 6.1 .0" ,
46
+ " flake8-bugbear ~= 23.9.16 " ,
47
+ " flake8-commas ~= 2.1.0; python_version < '3.12' " ,
48
+ " flake8-comprehensions ~= 3.14 .0" ,
49
49
" flake8-datetimez ~= 20.10.0" ,
50
50
" flake8-docstrings ~= 1.7.0" ,
51
51
" flake8-encodings ~= 0.5.0" ,
52
- " flake8-isort ~= 6.0 .0" ,
53
- " flake8-noqa ~= 1.3.1" ,
52
+ " flake8-isort ~= 6.1 .0" ,
53
+ " flake8-noqa ~= 1.3.1; python_version < '3.12' " ,
54
54
" flake8-pytest-style ~= 1.7.2" ,
55
- " flake8-quotes ~= 3.3.2" ,
56
- " flake8-simplify ~= 0.20 .0" ,
55
+ " flake8-quotes ~= 3.3.2; python_version < '3.12' " ,
56
+ " flake8-simplify ~= 0.21 .0" ,
57
57
" flake8-unused-arguments ~= 0.0.13" ,
58
58
" isort ~= 5.12.0" ,
59
- " mypy ~= 1.3.0 " ,
59
+ " mypy ~= 1.5.1 " ,
60
60
" pep8-naming ~= 0.13.3" ,
61
- " pre-commit ~= 3.3.2 " ,
61
+ " pre-commit ~= 3.4.0 " ,
62
62
" pydoc-markdown ~= 4.8.2" ,
63
- " pytest ~= 7.3.1 " ,
63
+ " pytest ~= 7.4.2 " ,
64
64
" pytest-asyncio ~= 0.21.0" ,
65
65
" pytest-only ~= 2.0.0" ,
66
- " pytest-timeout ~= 2.1 .0" ,
66
+ " pytest-timeout ~= 2.2 .0" ,
67
67
" pytest-xdist ~= 3.3.1" ,
68
68
" respx ~= 0.20.1" ,
69
69
" twine ~= 4.0.2" ,
70
- " types-aiofiles ~= 23.1 .0.3 " ,
70
+ " types-aiofiles ~= 23.2 .0.0 " ,
71
71
" types-colorama ~= 0.4.15.11" ,
72
72
" types-psutil ~= 5.9.5.12" ,
73
73
]
0 commit comments