From bd245c0cdfb7d332c4f41349627d691657088e14 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 14 Oct 2024 15:52:03 +0000 Subject: [PATCH] Bump tomli-w from 1.0.0 to 1.1.0 in /bot Bumps [tomli-w](https://github.com/hukkin/tomli-w) from 1.0.0 to 1.1.0. - [Changelog](https://github.com/hukkin/tomli-w/blob/master/CHANGELOG.md) - [Commits](https://github.com/hukkin/tomli-w/compare/1.0.0...1.1.0) --- updated-dependencies: - dependency-name: tomli-w dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- bot/poetry.lock | 10 +++++----- bot/pyproject.toml | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) 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"