Skip to content

Commit

Permalink
Update CI dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Jun 21, 2024
1 parent eaaf885 commit a198d22
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion ci/config.yaml
Original file line number Diff line number Diff line change
@@ -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:
Expand Down
4 changes: 2 additions & 2 deletions ci/requirements.txt
Original file line number Diff line number Diff line change
@@ -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
Expand All @@ -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

0 comments on commit a198d22

Please sign in to comment.