From c30f476b9476608f99599225ba42017e505ed645 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 25 Jul 2023 19:00:17 +0000 Subject: [PATCH] chore(deps): update dependency virtualenv to v20.24.1 (#1169) 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 | |---|---|---|---|---|---| | [virtualenv](https://togithub.com/pypa/virtualenv) | `==20.23.1` -> `==20.24.1` | [![age](https://developer.mend.io/api/mc/badges/age/pypi/virtualenv/20.24.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/pypi/virtualenv/20.24.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/pypi/virtualenv/20.23.1/20.24.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/pypi/virtualenv/20.23.1/20.24.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes
pypa/virtualenv (virtualenv) ### [`v20.24.1`](https://togithub.com/pypa/virtualenv/releases/tag/20.24.1) [Compare Source](https://togithub.com/pypa/virtualenv/compare/20.24.0...20.24.1) ##### What's Changed - release 20.24.0 by [@​gaborbernat](https://togithub.com/gaborbernat) in [https://github.com/pypa/virtualenv/pull/2608](https://togithub.com/pypa/virtualenv/pull/2608) - Upgrade `pip` by [@​arielkirkwood](https://togithub.com/arielkirkwood) in [https://github.com/pypa/virtualenv/pull/2611](https://togithub.com/pypa/virtualenv/pull/2611) ##### New Contributors - [@​arielkirkwood](https://togithub.com/arielkirkwood) made their first contribution in [https://github.com/pypa/virtualenv/pull/2611](https://togithub.com/pypa/virtualenv/pull/2611) **Full Changelog**: https://github.com/pypa/virtualenv/compare/20.24.0...20.24.1 ### [`v20.24.0`](https://togithub.com/pypa/virtualenv/releases/tag/20.24.0) [Compare Source](https://togithub.com/pypa/virtualenv/compare/20.23.1...20.24.0) #### What's Changed - release 20.23.1 by [@​gaborbernat](https://togithub.com/gaborbernat) in [https://github.com/pypa/virtualenv/pull/2590](https://togithub.com/pypa/virtualenv/pull/2590) - Fix the CI by [@​gaborbernat](https://togithub.com/gaborbernat) in [https://github.com/pypa/virtualenv/pull/2593](https://togithub.com/pypa/virtualenv/pull/2593) - Quickstart guide by [@​AlvesJorge](https://togithub.com/AlvesJorge) in [https://github.com/pypa/virtualenv/pull/2599](https://togithub.com/pypa/virtualenv/pull/2599) - Updated CLI documentation with config file name by [@​nathanczh](https://togithub.com/nathanczh) in [https://github.com/pypa/virtualenv/pull/2602](https://togithub.com/pypa/virtualenv/pull/2602) - Exclude dependabot and pre-commit ci from release notes by [@​gaborbernat](https://togithub.com/gaborbernat) in [https://github.com/pypa/virtualenv/pull/2603](https://togithub.com/pypa/virtualenv/pull/2603) - Export `VIRTUAL_ENV_PROMPT` in activation scripts ([#​2194](https://togithub.com/pypa/virtualenv/issues/2194)) by [@​jimporter](https://togithub.com/jimporter) in [https://github.com/pypa/virtualenv/pull/2606](https://togithub.com/pypa/virtualenv/pull/2606) - Upgrade setuptools by [@​gaborbernat](https://togithub.com/gaborbernat) in [https://github.com/pypa/virtualenv/pull/2607](https://togithub.com/pypa/virtualenv/pull/2607) #### New Contributors - [@​AlvesJorge](https://togithub.com/AlvesJorge) made their first contribution in [https://github.com/pypa/virtualenv/pull/2599](https://togithub.com/pypa/virtualenv/pull/2599) - [@​nathanczh](https://togithub.com/nathanczh) made their first contribution in [https://github.com/pypa/virtualenv/pull/2602](https://togithub.com/pypa/virtualenv/pull/2602) - [@​jimporter](https://togithub.com/jimporter) made their first contribution in [https://github.com/pypa/virtualenv/pull/2606](https://togithub.com/pypa/virtualenv/pull/2606) **Full Changelog**: https://github.com/pypa/virtualenv/compare/20.23.1...20.24.0
--- ### Configuration 📅 **Schedule**: Branch creation - "every weekend" in timezone Etc/UTC, Automerge - "before 07:00" in timezone Etc/UTC. 🚦 **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://developer.mend.io/github/canonical/charmcraft). Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- requirements-dev.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements-dev.txt b/requirements-dev.txt index b69ef5a13..9082e2c63 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -74,6 +74,6 @@ types-Deprecated==1.2.9.2 types-PyYAML==6.0.12.10 typing_extensions==4.7.1 urllib3==1.26.16 -virtualenv==20.23.1 +virtualenv==20.24.1 wrapt==1.15.0 zipp==3.16.0