mirror of
https://github.com/kennethreitz/pipenv.git
synced 2026-06-21 15:20:59 +00:00
e03878d7c7
- Drop pytest-tap - Update azure pipelines config - Borrow ramdisk configuration from pip - Fix pyinstaller ref for python 2 - Add 0-minute timeout and add github workflow - Add skip for pywin32 - Scale down to `-n auto` to reduce race conditions on windows - Skip pywin32 on python 3.8 as the relevant dependencies aren't compatible - Use default pip exists action = ignore to work around VCS race condition - Create local temp directory to avoid crossing drive letter boundary on azure during CI runs - Monkeypatch click windows console detection to return False in CI Signed-off-by: Dan Ryan <dan.ryan@canonical.com>
51 lines
2.0 KiB
ReStructuredText
51 lines
2.0 KiB
ReStructuredText
Update vendored dependencies and invocations
|
|
|
|
- Update vendored and patched dependencies
|
|
- Update patches on `piptools`, `pip`, `pip-shims`, `tomlkit`
|
|
- Fix invocations of dependencies
|
|
- Fix custom `InstallCommand` instantiation
|
|
- Update `PackageFinder` usage
|
|
- Fix `Bool` stringify attempts from `tomlkit`
|
|
|
|
Updated vendored dependencies:
|
|
- **attrs**: ``18.2.0`` => ``19.1.0``
|
|
- **certifi**: ``2018.10.15`` => ``2019.3.9``
|
|
- **cached_property**: ``1.4.3`` => ``1.5.1``
|
|
- **cerberus**: ``1.2.0`` => ``1.3.1``
|
|
- **click**: ``7.0.0`` => ``7.1.1``
|
|
- **click-completion**: ``0.5.0`` => ``0.5.1``
|
|
- **colorama**: ``0.3.9`` => ``0.4.3``
|
|
- **contextlib2**: ``(new)`` => ``0.6.0.post1``
|
|
- **distlib**: ``0.2.8`` => ``0.2.9``
|
|
- **funcsigs**: ``(new)`` => ``1.0.2``
|
|
- **importlib_metadata** ``1.3.0`` => ``1.5.1``
|
|
- **importlib-resources**: ``(new)`` => ``1.4.0``
|
|
- **idna**: ``2.7`` => ``2.9``
|
|
- **jinja2**: ``2.10.0`` => ``2.11.1``
|
|
- **markupsafe**: ``1.0`` => ``1.1.1``
|
|
- **more-itertools**: ``(new)`` => ``5.0.0``
|
|
- **orderedmultidict**: ``(new)`` => ``1.0``
|
|
- **packaging**: ``18.0`` => ``19.0``
|
|
- **parse**: ``1.9.0`` => ``1.15.0``
|
|
- **pathlib2**: ``2.3.2`` => ``2.3.3``
|
|
- **pep517**: ``(new)`` => ``0.5.0``
|
|
- **pexpect**: ``4.6.0`` => ``4.8.0``
|
|
- **pip-shims**: ``0.2.0`` => ``0.5.1``
|
|
- **pipdeptree**: ``0.13.0`` => ``0.13.2``
|
|
- **pyparsing**: ``2.2.2`` => ``2.4.6``
|
|
- **python-dotenv**: ``0.9.1`` => ``0.10.2``
|
|
- **pythonfinder**: ``1.1.10`` => ``1.2.2``
|
|
- **pytoml**: ``(new)`` => ``0.1.20``
|
|
- **requests**: ``2.20.1`` => ``2.23.0``
|
|
- **requirementslib**: ``1.3.3`` => ``1.5.4``
|
|
- **scandir**: ``1.9.0`` => ``1.10.0``
|
|
- **shellingham**: ``1.2.7`` => ``1.3.2``
|
|
- **six**: ``1.11.0`` => ``1.14.0``
|
|
- **tomlkit**: ``0.5.2`` => ``0.5.11``
|
|
- **urllib3**: ``1.24`` => ``1.25.8``
|
|
- **vistir**: ``0.3.0`` => ``0.5.0``
|
|
- **yaspin**: ``0.14.0`` => ``0.14.3``
|
|
- **zipp**: ``0.6.0``
|
|
|
|
- Removed vendored dependency **cursor**.
|