Skip to content

Commit 7c8fb1c

Browse files
authored
Merge pull request #13 from mucsi96/renovate/all
Update all dependencies
2 parents 1e6d873 + 25a2828 commit 7c8fb1c

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ version = "21.0.0"
44
description = "Publishing tools for continuous integration"
55
readme = "README.md"
66
readme-content-type = "text/markdown"
7-
dependencies = [ "ansible ==9.8.0", "requests ==2.32.3",]
7+
dependencies = [ "ansible ==9.9.0", "requests ==2.32.3",]
88
[[project.authors]]
99
name = "Igor Bari"
1010

requirements.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
autopep8 ==2.3.1
2-
ansible ==9.8.0
2+
ansible ==9.9.0
33
requests ==2.32.3
44
build == 1.2.1
55
hatchling ==1.25.0

src/template/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@
4848
<plugin>
4949
<groupId>org.apache.maven.plugins</groupId>
5050
<artifactId>maven-gpg-plugin</artifactId>
51-
<version>3.2.4</version>
51+
<version>3.2.5</version>
5252
<executions>
5353
<execution>
5454
<id>sign-artifacts</id>

0 commit comments

Comments
 (0)