diff --git a/poetry.lock b/poetry.lock index 5107021..0e3156e 100644 --- a/poetry.lock +++ b/poetry.lock @@ -473,13 +473,13 @@ files = [ [[package]] name = "tomlkit" -version = "0.12.5" +version = "0.13.0" description = "Style preserving TOML library" optional = false -python-versions = ">=3.7" +python-versions = ">=3.8" files = [ - {file = "tomlkit-0.12.5-py3-none-any.whl", hash = "sha256:af914f5a9c59ed9d0762c7b64d3b5d5df007448eb9cd2edc8a46b1eafead172f"}, - {file = "tomlkit-0.12.5.tar.gz", hash = "sha256:eef34fba39834d4d6b73c9ba7f3e4d1c417a4e56f89a7e96e090dd0d24b8fb3c"}, + {file = "tomlkit-0.13.0-py3-none-any.whl", hash = "sha256:7075d3042d03b80f603482d69bf0c8f345c2b30e41699fd8883227f89972b264"}, + {file = "tomlkit-0.13.0.tar.gz", hash = "sha256:08ad192699734149f5b97b45f1f18dad7eb1b6d16bc72ad0c2335772650d7b72"}, ] [[package]] @@ -610,4 +610,4 @@ multidict = ">=4.0" [metadata] lock-version = "2.0" python-versions = "^3.12" -content-hash = "b8c9b53653d765ce8a518f41e41e4f087aac83aaeaa8826d58fe61c4bfc94643" +content-hash = "5451e02a71f2c7b8620ef3bd6d39e0e89a8ca56627e42acac99fa4af075df8c5" diff --git a/pyproject.toml b/pyproject.toml index 98b4c5c..75da478 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ [tool.poetry] name = "pkw-tracking-bot" -version = "0.1.3" +version = "0.1.4" description = "A Discord bot to track Parkour Warrior Dojo times from MCC Island." authors = ["osfanbuff63 "] license = "Apache-2.0" @@ -14,7 +14,7 @@ readme = "README.md" python = "^3.12" discord-py = "^2.3.2" arrow = "^1.3.0" -tomlkit = "^0.12.3" +tomlkit = "^0.13.0" [tool.poetry.group.dev.dependencies] mypy = "^1.7.1"