Skip to content
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

Update mkdocstrings[python] requirement from ~=0.26.0 to >=0.26,<0.28 in the python-dependencies-legacy group #551

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Nov 11, 2024

Updates the requirements on mkdocstrings[python] to permit the latest version.
Updates mkdocstrings[python] to 0.27.0

Release notes

Sourced from mkdocstrings[python]'s releases.

0.27.0

0.27.0 - 2024-11-08

Compare with 0.26.2

Features

Performance Improvements

  • Reduce footprint of template debug messages (5648e5a by Timothée Mazzucotelli).

Code Refactoring

  • Use %-formatting for logging messages (0bbb8ca by Timothée Mazzucotelli).
Changelog

Sourced from mkdocstrings[python]'s changelog.

0.27.0 - 2024-11-08

Compare with 0.26.2

Features

Performance Improvements

  • Reduce footprint of template debug messages (5648e5a by Timothée Mazzucotelli).

Code Refactoring

  • Use %-formatting for logging messages (0bbb8ca by Timothée Mazzucotelli).

0.26.2 - 2024-10-12

Compare with 0.26.1

Build

  • Drop support for Python 3.8 (f26edeb by Timothée Mazzucotelli).

0.26.1 - 2024-09-06

Compare with 0.26.0

Bug Fixes

  • Instantiate config of the autorefs plugin when it is not enabled by the user (db2ab34 by Timothée Mazzucotelli). Issue-autorefs#57

0.26.0 - 2024-09-02

Compare with 0.25.2

Build

  • Upgrade Python-Markdown lower bound to 3.6 (28565f9 by Timothée Mazzucotelli).

Dependencies

  • Depend on mkdocs-autorefs v1 (33aa573 by Timothée Mazzucotelli).

Features

0.25.2 - 2024-07-25

... (truncated)

Commits
  • e0af800 chore: Prepare release 0.27.0
  • 5648e5a perf: Reduce footprint of template debug messages
  • 0bbb8ca refactor: Use %-formatting for logging messages
  • 1c23c1b feat: Add support for authentication in inventory file URLs
  • abc5acd Merge branch 'main' of github.com:mkdocstrings/mkdocstrings
  • 31b3b37 chore: Template upgrade
  • e732aaa docs: Update contributing document to include tag pulling instructions
  • bcdfc70 chore: Prepare release 0.26.2
  • f26edeb build: Drop support for Python 3.8
  • b383527 chore: Template upgrade
  • 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

Updates the requirements on [mkdocstrings[python]](https://github.com/mkdocstrings/mkdocstrings) to permit the latest version.

Updates `mkdocstrings[python]` to 0.27.0
- [Release notes](https://github.com/mkdocstrings/mkdocstrings/releases)
- [Changelog](https://github.com/mkdocstrings/mkdocstrings/blob/main/CHANGELOG.md)
- [Commits](mkdocstrings/mkdocstrings@0.26.0...0.27.0)

---
updated-dependencies:
- dependency-name: mkdocstrings[python]
  dependency-type: direct:production
  dependency-group: python-dependencies-legacy
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added CI/CD Continuous integration (CI) and/or continuous deployment (CD) pydantic-v1 Related to pydantic v1 support branch skip-changelog Skip this issue or PR in the CHANGELOG labels Nov 11, 2024
Copy link

codecov bot commented Nov 11, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 82.16%. Comparing base (f521325) to head (e667fed).
Report is 1 commits behind head on release/pydantic-v1-support.

Additional details and impacted files
@@                     Coverage Diff                      @@
##           release/pydantic-v1-support     #551   +/-   ##
============================================================
  Coverage                        82.16%   82.16%           
============================================================
  Files                               44       44           
  Lines                             1211     1211           
============================================================
  Hits                               995      995           
  Misses                             216      216           
Flag Coverage Δ
linux 82.08% <ø> (ø)
linux-strategies 84.75% <ø> (ø)
windows 81.62% <ø> (ø)
windows-strategies 83.68% <ø> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

pyproject.toml Outdated Show resolved Hide resolved
@CasperWA CasperWA enabled auto-merge (squash) November 11, 2024 10:06
pyproject.toml Outdated Show resolved Hide resolved
@CasperWA CasperWA enabled auto-merge (squash) November 11, 2024 10:07
@CasperWA CasperWA merged commit 1a1040a into release/pydantic-v1-support Nov 11, 2024
15 checks passed
@CasperWA CasperWA deleted the dependabot/pip/release/pydantic-v1-support/python-dependencies-legacy-caa98a66f1 branch November 11, 2024 10:11
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
CI/CD Continuous integration (CI) and/or continuous deployment (CD) pydantic-v1 Related to pydantic v1 support branch skip-changelog Skip this issue or PR in the CHANGELOG
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant