From 0ce14ef901f9b073e50979b17f6a2ee5c3b32d6a Mon Sep 17 00:00:00 2001 From: mehmet-yoti Date: Tue, 21 Feb 2023 18:57:38 +0000 Subject: [PATCH 1/6] SDK-2267:updated refs --- requirements.in | 2 +- requirements.txt | 2 +- setup.py | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/requirements.in b/requirements.in index d7235772..5493ec5f 100644 --- a/requirements.in +++ b/requirements.in @@ -4,7 +4,7 @@ cffi==1.14.3 future==0.18.2 itsdangerous==1.1.0 pbr==1.10.0 -protobuf==3.13.0 +protobuf==3.21.1 pyopenssl==19.1.0 PyYAML==5.2 # PyYAML 5.3 does not support Python 3.4 pytz==2022.1 diff --git a/requirements.txt b/requirements.txt index 7d09771c..98f2b365 100644 --- a/requirements.txt +++ b/requirements.txt @@ -30,7 +30,7 @@ itsdangerous==1.1.0 # via -r requirements.in pbr==1.10.0 # via -r requirements.in -protobuf==3.13.0 +protobuf==3.21.1 # via -r requirements.in pycparser==2.18 # via cffi diff --git a/setup.py b/setup.py index 5f11c781..e6b48660 100644 --- a/setup.py +++ b/setup.py @@ -20,7 +20,7 @@ install_requires=[ "deprecated==1.2.10", "cryptography>=2.2.1", - "protobuf==3.13.0", + "protobuf==3.21.1", "requests>=2.11.1", "future>=0.11.0", "asn1==2.2.0", From 697b5ccd7c0ff6b4cf54ebc04925b407c5e164e4 Mon Sep 17 00:00:00 2001 From: mehmet-yoti Date: Tue, 21 Feb 2023 19:00:36 +0000 Subject: [PATCH 2/6] SDK-2267:updated refs --- requirements.in | 2 +- requirements.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements.in b/requirements.in index 5493ec5f..f25ecb5c 100644 --- a/requirements.in +++ b/requirements.in @@ -4,7 +4,7 @@ cffi==1.14.3 future==0.18.2 itsdangerous==1.1.0 pbr==1.10.0 -protobuf==3.21.1 +protobuf==4.21.12 pyopenssl==19.1.0 PyYAML==5.2 # PyYAML 5.3 does not support Python 3.4 pytz==2022.1 diff --git a/requirements.txt b/requirements.txt index 98f2b365..9236a949 100644 --- a/requirements.txt +++ b/requirements.txt @@ -30,7 +30,7 @@ itsdangerous==1.1.0 # via -r requirements.in pbr==1.10.0 # via -r requirements.in -protobuf==3.21.1 +protobuf==3.20.1 # via -r requirements.in pycparser==2.18 # via cffi From a5bd81b2f50546d279a7b0a14023f30eca7f8c19 Mon Sep 17 00:00:00 2001 From: mehmet-yoti Date: Tue, 21 Feb 2023 19:02:49 +0000 Subject: [PATCH 3/6] SDK-2267:updated refs --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index e6b48660..1564e16e 100644 --- a/setup.py +++ b/setup.py @@ -20,7 +20,7 @@ install_requires=[ "deprecated==1.2.10", "cryptography>=2.2.1", - "protobuf==3.21.1", + "protobuf==3.20.1", "requests>=2.11.1", "future>=0.11.0", "asn1==2.2.0", From 5aaebaa48d5fe4a0a72c0a2f7e6d79702122e9dd Mon Sep 17 00:00:00 2001 From: mehmet-yoti Date: Tue, 21 Feb 2023 19:09:07 +0000 Subject: [PATCH 4/6] SDK-2267:updated refs --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 9236a949..ac3a5451 100644 --- a/requirements.txt +++ b/requirements.txt @@ -30,7 +30,7 @@ itsdangerous==1.1.0 # via -r requirements.in pbr==1.10.0 # via -r requirements.in -protobuf==3.20.1 +protobuf==4.21.12 # via -r requirements.in pycparser==2.18 # via cffi From 50abcea5acfac114a136a9b112e540733456f702 Mon Sep 17 00:00:00 2001 From: mehmet-yoti Date: Wed, 22 Feb 2023 08:29:08 +0000 Subject: [PATCH 5/6] SDK-2267:version update --- yoti_python_sdk/version.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/yoti_python_sdk/version.py b/yoti_python_sdk/version.py index e8cf2158..072a54c4 100644 --- a/yoti_python_sdk/version.py +++ b/yoti_python_sdk/version.py @@ -1,2 +1,2 @@ # -*- coding: utf-8 -*- -__version__ = "2.14.1" +__version__ = "2.14.2" From a0a07ce0098a86333fda3fdfb91964fb1591e776 Mon Sep 17 00:00:00 2001 From: mehmet-yoti Date: Wed, 22 Feb 2023 08:30:43 +0000 Subject: [PATCH 6/6] SDK-2267:version update --- sonar-project.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sonar-project.properties b/sonar-project.properties index e85e5860..1adb1c05 100644 --- a/sonar-project.properties +++ b/sonar-project.properties @@ -2,7 +2,7 @@ sonar.host.url = https://sonarcloud.io sonar.organization = getyoti sonar.projectKey = getyoti:python sonar.projectName = Python SDK -sonar.projectVersion = 2.14.1 +sonar.projectVersion = 2.14.2 sonar.exclusions = yoti_python_sdk/tests/**,examples/**,yoti_python_sdk/protobuf/**/* sonar.python.pylint.reportPath = coverage.out