diff --git a/bot/poetry.lock b/bot/poetry.lock index 7523551..f1917eb 100644 --- a/bot/poetry.lock +++ b/bot/poetry.lock @@ -1601,13 +1601,13 @@ files = [ [[package]] name = "tomli-w" -version = "1.0.0" +version = "1.1.0" description = "A lil' TOML writer" optional = false -python-versions = ">=3.7" +python-versions = ">=3.9" files = [ - {file = "tomli_w-1.0.0-py3-none-any.whl", hash = "sha256:9f2a07e8be30a0729e533ec968016807069991ae2fd921a78d42f429ae5f4463"}, - {file = "tomli_w-1.0.0.tar.gz", hash = "sha256:f463434305e0336248cac9c2dc8076b707d8a12d019dd349f5c1e382dd1ae1b9"}, + {file = "tomli_w-1.1.0-py3-none-any.whl", hash = "sha256:1403179c78193e3184bfaade390ddbd071cba48a32a2e62ba11aae47490c63f7"}, + {file = "tomli_w-1.1.0.tar.gz", hash = "sha256:49e847a3a304d516a169a601184932ef0f6b61623fe680f836a2aa7128ed0d33"}, ] [[package]] @@ -1830,4 +1830,4 @@ multidict = ">=4.0" [metadata] lock-version = "2.0" python-versions = ">=3.12,<3.13" -content-hash = "44033512228814d5b95bd8567ea2492355da2c146f0bc7fa3c3e6d7274bccbe7" +content-hash = "31e9fe9532b754be6fffa50de00a75c3215ed4ca8741dd0002405e776ba37cdc" diff --git a/bot/pyproject.toml b/bot/pyproject.toml index 79cf6c2..b479fae 100644 --- a/bot/pyproject.toml +++ b/bot/pyproject.toml @@ -10,7 +10,7 @@ python = ">=3.12,<3.13" uvloop = "^0.20.0" pydantic = "^2.8.2" pydantic-settings = "^2.4.0" -tomli-w = "^1.0.0" +tomli-w = "^1.1.0" discord-py = "^2.4.0" piccolo = { extras = ["all"], version = "^1.17.0" } pylint = "^3.2.7"