Skip to content

Commit bef2457

Browse files
committed
Update test requirements
1 parent 052ccbc commit bef2457

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ ydb.egg-info/
44
/.vscode
55
/tox
66
/venv
7+
/.venv
78
/ydb_certs
89
/ydb_data
910
/tmp

test-requirements.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,15 +11,15 @@ docker==5.0.0
1111
docker-compose==1.29.2
1212
dockerpty==0.4.1
1313
docopt==0.6.2
14-
grpcio==1.42.0
14+
grpcio==1.64.0
1515
idna==3.2
1616
importlib-metadata==4.6.1
1717
iniconfig==1.1.1
1818
jsonschema==3.2.0
1919
packaging==21.0
2020
paramiko==2.10.1
2121
pluggy==0.13.1
22-
protobuf==3.18.3
22+
protobuf>=3.13.0,<5.0.0
2323
py==1.10.0
2424
pycparser==2.20
2525
PyNaCl==1.4.0

0 commit comments

Comments
 (0)