Skip to content

Commit

Permalink
fix: bump requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
amarao committed Mar 1, 2024
1 parent 0efe86a commit a058c52
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 54 deletions.
63 changes: 11 additions & 52 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ authors =["Sergey Putko <psvmcc+ansible-galaxy@gmail.com>", "George Shuklin <geo
license = "BSD/MIT"

[tool.poetry.dependencies]
python = ">=3.9, <3.12"
ansible-core = ">=2.13, <2.17"
python = ">=3.11, <3.13"
ansible-core = ">=2.16, <2.17"
black = "^23.1.0"
mitogen = "0.3.4"
molecule = ">=5.0.0"
Expand Down

0 comments on commit a058c52

Please sign in to comment.