From ef59b768032e948087ab64191cf846ba84b6b4f3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 Feb 2023 09:03:34 +0000 Subject: [PATCH] chore(deps): update python-slugify requirement from ~=6.1.1 to ~=8.0.1 Updates the requirements on [python-slugify](https://github.com/un33k/python-slugify) to permit the latest version. - [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/v6.1.1...v8.0.1) --- updated-dependencies: - dependency-name: python-slugify dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements.txt b/requirements.txt index 637daa3..880a932 100644 --- a/requirements.txt +++ b/requirements.txt @@ -10,7 +10,7 @@ tabulate~=0.8.9 pydantic~=1.9.0 pyyaml>=5.4.0 tinydb~=4.7.0 -python-slugify~=6.1.1 +python-slugify~=8.0.1 requests~=2.27.1 requests-toolbelt~=0.9.1 diff --git a/setup.py b/setup.py index fda4a9b..5072a0c 100644 --- a/setup.py +++ b/setup.py @@ -36,7 +36,7 @@ "kubernetes>=11.0.0,<22.0.0", "retrying~=1.3.3", "oic==1.3.0", - "python-slugify>=5.0.2,<6.2.0", + "python-slugify>=5.0.2,<8.1.0", "click-didyoumean~=0.3.0", "requests-toolbelt~=0.9.1", ],