deps: Fix Protobuf bump to v23.3

This commit is contained in:
Mizux Seiha
2023-06-29 15:28:19 +02:00
parent e83ab8ee1f
commit 3716579ca4
8 changed files with 11 additions and 11 deletions

View File

@@ -1,7 +1,7 @@
# OR-Tools code dependencies
absl-py==1.4.0
numpy==1.24.1
protobuf==4.23.2
numpy==1.24.3
protobuf==4.23.3
scipy==1.10.0
# OR-Tools build dependencies
@@ -17,4 +17,4 @@ svgwrite==1.4.3
plotly==5.13.0
# Notebook
notebook==6.4.12
notebook==6.5.4

View File

@@ -1,7 +1,7 @@
# OR-Tools code dependencies
absl-py==1.4.0
numpy==1.24.1
protobuf==4.23.2
numpy==1.24.3
protobuf==4.23.3
scipy==1.10.0
# OR-Tools build dependencies

View File

@@ -176,7 +176,7 @@
</ItemGroup>
<ItemGroup>
<PackageReference Include="Google.Protobuf" Version="3.23.2"/>
<PackageReference Include="Google.Protobuf" Version="3.23.3"/>
</ItemGroup>
<!-- Need to add required runtime dependencies so Meta-Project will pull runtime Nuget(s) -->

View File

@@ -164,7 +164,7 @@
</ItemGroup>
<ItemGroup>
<PackageReference Include="Google.Protobuf" Version="3.23.2"/>
<PackageReference Include="Google.Protobuf" Version="3.23.3"/>
</ItemGroup>
<!-- Need to add required runtime dependencies so Meta-Project will pull runtime Nuget(s) -->

View File

@@ -109,7 +109,7 @@
<dependency>
<groupId>com.google.protobuf</groupId>
<artifactId>protobuf-java</artifactId>
<version>3.23.2</version>
<version>3.23.3</version>
</dependency>
</dependencies>

View File

@@ -81,7 +81,7 @@
<dependency>
<groupId>com.google.protobuf</groupId>
<artifactId>protobuf-java</artifactId>
<version>3.23.2</version>
<version>3.23.3</version>
</dependency>
</dependencies>

View File

@@ -69,7 +69,7 @@
<dependency>
<groupId>com.google.protobuf</groupId>
<artifactId>protobuf-java</artifactId>
<version>3.23.2</version>
<version>3.23.3</version>
</dependency>
<dependency>
<groupId>junit</groupId>

View File

@@ -45,7 +45,7 @@ setup(
install_requires=[
'absl-py >= 0.13',
'numpy >= 1.13.3',
'protobuf >= 4.23.2',
'protobuf >= 4.23.3',
],
package_data={
'@PYTHON_PROJECT@':[$<$<STREQUAL:$<TARGET_PROPERTY:@PROJECT_NAME@,TYPE>,SHARED_LIBRARY>:'.libs/*','../$<TARGET_SONAME_FILE_NAME:@PROJECT_NAME@>'>],