From ce3b9f579b170d37e15c4d75035a1075f7b4482e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 Feb 2023 04:01:08 +0000 Subject: [PATCH] Bump python-slugify from 4.0.1 to 8.0.0 Bumps [python-slugify](https://github.com/un33k/python-slugify) from 4.0.1 to 8.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...v8.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..558f690 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==8.0.0 debts==0.5 emails==0.6 Weasyprint==51