Skip to content

Commit

Permalink
Merge pull request #12 from mucsi96/renovate/all
Browse files Browse the repository at this point in the history
Update all dependencies
  • Loading branch information
mucsi96 authored Jul 22, 2024
2 parents 2d2a3a8 + f35a1da commit 1e6d873
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 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.7.0", "requests ==2.32.3",]
dependencies = [ "ansible ==9.8.0", "requests ==2.32.3",]
[[project.authors]]
name = "Igor Bari"
email = "[email protected]"
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
autopep8 ==2.3.1
ansible ==9.7.0
ansible ==9.8.0
requests ==2.32.3
build == 1.2.1
hatchling ==1.25.0
Expand Down
2 changes: 1 addition & 1 deletion 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.7.0</version>
<version>3.8.0</version>
<executions>
<execution>
<id>attach-javadocs</id>
Expand Down

0 comments on commit 1e6d873

Please sign in to comment.