From b99e1733bb4bcc3c71b6da29e28c345108671833 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 14 Oct 2024 17:26:00 +0000 Subject: [PATCH] Bump tomli-w from 1.0.0 to 1.1.0 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:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- poetry.lock | 10 +++++----- pyproject.toml | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/poetry.lock b/poetry.lock index 129e790..14a82dc 100644 --- a/poetry.lock +++ b/poetry.lock @@ -284,16 +284,16 @@ 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"}, ] [metadata] lock-version = "2.0" python-versions = ">=3.11,<3.13" -content-hash = "9dd86a81a93493b6c515514b69663f0224a33178fe184e6428ae4c07c6098e03" +content-hash = "6ab4b4ba54b537a26f0d010b1dc799d87b18faff76114d77368fe8df362ac64b" diff --git a/pyproject.toml b/pyproject.toml index ef83d1d..bae289c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -19,7 +19,7 @@ python-magic-bin = {version = "^0.4.14", markers = "sys_platform == 'win32'"} [tool.poetry.group.dev.dependencies] pytest = "^8.3.3" pytest-cov = "^5.0.0" -tomli-w = "^1.0.0" +tomli-w = "^1.1.0" pytest-qt = "^4.4.0" pytest-xvfb = "^3.0.0"