Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Feb 1, 2025

Bumps the required group with 6 updates:

Package From To
pydoclint 0.5.14 0.6.0
mkdocs-material 9.5.49 9.6.1
uv 0.5.13 0.5.26
pylint 3.3.3 3.3.4
pytest-asyncio 0.25.1 0.25.3
setuptools 75.6.0 75.8.0

Updates pydoclint from 0.5.14 to 0.6.0

Release notes

Sourced from pydoclint's releases.

0.6.0

What's Changed

Full Changelog: jsh9/pydoclint@0.5.19...0.6.0

0.5.19

What's Changed

Full Changelog: jsh9/pydoclint@0.5.18...0.5.19

0.5.18

What's Changed

Full Changelog: jsh9/pydoclint@0.5.17...0.5.18

0.5.17

What's Changed

Full Changelog: jsh9/pydoclint@0.5.16...0.5.17

0.5.16

What's Changed

Full Changelog: jsh9/pydoclint@0.5.15...0.5.16

0.5.15

What's Changed

Full Changelog: jsh9/pydoclint@0.5.14...0.5.15

Changelog

Sourced from pydoclint's changelog.

[0.6.0] - 2025-01-13

  • Added
    • A new violation code, DOC003, to detect docstring style mismatch (when docstrings are written in the style different from specified)
  • Full diff

[0.5.19] - 2025-01-12

  • Fixed
    • False positive DOC405 and DOC201 when we have bare return statements together with yield statements
  • Added
    • A new config option --should-document-star-arguments (if False, star arguments such as *args and **kwargs should not be documented in the docstring)
    • A pre-commit step to check that "Full diff" is always added in CHANGELOG.md
  • Full diff

[0.5.18] - 2025-01-12

  • Fixed
    • An issue where custom exceptions such as a.b.c.MyException.from_str cannot be properly parsed and compared
    • A minor wording issue in DOC503 violation message
  • Full diff

[0.5.17] - 2025-01-12

  • Added
    • A new config option --auto-regenerate-baseline to automatically regenerate the baseline file for every successful pydoclint run
  • Full diff

[0.5.16] - 2025-01-11

[0.5.15] - 2025-01-10

  • Changed

... (truncated)

Commits
  • 2e8af22 Add DOC003 to check docstring style mismatch (#207)
  • 94039b2 Add new config option for documenting star arguments (#206)
  • 22b9b37 Fix false positive DOC405 & DOC201 for bare returns (#205)
  • 1f2ea57 Fix wording in DOC503 violation message (#204)
  • 91263b8 Fix parsing and comparison of chained custom exceptions (#203)
  • 64ef923 Add tips, tricks, and pitfalls to README
  • fe188f4 Add an option to auto regenerate baseline (#202)
  • 7282eb6 👌 Add pre-commit-hook to run pydoclint via flake8 (#200)
  • 4021d8d Throw DOC001 when docstring sections can't be parsed (numpy style) (#199)
  • See full diff in compare view

Updates mkdocs-material from 9.5.49 to 9.6.1

Release notes

Sourced from mkdocs-material's releases.

mkdocs-material-9.6.1

  • Fixed #7943: Tags plugin crashing due to merge error

mkdocs-material-9.6.0

  • Added meta plugin
  • Rewrite of the tags plugin
  • Added support for allow lists in tags plugin
  • Added support for and custom sorting in tags plugin
  • Added support for related links in blog plugin
  • Added support for custom index pages in blog plugin
  • Added support for navigation subtitles
  • Fixed #7924: Anchors might require two clicks when using instant navigation

mkdocs-material-9.5.50

  • Fixed #7913: Social plugin renders attribute lists in page title
Changelog

Sourced from mkdocs-material's changelog.

mkdocs-material-9.6.1 (2025-01-31)

  • Fixed #7943: Tags plugin crashing due to merge error

mkdocs-material-9.6.0 (2025-01-31)

  • Added meta plugin
  • Rewrite of the tags plugin
  • Added support for allow lists in tags plugin
  • Added support for and custom sorting in tags plugin
  • Added support for related links in blog plugin
  • Added support for custom index pages in blog plugin
  • Added support for navigation subtitles
  • Fixed #7924: Anchors might require two clicks when using instant navigation

mkdocs-material-9.5.50 (2025-01-18)

  • Fixed #7913: Social plugin renders attribute lists in page title

mkdocs-material-9.5.49+insiders-4.53.15 (2025-01-15)

  • Fixed #7896: Scoped tags listings not rendering in subsections

mkdocs-material-9.5.49 (2024-12-16)

  • Adjusted title color in dark mode for all supported Mermaid.js diagrams
  • Fixed #7803: Privacy plugin crashes on generated files
  • Fixed #7781: Mermaid.js flow chart title not visible in dark mode

mkdocs-material-9.5.48 (2024-12-08)

  • Fixed #7774: Disabling social cards doesn't work

mkdocs-material-9.5.47 (2024-12-01)

  • Fixed #7750: Numeric tags break search
  • Fixed #7748: Blog plugin breaks when using future drafts (9.5.45 regression)

mkdocs-material-9.5.46 (2024-11-25)

  • Added support for removing preload hints in privacy plugin
  • Fixed #7734: Code blocks in h5 headlines are uppercased
  • Fixed #7725: Blog plugin crashing on missing timezone (9.5.45 regression)

mkdocs-material-9.5.45 (2024-11-20)

  • Reduced size of Docker image through multi-stage build
  • Fixed #7708: Blog plugin crashing on YAML dates with timezones

mkdocs-material-9.5.44 (2024-11-05)

... (truncated)

Commits

Updates uv from 0.5.13 to 0.5.26

Release notes

Sourced from uv's releases.

0.5.26

Release Notes

Enhancements

  • Add support for uvx python (#11076)
  • Allow --no-dev --invert in uv tree (#11068)
  • Update uv python install --reinstall to reinstall all previous versions (#11072)
  • Consistently write log messages with capitalized first word (#11111)
  • Suggest --build-backend when --backend is passed to uv init (#10958)
  • Improve retry trace message (#11108)

Performance

  • Remove unnecessary UTF-8 conversion in hash parsing (#11110)

Bug fixes

  • Ignore non-hash fragments in HTML API responses (#11107)
  • Avoid resolving symbolic links when querying Python interpreters (#11083)
  • Avoid sharing state between universal and non-universal resolves (#11051)
  • Error when --script is passing a non-PEP 723 script (#11118)
  • Make metadata deserialization failures non-fatal in the cache (#11105)
  • Mark metadata as dynamic when reading from built wheel cache (#11046)
  • Propagate credentials for <index>/simple to <index>/... endpoints (#11074)
  • Fix conflicting extra bug during uv sync (#11075)

Documentation

  • Add PyTorch XPU instructions to the PyTorch guide (#11109)
  • Add docs for signal handling (#11041)
  • Explain build frontend vs. build backend (#11094)
  • Fix formatting of RUST_LOG documentation (#10053)
  • Fix typo in --no-deps description (#11073)
  • Reflow CLI documentation comments (#11040)
  • Shorten "Using existing Python versions" nav item so it fits on one line (#11077)
  • Some minor touch-ups to the Python install guide (#11116)
  • Update Dependabot tracking issue link (#11054)
  • Update documentation for running in a container (#11052)
  • Upgrade PyTorch version in documentation (#11114)
  • Use sys_platform in lieu of platform_system in PyTorch docs (#11113)
  • Use positive (rather than negative) markers in PyTorch examples (#11112)
  • Fix unnecessary backslashes in brackets (#11059)
  • Suggest setting copy link mode in GitLab integration guide (#11067)

Install uv 0.5.26

Install prebuilt binaries via shell script

</tr></table> 

... (truncated)

Changelog

Sourced from uv's changelog.

0.5.26

Enhancements

  • Add support for uvx python (#11076)
  • Allow --no-dev --invert in uv tree (#11068)
  • Update uv python install --reinstall to reinstall all previous versions (#11072)
  • Consistently write log messages with capitalized first word (#11111)
  • Suggest --build-backend when --backend is passed to uv init (#10958)
  • Improve retry trace message (#11108)

Performance

  • Remove unnecessary UTF-8 conversion in hash parsing (#11110)

Bug fixes

  • Ignore non-hash fragments in HTML API responses (#11107)
  • Avoid resolving symbolic links when querying Python interpreters (#11083)
  • Avoid sharing state between universal and non-universal resolves (#11051)
  • Error when --script is passing a non-PEP 723 script (#11118)
  • Make metadata deserialization failures non-fatal in the cache (#11105)
  • Mark metadata as dynamic when reading from built wheel cache (#11046)
  • Propagate credentials for <index>/simple to <index>/... endpoints (#11074)
  • Fix conflicting extra bug during uv sync (#11075)

Documentation

  • Add PyTorch XPU instructions to the PyTorch guide (#11109)
  • Add docs for signal handling (#11041)
  • Explain build frontend vs. build backend (#11094)
  • Fix formatting of RUST_LOG documentation (#10053)
  • Fix typo in --no-deps description (#11073)
  • Reflow CLI documentation comments (#11040)
  • Shorten "Using existing Python versions" nav item so it fits on one line (#11077)
  • Some minor touch-ups to the Python install guide (#11116)
  • Update Dependabot tracking issue link (#11054)
  • Update documentation for running in a container (#11052)
  • Upgrade PyTorch version in documentation (#11114)
  • Use sys_platform in lieu of platform_system in PyTorch docs (#11113)
  • Use positive (rather than negative) markers in PyTorch examples (#11112)
  • Fix unnecessary backslashes in brackets (#11059)
  • Suggest setting copy link mode in GitLab integration guide (#11067)

0.5.25

Enhancements

  • Allow installation of manylinux wheels on loongarch64 (#10927)
  • Allow optional = for editables in requirements.txt (#10954)

... (truncated)

Commits

Updates pylint from 3.3.3 to 3.3.4

Commits

Updates pytest-asyncio from 0.25.1 to 0.25.3

Release notes

Sourced from pytest-asyncio's releases.

pytest-asyncio 0.25.3

  • Avoid errors in cleanup of async generators when event loop is already closed #1040

pytest-asyncio 0.25.2

  • Call loop.shutdown_asyncgens() before closing the event loop to ensure async generators are closed in the same manner as asyncio.run does #1034
Commits
  • 7c50192 fix: Avoid errors in cleanup of async generators when event loop is already c...
  • 2188cdb build: Prepare release of v0.25.2.
  • c3ad634 fix: Shutdown generators before closing event loops.
  • e8ffb10 [pre-commit.ci] pre-commit autoupdate
  • aae43d4 Build(deps): Bump hypothesis in /dependencies/default
  • 941e8b5 Build(deps): Bump pygments from 2.18.0 to 2.19.1 in /dependencies/docs
  • See full diff in compare view

Updates setuptools from 75.6.0 to 75.8.0

Changelog

Sourced from setuptools's changelog.

v75.8.0

Features

  • Implemented Dynamic field for core metadata (as introduced in PEP 643). The existing implementation is currently experimental and the exact approach may change in future releases. (#4698)

v75.7.0

Features

Commits
  • 5c9d980 Bump version: 75.7.0 → 75.8.0
  • 72c4222 Avoid using Any in function
  • 1c61d47 Add news fragments for PEP 643
  • f285d01 Implement PEP 643 (Dynamic field for core metadata) (#4698)
  • a50f6e2 Fix _static.Dict.ior for Python 3.8
  • b055895 Add extra tests for static/dynamic metadata
  • 770b4fc Remove test workaround for unmarked static values from pyproject.toml
  • 8b22d73 Mark values from pyproject.toml as static
  • f699fd8 Fix spelling error
  • 8b4c8a3 Add tests for static 'attr' directive
  • Additional commits viewable in compare view

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

@dependabot dependabot bot requested a review from a team as a code owner February 1, 2025 04:34
@dependabot dependabot bot added part:tooling Affects the development tooling (CI, deployment, dependency management, etc.) type:tech-debt Improves the project without visible changes for users labels Feb 1, 2025
@github-actions github-actions bot added the part:dispatcher Affects the high-level dispatcher interface label Feb 1, 2025
@Marenz Marenz added this pull request to the merge queue Feb 3, 2025
@github-merge-queue github-merge-queue bot removed this pull request from the merge queue due to failed status checks Feb 3, 2025
Bumps the required group with 6 updates:

| Package | From | To |
| --- | --- | --- |
| [pydoclint](https://github.com/jsh9/pydoclint) | `0.5.14` | `0.6.0` |
| [mkdocs-material](https://github.com/squidfunk/mkdocs-material) | `9.5.49` | `9.6.1` |
| [uv](https://github.com/astral-sh/uv) | `0.5.13` | `0.5.26` |
| [pylint](https://github.com/pylint-dev/pylint) | `3.3.3` | `3.3.4` |
| [pytest-asyncio](https://github.com/pytest-dev/pytest-asyncio) | `0.25.1` | `0.25.3` |
| [setuptools](https://github.com/pypa/setuptools) | `75.6.0` | `75.8.0` |


Updates `pydoclint` from 0.5.14 to 0.6.0
- [Release notes](https://github.com/jsh9/pydoclint/releases)
- [Changelog](https://github.com/jsh9/pydoclint/blob/main/CHANGELOG.md)
- [Commits](jsh9/pydoclint@0.5.14...0.6.0)

Updates `mkdocs-material` from 9.5.49 to 9.6.1
- [Release notes](https://github.com/squidfunk/mkdocs-material/releases)
- [Changelog](https://github.com/squidfunk/mkdocs-material/blob/master/CHANGELOG)
- [Commits](squidfunk/mkdocs-material@9.5.49...9.6.1)

Updates `uv` from 0.5.13 to 0.5.26
- [Release notes](https://github.com/astral-sh/uv/releases)
- [Changelog](https://github.com/astral-sh/uv/blob/main/CHANGELOG.md)
- [Commits](astral-sh/uv@0.5.13...0.5.26)

Updates `pylint` from 3.3.3 to 3.3.4
- [Release notes](https://github.com/pylint-dev/pylint/releases)
- [Commits](pylint-dev/pylint@v3.3.3...v3.3.4)

Updates `pytest-asyncio` from 0.25.1 to 0.25.3
- [Release notes](https://github.com/pytest-dev/pytest-asyncio/releases)
- [Commits](pytest-dev/pytest-asyncio@v0.25.1...v0.25.3)

Updates `setuptools` from 75.6.0 to 75.8.0
- [Release notes](https://github.com/pypa/setuptools/releases)
- [Changelog](https://github.com/pypa/setuptools/blob/main/NEWS.rst)
- [Commits](pypa/setuptools@v75.6.0...v75.8.0)

---
updated-dependencies:
- dependency-name: pydoclint
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: required
- dependency-name: mkdocs-material
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: required
- dependency-name: uv
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: required
- dependency-name: pylint
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: required
- dependency-name: pytest-asyncio
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: required
- dependency-name: setuptools
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: required
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot force-pushed the dependabot/pip/required-6a60d43dda branch from 3269cca to b03c9ad Compare February 3, 2025 09:54
@llucax llucax enabled auto-merge February 3, 2025 09:56
@llucax llucax added this pull request to the merge queue Feb 3, 2025
Merged via the queue into v0.x.x with commit 361c8f7 Feb 3, 2025
15 checks passed
@llucax llucax deleted the dependabot/pip/required-6a60d43dda branch February 3, 2025 10:03
Copy link
Contributor

@llucax llucax left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Automatically approved via dependabot-automerge

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

part:dispatcher Affects the high-level dispatcher interface part:tooling Affects the development tooling (CI, deployment, dependency management, etc.) type:tech-debt Improves the project without visible changes for users

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants