From 4f7a52e87c8698a57f82551068822b103ed54134 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 24 May 2026 12:13:25 +0000 Subject: [PATCH] Update python-slugify requirement in /python/flask-postgres Updates the requirements on [python-slugify](https://github.com/un33k/python-slugify) to permit the latest version. - [Changelog](https://github.com/un33k/python-slugify/blob/master/CHANGELOG.md) - [Commits](https://github.com/un33k/python-slugify/compare/v8.0.0...v8.0.4) --- updated-dependencies: - dependency-name: python-slugify dependency-version: 8.0.4 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- python/flask-postgres/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python/flask-postgres/requirements.txt b/python/flask-postgres/requirements.txt index 7600786a..b577b77b 100644 --- a/python/flask-postgres/requirements.txt +++ b/python/flask-postgres/requirements.txt @@ -12,7 +12,7 @@ marshmallow>=4.1,<5.0 flask-marshmallow>=1.3,<2.0 # Utilities -python-slugify>=8.0 +python-slugify>=8.0.4 # Task Processing celery>=5.6,<6.0