Skip to content

Commit

Permalink
remove direct dependency
Browse files Browse the repository at this point in the history
- chore: remove direct dependency
  • Loading branch information
msftcangoblowm committed Oct 1, 2024
1 parent 2b86ce6 commit b2bf68f
Show file tree
Hide file tree
Showing 8 changed files with 12 additions and 8 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/branch-test-others.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ jobs:
- name: "Install dependencies"
run: |
set -xe
python -m pip install -r requirements/tox.pip
python -m pip install 'pip<24.2' -r requirements/tox.pip
- name: "Run tox for ${{ matrix.python-version }}"
run: |
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/kit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
# $ cp dist/* /tmp/pypi
# $ python -m pip install piprepo
# $ piprepo build /tmp/pypi
# $ python -m pip install -v logging-strict --index-url=file:///tmp/pypi/simple
# $ python -m pip install -v sphinx-external-toc-strict --index-url=file:///tmp/pypi/simple
#
# Note that cibuildwheel recommends not shipping wheels for pre-release versions
# of Python: https://cibuildwheel.readthedocs.io/en/stable/options/#prerelease-pythons
Expand Down Expand Up @@ -286,7 +286,7 @@ jobs:
- name: "Sign artifacts"
uses: sigstore/[email protected]
with:
inputs: logging-strict-*.*
inputs: sphinx-external-toc-strict-*.*

- name: "List files"
run: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/python-nightly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ jobs:
- name: "Install dependencies"
run: |
python -m pip install -r requirements/tox.pip
python -m pip install 'pip<24.2' -r requirements/tox.pip
- name: "Run tox"
run: |
Expand Down
2 changes: 2 additions & 0 deletions CHANGES.rst
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,8 @@ Changelog
Commit items for NEXT VERSION
..............................

- chore: remove direct dependency

.. scriv-start-here
.. _changes_2-0-0:
Expand Down
2 changes: 1 addition & 1 deletion requirements/dev.pip
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ mypy-extensions==1.0.0
# via
# black
# mypy
myst-parser @ git+https://github.com/executablebooks/MyST-Parser.git@6bcba98ef33edd43339ee2db7426466cab0053a1
myst-parser==4.0.0
# via -r requirements/prod.unlock
nh3==0.2.17
# via readme-renderer
Expand Down
2 changes: 1 addition & 1 deletion requirements/manage.pip
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ more-itertools==10.2.0
# via
# jaraco-classes
# jaraco-functools
myst-parser @ git+https://github.com/executablebooks/MyST-Parser.git@6bcba98ef33edd43339ee2db7426466cab0053a1
myst-parser==4.0.0
# via -r requirements/prod.unlock
nodeenv==1.8.0
# via pre-commit
Expand Down
3 changes: 2 additions & 1 deletion requirements/myst-parser.pins
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,5 @@ sphinx>=8,<9
pip<24.2

# [linkify,testing-docutils]
myst-parser @ git+https://github.com/executablebooks/MyST-Parser.git@6bcba98ef33edd43339ee2db7426466cab0053a1
# myst-parser @ git+https://github.com/executablebooks/MyST-Parser.git@6bcba98ef33edd43339ee2db7426466cab0053a1
myst-parser
3 changes: 2 additions & 1 deletion requirements/prod.unlock
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,5 @@ docutils>=0.21.2
sphinx>=8,<9
pip<24.2
# [linkify,testing-docutils]
myst-parser @ git+https://github.com/executablebooks/MyST-Parser.git@6bcba98ef33edd43339ee2db7426466cab0053a1
# myst-parser @ git+https://github.com/executablebooks/MyST-Parser.git@6bcba98ef33edd43339ee2db7426466cab0053a1
myst-parser

0 comments on commit b2bf68f

Please sign in to comment.