File tree Expand file tree Collapse file tree 2 files changed +557
-470
lines changed
Expand file tree Collapse file tree 2 files changed +557
-470
lines changed Original file line number Diff line number Diff line change @@ -19,14 +19,14 @@ classifiers = [
1919 " Programming Language :: Python :: 3.13" ,
2020]
2121dependencies = [
22- " cryptography>=43 .0.1 " ,
23- " grpcio>=1.64.0 ,<2" ,
24- " protobuf>=5.0.0 ,<6" ,
25- " googleapis-common-protos>=1.63 .0,<2" ,
26- " pyjwt>=2.8.0 ,<3" ,
22+ " cryptography>=44 .0.0 " ,
23+ " grpcio>=1.68.1 ,<2" ,
24+ " protobuf>=5.29.1 ,<6" ,
25+ " googleapis-common-protos>=1.66 .0,<2" ,
26+ " pyjwt>=2.10.1 ,<3" ,
2727 " requests>=2.32.3,<3" ,
28- " six>=1.16 .0,<2" ,
29- " grpcio-tools>=1.59.3 " ,
28+ " six>=1.17 .0,<2" ,
29+ " grpcio-tools>=1.68.1 " ,
3030]
3131
3232[project .readme ]
@@ -39,32 +39,32 @@ Homepage = "https://github.com/yandex-cloud/python-sdk"
3939[dependency-groups ]
4040dev = [
4141 " pre-commit>=4.0.1" ,
42- " python-semantic-release>=v9.8.8 " ,
43- " tox-gh>=1.3.1 " ,
44- " tox>=4.14 .2" ,
42+ " python-semantic-release>=9.15.2 " ,
43+ " tox-gh>=1.4.4 " ,
44+ " tox>=4.23 .2" ,
4545 " yandexcloud" ,
4646]
4747format = [
48- " black>=24.4.2 " ,
48+ " black>=24.10.0 " ,
4949 " isort>=5.13.2" ,
5050]
5151genproto = [
52- " grpcio-tools>=1.59.3 " ,
52+ " grpcio-tools>=1.68.1 " ,
5353 " mypy-protobuf>=3.6.0" ,
5454]
5555type = [
56- " mypy>=1.10 " ,
56+ " mypy>=1.13.0 " ,
5757 " grpc-stubs>=1.53.0.5" ,
5858 " types-requests>=2.32.0.20241016" ,
5959 " types-six>=1.17.0.20241205" ,
6060]
6161style = [
62- " flake8>=7.0.0 " ,
62+ " flake8>=7.1.1 " ,
6363 " flake8-pyproject>=1.2.3" ,
64- " pylint>=3.1.0 " ,
64+ " pylint>=3.3.2 " ,
6565]
6666test = [
67- " pytest>=8.1.1 " ,
67+ " pytest>=8.3.4 " ,
6868]
6969
7070[tool .setuptools ]
You can’t perform that action at this time.
0 commit comments