Skip to content

Commit 6fe15da

Browse files
authored
Merge pull request #402 from getyoti/release/2.14.2
Release/2.14.2
2 parents e73b209 + 860b114 commit 6fe15da

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

Diff for: requirements.in

+1-1
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

Diff for: requirements.txt

+1-1
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

Diff for: setup.py

+1-1
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",

Diff for: sonar-project.properties

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ sonar.host.url = https://sonarcloud.io
22
sonar.organization = getyoti
33
sonar.projectKey = getyoti:python
44
sonar.projectName = Python SDK
5-
sonar.projectVersion = 2.14.1
5+
sonar.projectVersion = 2.14.2
66
sonar.exclusions = yoti_python_sdk/tests/**,examples/**,yoti_python_sdk/protobuf/**/*
77

88
sonar.python.pylint.reportPath = coverage.out

Diff for: yoti_python_sdk/version.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
# -*- coding: utf-8 -*-
2-
__version__ = "2.14.1"
2+
__version__ = "2.14.2"

0 commit comments

Comments
 (0)