From f35a1da40d7506c2b0f956d79363323dfbc1d0fb Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 22 Jul 2024 00:29:26 +0000 Subject: [PATCH] Update all dependencies --- pyproject.toml | 2 +- requirements.txt | 2 +- src/template/pom.xml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index cfc04f8..e0a9459 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ version = "21.0.0" description = "Publishing tools for continuous integration" readme = "README.md" readme-content-type = "text/markdown" -dependencies = [ "ansible ==9.7.0", "requests ==2.32.3",] +dependencies = [ "ansible ==9.8.0", "requests ==2.32.3",] [[project.authors]] name = "Igor Bari" email = "mucsi96@gmail.com" diff --git a/requirements.txt b/requirements.txt index 11714cb..8bec1fe 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,5 +1,5 @@ autopep8 ==2.3.1 -ansible ==9.7.0 +ansible ==9.8.0 requests ==2.32.3 build == 1.2.1 hatchling ==1.25.0 diff --git a/src/template/pom.xml b/src/template/pom.xml index d0e6240..d2912f3 100644 --- a/src/template/pom.xml +++ b/src/template/pom.xml @@ -30,7 +30,7 @@ org.apache.maven.plugins maven-javadoc-plugin - 3.7.0 + 3.8.0 attach-javadocs