Sourced from virtualenv's changelog.
v20.11.0 (2021-12-28)
Features - 20.11.0
- Avoid deprecation warning from py-filelock argument - by :user:`ofek`. (`[#2237](https://github.com/pypa/virtualenv/issues/2237) <https://github.com/pypa/virtualenv/issues/2237>`_) - Upgrade embedded setuptools to ``61.1.0`` from ``58.3.0`` - by :user:`gaborbernat`. (`[#2240](https://github.com/pypa/virtualenv/issues/2240) <https://github.com/pypa/virtualenv/issues/2240>`_) - Drop the runtime dependency of ``backports.entry-points-selectable`` - by :user:`hroncok`. (`[#2246](https://github.com/pypa/virtualenv/issues/2246) <https://github.com/pypa/virtualenv/issues/2246>`_) - Fish: PATH variables should not be quoted when being set - by :user:`hroncok`. (`[#2248](https://github.com/pypa/virtualenv/issues/2248) <https://github.com/pypa/virtualenv/issues/2248>`_)
72106af
release 20.11.0592420e
Add changelog878c6e0
Fix the CI (#2254)ba3541c
Bump embeded wheels (#2252)abc655e
[pre-commit.ci] pre-commit autoupdate (#2242)bb82a73
Use 'selectable' interface for entry points only when available (#2246)12a1fc2
Properly hide PEP-632 warning on latest version of setuptools
(#2251)1431bef
fish: PATH variables should not be quoted when being set (#2248)1f1fdc9
Avoid a new deprecation warning from filelock dependency (#2237)bf56915
Update check.yml