diff --git a/poetry.lock b/poetry.lock index 439fd80..43bfa0b 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 = "2aea3af2637a811bfacb55e8d6fa6993561e4e54f8b3948cc12328638b3a5a5a" +content-hash = "5be607151560fd764be1491e4556b6b7f5f5d0b5dd1e4b252d80103e5eb72334" diff --git a/pyproject.toml b/pyproject.toml index 6e8d08a..cd01cf0 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"