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

Bump the dependencies group across 1 directory with 24 updates #283

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Mar 2, 2025

Bumps the dependencies group with 24 updates in the /.config directory:

Package From To
mkdocs-autorefs 1.2.0 1.4.0
mkdocs-material 9.5.49 9.6.6
pillow 11.0.0 11.1.0
pipdeptree 2.24.0 2.25.0
pymdown-extensions 10.13 10.14.3
gitpython 3.1.43 3.1.44
typer 0.15.1 0.15.2
coverage 7.6.10 7.6.12
pytest-plus 0.7.0 0.8.1
tox 4.23.2 4.24.1
setuptools 75.6.0 75.8.2
babel 2.16.0 2.17.0
beautifulsoup4 4.12.3 4.13.3
cachetools 5.5.0 5.5.2
certifi 2024.12.14 2025.1.31
filelock 3.16.1 3.17.0
gitdb 4.0.11 4.0.12
more-itertools 10.5.0 10.6.0
nh3 0.2.20 0.2.21
pkginfo 1.12.0 1.12.1.2
pygments 2.18.0 2.19.1
pyproject-api 1.8.0 1.9.0
smmap 5.0.1 5.0.2
virtualenv 20.28.0 20.29.2

Updates mkdocs-autorefs from 1.2.0 to 1.4.0

Release notes

Sourced from mkdocs-autorefs's releases.

1.4.0

1.4.0 - 2025-02-24

Compare with 1.3.1

Features

Code Refactoring

  • Move code to internal folder, expose public API in top-level module, document all public objects (9615d13 by Timothée Mazzucotelli).
  • Store actual page instance instead of URL in plugin's current_page attribute (8023588 and 2009f85 by Timothée Mazzucotelli).
  • Use the on_env hook to fix cross-references (70fec3e by Timothée Mazzucotelli). Discussion-mkdocs-3917
  • Record heading titles alongside URLs (791782e by Timothée Mazzucotelli). Issue-33

1.3.1

1.3.1 - 2025-02-11

Compare with 1.3.0

Bug Fixes

  • Always resolve secondary URLs to closest (don't log warnings) (243ad35 by Timothée Mazzucotelli). Issue-52

1.3.0

1.3.0 - 2025-01-12

Compare with 1.2.0

Build

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

Features

Bug Fixes

  • Fallback to slugified title as id for non-exact, non-code references ([Hello World][] -> [hello-world][]) (13428f1 by Timothée Mazzucotelli). Issue-58

Code Refactoring

  • Deprecate fallback mechanism (5e89cd8 by Timothée Mazzucotelli). Issue-61
  • Log a debug message for unresolved optional references (9e990d7 by Timothée Mazzucotelli).
Changelog

Sourced from mkdocs-autorefs's changelog.

1.4.0 - 2025-02-24

Compare with 1.3.1

Features

Code Refactoring

  • Move code to internal folder, expose public API in top-level module, document all public objects (9615d13 by Timothée Mazzucotelli).
  • Store actual page instance instead of URL in plugin's current_page attribute (8023588 and 2009f85 by Timothée Mazzucotelli).
  • Use the on_env hook to fix cross-references (70fec3e by Timothée Mazzucotelli). Discussion-mkdocs-3917
  • Record heading titles alongside URLs (791782e by Timothée Mazzucotelli). Issue-33

1.3.1 - 2025-02-11

Compare with 1.3.0

Bug Fixes

  • Always resolve secondary URLs to closest (don't log warnings) (243ad35 by Timothée Mazzucotelli). Issue-52

1.3.0 - 2025-01-12

Compare with 1.2.0

Build

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

Features

Bug Fixes

  • Fallback to slugified title as id for non-exact, non-code references ([Hello World][] -> [hello-world][]) (13428f1 by Timothée Mazzucotelli). Issue-58

Code Refactoring

  • Deprecate fallback mechanism (5e89cd8 by Timothée Mazzucotelli). Issue-61
  • Log a debug message for unresolved optional references (9e990d7 by Timothée Mazzucotelli).
Commits
  • 901d382 chore: Prepare release 1.4.0
  • b21aefd fix: Only preserve tags in titles if Material for MkDocs' content.tooltips ...
  • b653e01 chore: Reorganize code within modules
  • 3b769b7 docs: Simplify API docs
  • b04c64d chore: Template upgrade
  • 2009f85 fix: Patch MkDocs pages to provide an __str__ method returning their URL
  • 9615d13 refactor: Move code to internal folder, expose public API in top-level module...
  • 101651c chore: Template upgrade
  • 5a3b387 feat: Add backlinks feature
  • 8023588 refactor: Store actual page instance instead of URL in plugin's `current_page...
  • Additional commits viewable in compare view

Updates mkdocs-material from 9.5.49 to 9.6.6

Release notes

Sourced from mkdocs-material's releases.

mkdocs-material-9.6.6

  • Fixed #8040: Privacy plugin not replacing exteral assets (9.6.5 regression)
  • Fixed #8031: Replace unmtaintained regex package in search plugin

mkdocs-material-9.6.5

  • Fixed #8016: Tags listing not showing when when file name has spaces
  • Fixed #8012: Privacy plugin crashes if HTTP download fails

mkdocs-material-9.6.4

  • Fixed #7985: Blog content sometimes not stretching to full width
  • Fixed #7978: Navigation rendering bug in Safari 18.3

mkdocs-material-9.6.3

  • Fixed rendering of arrow heads in Mermaid.js class diagrams
  • Fixed #7960: Tags plugin crashes on numeric metadata titles

mkdocs-material-9.6.2

  • Fixed #7955: Excessively long words don't break on narrow screens
  • Fixed #7947: Scope setting interferes with outdated version banner

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.6 (2025-03-01)

  • Fixed #8040: Privacy plugin not replacing exteral assets (9.6.5 regression)
  • Fixed #8031: Replace unmtaintained regex package in search plugin

mkdocs-material-9.6.5 (2025-02-20)

  • Fixed #8016: Tags listing not showing when when file name has spaces
  • Fixed #8012: Privacy plugin crashes if HTTP download fails

mkdocs-material-9.6.4 (2025-02-12)

  • Fixed #7985: Blog content sometimes not stretching to full width
  • Fixed #7978: Navigation rendering bug in Safari 18.3

mkdocs-material-9.6.3 (2025-02-07)

  • Fixed rendering of arrow heads in Mermaid.js class diagrams
  • Fixed #7960: Tags plugin crashes on numeric metadata titles

mkdocs-material-9.6.2 (2025-02-03)

  • Fixed #7955: Excessively long words don't break on narrow screens
  • Fixed #7947: Scope setting interferes with outdated version banner

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)

... (truncated)

Commits

Updates pillow from 11.0.0 to 11.1.0

Release notes

Sourced from pillow's releases.

11.1.0

https://pillow.readthedocs.io/en/stable/releasenotes/11.1.0.html

Documentation

Dependencies

Testing

... (truncated)

Changelog

Sourced from pillow's changelog.

11.1.0 and newer

See GitHub Releases:

Commits

Updates pipdeptree from 2.24.0 to 2.25.0

Release notes

Sourced from pipdeptree's releases.

2.25.0

What's Changed

Full Changelog: tox-dev/pipdeptree@2.24.0...2.25.0

Commits

Updates pymdown-extensions from 10.13 to 10.14.3

Release notes

Sourced from pymdown-extensions's releases.

10.14.3

  • FIX: Blocks: An empty, raw block type should not cause an error.

10.14.2

  • FIX: Blocks: Fix some corner cases with md_in_html.

10.14.1

  • FIX: MagicLink: Ensure that repo names that start with . are handled correctly.
  • FIX: FancyLists: Fix case were lists could be falsely created when a line started with . or ).

10.14

  • NEW: Blocks.HTML: Add new custom option to specify tags and the assumed handling for them when automatic mode is assumed. This can also be used to override the handling for recognized tags with automatic handling.
  • FIX: Fix tests to pass with Pygments 2.19+.
Commits

Updates gitpython from 3.1.43 to 3.1.44

Release notes

Sourced from gitpython's releases.

3.1.44

What's Changed

New Contributors

... (truncated)

Commits
  • fb1b051 bump patch level to prepare new version
  • e51bf80 update GitDB submodule to latest pubslished version
  • a527224 Merge pull request #1971 from fvalette-ledger/fix-fetch-progress-bar
  • d6cdb67 See if python 3.7 still works when using an older Ubuntu version.
  • 52cceaf git,cmd: add encoding arg to popen if universal newlines is True
  • 1bb4651 git,remote: use universal new lines for fetch/pull stderr capture
  • 49ca909 Update base.py (#1965)
  • 3470fb3 Merge pull request #1961 from Andrej730/main
  • 8327b82 Fix test failing on unix
  • 4674059 Remove redundant path normalization for working_tree_dir
  • Additional commits viewable in compare view

Updates typer from 0.15.1 to 0.15.2

Release notes

Sourced from typer's releases.

0.15.2

Features

  • ✨ Allow custom styles for commands in help output. PR #1103 by @​TheTechromancer.
  • ✨ Avoid the unnecessary import of typing_extensions in newer Python versions. PR #1048 by @​horta.

Fixes

Refactors

  • 🚚 Rename test to corner-cases to make it more explicit. PR #1083 by @​tiangolo.

Docs

  • ✏️ Fix small typos in the tutorial documentation. PR #1137 by @​svlandeg.
  • 📝 Update optional CLI argument section in tutorial with Annotated. PR #983 by @​gkeuccsr.
  • 📝 Clarify the need for mix_stderr when accessing the output of stderr in tests. PR #1045 by @​mrchrisadams.

Internal

... (truncated)

Changelog

Sourced from typer's changelog.

0.15.2

Features

  • ✨ Allow custom styles for commands in help output. PR #1103 by @​TheTechromancer.
  • ✨ Avoid the unnecessary import of typing_extensions in newer Python versions. PR #1048 by @​horta.

Fixes

Refactors

  • 🚚 Rename test to corner-cases to make it more explicit. PR #1083 by @​tiangolo.

Docs

  • ✏️ Fix small typos in the tutorial documentation. PR #1137 by @​svlandeg.
  • 📝 Update optional CLI argument section in tutorial with Annotated. PR #983 by @​gkeuccsr.
  • 📝 Clarify the need for mix_stderr when accessing the output of stderr in tests. PR #1045 by @​mrchrisadams.

Internal

Bumps the dependencies group with 24 updates in the /.config directory:

| Package | From | To |
| --- | --- | --- |
| [mkdocs-autorefs](https://github.com/mkdocstrings/autorefs) | `1.2.0` | `1.4.0` |
| [mkdocs-material](https://github.com/squidfunk/mkdocs-material) | `9.5.49` | `9.6.6` |
| [pillow](https://github.com/python-pillow/Pillow) | `11.0.0` | `11.1.0` |
| [pipdeptree](https://github.com/tox-dev/pipdeptree) | `2.24.0` | `2.25.0` |
| [pymdown-extensions](https://github.com/facelessuser/pymdown-extensions) | `10.13` | `10.14.3` |
| [gitpython](https://github.com/gitpython-developers/GitPython) | `3.1.43` | `3.1.44` |
| [typer](https://github.com/fastapi/typer) | `0.15.1` | `0.15.2` |
| [coverage](https://github.com/nedbat/coveragepy) | `7.6.10` | `7.6.12` |
| [pytest-plus](https://github.com/pytest-dev/pytest-plus) | `0.7.0` | `0.8.1` |
| [tox](https://github.com/tox-dev/tox) | `4.23.2` | `4.24.1` |
| [setuptools](https://github.com/pypa/setuptools) | `75.6.0` | `75.8.2` |
| [babel](https://github.com/python-babel/babel) | `2.16.0` | `2.17.0` |
| [beautifulsoup4](https://www.crummy.com/software/BeautifulSoup/bs4/) | `4.12.3` | `4.13.3` |
| [cachetools](https://github.com/tkem/cachetools) | `5.5.0` | `5.5.2` |
| [certifi](https://github.com/certifi/python-certifi) | `2024.12.14` | `2025.1.31` |
| [filelock](https://github.com/tox-dev/py-filelock) | `3.16.1` | `3.17.0` |
| [gitdb](https://github.com/gitpython-developers/gitdb) | `4.0.11` | `4.0.12` |
| [more-itertools](https://github.com/more-itertools/more-itertools) | `10.5.0` | `10.6.0` |
| [nh3](https://github.com/messense/nh3) | `0.2.20` | `0.2.21` |
| [pkginfo](https://code.launchpad.net/~tseaver/pkginfo/trunk) | `1.12.0` | `1.12.1.2` |
| [pygments](https://github.com/pygments/pygments) | `2.18.0` | `2.19.1` |
| [pyproject-api](https://github.com/tox-dev/pyproject-api) | `1.8.0` | `1.9.0` |
| [smmap](https://github.com/gitpython-developers/smmap) | `5.0.1` | `5.0.2` |
| [virtualenv](https://github.com/pypa/virtualenv) | `20.28.0` | `20.29.2` |



Updates `mkdocs-autorefs` from 1.2.0 to 1.4.0
- [Release notes](https://github.com/mkdocstrings/autorefs/releases)
- [Changelog](https://github.com/mkdocstrings/autorefs/blob/main/CHANGELOG.md)
- [Commits](mkdocstrings/autorefs@1.2.0...1.4.0)

Updates `mkdocs-material` from 9.5.49 to 9.6.6
- [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.6)

Updates `pillow` from 11.0.0 to 11.1.0
- [Release notes](https://github.com/python-pillow/Pillow/releases)
- [Changelog](https://github.com/python-pillow/Pillow/blob/main/CHANGES.rst)
- [Commits](python-pillow/Pillow@11.0.0...11.1.0)

Updates `pipdeptree` from 2.24.0 to 2.25.0
- [Release notes](https://github.com/tox-dev/pipdeptree/releases)
- [Commits](tox-dev/pipdeptree@2.24.0...2.25.0)

Updates `pymdown-extensions` from 10.13 to 10.14.3
- [Release notes](https://github.com/facelessuser/pymdown-extensions/releases)
- [Commits](facelessuser/pymdown-extensions@10.13...10.14.3)

Updates `gitpython` from 3.1.43 to 3.1.44
- [Release notes](https://github.com/gitpython-developers/GitPython/releases)
- [Changelog](https://github.com/gitpython-developers/GitPython/blob/main/CHANGES)
- [Commits](gitpython-developers/GitPython@3.1.43...3.1.44)

Updates `typer` from 0.15.1 to 0.15.2
- [Release notes](https://github.com/fastapi/typer/releases)
- [Changelog](https://github.com/fastapi/typer/blob/master/docs/release-notes.md)
- [Commits](fastapi/typer@0.15.1...0.15.2)

Updates `coverage` from 7.6.10 to 7.6.12
- [Release notes](https://github.com/nedbat/coveragepy/releases)
- [Changelog](https://github.com/nedbat/coveragepy/blob/master/CHANGES.rst)
- [Commits](nedbat/coveragepy@7.6.10...7.6.12)

Updates `pytest-plus` from 0.7.0 to 0.8.1
- [Release notes](https://github.com/pytest-dev/pytest-plus/releases)
- [Commits](pytest-dev/pytest-plus@v0.7.0...v0.8.1)

Updates `tox` from 4.23.2 to 4.24.1
- [Release notes](https://github.com/tox-dev/tox/releases)
- [Changelog](https://github.com/tox-dev/tox/blob/main/docs/changelog.rst)
- [Commits](tox-dev/tox@4.23.2...4.24.1)

Updates `setuptools` from 75.6.0 to 75.8.2
- [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.2)

Updates `babel` from 2.16.0 to 2.17.0
- [Release notes](https://github.com/python-babel/babel/releases)
- [Changelog](https://github.com/python-babel/babel/blob/master/CHANGES.rst)
- [Commits](python-babel/babel@v2.16.0...v2.17.0)

Updates `beautifulsoup4` from 4.12.3 to 4.13.3

Updates `cachetools` from 5.5.0 to 5.5.2
- [Changelog](https://github.com/tkem/cachetools/blob/master/CHANGELOG.rst)
- [Commits](tkem/cachetools@v5.5.0...v5.5.2)

Updates `certifi` from 2024.12.14 to 2025.1.31
- [Commits](certifi/python-certifi@2024.12.14...2025.01.31)

Updates `filelock` from 3.16.1 to 3.17.0
- [Release notes](https://github.com/tox-dev/py-filelock/releases)
- [Changelog](https://github.com/tox-dev/filelock/blob/main/docs/changelog.rst)
- [Commits](tox-dev/filelock@3.16.1...3.17.0)

Updates `gitdb` from 4.0.11 to 4.0.12
- [Release notes](https://github.com/gitpython-developers/gitdb/releases)
- [Commits](gitpython-developers/gitdb@4.0.11...4.0.12)

Updates `more-itertools` from 10.5.0 to 10.6.0
- [Release notes](https://github.com/more-itertools/more-itertools/releases)
- [Commits](more-itertools/more-itertools@v10.5.0...v10.6.0)

Updates `nh3` from 0.2.20 to 0.2.21
- [Release notes](https://github.com/messense/nh3/releases)
- [Commits](messense/nh3@v0.2.20...v0.2.21)

Updates `pkginfo` from 1.12.0 to 1.12.1.2

Updates `pygments` from 2.18.0 to 2.19.1
- [Release notes](https://github.com/pygments/pygments/releases)
- [Changelog](https://github.com/pygments/pygments/blob/master/CHANGES)
- [Commits](pygments/pygments@2.18.0...2.19.1)

Updates `pyproject-api` from 1.8.0 to 1.9.0
- [Release notes](https://github.com/tox-dev/pyproject-api/releases)
- [Commits](tox-dev/pyproject-api@1.8.0...1.9.0)

Updates `smmap` from 5.0.1 to 5.0.2
- [Release notes](https://github.com/gitpython-developers/smmap/releases)
- [Commits](gitpython-developers/smmap@v5.0.1...v5.0.2)

Updates `virtualenv` from 20.28.0 to 20.29.2
- [Release notes](https://github.com/pypa/virtualenv/releases)
- [Changelog](https://github.com/pypa/virtualenv/blob/main/docs/changelog.rst)
- [Commits](pypa/virtualenv@20.28.0...20.29.2)

---
updated-dependencies:
- dependency-name: mkdocs-autorefs
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: mkdocs-material
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: pillow
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: pipdeptree
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: pymdown-extensions
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: gitpython
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: typer
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: coverage
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: pytest-plus
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: tox
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: setuptools
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: babel
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: beautifulsoup4
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: cachetools
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: certifi
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: dependencies
- dependency-name: filelock
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: gitdb
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: more-itertools
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: nh3
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: pkginfo
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: pygments
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: pyproject-api
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: smmap
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: virtualenv
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot requested a review from ssbarnea as a code owner March 2, 2025 01:09
Copy link
Contributor Author

dependabot bot commented on behalf of github Mar 2, 2025

The following labels could not be found: dependabot-deps-updates.

@github-actions github-actions bot added the dependencies Pull requests that update a dependency file label Mar 2, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file skip-changelog
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants