Skip to content

Commit 62f6076

Browse files
committed
[SP-2874] chore: update pkg requirements
1 parent a490fc3 commit 62f6076

File tree

3 files changed

+6
-7
lines changed

3 files changed

+6
-7
lines changed

requirements.txt

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@ requests
22
crc32c>=2.2
33
binaryornot
44
progress
5-
grpcio>=1.70.0
6-
protobuf>3.19.1
5+
grpcio>=1.73.1
6+
protobuf>=6.3.1
77
protoc-gen-openapiv2
88
pypac
99
urllib3
@@ -14,5 +14,4 @@ packageurl-python
1414
pathspec
1515
jsonschema
1616
crc
17-
protoc-gen-openapiv2
1817
cyclonedx-python-lib[validation]

setup.cfg

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,8 @@ install_requires =
2929
crc32c>=2.2
3030
binaryornot
3131
progress
32-
grpcio>=1.70.0
33-
protobuf>3.19.1
32+
grpcio>=1.73.1
33+
protobuf>=6.3.1
3434
protoc-gen-openapiv2
3535
pypac
3636
pyOpenSSL

tests/data/requirements.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,5 @@ requests
22
crc32c>=2.2
33
binaryornot
44
progress
5-
grpcio>1.42.0
6-
protobuf>3.19.1
5+
grpcio>=1.73.1
6+
protobuf>=6.3.1

0 commit comments

Comments
 (0)