ansible / mkdocs-ansible

Ansible MkDocs Theme based on Material
https://ansible.readthedocs.io/projects/mkdocs-ansible/
7 stars 9 forks source link

Bump the dependencies group in /.config with 9 updates #114

Closed dependabot[bot] closed 5 months ago

dependabot[bot] commented 5 months ago

Bumps the dependencies group in /.config with 9 updates:

Package From To
griffe 0.40.1 0.41.3
mkdocs-autorefs 0.5.0 1.0.1
mkdocs-htmlproofer-plugin 1.0.0 1.2.0
mkdocs-material 9.5.11 9.5.13
mkdocstrings 0.24.0 0.24.1
packaging 23.2 24.0
pipdeptree 2.15.1 2.16.1
pymdown-extensions 10.7 10.7.1
python-dateutil 2.8.2 2.9.0.post0

Updates griffe from 0.40.1 to 0.41.3

Release notes

Sourced from griffe's releases.

0.41.3

0.41.3 - 2024-03-04

Compare with 0.41.2

Code Refactoring

0.41.2

0.41.2 - 2024-03-03

Compare with 0.41.1

Bug Fixes

0.41.1

0.41.1 - 2024-03-01

Compare with 0.41.0

Deprecations

  • The load_git function moved from griffe.git to griffe.loader. It is still importable from griffe.git, but will emit a deprecation warning.

Code Refactoring

  • Expose Git utilities, move load_git into the loader module (327cc5b by Timothée Mazzucotelli).

0.41.0

0.41.0 - 2024-02-26

Compare with 0.40.1

Features

  • Add option to append sys.path to search paths to the check command too (d153fa0 by Timothée Mazzucotelli).

Bug Fixes

  • Special case NumpyDoc "warnings" and "notes" sections (plural) (3b47cdb by Ethan Henderson). [PR #236](mkdocstrings/griffe#236)
  • Serialize line numbers even if zero (55e6e0e by Timothée Mazzucotelli).
  • Fix handling of lambda expressions (598d08a by Timothée Mazzucotelli).
  • Fix building expressions (and string values) for yield and yield from statements (439f65e by Timothée Mazzucotelli).
  • Do not create aliases pointing to themselves (356305f by Timothée Mazzucotelli).

Code Refactoring

... (truncated)

Changelog

Sourced from griffe's changelog.

0.41.3 - 2024-03-04

Compare with 0.41.2

Code Refactoring

0.41.2 - 2024-03-03

Compare with 0.41.1

Bug Fixes

0.41.1 - 2024-03-01

Compare with 0.41.0

Deprecations

  • The load_git function moved from griffe.git to griffe.loader. It is still importable from griffe.git, but will emit a deprecation warning.

Code Refactoring

  • Expose Git utilities, move load_git into the loader module (327cc5b by Timothée Mazzucotelli).

0.41.0 - 2024-02-26

Compare with 0.40.1

Features

  • Add option to append sys.path to search paths to the check command too (d153fa0 by Timothée Mazzucotelli).

Bug Fixes

  • Special case NumpyDoc "warnings" and "notes" sections (plural) (3b47cdb by Ethan Henderson). [PR #236](mkdocstrings/griffe#236)
  • Serialize line numbers even if zero (55e6e0e by Timothée Mazzucotelli).
  • Fix handling of lambda expressions (598d08a by Timothée Mazzucotelli).
  • Fix building expressions (and string values) for yield and yield from statements (439f65e by Timothée Mazzucotelli).
  • Do not create aliases pointing to themselves (356305f by Timothée Mazzucotelli).

Code Refactoring

  • Remove get_call_keyword_arguments utility function, as it is implemented with a single line and creates a cyclic depdendency with expressions (35cf170 by Timothée Mazzucotelli).
  • Further prevent cyclic dependency between node utils and expressions (9614c83 by Timothée Mazzucotelli).
  • Avoid cyclic dependency between node utils and expressions (aedf39c by Timothée Mazzucotelli).

... (truncated)

Commits
  • 9efda88 chore: Prepare release 0.41.3
  • 46c56c7 refactor: Catch index errors when finding top module in case of search path m...
  • e49e7f6 chore: Prepare release 0.41.2
  • 44f9617 fix: Fix discovery of packages in the current working directory
  • 5ae1cf5 chore: Template upgrade
  • 0fee188 chore: Prepare release 0.41.1
  • 327cc5b refactor: Expose Git utilities, move load_git into the loader module
  • 8f48193 chore: Template upgrade
  • 7331bad chore: Comments
  • b065d15 chore: Prepare release 0.41.0
  • Additional commits viewable in compare view


Updates mkdocs-autorefs from 0.5.0 to 1.0.1

Release notes

Sourced from mkdocs-autorefs's releases.

1.0.1

1.0.1 - 2024-02-29

Compare with 1.0.0

Bug Fixes

  • Don't import MkDocsConfig (does not exist on MkDocs 1.3-) (9c15664 by Timothée Mazzucotelli).

1.0.0

1.0.0 - 2024-02-27

Compare with 0.5.0

Features

Bug Fixes

Changelog

Sourced from mkdocs-autorefs's changelog.

1.0.1 - 2024-02-29

Compare with 1.0.0

Bug Fixes

  • Don't import MkDocsConfig (does not exist on MkDocs 1.3-) (9c15664 by Timothée Mazzucotelli).

1.0.0 - 2024-02-27

Compare with 0.5.0

Features

Bug Fixes

Commits
  • 08c8945 chore: Prepare release 1.0.1
  • 9c15664 fix: Don't import MkDocsConfig (does not exist on MkDocs 1.3-)
  • 95d32b4 chore: Prepare release 1.0.0
  • a215a97 feat: Add Markdown anchors and aliases
  • 0c1781d feat: Preserve HTML data attributes (from spans to anchors)
  • 24325ff ci: Fix type of the fallback callable
  • e7f2228 feat: Support [identifier][] with pymdownx.inlinehilite enabled
  • 143d768 chore: Template upgrade
  • 225a6f2 fix: Recognize links with multi-line text
  • See full diff in compare view


Updates mkdocs-htmlproofer-plugin from 1.0.0 to 1.2.0

Release notes

Sourced from mkdocs-htmlproofer-plugin's releases.

Release 1.2.0

What's Changed

New Contributors

Full Changelog: https://github.com/manuzhang/mkdocs-htmlproofer-plugin/compare/v1.1.0...v1.2.0

Release 1.1.0

What's Changed

New Contributors

Full Changelog: https://github.com/manuzhang/mkdocs-htmlproofer-plugin/compare/v1.0.0...v1.1.0

Commits
  • 3b5535b Release 1.2.0
  • fce60c9 Add option to optionally skip downloading the contents of a file (#79)
  • ed60f7c Don't treat some HTTP status error codes as not errors (#78)
  • 36bd1e6 Bump up version to 1.2.0.dev
  • f0bb286 Release 1.1.0
  • 5776fea Fix naive handling of relative links when proofing (#75)
  • 14c97cc Update contributing development section (#74)
  • 65ae40f Provide compatibility with mkdocs-material blog plugin (#72)
  • d195827 Fix incorrect dev-requirements.txt in CONTRIBUTING.md (#71)
  • 392a4e1 Support wildcard in raise_error_excludes (#73)
  • Additional commits viewable in compare view


Updates mkdocs-material from 9.5.11 to 9.5.13

Release notes

Sourced from mkdocs-material's releases.

mkdocs-material-9.5.13

  • Updated Slovak translations
  • Improved info plugin interop with projects plugin
  • Improved info plugin inclusion/exclusion logic
  • Fixed info plugin not gathering files recursively
  • Fixed #6750: Ensure info plugin packs up all necessary files

Thanks to @​kamilkrzyskow and @​scepka for their contributions

mkdocs-material-9.5.12

  • Fixed #6846: Some meta tags removed on instant navigation (9.4.2 regression)
  • Fixed #6823: KaTex not rendering on instant navigation (9.5.5 regression)
  • Fixed #6821: Privacy plugin doesn't handle URLs with encoded characters
Changelog

Sourced from mkdocs-material's changelog.

mkdocs-material-9.5.13+insiders-4.53.1 (2024-03-06)

  • Fixed #6877: Projects plugin computes incorrect path to assets
  • Fixed #6869: Blog plugin should emit warning on invalid related link

mkdocs-material-9.5.13 (2024-03-06)

  • Updated Slovak translations
  • Improved info plugin interop with projects plugin
  • Improved info plugin inclusion/exclusion logic
  • Fixed info plugin not gathering files recursively
  • Fixed #6750: Ensure info plugin packs up all necessary files

mkdocs-material-9.5.12 (2024-02-29)

  • Fixed #6846: Some meta tags removed on instant navigation (9.4.2 regression)
  • Fixed #6823: KaTex not rendering on instant navigation (9.5.5 regression)
  • Fixed #6821: Privacy plugin doesn't handle URLs with encoded characters

mkdocs-material-9.5.11+insiders-4.53.0 (2024-02-24)

  • Added support for automatic instant previews
  • Added support for pinned blog posts

mkdocs-material-9.5.11 (2024-02-19)

  • Updated Finnish translation

mkdocs-material-9.5.10+insiders-4.52.3 (2024-02-21)

  • Fixed resolution of URLs in instant previews
  • Fixed instant previews not mounting for same-page links

mkdocs-material-9.5.10 (2024-02-19)

  • Updated Bahasa Malaysia translations
  • Fixed #6783: Hide continue reading link for blog posts without separators
  • Fixed #6779: Incorrect positioning of integrated table of contents

mkdocs-material-9.5.9 (2024-02-10)

  • Fixed navigation pruning with tabs and sections enabled

mkdocs-material-9.5.8+insiders-4.52.2 (2024-02-07)

  • Fixed #6735: Instant previews misplaced when below tabs

mkdocs-material-9.5.8 (2024-02-07)

  • Added Tamil translations

... (truncated)

Commits
  • 6ace043 Updated changelog
  • 36e9cff Prepare 9.5.13 release
  • c7de6ef Documentation (#6873)
  • dc808ca Updated dependencies
  • 63de275 Extended info plugin's validation message
  • 4478522 Added validation of paths to the info plugin
  • 819e209 Added projects plugin handling in the info plugin
  • 79129d5 Added exclusion logic for info plugin
  • 64a8b6a Changed info plugin to store more platform information
  • 712bc1c Fixed info plugin to gather all files recursively
  • Additional commits viewable in compare view


Updates mkdocstrings from 0.24.0 to 0.24.1

Release notes

Sourced from mkdocstrings's releases.

0.24.1

0.24.1 - 2024-02-27

Compare with 0.24.0

Code Refactoring

Changelog

Sourced from mkdocstrings's changelog.

0.24.1 - 2024-02-27

Compare with 0.24.0

Code Refactoring

Commits
  • d716a88 chore: Prepare release 0.24.1
  • c161d26 ci: Remove type ignore comment now that it's fixed in autorefs
  • 89f752a style: Format
  • 2fe2b47 chore: Template upgrade
  • 080ddad docs: Fix insiders page
  • cdd946c docs: Enable lang class and automatic inline highlight
  • 21380ae docs: Remove mention of directory watching
  • f553684 ci: Type ignore comment waiting for fix in autorefs
  • a7a2907 refactor: Support new pymdownx-highlight options
  • b5236b4 refactor: Backup anchors with id and no href, for compatibility with autorefs...
  • Additional commits viewable in compare view


Updates packaging from 23.2 to 24.0

Release notes

Sourced from packaging's releases.

24.0

What's Changed

New Contributors

Full Changelog: https://github.com/pypa/packaging/compare/23.2...24.0

Changelog

Sourced from packaging's changelog.

24.0 - 2024-03-10


* Do specifier matching correctly when the specifier contains an epoch number
  and has more components than the version (:issue:`683`)
* Support the experimental ``--disable-gil`` builds in packaging.tags
  (:issue:`727`)
* BREAKING: Make optional ``metadata.Metadata`` attributes default to ``None`` (:issue:`733`)
* Fix errors when trying to access the ``description_content_type``, ``keywords``,
  and ``requires_python`` attributes on ``metadata.Metadata`` when those values
  have not been provided (:issue:`733`)
* Fix a bug preventing the use of the built in ``ExceptionGroup`` on versions of
  Python that support it (:issue:`725`)
Commits


Updates pipdeptree from 2.15.1 to 2.16.1

Release notes

Sourced from pipdeptree's releases.

2.16.1

What's Changed

Full Changelog: https://github.com/tox-dev/pipdeptree/compare/2.16.0...2.16.1

2.16.0

What's Changed

New Contributors

Full Changelog: https://github.com/tox-dev/pipdeptree/compare/2.15.1...2.16.0

Commits
  • 2d527a7 Mock importlib.metadata usage in PackageDAG.from_pkgs() tests (#327)
  • 200a36e Delete outdated changelog
  • 4ebaca8 Fix key mismatch between requirements and dists (#325)
  • f009a19 Bump pypa/gh-action-pypi-publish from 1.8.11 to 1.8.12 (#323)
  • See full diff in compare view


Updates pymdown-extensions from 10.7 to 10.7.1

Release notes

Sourced from pymdown-extensions's releases.

10.7.1

  • FIX: SmartSymbols: Ensure symbols are properly translated in table of content tokens.
Commits


Updates python-dateutil from 2.8.2 to 2.9.0.post0

Release notes

Sourced from python-dateutil's releases.

2.9.0.post0

Version 2.9.0.post0 (2024-03-01)

Bugfixes

  • Pinned setuptools_scm to <8, which should make the generated _version.py file compatible with all supported versions of Python.

2.9.0

Version 2.9.0 (2024-02-29)

Data updates

  • Updated tzdata version to 2024a. (gh pr #1342)

Features

  • Made all dateutil submodules lazily imported using PEP 562. On Python 3.7+, things like import dateutil; dateutil.tz.gettz("America/New_York") will now work without explicitly importing dateutil.tz, with the import occurring behind the scenes on first use. The old behavior remains on Python 3.6 and earlier. Fixed by Orson Adams. (gh issue #771, gh pr #1007)

Bugfixes

  • Removed a call to datetime.utcfromtimestamp, which is deprecated as of Python 3.12. Reported by Hugo van Kemenade (gh pr #1284), fixed by Thomas Grainger (gh pr #1285).

Documentation changes

  • Added note into docs and tests where relativedelta would return last day of the month only if the same day on a different month resolves to a date that doesn't exist. Reported by @​hawkEye-01 (gh issue #1167). Fixed by @​Mifrill (gh pr #1168)
Changelog

Sourced from python-dateutil's changelog.

Version 2.9.0.post0 (2024-03-01)

Bugfixes

  • Pinned setuptools_scm to <8, which should make the generated _version.py file compatible with all supported versions of Python.

Version 2.9.0 (2024-02-29)

Data updates

  • Updated tzdata version to 2024a. (gh pr #1342)

Features

  • Made all dateutil submodules lazily imported using PEP 562 <https://www.python.org/dev/peps/pep-0562/>_. On Python 3.7+, things like import dateutil; dateutil.tz.gettz("America/New_York") will now work without explicitly importing dateutil.tz, with the import occurring behind the scenes on first use. The old behavior remains on Python 3.6 and earlier. Fixed by Orson Adams. (gh issue #771, gh pr #1007)

Bugfixes

  • Removed a call to datetime.utcfromtimestamp, which is deprecated as of Python 3.12. Reported by Hugo van Kemenade (gh pr #1284), fixed by Thomas Grainger (gh pr #1285).

Documentation changes

  • Added note into docs and tests where relativedelta would return last day of the month only if the same day on a different month resolves to a date that doesn't exist. Reported by @​hawkEye-01 (gh issue #1167). Fixed by @​Mifrill (gh pr #1168)
Commits
  • 1ae8077 Merge pull request #1346 from pganssle/release_2.9.0.post0
  • ee6de9d Update news to prepare for release
  • 9780d32 Pin setuptools_scm to <8
  • db9d018 Merge pull request #1343 from pganssle/release_2.9.0
  • 423ca2f Run updatezinfo before build
  • edd3fd4 Update NEWS file
  • fe02d02 Run towncrier with Python 3.11
  • 9c7524a Fix MANIFEST.in pattern
  • 6de58f5 Update classifiers to include Python 3.12
  • 8fe0cab Merge pull request #1342 from pganssle/update_zoneinfo
  • 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 ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore 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 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 ` 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 ` will remove all of the ignore conditions of the specified dependency - `@dependabot unignore ` will remove the ignore condition of the specified dependency and ignore conditions