From dfbc2ef54aec8a9f0fe243deb7be979b70959616 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 20 Oct 2023 00:08:34 +0000 Subject: [PATCH 1/6] build(deps): Bump dart from 3.1.3 to 3.1.4 in /packages/at_root_server Bumps dart from 3.1.3 to 3.1.4. --- updated-dependencies: - dependency-name: dart dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- packages/at_root_server/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/at_root_server/Dockerfile b/packages/at_root_server/Dockerfile index b24885726..6a1afabb4 100644 --- a/packages/at_root_server/Dockerfile +++ b/packages/at_root_server/Dockerfile @@ -1,4 +1,4 @@ -FROM dart:3.1.3@sha256:1521c3d4e9e077a306e6af0857f49dd9465333cd0d140677c99a73c81582a63f AS buildimage +FROM dart:3.1.4@sha256:75e61c42ce2a0dbc9b4058e9ed4a94b32f056eada02af35cb32133a4ce783671 AS buildimage ENV HOMEDIR=/atsign ENV BINARYDIR=/usr/local/at ENV USER_ID=1024 From b38f98eb7fcd995cf6ffc98d0fb67642933d474f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 20 Oct 2023 00:09:11 +0000 Subject: [PATCH 2/6] build(deps): Update ruamel-yaml requirement in /tools Updates the requirements on [ruamel-yaml](https://sourceforge.net/p/ruamel-yaml/code/ci/default/tree) to permit the latest version. --- updated-dependencies: - dependency-name: ruamel-yaml dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- tools/pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/pyproject.toml b/tools/pyproject.toml index 77cf63d59..16eb37228 100644 --- a/tools/pyproject.toml +++ b/tools/pyproject.toml @@ -8,7 +8,7 @@ packages = [{include = "at_server_tools"}] [tool.poetry.dependencies] python = "^3.8" -"ruamel.yaml" = "0.17.35" +"ruamel.yaml" = "0.17.39" requests = "2.31.0" dnspython = "2.4.2" From 28f47bd7b0bbf00a86659f6282bb3dbd285dcb12 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" Date: Fri, 20 Oct 2023 00:09:45 +0000 Subject: [PATCH 3/6] build(deps): Bump requirements.txt --- tools/requirements.txt | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/tools/requirements.txt b/tools/requirements.txt index fb287e001..047178b98 100644 --- a/tools/requirements.txt +++ b/tools/requirements.txt @@ -138,9 +138,9 @@ ruamel-yaml-clib==0.2.8 ; platform_python_implementation == "CPython" and python --hash=sha256:edaef1c1200c4b4cb914583150dcaa3bc30e592e907c01117c08b13a07255ec2 \ --hash=sha256:f481f16baec5290e45aebdc2a5168ebc6d35189ae6fea7a58787613a25f6e875 \ --hash=sha256:fff3573c2db359f091e1589c3d7c5fc2f86f5bdb6f24252c2d8e539d4e45f412 -ruamel-yaml==0.17.35 ; python_version >= "3.8" and python_version < "4.0" \ - --hash=sha256:801046a9caacb1b43acc118969b49b96b65e8847f29029563b29ac61d02db61b \ - --hash=sha256:b105e3e6fc15b41fdb201ba1b95162ae566a4ef792b9f884c46b4ccc5513a87a +ruamel-yaml==0.17.39 ; python_version >= "3.8" and python_version < "4.0" \ + --hash=sha256:8df81a51384f2e6af73d88bede63ec437df4854a5a74841f40e7622471298457 \ + --hash=sha256:ee9a9178a231306d2b260e67ba497c136d4639d58b08775ab67f5fb0f21e73f0 urllib3==2.0.7 ; python_version >= "3.8" and python_version < "4.0" \ --hash=sha256:c97dfde1f7bd43a71c8d2a58e369e9b2bf692d1334ea9f9cae55add7d0dd0f84 \ --hash=sha256:fdb6d215c776278489906c2f8916e6e7d4f5a9b602ccbcfdf7f016fc8da0596e From d9734a0d8998580224a5de2e261e954a6fb6918c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 20 Oct 2023 00:39:24 +0000 Subject: [PATCH 4/6] build(deps): Bump dart from 3.1.3 to 3.1.4 in /tools/build_secondary Bumps dart from 3.1.3 to 3.1.4. --- updated-dependencies: - dependency-name: dart dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- tools/build_secondary/Dockerfile | 2 +- tools/build_secondary/Dockerfile.observe | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/tools/build_secondary/Dockerfile b/tools/build_secondary/Dockerfile index 643cd88c5..c882582c3 100644 --- a/tools/build_secondary/Dockerfile +++ b/tools/build_secondary/Dockerfile @@ -1,4 +1,4 @@ -FROM dart:3.1.3@sha256:1521c3d4e9e077a306e6af0857f49dd9465333cd0d140677c99a73c81582a63f AS buildimage +FROM dart:3.1.4@sha256:75e61c42ce2a0dbc9b4058e9ed4a94b32f056eada02af35cb32133a4ce783671 AS buildimage ENV HOMEDIR=/atsign ENV USER_ID=1024 ENV GROUP_ID=1024 diff --git a/tools/build_secondary/Dockerfile.observe b/tools/build_secondary/Dockerfile.observe index 780db6b34..2720960cc 100644 --- a/tools/build_secondary/Dockerfile.observe +++ b/tools/build_secondary/Dockerfile.observe @@ -1,4 +1,4 @@ -FROM dart:3.1.3@sha256:1521c3d4e9e077a306e6af0857f49dd9465333cd0d140677c99a73c81582a63f AS buildimage +FROM dart:3.1.4@sha256:75e61c42ce2a0dbc9b4058e9ed4a94b32f056eada02af35cb32133a4ce783671 AS buildimage ENV HOMEDIR=/atsign ENV USER_ID=1024 ENV GROUP_ID=1024 From 9abad05417bd982277463d2d943a65ba905583da Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 20 Oct 2023 00:52:58 +0000 Subject: [PATCH 5/6] build(deps): Bump dart in /tools/build_virtual_environment/ve_base Bumps dart from 3.1.3 to 3.1.4. --- updated-dependencies: - dependency-name: dart dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- tools/build_virtual_environment/ve_base/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/build_virtual_environment/ve_base/Dockerfile b/tools/build_virtual_environment/ve_base/Dockerfile index cc4144a63..1a1e47ca5 100644 --- a/tools/build_virtual_environment/ve_base/Dockerfile +++ b/tools/build_virtual_environment/ve_base/Dockerfile @@ -1,4 +1,4 @@ -FROM dart:3.1.3@sha256:1521c3d4e9e077a306e6af0857f49dd9465333cd0d140677c99a73c81582a63f AS buildimage +FROM dart:3.1.4@sha256:75e61c42ce2a0dbc9b4058e9ed4a94b32f056eada02af35cb32133a4ce783671 AS buildimage ENV USER_ID=1024 ENV GROUP_ID=1024 WORKDIR /app From d507a52d8dc549e890a813ef2b36ca8e027b6d6f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 20 Oct 2023 01:02:44 +0000 Subject: [PATCH 6/6] build(deps): Bump dart in /tools/build_virtual_environment/ve Bumps dart from 3.1.3 to 3.1.4. --- updated-dependencies: - dependency-name: dart dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- tools/build_virtual_environment/ve/Dockerfile.vip | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/build_virtual_environment/ve/Dockerfile.vip b/tools/build_virtual_environment/ve/Dockerfile.vip index 249a36ead..53fb420bd 100644 --- a/tools/build_virtual_environment/ve/Dockerfile.vip +++ b/tools/build_virtual_environment/ve/Dockerfile.vip @@ -1,4 +1,4 @@ -FROM dart:3.1.3@sha256:1521c3d4e9e077a306e6af0857f49dd9465333cd0d140677c99a73c81582a63f AS buildimage +FROM dart:3.1.4@sha256:75e61c42ce2a0dbc9b4058e9ed4a94b32f056eada02af35cb32133a4ce783671 AS buildimage ENV USER_ID=1024 ENV GROUP_ID=1024 WORKDIR /app