summaryrefslogtreecommitdiff
path: root/tools/vendoring
Commit message (Collapse)AuthorAgeFilesLines
* Upgrade setuptools to 67.6.1Paul Moore2023-04-251-22/+0
|
* Revert "Upgrade setuptools to 67.6.1"Paul Moore2023-04-171-0/+22
| | | | This reverts commit d7e02483264703d6210e8c28937dcf1d9f547796.
* Upgrade pygments to 2.14.0Paul Moore2023-04-021-0/+22
|
* Upgrade tenacity to 8.2.2Paul Moore2023-04-021-4/+4
|
* Upgrade setuptools to 67.6.1Paul Moore2023-04-021-22/+0
|
* Update vendored `pkg_resources`Pradyun Gedam2023-02-041-7/+20
|
* Merge pull request #11514 from pradyunsg/certifi-updatePaul Moore2022-10-152-28/+49
|\ | | | | Update certifi and replace complex certifi patch with a more targetted requests patch
| * Upgrade certifi to 2022.9.24Pradyun Gedam2022-10-141-9/+32
| |
| * Replace complex certifi patch with a more targetted requests patchPradyun Gedam2022-10-142-31/+29
| | | | | | | | | | This should have the same final functionality, with a cleaner patch to requests instead of an exception-based complex patch to certifi.
* | Upgrade urllib3 to 1.26.12Pradyun Gedam2022-10-111-3/+3
|/
* Vendoring: update ceritfi patchStéphane Bidoul2022-07-171-5/+5
|
* Vendoring: update requests patchStéphane Bidoul2022-07-171-52/+44
|
* Upgrade rich to 12.2.0Pradyun Gedam2022-04-222-34/+39
|
* Upgrade platformdirs to 2.5.2Pradyun Gedam2022-04-221-22/+0
|
* Disable brotli import in urllib3q0w2022-03-271-0/+34
|
* Upgrade platformdirs to 2.4.1Pradyun Gedam2022-01-251-4/+4
|
* Upgrade Requests to 2.27.1Nate Prewitt2022-01-141-1/+15
|
* Vendor rich and required dependencies (pygments, typing_extensions)Pradyun Gedam2021-11-261-0/+37
| | | | | This will enable building upon these libraries, to improve the presentation style and output.
* Bump platformdirs version.Dominic Davis-Foster2021-09-301-18/+20
|
* Update pkg_resources patch.Dominic Davis-Foster2021-09-301-8/+8
|
* Switch from appdirs to platformdirsDominic Davis-Foster2021-09-303-115/+42
|
* Bump to vendoring 1.0.xPradyun Gedam2021-09-132-7/+36
| | | | | | | | | | This now supports: - Clearer failure mode, for imports of the format `import x.y` - Regular expression support for dropping files (useful for when we vendor pygments) - Patching files prior to rewriting imports, allowing generation of patches on the original package sources. - Detection of py.typed files, which omits generation of unnecessary `.pyi` stubs.
* Patch tenacity to quote typing.NoReturnDominic Davis-Foster2021-07-261-1/+14
|
* Upgrade vendored requests to 2.26.0 (#10174)Illia Volochii2021-07-231-7/+64
| | | Co-authored-by: Tzu-ping Chung <uranusjr@gmail.com>
* Vendoring update for 21.2 (#10179)Tzu-ping Chung2021-07-231-12/+12
|
* Avoid importing a non-vendored version of TornadoBen Darnell2021-05-301-0/+21
| | | | | | Code depending on this conditional import could break if an old version of Tornado is present in the environment, rendering pip unusable.
* Patch certifi to use environ for passing certTzu-ping Chung2021-04-031-3/+31
|
* Get rid of the tools/automation folderPradyun Gedam2021-04-013-0/+190
It was an unnecessary level added to the folder hierarchy.