Skip to content

Commit 9547170

Browse files
committed
Fix hexdoc ioticblocks dependency
1 parent b1a0430 commit 9547170

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
# This file is auto-generated by hatch-gradle-version.
22
# Only the value of PY_VERSION is editable. Do not edit other values.
33

4-
PY_VERSION = "1.0"
4+
PY_VERSION = "1.1"

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ gradle-version-regex = { regex='^(.+?)(-.+)?$', repl='\1.{minecraftVersion}\2' }
3535
dependencies = [
3636
"hexdoc>=1!0.1.0a16",
3737
{ package="hexdoc-hexcasting", op="~=", py-version="1.0", key="hexcasting" },
38-
{ package="hexdoc-ioticblocks", op="~=", py-version="1.0", key="ioticblocks" },
38+
{ package="hexdoc-ioticblocks", op=">=", py-version="1.0", key="ioticblocks" },
3939
]
4040

4141
[tool.hatch.metadata.hooks.version-catalog.optional-dependencies]

0 commit comments

Comments
 (0)