diff --git a/ci/config.yaml b/ci/config.yaml index 9f541a0ba..9fda7aaae 100644 --- a/ci/config.yaml +++ b/ci/config.yaml @@ -1,4 +1,4 @@ -# yaml-language-server: $schema=https://raw.githubusercontent.com/camptocamp/c2cciutils/1.1.39/c2cciutils/schema.json +# yaml-language-server: $schema=https://raw.githubusercontent.com/camptocamp/c2cciutils/1.1.41/c2cciutils/schema.json version: branch_to_version_re: diff --git a/ci/requirements.txt b/ci/requirements.txt index be6154a5b..9f6fc917b 100644 --- a/ci/requirements.txt +++ b/ci/requirements.txt @@ -1,4 +1,4 @@ -c2cciutils==1.1.39 +c2cciutils==1.1.41 pipfile==0.0.2 wheel==0.40.0 pip>=21.1 # not directly required, pinned by Snyk to avoid a vulnerability @@ -8,4 +8,4 @@ certifi>=2022.12.7 # not directly required, pinned by Snyk to avoid a vulnerabil cryptography>=42.0.2 # not directly required, pinned by Snyk to avoid a vulnerability requests>=2.31.0 # not directly required, pinned by Snyk to avoid a vulnerability pygments>=2.15.0 # not directly required, pinned by Snyk to avoid a vulnerability -requests<=2.32.2 # Workaround for docker-compose: docker.errors.DockerException: Error while fetching server API version: Not supported URL scheme http+docker +requests<=2.32.3 # Workaround for docker-compose: docker.errors.DockerException: Error while fetching server API version: Not supported URL scheme http+docker