From 602b8ecc7defeac134b373fcfed035e39fdf2fdd Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 1 Mar 2023 14:24:45 +0000 Subject: [PATCH] Update dependency python-slugify to v8.0.1 (#95) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit [![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [python-slugify](https://togithub.com/un33k/python-slugify) | `==8.0.0` -> `==8.0.1` | [![age](https://badges.renovateapi.com/packages/pypi/python-slugify/8.0.1/age-slim)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://badges.renovateapi.com/packages/pypi/python-slugify/8.0.1/adoption-slim)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://badges.renovateapi.com/packages/pypi/python-slugify/8.0.1/compatibility-slim/8.0.0)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://badges.renovateapi.com/packages/pypi/python-slugify/8.0.1/confidence-slim/8.0.0)](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes
un33k/python-slugify ### [`v8.0.1`](https://togithub.com/un33k/python-slugify/blob/HEAD/CHANGELOG.md#​801) [Compare Source](https://togithub.com/un33k/python-slugify/compare/v8.0.0...v8.0.1) - Added license notice to readme ([@​C-nit](https://togithub.com/C-nit) - thx)
--- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] If you want to rebase/retry this PR, check this box --- This PR has been generated by [Mend Renovate](https://www.mend.io/free-developer-tools/renovate/). View repository job log [here](https://app.renovatebot.com/dashboard#github/allenporter/flux-local). Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 3f6bc1e2..08160e79 100644 --- a/requirements.txt +++ b/requirements.txt @@ -14,7 +14,7 @@ pytest==7.2.1 pytest-asyncio==0.20.3 pytest-cov==4.0.0 pytest-golden==0.2.2 -python-slugify==8.0.0 +python-slugify==8.0.1 PyYAML==6.0 ruff==0.0.247 types-aiofiles==22.1.0.9