From 5be02e37295682ba7997dfa1169cb5db98497e97 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 20 Jan 2025 00:32:51 +0000 Subject: [PATCH] Update all dependencies --- pyproject.toml | 2 +- requirements.txt | 6 +++--- src/template/pom.xml | 4 ++-- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index ab2116a..d983e99 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.11.0", "requests ==2.32.3",] +dependencies = [ "ansible ==9.13.0", "requests ==2.32.3",] [[project.authors]] name = "Igor Bari" email = "mucsi96@gmail.com" diff --git a/requirements.txt b/requirements.txt index a1da2f2..5809b80 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,7 +1,7 @@ -autopep8 ==2.3.1 -ansible ==9.11.0 +autopep8 ==2.3.2 +ansible ==9.13.0 requests ==2.32.3 build ==1.2.2.post1 -hatchling ==1.25.0 +hatchling ==1.27.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 575fb24..24c7aeb 100644 --- a/src/template/pom.xml +++ b/src/template/pom.xml @@ -30,7 +30,7 @@ org.apache.maven.plugins maven-javadoc-plugin - 3.11.1 + 3.11.2 attach-javadocs @@ -75,7 +75,7 @@ org.sonatype.central central-publishing-maven-plugin - 0.6.0 + 0.7.0 true central