From ebfdcd95332af708041e8098f62cd47da3d2221c Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 10 Jun 2024 01:38:02 +0000 Subject: [PATCH 1/3] Update dependency ansible to v9.6.1 --- pyproject.toml | 2 +- requirements.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 432d92e..00616de 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.6.0", "requests ==2.32.3",] +dependencies = [ "ansible ==9.6.1", "requests ==2.32.3",] [[project.authors]] name = "Igor Bari" email = "mucsi96@gmail.com" diff --git a/requirements.txt b/requirements.txt index f21fa66..8517ba1 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,5 +1,5 @@ autopep8 ==2.2.0 -ansible ==9.6.0 +ansible ==9.6.1 requests ==2.32.3 build == 1.2.1 hatchling == 1.24.2 From 50ed1109fbc60bb701d407d8b9a689ade17f9770 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 17 Jun 2024 01:39:26 +0000 Subject: [PATCH 2/3] Update dependency autopep8 to v2.3.0 --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 8517ba1..665927e 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,4 +1,4 @@ -autopep8 ==2.2.0 +autopep8 ==2.3.0 ansible ==9.6.1 requests ==2.32.3 build == 1.2.1 From 898ac1ee92c1ed50eb6806e93492c112e9a4d6a3 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 24 Jun 2024 01:38:36 +0000 Subject: [PATCH 3/3] Update all dependencies --- pyproject.toml | 2 +- requirements.txt | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 00616de..cfc04f8 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.6.1", "requests ==2.32.3",] +dependencies = [ "ansible ==9.7.0", "requests ==2.32.3",] [[project.authors]] name = "Igor Bari" email = "mucsi96@gmail.com" diff --git a/requirements.txt b/requirements.txt index 665927e..30a0bb6 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,7 +1,7 @@ -autopep8 ==2.3.0 -ansible ==9.6.1 +autopep8 ==2.3.1 +ansible ==9.7.0 requests ==2.32.3 build == 1.2.1 -hatchling == 1.24.2 +hatchling ==1.25.0 toml == 0.10.2 twine == 5.1.0 \ No newline at end of file