From a2c07e53084a7441fd894729df32582adb77320c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 16 Mar 2023 22:16:11 +0100 Subject: [PATCH] Bump python-slugify from 7.0.0 to 8.0.1 (#526) MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Bumps [python-slugify](https://github.com/un33k/python-slugify) from 7.0.0 to 8.0.1.
Changelog

Sourced from python-slugify's changelog.

8.0.1

8.0.0

Commits

[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=python-slugify&package-manager=pip&previous-version=7.0.0&new-version=8.0.1)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) ---
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- pyproject.toml | 2 +- requirements_all.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index dca0db2f..c9ba2535 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -31,7 +31,7 @@ server = [ "coloredlogs==15.0.1", "databases==0.7.0", "aiosqlite==0.18.0", - "python-slugify==7.0.0", + "python-slugify==8.0.1", "mashumaro==3.5.0", "memory-tempfile==2.2.3", "pillow==9.4.0", diff --git a/requirements_all.txt b/requirements_all.txt index 2ab1e2f9..3e5ae9a9 100644 --- a/requirements_all.txt +++ b/requirements_all.txt @@ -18,7 +18,7 @@ orjson==3.8.6 pillow==9.4.0 PyChromecast==13.0.4 pysmb==1.2.9.1 -python-slugify==7.0.0 +python-slugify==8.0.1 pytube==12.1.2 shortuuid==1.0.11 soco==0.29.1 -- 2.34.1