From f9b25f474a67a446fe34d9c1dfae3f129003f133 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 1 Dec 2022 04:00:53 +0000 Subject: [PATCH] Bump python-slugify from 4.0.1 to 7.0.0 Bumps [python-slugify](https://github.com/un33k/python-slugify) from 4.0.1 to 7.0.0. - [Release notes](https://github.com/un33k/python-slugify/releases) - [Changelog](https://github.com/un33k/python-slugify/blob/master/CHANGELOG.md) - [Commits](https://github.com/un33k/python-slugify/compare/4.0.1...v7.0.0) --- updated-dependencies: - dependency-name: python-slugify dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- setup.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.cfg b/setup.cfg index d87d6aa..7b41291 100644 --- a/setup.cfg +++ b/setup.cfg @@ -13,7 +13,7 @@ install_requires = roll==0.13.0 ujson==3.2.0 minicli==0.5.0 - python-slugify==4.0.1 + python-slugify==7.0.0 debts==0.5 emails==0.6 Weasyprint==51