From 26392b2d434251df07a3179acb6275a599a6ffa9 Mon Sep 17 00:00:00 2001 From: Aleks <121458075+SequeI@users.noreply.github.com> Date: Thu, 26 Sep 2024 09:28:11 +0100 Subject: [PATCH] deps bump (#59) --- .github/dependabot.yml | 5 +++++ testing-requirements.txt | 6 +++--- 2 files changed, 8 insertions(+), 3 deletions(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 6a7695c0..23e5b4c1 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -4,3 +4,8 @@ updates: directory: "/" schedule: interval: "weekly" + groups: + all: + update-types: + - "minor" + - "patch" diff --git a/testing-requirements.txt b/testing-requirements.txt index e3513bb9..111ed8aa 100644 --- a/testing-requirements.txt +++ b/testing-requirements.txt @@ -1,7 +1,7 @@ -ansible-lint==24.6.1 -antsibull-docs==2.13.1 +ansible-lint==24.9.0 +antsibull-docs==2.14.0 galaxy-importer==0.4.25 molecule==24.7.0 # testing farm should depend on setuptools, but it doesn't; list them here explicitly -setuptools==72.1.0 +setuptools==75.1.0 tft-cli==0.0.17