From 66a03eb4a92b926a51439064faf7d16021c6d213 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 13 Sep 2023 02:35:01 +0000 Subject: [PATCH] Update dependency ziggy-pydust to ^0.4.0 --- poetry.lock | 8 ++++---- pyproject.toml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/poetry.lock b/poetry.lock index e364a8e..1249956 100644 --- a/poetry.lock +++ b/poetry.lock @@ -350,13 +350,13 @@ files = [ [[package]] name = "ziggy-pydust" -version = "0.3.3" +version = "0.4.0" description = "" optional = false python-versions = ">=3.11,<4.0" files = [ - {file = "ziggy_pydust-0.3.3-py3-none-any.whl", hash = "sha256:3ed4a22e71546d4f1437a1b6e4a5d6935002bcea3b06f6148ea96341b03336cd"}, - {file = "ziggy_pydust-0.3.3.tar.gz", hash = "sha256:eb28bd11ae5494ad5e041fe2bf579e54cb33ad230d05b6de0f978e5c18a0020d"}, + {file = "ziggy_pydust-0.4.0-py3-none-any.whl", hash = "sha256:138e96b026a31b31ba65535d0d7de17bda1139aa2e93623eb1d539610dab487f"}, + {file = "ziggy_pydust-0.4.0.tar.gz", hash = "sha256:b73cb2d485811338753bb8268ce5fcfb625a6dd06fe6e63fe4b564263ffc850a"}, ] [package.dependencies] @@ -382,4 +382,4 @@ files = [ [metadata] lock-version = "2.0" python-versions = "^3.11" -content-hash = "33dd0f7daed66d913b39bd30ce039b67ced2c894654ff798fa3eb9586197e824" +content-hash = "3ce8af70a9694e8419b9f6bbf2f04f1e2c27fc4e7997e019aa4c3dce4282dcc9" diff --git a/pyproject.toml b/pyproject.toml index d19e99c..f2320b3 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -22,7 +22,7 @@ python = "^3.11" [tool.poetry.group.dev.dependencies] pytest = "^7.4.0" -ziggy-pydust = "^0.3.3" +ziggy-pydust = "^0.4.0" ruff = "^0.0.286" black = "^23.7.0"