From f2e33395284044739e79060a067c00a90df4abb0 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Wed, 1 Jul 2020 05:29:11 +0000 Subject: [PATCH] Bump python-slugify from 4.0.0 to 4.0.1 in /requirements Bumps [python-slugify](https://github.com/un33k/python-slugify) from 4.0.0 to 4.0.1. - [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.0...4.0.1) Signed-off-by: dependabot-preview[bot] --- requirements/base.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements/base.txt b/requirements/base.txt index dadfcc7..7798a86 100644 --- a/requirements/base.txt +++ b/requirements/base.txt @@ -1,5 +1,5 @@ pytz==2019.3 # https://github.com/stub42/pytz -python-slugify==4.0.0 # https://github.com/un33k/python-slugify +python-slugify==4.0.1 # https://github.com/un33k/python-slugify Pillow==7.0.0 # https://github.com/python-pillow/Pillow argon2-cffi==19.2.0 # https://github.com/hynek/argon2_cffi whitenoise==5.0.1 # https://github.com/evansd/whitenoise