From e0115369c4f09d970bb4146141d49a58ace65b7d Mon Sep 17 00:00:00 2001
From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com>
Date: Wed, 13 Dec 2023 23:46:44 +0000
Subject: [PATCH] Update dependency ziggy-pydust to v0.21.1

---
 poetry.lock    | 18 +++++++++---------
 pyproject.toml |  2 +-
 2 files changed, 10 insertions(+), 10 deletions(-)

diff --git a/poetry.lock b/poetry.lock
index 9ef11ad..b65d1db 100644
--- a/poetry.lock
+++ b/poetry.lock
@@ -339,17 +339,17 @@ files = [
 
 [[package]]
 name = "setuptools"
-version = "68.2.2"
+version = "69.0.2"
 description = "Easily download, build, install, upgrade, and uninstall Python packages"
 optional = false
 python-versions = ">=3.8"
 files = [
-    {file = "setuptools-68.2.2-py3-none-any.whl", hash = "sha256:b454a35605876da60632df1a60f736524eb73cc47bbc9f3f1ef1b644de74fd2a"},
-    {file = "setuptools-68.2.2.tar.gz", hash = "sha256:4ac1475276d2f1c48684874089fefcd83bd7162ddaafb81fac866ba0db282a87"},
+    {file = "setuptools-69.0.2-py3-none-any.whl", hash = "sha256:1e8fdff6797d3865f37397be788a4e3cba233608e9b509382a2777d25ebde7f2"},
+    {file = "setuptools-69.0.2.tar.gz", hash = "sha256:735896e78a4742605974de002ac60562d286fa8051a7e2299445e8e8fbb01aa6"},
 ]
 
 [package.extras]
-docs = ["furo", "jaraco.packaging (>=9.3)", "jaraco.tidelift (>=1.4)", "pygments-github-lexers (==0.0.5)", "rst.linker (>=1.9)", "sphinx (>=3.5)", "sphinx-favicon", "sphinx-hoverxref (<2)", "sphinx-inline-tabs", "sphinx-lint", "sphinx-notfound-page (>=1,<2)", "sphinx-reredirects", "sphinxcontrib-towncrier"]
+docs = ["furo", "jaraco.packaging (>=9.3)", "jaraco.tidelift (>=1.4)", "pygments-github-lexers (==0.0.5)", "rst.linker (>=1.9)", "sphinx (<7.2.5)", "sphinx (>=3.5)", "sphinx-favicon", "sphinx-inline-tabs", "sphinx-lint", "sphinx-notfound-page (>=1,<2)", "sphinx-reredirects", "sphinxcontrib-towncrier"]
 testing = ["build[virtualenv]", "filelock (>=3.4.0)", "flake8-2020", "ini2toml[lite] (>=0.9)", "jaraco.develop (>=7.21)", "jaraco.envs (>=2.2)", "jaraco.path (>=3.2.0)", "pip (>=19.1)", "pytest (>=6)", "pytest-black (>=0.3.7)", "pytest-checkdocs (>=2.4)", "pytest-cov", "pytest-enabler (>=2.2)", "pytest-mypy (>=0.9.1)", "pytest-perf", "pytest-ruff", "pytest-timeout", "pytest-xdist", "tomli-w (>=1.0.0)", "virtualenv (>=13.0.0)", "wheel"]
 testing-integration = ["build[virtualenv] (>=1.0.3)", "filelock (>=3.4.0)", "jaraco.envs (>=2.2)", "jaraco.path (>=3.2.0)", "packaging (>=23.1)", "pytest", "pytest-enabler", "pytest-xdist", "tomli", "virtualenv (>=13.0.0)", "wheel"]
 
@@ -366,19 +366,19 @@ files = [
 
 [[package]]
 name = "ziggy-pydust"
-version = "0.19.0"
+version = "0.21.1"
 description = ""
 optional = false
 python-versions = ">=3.11,<4.0"
 files = [
-    {file = "ziggy_pydust-0.19.0-py3-none-any.whl", hash = "sha256:ec0322c676ba88c207d0d18c876a75c2d79ef13a6724d080629ee4f0d0eb65c2"},
-    {file = "ziggy_pydust-0.19.0.tar.gz", hash = "sha256:07922d92239d74713a1f8e954b7ae0bf1dc2c100f420d6ef025091745f26f00b"},
+    {file = "ziggy_pydust-0.21.1-py3-none-any.whl", hash = "sha256:a90caee797595ab356c12c171057d7f240892cadee14122c163e2717e5507109"},
+    {file = "ziggy_pydust-0.21.1.tar.gz", hash = "sha256:35b44bb6a497c23c9257a24600a4ed7ff0adc66f0c918ef0dff87ad532df6b8a"},
 ]
 
 [package.dependencies]
 black = ">=23.9.1,<24.0.0"
 pydantic = ">=2.3.0,<3.0.0"
-setuptools = ">=68.2.2,<69.0.0"
+setuptools = ">=69.0.0,<70.0.0"
 ziglang = ">=0.11.0,<0.12.0"
 
 [[package]]
@@ -400,4 +400,4 @@ files = [
 [metadata]
 lock-version = "2.0"
 python-versions = "^3.11"
-content-hash = "8c2aa47c264d19eafbfb92482fd24f90bf477f154ecbba9a9d67c5eae2baf1bc"
+content-hash = "22efef492c679e1270150b0c4b943552a0bc3495f726501f9403074534307d61"
diff --git a/pyproject.toml b/pyproject.toml
index 141d5c2..1a012e8 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -22,7 +22,7 @@ script = "build.py"
 python = "^3.11"
 
 [tool.poetry.group.dev.dependencies]
-ziggy-pydust = "0.19.0"
+ziggy-pydust = "0.21.1"
 pytest = "^7.4.0"
 ruff = "^0.1.3"
 black = "^23.7.0"