Skip to content

Commit

Permalink
Merge pull request #14 from mucsi96/renovate/all
Browse files Browse the repository at this point in the history
Update all dependencies
  • Loading branch information
mucsi96 authored Sep 22, 2024
2 parents 7c8fb1c + 76fb037 commit f62ca3a
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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 = "[email protected]"
Expand Down
4 changes: 2 additions & 2 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -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
4 changes: 2 additions & 2 deletions src/template/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-javadoc-plugin</artifactId>
<version>3.8.0</version>
<version>3.10.0</version>
<executions>
<execution>
<id>attach-javadocs</id>
Expand All @@ -48,7 +48,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-gpg-plugin</artifactId>
<version>3.2.5</version>
<version>3.2.6</version>
<executions>
<execution>
<id>sign-artifacts</id>
Expand Down

0 comments on commit f62ca3a

Please sign in to comment.