Skip to content

Commit 623a8c4

Browse files
committed
increase minimum version of deps rocker
1 parent 875bd66 commit 623a8c4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
[project]
22
name = "rockerc"
3-
version = "0.5.0"
3+
version = "0.5.1"
44
authors = [{ name = "Austin Gregg-Smith", email = "blooop@gmail.com" }]
55
description = "A tool to parse rockerc.yaml files and pass on the arguments onto rocker"
66
readme = "README.md"
77
license = "MIT"
88

99
dependencies = [
1010
"rocker>=0.2.17",
11-
"deps-rocker>=0.2.5.4",
11+
"deps-rocker>=0.6",
1212
"off-your-rocker>=0.1.0",
1313
"pyyaml>=5",
1414
]

0 commit comments

Comments
 (0)