Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
mucsi96 committed Jun 29, 2024
2 parents f64dcc1 + de8ca13 commit cb99057
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 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.6.0", "requests ==2.32.3",]
dependencies = [ "ansible ==9.7.0", "requests ==2.32.3",]
[[project.authors]]
name = "Igor Bari"
email = "[email protected]"
Expand Down
6 changes: 3 additions & 3 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
autopep8 ==2.2.0
ansible ==9.6.0
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

0 comments on commit cb99057

Please sign in to comment.