-
Notifications
You must be signed in to change notification settings - Fork 90
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Bump the pip-dependencies group with 12 updates #553
Conversation
@@ -66,7 +66,7 @@ mkdocs-jupyter = ">=0.19.0" | |||
pymdown-extensions = ">=9.2" | |||
pygments = ">=2.11.1" | |||
responses = ">=0.14" | |||
ruff = "^0.1.6" | |||
ruff = "^0.4.2" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Why only ruff got bumped?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I suspect that's because it's the only dependency using ^
instead of >=
, but more importantly, why did mkdocs fail?
Bumps the pip-dependencies group with 12 updates: | Package | From | To | | --- | --- | --- | | [importlib-resources](https://github.com/python/importlib_resources) | `6.3.2` | `6.4.0` | | [typing-extensions](https://github.com/python/typing_extensions) | `4.10.0` | `4.11.0` | | [mypy](https://github.com/python/mypy) | `1.9.0` | `1.10.0` | | [jupyterlab](https://github.com/jupyterlab/jupyterlab) | `4.1.5` | `4.1.8` | | [pytest](https://github.com/pytest-dev/pytest) | `8.1.1` | `8.2.0` | | [pytest-cov](https://github.com/pytest-dev/pytest-cov) | `4.1.0` | `5.0.0` | | [mkdocs](https://github.com/mkdocs/mkdocs) | `1.5.3` | `1.6.0` | | [mkdocstrings](https://github.com/mkdocstrings/mkdocstrings) | `0.24.1` | `0.25.0` | | [pymdown-extensions](https://github.com/facelessuser/pymdown-extensions) | `10.7.1` | `10.8.1` | | [ruff](https://github.com/astral-sh/ruff) | `0.1.15` | `0.4.2` | | [types-setuptools](https://github.com/python/typeshed) | `69.1.0.20240310` | `69.5.0.20240423` | | [bump-my-version](https://github.com/callowayproject/bump-my-version) | `0.19.0` | `0.20.3` | Updates `importlib-resources` from 6.3.2 to 6.4.0 - [Release notes](https://github.com/python/importlib_resources/releases) - [Changelog](https://github.com/python/importlib_resources/blob/main/NEWS.rst) - [Commits](python/importlib_resources@v6.3.2...v6.4.0) Updates `typing-extensions` from 4.10.0 to 4.11.0 - [Release notes](https://github.com/python/typing_extensions/releases) - [Changelog](https://github.com/python/typing_extensions/blob/main/CHANGELOG.md) - [Commits](python/typing_extensions@4.10.0...4.11.0) Updates `mypy` from 1.9.0 to 1.10.0 - [Changelog](https://github.com/python/mypy/blob/master/CHANGELOG.md) - [Commits](python/mypy@1.9.0...v1.10.0) Updates `jupyterlab` from 4.1.5 to 4.1.8 - [Release notes](https://github.com/jupyterlab/jupyterlab/releases) - [Changelog](https://github.com/jupyterlab/jupyterlab/blob/@jupyterlab/[email protected]/CHANGELOG.md) - [Commits](https://github.com/jupyterlab/jupyterlab/compare/@jupyterlab/[email protected]...@jupyterlab/[email protected]) Updates `pytest` from 8.1.1 to 8.2.0 - [Release notes](https://github.com/pytest-dev/pytest/releases) - [Changelog](https://github.com/pytest-dev/pytest/blob/main/CHANGELOG.rst) - [Commits](pytest-dev/pytest@8.1.1...8.2.0) Updates `pytest-cov` from 4.1.0 to 5.0.0 - [Changelog](https://github.com/pytest-dev/pytest-cov/blob/master/CHANGELOG.rst) - [Commits](pytest-dev/pytest-cov@v4.1.0...v5.0.0) Updates `mkdocs` from 1.5.3 to 1.6.0 - [Release notes](https://github.com/mkdocs/mkdocs/releases) - [Commits](mkdocs/mkdocs@1.5.3...1.6.0) Updates `mkdocstrings` from 0.24.1 to 0.25.0 - [Release notes](https://github.com/mkdocstrings/mkdocstrings/releases) - [Changelog](https://github.com/mkdocstrings/mkdocstrings/blob/main/CHANGELOG.md) - [Commits](mkdocstrings/mkdocstrings@0.24.1...0.25.0) Updates `pymdown-extensions` from 10.7.1 to 10.8.1 - [Release notes](https://github.com/facelessuser/pymdown-extensions/releases) - [Commits](facelessuser/pymdown-extensions@10.7.1...10.8.1) Updates `ruff` from 0.1.15 to 0.4.2 - [Release notes](https://github.com/astral-sh/ruff/releases) - [Changelog](https://github.com/astral-sh/ruff/blob/main/CHANGELOG.md) - [Commits](astral-sh/ruff@v0.1.15...v0.4.2) Updates `types-setuptools` from 69.1.0.20240310 to 69.5.0.20240423 - [Commits](https://github.com/python/typeshed/commits) Updates `bump-my-version` from 0.19.0 to 0.20.3 - [Release notes](https://github.com/callowayproject/bump-my-version/releases) - [Changelog](https://github.com/callowayproject/bump-my-version/blob/master/CHANGELOG.md) - [Commits](callowayproject/bump-my-version@0.19.0...0.20.3) --- updated-dependencies: - dependency-name: importlib-resources dependency-type: direct:production update-type: version-update:semver-minor dependency-group: pip-dependencies - dependency-name: typing-extensions dependency-type: direct:production update-type: version-update:semver-minor dependency-group: pip-dependencies - dependency-name: mypy dependency-type: direct:development update-type: version-update:semver-minor dependency-group: pip-dependencies - dependency-name: jupyterlab dependency-type: direct:development update-type: version-update:semver-patch dependency-group: pip-dependencies - dependency-name: pytest dependency-type: direct:development update-type: version-update:semver-minor dependency-group: pip-dependencies - dependency-name: pytest-cov dependency-type: direct:development update-type: version-update:semver-major dependency-group: pip-dependencies - dependency-name: mkdocs dependency-type: direct:development update-type: version-update:semver-minor dependency-group: pip-dependencies - dependency-name: mkdocstrings dependency-type: direct:development update-type: version-update:semver-minor dependency-group: pip-dependencies - dependency-name: pymdown-extensions dependency-type: direct:development update-type: version-update:semver-minor dependency-group: pip-dependencies - dependency-name: ruff dependency-type: direct:development update-type: version-update:semver-minor dependency-group: pip-dependencies - dependency-name: types-setuptools dependency-type: direct:development update-type: version-update:semver-minor dependency-group: pip-dependencies - dependency-name: bump-my-version dependency-type: direct:development update-type: version-update:semver-minor dependency-group: pip-dependencies ... Signed-off-by: dependabot[bot] <[email protected]>
44e78ad
to
08b9052
Compare
Here's the diff between the
To reproduce the problem:
You should see the following output, which is the error causing the docs build to fail:
|
I appears to be After reproducing the error as explained in the previous comment, here's what I did to eliminate the error:
This time, no Upon looking at the
The problem is that the This issue was reported: danielfrg/mkdocs-jupyter#200 For the moment, I'm going to block install of |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I had to block mkdocs 1.6.0 due to danielfrg/mkdocs-jupyter#200
Wonderful, thanks for figuring that out @chuckwondo !! |
Bumps the pip-dependencies group with 12 updates:
6.3.2
6.4.0
4.10.0
4.11.0
1.9.0
1.10.0
4.1.5
4.1.8
8.1.1
8.2.0
4.1.0
5.0.0
1.5.3
1.6.0
0.24.1
0.25.0
10.7.1
10.8.1
0.1.15
0.4.2
69.1.0.20240310
69.5.0.20240423
0.19.0
0.20.3
Updates
importlib-resources
from 6.3.2 to 6.4.0Changelog
Sourced from importlib-resources's changelog.
Commits
1f4d3f1
Finalizec593cd9
Merge pull request #303 from encukou/functionalfa60969
Add news fragment.ca03a4d
GH-109653: Defer import ofimportlib.metadata._adapters
python/cpython#1
2df6ced
Use Ruff style, rather than PEP 88fdadde
Port tests to Python 3.8558f5bf
Formatting nitpicks1e98e35
Adapt to importlib_resources189d15f
Apply CPython PR, sans docs and changelogs0db550c
Consolidated test support logic in jaraco.test.cpython.Updates
typing-extensions
from 4.10.0 to 4.11.0Release notes
Sourced from typing-extensions's releases.
Changelog
Sourced from typing-extensions's changelog.
Commits
d4d929d
Prepare release 4.11.0 (#363)94bec44
Prepare release 4.11.0rc1 (#362)10648b6
Fix tests on 3.13.0a5 (#358)8170fc7
Fix runtime behaviour of PEP 696 (#293)d34c389
Try to fix GH actions syntax (#355)d409ec9
Run CPython test suite in our CI (#353)9d1689e
Fix indentation in TypedDict docs (#352)4fdc09d
Third-party tests: don't run pydantic tests on pypy (#351)3304a5f
Stabilise third party tests (#348)c3dc681
Make sure thatReadOnly
is removed when using `get_type_hints(include_extra...Updates
mypy
from 1.9.0 to 1.10.0Changelog
Sourced from mypy's changelog.
... (truncated)
Commits
3faf0fc
Remove +dev for version for release 1.10a5998d2
Update CHANGELOG.md (#17159)62ea5b0
Various updates to changelog for 1.10 (#17158)2f0864c
Update CHANGELOG.md with draft for release 1.10 (#17150)e1443bb
fix: incorrect returned type of access descriptors on unions of types (#16604)5161ac2
Sync typeshed (#17124)e2fc1f2
Fix crash when expanding invalid Unpack in aCallable
alias (#17028)3ff6e47
Docs: docstrings in checker.py, ast_helpers.py (#16908)732d98e
Fix string formatting for string enums (#16555)8019010
Narrow individual items when matching a tuple to a sequence pattern (#16905)Updates
jupyterlab
from 4.1.5 to 4.1.8Release notes
Sourced from jupyterlab's releases.
... (truncated)
Changelog
Sourced from jupyterlab's changelog.
... (truncated)
Commits
a181314
[ci skip] Publish 4.1.865a59b2
Backport PR #16251: Consider higher levels when toggling plugin (#16253)29d68c7
Backport PR #16245: Install Firefox from brew on Mac on CI (#16247)e12c710
[ci skip] Publish 4.1.7afb36c7
Backport PR #16241: Fix toggling extension at system level (#16243)2ea289f
Backport PR #16102: Fix extension toggling at different level (#16238)d957783
Partial backport of windowing fix from #16013 (#16202)cd7ddc3
Backport PR #16160: Clarify the LSP documentation (#16171)efd3053
Backport PR #16159: Fix documentation snapshots test (#16162)c584df2
Backport PR #16151: Removed broken gif links in README.md files (#16152)Updates
pytest
from 8.1.1 to 8.2.0Release notes
Sourced from pytest's releases.
... (truncated)
Commits
6bd3f31
Tweak changelog for 8.2.09b6219b
Prepare release version 8.2.0835765c
Merge pull request #12130 from bluetech/fixtures-inline7e7503c
unittest: report class cleanup exceptions (#12250)882c4da
fixtures: inlinefail_fixturefunc
2e8fb9f
fixtures: extract a_check_fixturedef
methodacf2971
fixtures: inline_getnextfixturedef
into_get_active_fixturedef
3c77aec
fixtures: move "request" check earlyd217d68
fixtures: inline_compute_fixture_value
530be28
fixtures: use early return in_get_active_fixturedef
Updates
pytest-cov
from 4.1.0 to 5.0.0Changelog
Sourced from pytest-cov's changelog.
Commits
5295ce0
Bump version: 4.1.0 → 5.0.01181b06
Update changelog.9757222
Fix a minor grammar error (#636)9f5cd81
Cleanup releasing instructions. Closes #616.93b5047
Add test for pyproject.toml loading without explicit --cov-config. Ref #508.ff50860
docs: add config instructions for pyproject.toml.4a5a4b5
Keep GitHub Actions up to date with GitHub's Dependabot1d7f559
Fix or remove URLs that are causing docs tests to fail6a5af8e
Update changelog.d9fe8df
Switch to furo. Closes #618.Updates
mkdocs
from 1.5.3 to 1.6.0Release notes
Sourced from mkdocs's releases.
... (truncated)
Commits
0998fec
Release 1.6.0 (#3631)bce85bf
Fix for showing repository icon even when a file has no edit_uri (#3657)0ac05da
Re-generate localization files (#3634)6244500
Remove jQuery frommkdocs
theme (#3649)f85d429
Prevent a flash of white color when dark mode is enabled (#3647)e39cce2
Fix style of modal close button (#3651)652813d
Prevent a crash if stdin is not defined (#3609)59a295f
Merge pull request #3493 from waylan/22486f5e748
Merge pull request #3625 from mkdocs/themepo1451fb3
Babel setuptools frontend is still used in the install hookUpdates
mkdocstrings
from 0.24.1 to 0.25.0Release notes
Sourced from mkdocstrings's releases.
Changelog
Sourced from mkdocstrings's changelog.
Commits
87d8229
chore: Prepare release 0.25.0c5b5f69
refactor: Allow specifying name of template loggers7ff1681
docs: Enable parameter headings253d215
docs: Load inventories for MkDocs and Markdown1532b59
feat: Supportonce
parameter in logging methods, allowing to log a message ...d799d2f
feat: Support blank line between::: path
and YAML options828bd59
chore: Prepare release 0.24.37fe3e5f
fix: Support HTML toc labels with Python-Markdown 3.6+ (uncomment code...)7b9827c
chore: Prepare release 0.24.217bfc87
chore: Use PEP 440 versioning scheme for changelogUpdates
pymdown-extensions
from 10.7.1 to 10.8.1Release notes
Sourced from pymdown-extensions's releases.
Commits
8ed2fcb
Fix snippet line range with start of line 1 (#2362)45b53a7
Update more JS doc dependencies20dfcc4
Upgrade JS doc dependenciesd238e0c
Update changelog and require Markdown >= 3.6 (#2358)48e32b6
Upgrade some JS dependencies88a9463
Update FAQ to cover no parameters in slugify722461c
Fix deprecation warnings introduced in latest Python Markdown release (#2347)509e93d
Fix SmartSymbols Toc test (#2344)Updates
ruff
from 0.1.15 to 0.4.2Release notes
Sourced from ruff's releases.
... (truncated)
Changelog
Sourced from ruff's changelog.