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 16 updates #94

Closed dependabot[bot] closed 6 months ago

dependabot[bot] commented 6 months ago

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

Package From To
babel 2.13.1 2.14.0
beautifulsoup4 4.12.2 4.12.3
dnspython 2.4.2 2.5.0
griffe 0.38.0 0.39.1
idna 3.4 3.6
jinja2 3.1.2 3.1.3
linkchecker 10.3.0 10.4.0
markdown 3.5.1 3.5.2
markupsafe 2.1.3 2.1.4
mkdocs-material 9.5.4 9.5.6
pathspec 0.11.2 0.12.1
pipdeptree 2.13.1 2.13.2
platformdirs 4.0.0 4.1.0
pygments 2.17.1 2.17.2
python-slugify 8.0.1 8.0.2
regex 2023.10.3 2023.12.25

Updates babel from 2.13.1 to 2.14.0

Release notes

Sourced from babel's releases.

Version 2.14.0

Upcoming deprecation

  • This version, Babel 2.14, is the last version of Babel to support Python 3.7. Babel 2.15 will require Python 3.8 or newer. We had previously announced Babel 2.13 to have been the last version to support Python 3.7, but being able to use CLDR 43 with Python 3.7 was deemed important enough to keep supporting the EOL Python version for one more release.

Possibly backwards incompatible changes

  • Locale.number_symbols will now have first-level keys for each numbering system. Since the implicit default numbering system still is "latn", what had previously been e.g. Locale.number_symbols['decimal'] is now Locale.number_symbols['latn']['decimal'].
  • Babel no longer directly depends on either distutils or setuptools; if you had been using the Babel setuptools command extensions, you would need to explicitly depend on setuptools – though given you're running setup.py you probably already do.

The changelog below is auto-generated by GitHub.

Please see CHANGELOG.rst for additional details.

What's Changed

New Contributors

Full Changelog: https://github.com/python-babel/babel/compare/v2.13.1...v2.14.0

Changelog

Sourced from babel's changelog.

Version 2.14.0

Upcoming deprecation


* This version, Babel 2.14, is the last version of Babel to support Python 3.7.
  Babel 2.15 will require Python 3.8 or newer.
* We had previously announced Babel 2.13 to have been the last version to support
  Python 3.7, but being able to use CLDR 43 with Python 3.7 was deemed important
  enough to keep supporting the EOL Python version for one more release.

Possibly backwards incompatible changes

  • Locale.number_symbols will now have first-level keys for each numbering system. Since the implicit default numbering system still is "latn", what had previously been e.g. Locale.number_symbols['decimal'] is now Locale.number_symbols['latn']['decimal'].
  • Babel no longer directly depends on either distutils or setuptools; if you had been using the Babel setuptools command extensions, you would need to explicitly depend on setuptools – though given you're running setup.py you probably already do.

Features


* CLDR/Numbers: Add support of local numbering systems for number symbols by @kajte in :gh:`1036`
* CLDR: Upgrade to CLDR 43 by @rix0rrr in :gh:`1043`
* Frontend: Allow last_translator to be passed as an option to extract_message by @AivGitHub in :gh:`1044`
* Frontend: Decouple `pybabel` CLI frontend from distutils/setuptools by @akx in :gh:`1041`
* Numbers: Improve parsing of malformed decimals by @Olunusib and @akx in :gh:`1042`

Infrastructure

  • Enforce trailing commas (enable Ruff COM rule and autofix) by @​akx in :gh:1045
  • CI: use GitHub output formats by @​akx in :gh:1046
Commits
  • a8505a4 Prepare for 2.14.0 release (#1047)
  • 946efcd Improve parsing of malformed decimals (#1042)
  • aca7663 Add support for non-Latin numbering systems for number symbols (#1036)
  • d4e65e2 Allow last_translator to be passed as an option to extract_message (#1044)
  • 5dff607 CI: use GitHub output formats (#1046)
  • 8a1eef5 Enforce trailing commas (enable Ruff COM rule and autofix) (#1045)
  • bf7b2ca Decouple pybabel frontend from distutils/setuptools; remove dependency (#1041)
  • a6c52b3 Bump CLDR download script to 43 (#1043)
  • See full diff in compare view


Updates beautifulsoup4 from 4.12.2 to 4.12.3

Updates dnspython from 2.4.2 to 2.5.0

Release notes

Sourced from dnspython's releases.

dnspython 2.5.0

See the What's New page for a summary of this release.

Thanks to all the contributors, and, as usual, thanks to my co-maintainers: Tomáš Křížek, Petr Špaček, and Brian Wellington.

Changelog

Sourced from dnspython's changelog.

2.5.0

  • Dnspython now uses hatchling for builds.

  • Asynchronous destinationless sockets now work on Windows.

  • Cython is no longer supported due to various typing issues.

  • Dnspython now explicitly canonicalizes IPv4 and IPv6 addresses. Previously it was possible for non-canonical IPv6 forms to be stored in a AAAA address, which would work correctly but possibly cause problmes if the address were used as a key in a dictionary.

  • The number of messages in a section can be retrieved with section_count().

  • Truncation preferences for messages can be specified.

  • The length of a message can be automatically prepended when rendering.

  • dns.message.create_response() automatically adds padding when required by RFC 8467.

  • The TLS verify parameter is now supported by dns.query.tls(), and the DoH and DoT Nameserver subclasses.

  • The MutableMapping used to store content in a zone may now be specified by a factory when subclassing. Factories may also be provided for writable verisons and immutable versions.

  • dns.name.Name now has predecessor() and successor() methods implementing RFC 4471.

  • QUIC has had a number of bug fixes and also now supports session tickets for faster session resumption.

  • The NSEC3 class now has a next_name() method for retrieving the next name as a dns.name.Name.

  • Windows WMI interface detection should be more robust.

Commits


Updates griffe from 0.38.0 to 0.39.1

Release notes

Sourced from griffe's releases.

0.39.1

0.39.1 - 2024-01-18

Compare with 0.39.0

Bug Fixes

  • De-duplicate search paths in finder as they could lead to the same modules being yielded twice or more when scanning namespace packages (80a158a by Timothée Mazzucotelli).
  • Fix logic for skipping already encountered modules when scanning namespace packages (21a48d0 by Timothée Mazzucotelli). Issue mkdocstrings#646

0.39.0

0.39.0 - 2024-01-16

Compare with 0.38.1

Features

Bug Fixes

Code Refactoring

  • Set lineno to 0 for removed objects when checking API (b660c34 by Timothée Mazzucotelli).
  • Prepare support for new output formats (styles) of the check command (f2ece1e by Timothée Mazzucotelli).
  • Transform finder's package and namespace package classes into dataclasses (16be6a4 by Timothée Mazzucotelli).

0.38.1

0.38.1 - 2023-12-06

Compare with 0.38.0

Bug Fixes

Changelog

Sourced from griffe's changelog.

0.39.1 - 2024-01-18

Compare with 0.39.0

Bug Fixes

  • De-duplicate search paths in finder as they could lead to the same modules being yielded twice or more when scanning namespace packages (80a158a by Timothée Mazzucotelli).
  • Fix logic for skipping already encountered modules when scanning namespace packages (21a48d0 by Timothée Mazzucotelli). Issue mkdocstrings#646

0.39.0 - 2024-01-16

Compare with 0.38.1

Features

Bug Fixes

Code Refactoring

  • Set lineno to 0 for removed objects when checking API (b660c34 by Timothée Mazzucotelli).
  • Prepare support for new output formats (styles) of the check command (f2ece1e by Timothée Mazzucotelli).
  • Transform finder's package and namespace package classes into dataclasses (16be6a4 by Timothée Mazzucotelli).

0.38.1 - 2023-12-06

Compare with 0.38.0

Bug Fixes

Commits
  • d796e16 chore: Prepare release 0.39.1
  • 80a158a fix: De-duplicate search paths in finder as they could lead to the same modul...
  • 21a48d0 fix: Fix logic for skipping already encountered modules when scanning namespa...
  • 3d66d0e chore: Prepare release 0.39.0
  • b660c34 refactor: Set lineno to 0 for removed objects when checking API
  • f2ece1e refactor: Prepare support for new output formats (styles) of the check command
  • d604282 chore: Template upgrade
  • 2c4ba75 feat: Support editable installs dynamically exposing modules from other direc...
  • 16be6a4 refactor: Transform finder's package and namespace package classes into datac...
  • 2ad978d chore: Use raw strings for regular expressions
  • Additional commits viewable in compare view


Updates idna from 3.4 to 3.6

Changelog

Sourced from idna's changelog.

3.6 (2023-11-25) ++++++++++++++++

  • Fix regression to include tests in source distribution.

3.5 (2023-11-24) ++++++++++++++++

  • Update to Unicode 15.1.0
  • String codec name is now "idna2008" as overriding the system codec "idna" was not working.
  • Fix typing error for codec encoding
  • "setup.cfg" has been added for this release due to some downstream lack of adherence to PEP 517. Should be removed in a future release so please prepare accordingly.
  • Removed reliance on a symlink for the "idna-data" tool to comport with PEP 517 and the Python Packaging User Guide for sdist archives.
  • Added security reporting protocol for project

Thanks Jon Ribbens, Diogo Teles Sant'Anna, Wu Tingfeng for contributions to this release.

Commits


Updates jinja2 from 3.1.2 to 3.1.3

Release notes

Sourced from jinja2's releases.

3.1.3

This is a fix release for the 3.1.x feature branch.

Changelog

Sourced from jinja2's changelog.

Version 3.1.3

Released 2024-01-10

  • Fix compiler error when checking if required blocks in parent templates are empty. :pr:1858
  • xmlattr filter does not allow keys with spaces. GHSA-h5c8-rqwp-cp95
  • Make error messages stemming from invalid nesting of {% trans %} blocks more helpful. :pr:1918
Commits


Updates linkchecker from 10.3.0 to 10.4.0

Release notes

Sourced from linkchecker's releases.

Release 10.4.0

Features:

  • FIFOs can be used with --config and --cookiefile

Changes:

  • Minimum Python version required is 3.9
  • ms-windows-store added to the list of ignored schemes
  • linkchecker will exit if problems with a configuration file or cookie file are detected on startup

Fixes

  • A cookie file that could not be parsed was causing an exception
  • Documentation updates
Changelog

Sourced from linkchecker's changelog.

10.4.0 (released 11.12.2023)

Features:

  • FIFOs can be used with --config and --cookiefile

Changes:

  • Minimum Python version required is 3.9
  • ms-windows-store added to the list of ignored schemes
  • linkchecker will exit if problems with a configuration file or cookie file are detected on startup

Fixes

  • A cookie file that could not be parsed was causing an exception
  • Documentation updates
Commits
  • 12e47c9 Merge pull request #780 from cjmayo/no-sigstore
  • 0a5a615 Stop generating Sigstore signatures on release
  • 08e6ef9 Merge pull request #777 from cjmayo/rel104
  • 829dae8 Merge pull request #779 from cjmayo/docker312
  • b372116 Merge pull request #776 from cjmayo/man-updates
  • cc1054c Update Docker image to Python 3.12
  • 10adf4c Documentation for release 10.4.0
  • 042aa2c Update IANA schemes
  • f64dd7b Fix SslCertificateCheck.init() docstring
  • ad2168f Update application translation catalogs
  • Additional commits viewable in compare view


Updates markdown from 3.5.1 to 3.5.2

Release notes

Sourced from markdown's releases.

Release 3.5.2

Fixed

  • Fix type annotations for convertFile - it accepts only bytes-based buffers. Also remove legacy checks from Python 2 (#1400)
  • Remove legacy import needed only in Python 2 (#1403)
  • Fix typo that left the attribute AdmonitionProcessor.content_indent unset (#1404)
  • Fix edge-case crash in InlineProcessor with AtomicString (#1406).
  • Fix edge-case crash in codehilite with an empty code tag (#1405).
  • Improve and expand type annotations in the code base (#1401).
  • Fix handling of bogus comments (#1425).
Changelog

Sourced from markdown's changelog.

[3.5.2] -- 2024-01-10

Fixed

  • Fix type annotations for convertFile - it accepts only bytes-based buffers. Also remove legacy checks from Python 2 (#1400)
  • Remove legacy import needed only in Python 2 (#1403)
  • Fix typo that left the attribute AdmonitionProcessor.content_indent unset (#1404)
  • Fix edge-case crash in InlineProcessor with AtomicString (#1406).
  • Fix edge-case crash in codehilite with an empty code tag (#1405).
  • Improve and expand type annotations in the code base (#1401).
  • Fix handling of bogus comments (#1425).
Commits
  • 08dacae Bump version to 3.5.2
  • e466f38 Fix handling of bogus comments.
  • a2a9c53 Update change log link in README.md
  • cef5afe Update Changelog URL
  • 5d7f255 Fix missing search in docs
  • bc14d59 Split changelog workflows to separate logic on when each gets run.
  • 9b06df2 ghp-import it not a command module
  • dac7977 Fix a minor oversight in #1407
  • dcd69b1 Update docs deploy scripts
  • a63e6f3 Fix edge-case crash in InlineProcessor
  • Additional commits viewable in compare view


Updates markupsafe from 2.1.3 to 2.1.4

Release notes

Sourced from markupsafe's releases.

2.1.4

This is a fix release for the 2.1.x feature release branch. It fixes bugs but does not otherwise change behavior and should not result in breaking changes.

Changelog

Sourced from markupsafe's changelog.

Version 2.1.4

Released 2024-01-19

  • Don't use regular expressions for striptags, avoiding a performance issue. :pr:413
Commits


Updates mkdocs-material from 9.5.4 to 9.5.6

Release notes

Sourced from mkdocs-material's releases.

mkdocs-material-9.5.6

  • Fixed #6700: Missing styles for Mermaid.js labels with Markdown

mkdocs-material-9.5.5

  • Updated Tagalog translations
  • Updated Pillow to 10.2 to mitigate security vulnerabilities
  • Improved resilience of instant navigation
  • Fixed #6687: Updated Mermaid.js to version 10.7.0 (latest)
  • Fixed #6652: Keyboard events in custom elements captured
  • Fixed #6582: Instant navigation doesn't correctly handle alternate URLs
  • Fixed #6565: Instant navigation doesn't allow for onclick handlers
  • Fixed #6345: Instant navigation sometimes breaks browser back button
  • Fixed #6334: Instant navigation doesn't correctly position anchors (Safari)
  • Fixed #6275: Instant navigation doesn't correctly resolve after 404
  • Fixed #6102: Instant navigation reloads page on same link navigation
Changelog

Sourced from mkdocs-material's changelog.

mkdocs-material-9.5.6+insiders-4.52.0 (2024-01-28)

  • Added support for instant previews
  • Fixed footnote tooltips positioning edge cases
  • Fixed #6703: New tags plugin crashes on Windows

mkdocs-material-9.5.6 (2024-01-28)

  • Fixed #6700: Missing styles for Mermaid.js labels with Markdown

mkdocs-material-9.5.5+insiders-4.51.0 (2024-01-24)

  • Added support for footnote tooltips

mkdocs-material-9.5.5 (2024-01-24)

  • Updated Tagalog translations
  • Updated Pillow to 10.2 to mitigate security vulnerabilities
  • Improved resilience of instant navigation
  • Fixed #6687: Updated Mermaid.js to version 10.7.0 (latest)
  • Fixed #6652: Keyboard events in custom elements captured
  • Fixed #6582: Instant navigation doesn't correctly handle alternate URLs
  • Fixed #6565: Instant navigation doesn't allow for onclick handlers
  • Fixed #6345: Instant navigation sometimes breaks browser back button
  • Fixed #6334: Instant navigation doesn't correctly position anchors (Safari)
  • Fixed #6275: Instant navigation doesn't correctly resolve after 404
  • Fixed #6102: Instant navigation reloads page on same link navigation

mkdocs-material-9.5.4+insiders-4.50.0 (2024-01-19)

  • Added configurable logging capabilities to privacy plugin

mkdocs-material-9.5.4 (2024-01-15)

  • Fixed #6645: Local storage with invalid value can break site
  • Fixed #6635: Tags icons before default ignored if default is set

mkdocs-material-9.5.3+insiders-4.49.2 (2024-01-09)

  • Fixed missing attribute lists extension for tags plugin
  • Fixed #6627: New tags plugin crashes on Python 3.8

mkdocs-material-9.5.3+insiders-4.49.1 (2024-01-07)

  • Improved interop of new tags plugin with other plugins
  • Fixed #6594: Tags plugin doesn't work with mkdocs-macros plugin
  • Fixed #6569: Social plugin crashes if in different file system location

mkdocs-material-9.5.3+insiders-4.49.0 (2023-12-29)

... (truncated)

Commits
  • 6026738 Prepare 9.5.6 release
  • a65fd1e Updated distribution files
  • 335dd3a Fixed Markdown formatted nodes in Mermaid.js
  • f55ce2c Updated Insiders changelog
  • 6724141 Documentation
  • 9d52e36 Prepare 9.5.5 release
  • 943e978 Merge pull request #6662 from squidfunk/fix/instant-loading-bugs
  • 95ad78a Merge branch 'master' into fix/instant-loading-bugs
  • be95f49 Fixed capturing of keyboard events for custom elements
  • 6128ab9 Updated Tagalog translations
  • Additional commits viewable in compare view


Updates pathspec from 0.11.2 to 0.12.1

Release notes

Sourced from pathspec's releases.

v0.12.1

Release v0.12.1. See CHANGES.rst.

v0.12.0

Release v0.12.0. See CHANGES.rst.

Changelog

Sourced from pathspec's changelog.

0.12.1 (2023-12-10)

Bug fixes:

  • Issue [#84](https://github.com/cpburnz/python-pathspec/issues/84)_: PathSpec.match_file() returns None since 0.12.0.

.. _Issue [#84](https://github.com/cpburnz/python-pathspec/issues/84): cpburnz/python-pathspec#84

0.12.0 (2023-12-09)

Major changes:

  • Dropped support of EOL Python 3.7. See Pull [#82](https://github.com/cpburnz/python-pathspec/issues/82)_.

API changes:

  • Signature of protected method pathspec.pathspec.PathSpec._match_file() (with a leading underscore) has been changed from def _match_file(patterns: Iterable[Pattern], file: str) -> bool to def _match_file(patterns: Iterable[Tuple[int, Pattern]], file: str) -> Tuple[Optional[bool], Optional[int]].

New features:

  • Added pathspec.pathspec.PathSpec.check_*() methods. These methods behave similarly to .match_*() but return additional information in the pathspec.util.CheckResult objects (e.g., CheckResult.index indicates the index of the last pattern that matched the file).
  • Added pathspec.pattern.RegexPattern.pattern attribute which stores the original, uncompiled pattern.

Bug fixes:

  • Issue [#81](https://github.com/cpburnz/python-pathspec/issues/81)_: GitIgnoreSpec behaviors differ from git.
  • Pull [#83](https://github.com/cpburnz/python-pathspec/issues/83)_: Fix ReadTheDocs builds.

Improvements:

  • Mark Python 3.12 as supported. See Pull [#82](https://github.com/cpburnz/python-pathspec/issues/82)_.
  • Improve test debugging.
  • Improve type hint on on_error parameter on pathspec.pathspec.PathSpec.match_tree_entries().
  • Improve type hint on on_error parameter on pathspec.util.iter_tree_entries().

.. _Issue [#81](https://github.com/cpburnz/python-pathspec/issues/81): cpburnz/python-pathspec#81 .. _Pull [#82](https://github.com/cpburnz/python-pathspec/issues/82): cpburnz/python-pathspec#82 .. _Pull [#83](https://github.com/cpburnz/python-pathspec/issues/83): cpburnz/python-pathspec#83

Commits


Updates pipdeptree from 2.13.1 to 2.13.2

Release notes

Sourced from pipdeptree's releases.

2.13.2

What's Changed

Full Changelog: https://github.com/tox-dev/pipdeptree/compare/2.13.1...2.13.2

Commits
  • 8b336b1 Use "Any" value if necessary for required version in JSON render (#310)
  • 06c2f9d [pre-commit.ci] pre-commit autoupdate (#311)
  • 230b4d6 [pre-commit.ci] pre-commit autoupdate (#308)
  • b8699f2 [pre-commit.ci] pre-commit autoupdate (#307)
  • 0016509 [pre-commit.ci] pre-commit autoupdate (#305)
  • 30011ac Bump actions/setup-python from 4 to 5 (#306)
  • 28bf158 Bump pypa/gh-action-pypi-publish from 1.8.10 to 1.8.11 (#304)
  • ced8bd8 models/package: have version_spec only exist in ReqPackage (#303)
  • d63f879 [pre-commit.ci] pre-commit autoupdate (#301)
  • See full diff in compare view


Updates platformdirs from 4.0.0 to 4.1.0

Release notes

Sourced from platformdirs's releases.

4.1.0

What's Changed

New Contributors

Full Changelog: https://github.com/platformdirs/platformdirs/compare/4.0.0...4.1.0

Changelog

Sourced from platformdirs's changelog.

platformdirs Changelog

Commits


Updates pygments from 2.17.1 to 2.17.2

Release notes

Sourced from

dependabot[bot] commented 6 months ago

This pull request was built based on a group rule. Closing it will not ignore any of these versions in future pull requests.