deps: Fix Protobuf bump to v23.3
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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) -->
|
||||
|
||||
@@ -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) -->
|
||||
|
||||
@@ -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>
|
||||
|
||||
|
||||
@@ -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>
|
||||
|
||||
|
||||
@@ -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>
|
||||
|
||||
@@ -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@>'>],
|
||||
|
||||
Reference in New Issue
Block a user