From 581894b9380096df8e8d46ba842388797f276db1 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 11 Sep 2026 21:52:52 +0000 Subject: [PATCH] fix(deps): update dependency python-slugify to v9 --- pyproject.toml | 2 +- uv.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 3f0b804..0791893 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -35,7 +35,7 @@ dependencies = [ "pygithub>=2.8.1,<3", "pyyaml>=6.0.3,<7", "requests>=2.32.5,<3", - "python-slugify>=8.0.4,<9", + "python-slugify>=9,<10", "jsonschema>=4.25.1,<5", ] diff --git a/uv.lock b/uv.lock index 61b69a9..8ac2aa4 100644 --- a/uv.lock +++ b/uv.lock @@ -376,7 +376,7 @@ dev = [ requires-dist = [ { name = "jsonschema", specifier = ">=4.25.1,<5" }, { name = "pygithub", specifier = ">=2.8.1,<3" }, - { name = "python-slugify", specifier = ">=8.0.4,<9" }, + { name = "python-slugify", specifier = ">=9,<10" }, { name = "pyyaml", specifier = ">=6.0.3,<7" }, { name = "requests", specifier = ">=2.32.5,<3" }, ] @@ -503,14 +503,14 @@ wheels = [ [[package]] name = "python-slugify" -version = "8.0.4" +version = "9.0.0" source = { registry = "https://pypi.org/simple" } dependencies = [ { name = "text-unidecode" }, ] -sdist = { url = "https://files.pythonhosted.org/packages/87/c7/5e1547c44e31da50a460df93af11a535ace568ef89d7a811069ead340c4a/python-slugify-8.0.4.tar.gz", hash = "sha256:59202371d1d05b54a9e7720c5e038f928f45daaffe41dd10822f3907b937c856", size = 10921, upload-time = "2024-02-08T18:32:45.488Z" } +sdist = { url = "https://files.pythonhosted.org/packages/1c/e7/dc2331a18e4b18721d6382468d2ca163fabacba45d2185945557f364ab39/python_slugify-9.0.0.tar.gz", hash = "sha256:1cd20fe7ebf941b11964a92aba9e5319edfe18606276c6e2481b92e737cde44a", size = 60189, upload-time = "2026-09-08T20:56:07.965Z" } wheels = [ - { url = "https://files.pythonhosted.org/packages/a4/62/02da182e544a51a5c3ccf4b03ab79df279f9c60c5e82d5e8bec7ca26ac11/python_slugify-8.0.4-py2.py3-none-any.whl", hash = "sha256:276540b79961052b66b7d116620b36518847f52d5fd9e3a70164fc8c50faa6b8", size = 10051, upload-time = "2024-02-08T18:32:43.911Z" }, + { url = "https://files.pythonhosted.org/packages/16/cc/bf2237784cddf5c37f5e4cb25f60670a0c57c3d8ce15d43da16f472c08ef/python_slugify-9.0.0-py3-none-any.whl", hash = "sha256:b1180fb0fd6b3590e7fbd8328b08d56cde9dcac736527a070c0a811480621316", size = 13133, upload-time = "2026-09-08T20:56:06.953Z" }, ] [[package]]