Skip to content

Commit 22e2af2

Browse files
coresoftware devmatiasdaloia
authored andcommitted
[SP-2991] chore: update dockerfile, scanoss.json and setup.cfg
1 parent b5fc3c7 commit 22e2af2

File tree

5 files changed

+14
-23
lines changed

5 files changed

+14
-23
lines changed

requirements.txt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,9 @@ requests
22
crc32c>=2.2
33
binaryornot
44
progress
5-
grpcio>1.42.0
5+
grpcio>=1.70.0
66
protobuf>3.19.1
7+
protoc-gen-openapiv2
78
pypac
89
urllib3
910
pyOpenSSL

scanoss.json

Lines changed: 8 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,13 @@
11
{
22
"settings": {
33
"skip": {
4-
"patterns": {},
4+
"patterns": {
5+
"scanning": [
6+
"src/protoc_gen_swagger",
7+
"docs",
8+
"scanoss_common_pb2_grpc.py"
9+
]
10+
},
511
"sizes": {}
612
}
713
},
@@ -11,23 +17,6 @@
1117
"purl": "pkg:github/scanoss/scanoss.py"
1218
}
1319
],
14-
"remove": [
15-
{
16-
"path": "docs/make.bat",
17-
"purl": "pkg:github/twilight-logic/ar488"
18-
},
19-
{
20-
"path": "src/protoc_gen_swagger/options/annotations_pb2_grpc.py",
21-
"purl": "pkg:pypi/bauplan"
22-
},
23-
{
24-
"path": "src/protoc_gen_swagger/options/openapiv2_pb2_grpc.py",
25-
"purl": "pkg:pypi/bauplan"
26-
},
27-
{
28-
"path": "src/scanoss/api/common/v2/scanoss_common_pb2_grpc.py",
29-
"purl": "pkg:pypi/bauplan"
30-
}
31-
]
20+
"remove": []
3221
}
3322
}

setup.cfg

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,9 @@ install_requires =
2929
crc32c>=2.2
3030
binaryornot
3131
progress
32-
grpcio>1.42.0
32+
grpcio>=1.70.0
3333
protobuf>3.19.1
34+
protoc-gen-openapiv2
3435
pypac
3536
pyOpenSSL
3637
google-api-core

src/protoc_gen_swagger/options/annotations_pb2_grpc.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
import warnings
55

66

7-
GRPC_GENERATED_VERSION = '1.73.1'
7+
GRPC_GENERATED_VERSION = '1.73.0'
88
GRPC_VERSION = grpc.__version__
99
_version_not_supported = False
1010

src/protoc_gen_swagger/options/openapiv2_pb2_grpc.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
import warnings
55

66

7-
GRPC_GENERATED_VERSION = '1.73.1'
7+
GRPC_GENERATED_VERSION = '1.73.0'
88
GRPC_VERSION = grpc.__version__
99
_version_not_supported = False
1010

0 commit comments

Comments
 (0)