Skip to content

Commit 1ee5612

Browse files
authored
Merge pull request #400 from getyoti/SDK-2267-python-update-dependencies
Sdk 2267 python update dependencies
2 parents e73b209 + 5aaebaa commit 1ee5612

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

requirements.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ cffi==1.14.3
44
future==0.18.2
55
itsdangerous==1.1.0
66
pbr==1.10.0
7-
protobuf==3.13.0
7+
protobuf==4.21.12
88
pyopenssl==19.1.0
99
PyYAML==5.2 # PyYAML 5.3 does not support Python 3.4
1010
pytz==2022.1

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ itsdangerous==1.1.0
3030
# via -r requirements.in
3131
pbr==1.10.0
3232
# via -r requirements.in
33-
protobuf==3.13.0
33+
protobuf==4.21.12
3434
# via -r requirements.in
3535
pycparser==2.18
3636
# via cffi

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
install_requires=[
2121
"deprecated==1.2.10",
2222
"cryptography>=2.2.1",
23-
"protobuf==3.13.0",
23+
"protobuf==3.20.1",
2424
"requests>=2.11.1",
2525
"future>=0.11.0",
2626
"asn1==2.2.0",

0 commit comments

Comments
 (0)