Update dependency virtualenv to v20.24.6
This MR contains the following updates:
Package | Update | Change |
---|---|---|
virtualenv | minor |
==20.21.0 -> ==20.24.6
|
⚠ Dependency Lookup Warnings ⚠
Warnings were logged while processing this repo. Please check the logs for more information.
Release Notes
pypa/virtualenv
v20.24.6
What's Changed
- release 20.24.5 by @gaborbernat in https://github.com/pypa/virtualenv/pull/2643
- Change "Virtualenv" to "virtualenv" to match style by @jackiekazil in https://github.com/pypa/virtualenv/pull/2646
- [test] Use get_hookimpls method instead of the private attribute by @danigm in https://github.com/pypa/virtualenv/pull/2649
- Remove extra closing parenthesis by @patrick-csliu in https://github.com/pypa/virtualenv/pull/2651
- Fix the CI by @gaborbernat in https://github.com/pypa/virtualenv/pull/2655
- Upgrade pip and setuptools by @gaborbernat in https://github.com/pypa/virtualenv/pull/2656
New Contributors
- @jackiekazil made their first contribution in https://github.com/pypa/virtualenv/pull/2646
- @danigm made their first contribution in https://github.com/pypa/virtualenv/pull/2649
- @patrick-csliu made their first contribution in https://github.com/pypa/virtualenv/pull/2651
Full Changelog: https://github.com/pypa/virtualenv/compare/20.24.5...20.24.6
v20.24.5
What's Changed
- release 20.24.4 by @gaborbernat in https://github.com/pypa/virtualenv/pull/2633
- Fix brew cannot copy by @gaborbernat in https://github.com/pypa/virtualenv/pull/2640
- Test with 3.12 rc by @gaborbernat in https://github.com/pypa/virtualenv/pull/2641
- Upgrade setuptools by @gaborbernat in https://github.com/pypa/virtualenv/pull/2642
- GitHub Actions: Add PyPy 3.10 to testing by @cclauss in https://github.com/pypa/virtualenv/pull/2638
New Contributors
- @cclauss made their first contribution in https://github.com/pypa/virtualenv/pull/2639
Full Changelog: https://github.com/pypa/virtualenv/compare/20.24.4...20.24.5
v20.24.4
What's Changed
- Fix typo found by codespell by @DimitriPapadopoulos in https://github.com/pypa/virtualenv/pull/2624
- Updating extend.rst typo by @sagardesai1 in https://github.com/pypa/virtualenv/pull/2626
New Contributors
- @DimitriPapadopoulos made their first contribution in https://github.com/pypa/virtualenv/pull/2624
- @sagardesai1 made their first contribution in https://github.com/pypa/virtualenv/pull/2626
Full Changelog: https://github.com/pypa/virtualenv/compare/20.24.3...20.24.4
v20.24.3
What's Changed
- release 20.24.2 by @gaborbernat in https://github.com/pypa/virtualenv/pull/2615
- Update compatibility docs by @jugmac00 in https://github.com/pypa/virtualenv/pull/2618
- fix ResourceWarning on process exit (#2472) by @sigma67 in https://github.com/pypa/virtualenv/pull/2617
- added scripts in
tasks
directory to sdist on build (#2610) by @sigma67 in https://github.com/pypa/virtualenv/pull/2620 - Bump wheel by @gaborbernat in https://github.com/pypa/virtualenv/pull/2622
New Contributors
- @sigma67 made their first contribution in https://github.com/pypa/virtualenv/pull/2617
Full Changelog: https://github.com/pypa/virtualenv/compare/20.24.2...20.24.3
v20.24.2
What's Changed
- release 20.24.1 by @gaborbernat in https://github.com/pypa/virtualenv/pull/2612
- Bump pip and wheel by @gaborbernat in https://github.com/pypa/virtualenv/pull/2614
Full Changelog: https://github.com/pypa/virtualenv/compare/20.24.1...20.24.2
v20.24.1
What's Changed
- release 20.24.0 by @gaborbernat in https://github.com/pypa/virtualenv/pull/2608
- Upgrade
pip
by @arielkirkwood in https://github.com/pypa/virtualenv/pull/2611
New Contributors
- @arielkirkwood made their first contribution in https://github.com/pypa/virtualenv/pull/2611
Full Changelog: https://github.com/pypa/virtualenv/compare/20.24.0...20.24.1
v20.24.0
What's Changed
- release 20.23.1 by @gaborbernat in https://github.com/pypa/virtualenv/pull/2590
- Fix the CI by @gaborbernat in https://github.com/pypa/virtualenv/pull/2593
- Quickstart guide by @AlvesJorge in https://github.com/pypa/virtualenv/pull/2599
- Updated CLI documentation with config file name by @nathanczh in https://github.com/pypa/virtualenv/pull/2602
- Exclude dependabot and pre-commit ci from release notes by @gaborbernat in https://github.com/pypa/virtualenv/pull/2603
- Export
VIRTUAL_ENV_MROMPT
in activation scripts (#2194) by @jimporter in https://github.com/pypa/virtualenv/pull/2606 - Upgrade setuptools by @gaborbernat in https://github.com/pypa/virtualenv/pull/2607
New Contributors
- @AlvesJorge made their first contribution in https://github.com/pypa/virtualenv/pull/2599
- @nathanczh made their first contribution in https://github.com/pypa/virtualenv/pull/2602
- @jimporter made their first contribution in https://github.com/pypa/virtualenv/pull/2606
Full Changelog: https://github.com/pypa/virtualenv/compare/20.23.1...20.24.0
v20.23.1
What's Changed
- release 20.23.0 by @gaborbernat in https://github.com/pypa/virtualenv/pull/2563
- Bump pypa/gh-action-pypi-publish from 1.8.5 to 1.8.6 by @dependabot in https://github.com/pypa/virtualenv/pull/2566
- feat:
✨ update and simplify nushell activation by @melMass in https://github.com/pypa/virtualenv/pull/2572 - Fix deprecation warning by @jugmac00 in https://github.com/pypa/virtualenv/pull/2575
- Replace unmaintained
pytest-freezegun
by @jugmac00 in https://github.com/pypa/virtualenv/pull/2576 - Update cli_interface.rst by @uberFoo in https://github.com/pypa/virtualenv/pull/2586
- Add ruff, test latest OS and bump setuptools by @gaborbernat in https://github.com/pypa/virtualenv/pull/2588
New Contributors
- @melMass made their first contribution in https://github.com/pypa/virtualenv/pull/2572
- @jugmac00 made their first contribution in https://github.com/pypa/virtualenv/pull/2575
- @uberFoo made their first contribution in https://github.com/pypa/virtualenv/pull/2586
Full Changelog: https://github.com/pypa/virtualenv/compare/20.23.0...20.23.1
v20.23.0
What's Changed
- release 20.22.0 by @gaborbernat in https://github.com/pypa/virtualenv/pull/2549
- Clarify that v20.22.0 dropped support for Python 3.6 too by @pquentin in https://github.com/pypa/virtualenv/pull/2552
- Add trusted-publish by @gaborbernat in https://github.com/pypa/virtualenv/pull/2559
- prevent PermissionError when using venv creator on some systems by @kulikjak in https://github.com/pypa/virtualenv/pull/2543
- upgrade pip and setuptools (#2560) by @gaborbernat in https://github.com/pypa/virtualenv/pull/2562
- 3.12 support and no setuptools/wheel on 3.12+ by @chrysle in https://github.com/pypa/virtualenv/pull/2558
New Contributors
- @pquentin made their first contribution in https://github.com/pypa/virtualenv/pull/2552
- @chrysle made their first contribution in https://github.com/pypa/virtualenv/pull/2558
Full Changelog: https://github.com/pypa/virtualenv/compare/20.22.0...20.23.0
v20.22.0
What's Changed
- release 20.21.1 by @gaborbernat in https://github.com/pypa/virtualenv/pull/2547
- Drop Python 2 support by @gaborbernat in https://github.com/pypa/virtualenv/pull/2548
Full Changelog: https://github.com/pypa/virtualenv/compare/20.21.1...20.22.0
v20.21.1
What's Changed
- Bump pypa/gh-action-pypi-publish from 1.6.4 to 1.7.1 by @dependabot in https://github.com/pypa/virtualenv/pull/2521
- release 20.21.0 by @gaborbernat in https://github.com/pypa/virtualenv/pull/2519
- Add tox.ini to sdist by @mtelka in https://github.com/pypa/virtualenv/pull/2520
- Bump pypa/gh-action-pypi-publish from 1.7.1 to 1.8.1 by @dependabot in https://github.com/pypa/virtualenv/pull/2524
- Update Nushell 'let' syntax by @jntrnr in https://github.com/pypa/virtualenv/pull/2527
- Bump pypa/gh-action-pypi-publish from 1.8.1 to 1.8.3 by @dependabot in https://github.com/pypa/virtualenv/pull/2530
- update nushell's str collect command to str join by @fdncred in https://github.com/pypa/virtualenv/pull/2532
- Bump pypa/gh-action-pypi-publish from 1.8.3 to 1.8.5 by @dependabot in https://github.com/pypa/virtualenv/pull/2536
- docs: fix attribution in v20.11 by @d3dave in https://github.com/pypa/virtualenv/pull/2539
- Bump embeded wheels by @gaborbernat in https://github.com/pypa/virtualenv/pull/2546
- Bump deps and tools by @gaborbernat in https://github.com/pypa/virtualenv/pull/2545
New Contributors
- @mtelka made their first contribution in https://github.com/pypa/virtualenv/pull/2520
- @jntrnr made their first contribution in https://github.com/pypa/virtualenv/pull/2527
- @fdncred made their first contribution in https://github.com/pypa/virtualenv/pull/2532
Full Changelog: https://github.com/pypa/virtualenv/compare/20.21.0...20.21.1
Configuration
-
If you want to rebase/retry this MR, check this box
This MR has been generated by Renovate Bot.