From 5b1a0b818455f96b6a5979780602630f84353ad9 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 5 Feb 2023 17:16:43 -0800 Subject: [PATCH] Update dependency pip to v23 (#7) 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 | |---|---|---|---|---|---| | [pip](https://pip.pypa.io/) ([source](https://togithub.com/pypa/pip), [changelog](https://pip.pypa.io/en/stable/news/)) | `==22.1.2` -> `==23.0` | [![age](https://badges.renovateapi.com/packages/pypi/pip/23.0/age-slim)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://badges.renovateapi.com/packages/pypi/pip/23.0/adoption-slim)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://badges.renovateapi.com/packages/pypi/pip/23.0/compatibility-slim/22.1.2)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://badges.renovateapi.com/packages/pypi/pip/23.0/confidence-slim/22.1.2)](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes
pypa/pip ### [`v23.0`](https://togithub.com/pypa/pip/compare/22.3.1...23.0) [Compare Source](https://togithub.com/pypa/pip/compare/22.3.1...23.0) ### [`v22.3.1`](https://togithub.com/pypa/pip/compare/22.3...22.3.1) [Compare Source](https://togithub.com/pypa/pip/compare/22.3...22.3.1) ### [`v22.3`](https://togithub.com/pypa/pip/compare/22.2.2...22.3) [Compare Source](https://togithub.com/pypa/pip/compare/22.2.2...22.3) ### [`v22.2.2`](https://togithub.com/pypa/pip/compare/22.2.1...22.2.2) [Compare Source](https://togithub.com/pypa/pip/compare/22.2.1...22.2.2) ### [`v22.2.1`](https://togithub.com/pypa/pip/compare/22.2...22.2.1) [Compare Source](https://togithub.com/pypa/pip/compare/22.2...22.2.1) ### [`v22.2`](https://togithub.com/pypa/pip/compare/22.1.2...22.2) [Compare Source](https://togithub.com/pypa/pip/compare/22.1.2...22.2)
--- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **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 d5a174c1..0eb11485 100644 --- a/requirements.txt +++ b/requirements.txt @@ -7,7 +7,7 @@ flake8-black==0.3.5 GitPython==3.1.30 mypy==0.991 pdoc==12.1.0 -pip==22.1.2 +pip==23.0 pre-commit==3.0.4 pydantic==1.10.4 pylint==2.14.4