From 76fb037b16d3a75bac2ecd6b2af5de45868279d7 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 16 Sep 2024 00:32:12 +0000 Subject: [PATCH] Update all dependencies --- pyproject.toml | 2 +- requirements.txt | 4 ++-- src/template/pom.xml | 4 ++-- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index b0eb6e4..7f5e15d 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.9.0", "requests ==2.32.3",] +dependencies = [ "ansible ==9.10.0", "requests ==2.32.3",] [[project.authors]] name = "Igor Bari" email = "mucsi96@gmail.com" diff --git a/requirements.txt b/requirements.txt index 771b2d7..1448b21 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,7 +1,7 @@ autopep8 ==2.3.1 -ansible ==9.9.0 +ansible ==9.10.0 requests ==2.32.3 -build == 1.2.1 +build ==1.2.2 hatchling ==1.25.0 toml == 0.10.2 twine ==5.1.1 \ No newline at end of file diff --git a/src/template/pom.xml b/src/template/pom.xml index 10a922e..f720e86 100644 --- a/src/template/pom.xml +++ b/src/template/pom.xml @@ -30,7 +30,7 @@ org.apache.maven.plugins maven-javadoc-plugin - 3.8.0 + 3.10.0 attach-javadocs @@ -48,7 +48,7 @@ org.apache.maven.plugins maven-gpg-plugin - 3.2.5 + 3.2.6 sign-artifacts