Skip to content

Commit c4eee7a

Browse files
committed
Require at least version 0.13.2 of tomlkit
1 parent 05f510f commit c4eee7a

2 files changed

Lines changed: 3 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@
33

44
## 0.8.0 (unreleased)
55

6+
- Raised minimum required tomlkit version to 0.13.2.
7+
68

79
## 0.7.0 (2024-07-01)
810

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ authors = [
88
]
99
requires-python = ">=3.11"
1010
dependencies = [
11-
"tomlkit>=0.12.5",
11+
"tomlkit>=0.13.2",
1212
]
1313
license = { text = "MIT" }
1414
keywords = [ "lanparty" ]

0 commit comments

Comments
 (0)