From 080e07879d9493a0f1ad53b1c44c181805ef1d25 Mon Sep 17 00:00:00 2001 From: Mend Renovate Date: Mon, 9 Sep 2024 17:00:24 +0200 Subject: [PATCH] deps: update dependency virtualenv to v20.26.4 (#3177) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [virtualenv](https://redirect.github.com/pypa/virtualenv) | `==20.26.3` -> `==20.26.4` | [![age](https://developer.mend.io/api/mc/badges/age/pypi/virtualenv/20.26.4?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/pypi/virtualenv/20.26.4?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/pypi/virtualenv/20.26.3/20.26.4?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/pypi/virtualenv/20.26.3/20.26.4?slim=true)](https://docs.renovatebot.com/merge-confidence/) | --- > [!WARNING] > Some dependencies could not be looked up. Check the Dependency Dashboard for more information. --- ### Release Notes
pypa/virtualenv (virtualenv) ### [`v20.26.4`](https://redirect.github.com/pypa/virtualenv/releases/tag/20.26.4) [Compare Source](https://redirect.github.com/pypa/virtualenv/compare/20.26.3...20.26.4) #### What's Changed - release 20.26.3 by [@​gaborbernat](https://redirect.github.com/gaborbernat) in [https://github.com/pypa/virtualenv/pull/2742](https://redirect.github.com/pypa/virtualenv/pull/2742) - Fix whitespace around backticks in changelog by [@​edmorley](https://redirect.github.com/edmorley) in [https://github.com/pypa/virtualenv/pull/2751](https://redirect.github.com/pypa/virtualenv/pull/2751) - Test latest Python 3.13 by [@​hugovk](https://redirect.github.com/hugovk) in [https://github.com/pypa/virtualenv/pull/2752](https://redirect.github.com/pypa/virtualenv/pull/2752) - Fix typo in Nushell activation script by [@​edmorley](https://redirect.github.com/edmorley) in [https://github.com/pypa/virtualenv/pull/2754](https://redirect.github.com/pypa/virtualenv/pull/2754) - GitHub Actions: Replace deprecated macos-12 with macos-13 by [@​hugovk](https://redirect.github.com/hugovk) in [https://github.com/pypa/virtualenv/pull/2756](https://redirect.github.com/pypa/virtualenv/pull/2756) - Fix [#​2728](https://redirect.github.com/pypa/virtualenv/issues/2728): Activating venv create unwanted console output by [@​ShootGan](https://redirect.github.com/ShootGan) in [https://github.com/pypa/virtualenv/pull/2748](https://redirect.github.com/pypa/virtualenv/pull/2748) - Upgrade bundled wheels by [@​gaborbernat](https://redirect.github.com/gaborbernat) in [https://github.com/pypa/virtualenv/pull/2760](https://redirect.github.com/pypa/virtualenv/pull/2760) #### New Contributors - [@​ShootGan](https://redirect.github.com/ShootGan) made their first contribution in [https://github.com/pypa/virtualenv/pull/2748](https://redirect.github.com/pypa/virtualenv/pull/2748) **Full Changelog**: https://github.com/pypa/virtualenv/compare/20.26.3...20.26.4
--- ### 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 was generated by [Mend Renovate](https://mend.io/renovate/). View the [repository job log](https://developer.mend.io/github/googleapis/sdk-platform-java). --- library_generation/requirements.txt | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/library_generation/requirements.txt b/library_generation/requirements.txt index 143f163afd..138fb4f22e 100644 --- a/library_generation/requirements.txt +++ b/library_generation/requirements.txt @@ -492,9 +492,9 @@ urllib3==2.2.2 \ --hash=sha256:a448b2f64d686155468037e1ace9f2d2199776e17f0a46610480d311f73e3472 \ --hash=sha256:dd505485549a7a552833da5e6063639d0d177c04f23bc3864e41e5dc5f612168 # via requests -virtualenv==20.26.3 \ - --hash=sha256:4c43a2a236279d9ea36a0d76f98d84bd6ca94ac4e0f4a3b9d46d05e10fea542a \ - --hash=sha256:8cc4a31139e796e9a7de2cd5cf2489de1217193116a8fd42328f1bd65f434589 +virtualenv==20.26.4 \ + --hash=sha256:48f2695d9809277003f30776d155615ffc11328e6a0a8c1f0ec80188d7874a55 \ + --hash=sha256:c17f4e0f3e6036e9f26700446f85c76ab11df65ff6d8a9cbfad9f71aabfcf23c # via nox watchdog==4.0.2 \ --hash=sha256:0b4359067d30d5b864e09c8597b112fe0a0a59321a0f331498b013fb097406b4 \