Skip to content

Commit

Permalink
Merge pull request #45 from blooop/feature/deps_rocker
Browse files Browse the repository at this point in the history
increase minimum version of deps rocker
  • Loading branch information
blooop authored Jan 2, 2025
2 parents e3e5a53 + f9d5dc9 commit ab30e90
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
[project]
name = "rockerc"
version = "0.5.0"
version = "0.5.1"
authors = [{ name = "Austin Gregg-Smith", email = "blooop@gmail.com" }]
description = "A tool to parse rockerc.yaml files and pass on the arguments onto rocker"
readme = "README.md"
license = "MIT"

dependencies = [
"rocker>=0.2.17",
"deps-rocker>=0.2.5.4",
"deps-rocker>=0.6",
"off-your-rocker>=0.1.0",
"pyyaml>=5",
]
Expand Down

0 comments on commit ab30e90

Please sign in to comment.