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