From 4328d2aeca58261ba00a1b331f5dac90f18a283e Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 22 Feb 2024 05:02:53 +0000 Subject: [PATCH 1/3] chore(deps): update dependency tencent.qcloud.cos.sdk to v5.4.36 --- installer/installer.csproj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/installer/installer.csproj b/installer/installer.csproj index 265ae407..57a4ab01 100755 --- a/installer/installer.csproj +++ b/installer/installer.csproj @@ -52,7 +52,7 @@ - + From 988e0b7a6ddde0e4cc08db8fd0fe4c8228f9c76a Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 22 Feb 2024 05:02:59 +0000 Subject: [PATCH 2/3] chore(deps): update dependency grpc.tools to v2.62.0 --- dependency/proto/Protos.csproj | 2 +- logic/Client/Client.csproj | 2 +- logic/Client/Protos.csproj | 2 +- logic/Server/Server.csproj | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/dependency/proto/Protos.csproj b/dependency/proto/Protos.csproj index 5f39e17f..2c49fb94 100755 --- a/dependency/proto/Protos.csproj +++ b/dependency/proto/Protos.csproj @@ -18,7 +18,7 @@ - + all runtime; build; native; contentfiles; analyzers; buildtransitive diff --git a/logic/Client/Client.csproj b/logic/Client/Client.csproj index e0ea75e2..23b2991a 100755 --- a/logic/Client/Client.csproj +++ b/logic/Client/Client.csproj @@ -53,7 +53,7 @@ - + all runtime; build; native; contentfiles; analyzers; buildtransitive diff --git a/logic/Client/Protos.csproj b/logic/Client/Protos.csproj index ff5366a6..78651942 100755 --- a/logic/Client/Protos.csproj +++ b/logic/Client/Protos.csproj @@ -19,7 +19,7 @@ - + all runtime; build; native; contentfiles; analyzers; buildtransitive diff --git a/logic/Server/Server.csproj b/logic/Server/Server.csproj index dbe865cd..9b859c23 100755 --- a/logic/Server/Server.csproj +++ b/logic/Server/Server.csproj @@ -13,7 +13,7 @@ - + all runtime; build; native; contentfiles; analyzers; buildtransitive From 51e386d43cc8ac8318fb9b33b7b69a1e6062b19c Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 24 Feb 2024 05:43:30 +0000 Subject: [PATCH 3/3] chore(deps): update python docker tag to v3.12.2 --- dependency/Dockerfile/Dockerfile_base | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dependency/Dockerfile/Dockerfile_base b/dependency/Dockerfile/Dockerfile_base index 8d91b9f5..418c0254 100755 --- a/dependency/Dockerfile/Dockerfile_base +++ b/dependency/Dockerfile/Dockerfile_base @@ -1,4 +1,4 @@ -FROM python:3.12.1-bullseye +FROM python:3.12.2-bullseye MAINTAINER eesast WORKDIR /usr/local RUN apt-get update && apt-get install --no-install-recommends -y gcc g++ make wget ca-certificates cmake autoconf automake libtool curl unzip git