From 378a3caccce3cc46dc7877f0db5e6e68b3028b4d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 8 Jan 2023 19:12:57 +0000 Subject: [PATCH] Update python-slugify requirement from <3.0.0,>=1.2.1 to >=1.2.1,<8.0.0 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/1.2.1...v7.0.0) --- 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(-) mode change 100755 => 100644 setup.py diff --git a/requirements.txt b/requirements.txt index 7a86437..0574d24 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,7 +1,7 @@ PyQt5>=5.6.0 Pillow>=5.2.0 psutil>=5.0.0 -python-slugify>=1.2.1,<3.0.0 +python-slugify>=1.2.1,<8.0.0 raven>=6.0.0 # PyQt5-tools mozjpeg-lossless-optimization \ No newline at end of file diff --git a/setup.py b/setup.py old mode 100755 new mode 100644 index a10d8ff..343eb4a --- a/setup.py +++ b/setup.py @@ -94,7 +94,7 @@ setuptools.setup( 'PyQt5>=5.6.0', 'Pillow>=5.2.0', 'psutil>=5.0.0', - 'python-slugify>=1.2.1,<3.0.0', + 'python-slugify>=1.2.1,<8.0.0', 'raven>=6.0.0', ], classifiers=[],