Requirementslib==2.3.0 (#5672)

* Bump requirementslib that drops vistir.

* Add news fragment

* Add missing file

* Remove vistir entirely

* fix circular import

* revert issue that may be causing circular import issue

* Hackaround current pythonfinder version importlib usage.

* PR Feedback

* fix lint
This commit is contained in:
Matt Davis
2023-04-29 12:22:28 -05:00
committed by GitHub
parent 44f4250906
commit 99800ec7a2
42 changed files with 872 additions and 3166 deletions
+1 -1
View File
@@ -66,7 +66,7 @@ jobs:
with:
python-version: "3.11"
- run: |
python -m pip install --upgrade wheel invoke parver beautifulsoup4 vistir towncrier requests parse hatch-fancy-pypi-readme
python -m pip install --upgrade wheel invoke parver beautifulsoup4 towncrier requests parse hatch-fancy-pypi-readme
python -m invoke vendoring.update
tests:
name: ${{matrix.os}} / ${{ matrix.python-version }}