frequenz-floss / frequenz-client-dispatch-python

Dispatch API client for Python
https://frequenz-floss.github.io/frequenz-client-dispatch-python/
MIT License
0 stars 3 forks source link

Bump the optional group with 14 updates #17

Closed dependabot[bot] closed 7 months ago

dependabot[bot] commented 7 months ago

Bumps the optional group with 14 updates:

Package From To
pydoclint 0.3.2 0.4.1
isort 5.12.0 5.13.2
markdown 3.4.4 3.5.2
mkdocs-macros-plugin 1.0.4 1.0.5
mkdocs-material 9.3.1 9.5.10
mkdocstrings[python] 0.23.0 0.24.0
frequenz-repo-config[lib] 0.8.0 0.9.0
mypy 1.5.1 1.8.0
types-markdown 3.4.2.10 3.5.0.20240129
pylint 3.0.2 3.0.3
frequenz-repo-config[extra-lint-examples] 0.8.0 0.9.0
pytest-mock 3.11.1 3.12.0
pytest-asyncio 0.21.1 0.23.5
hypothesis 6.98.8 6.98.9

Updates pydoclint from 0.3.2 to 0.4.1

Release notes

Sourced from pydoclint's releases.

0.4.1

What's Changed

Full Changelog: https://github.com/jsh9/pydoclint/compare/0.4.0...0.4.1

0.4.0

What's Changed

Full Changelog: https://github.com/jsh9/pydoclint/compare/0.3.10...0.4.0

0.3.10

What's Changed

New Contributors

Full Changelog: https://github.com/jsh9/pydoclint/compare/0.3.9...0.3.10

0.3.9

What's Changed

Full Changelog: https://github.com/jsh9/pydoclint/compare/0.3.8...0.3.9

0.3.8

What's Changed

Full Changelog: https://github.com/jsh9/pydoclint/compare/0.3.7...0.3.8

0.3.7

What's Changed

  • Improved documentation (04bd2316324e7d4765d646e8d23a3a99a0d0e947)
  • Disable parallel mode in pre-commit by @​jsh9 in jsh9/pydoclint#93

Full Changelog: https://github.com/jsh9/pydoclint/compare/0.3.6...0.3.7

... (truncated)

Changelog

Sourced from pydoclint's changelog.

[0.4.1] - 2024-02-17

[0.4.0] - 2024-02-08

[0.3.10] - 2024-02-07

[0.3.9] - 2024-01-16

[0.3.8] - 2023-10-20

  • Fixed

    • A bug in handling prepended escape characters in docstrings
  • Changed

... (truncated)

Commits


Updates isort from 5.12.0 to 5.13.2

Release notes

Sourced from isort's releases.

5.13.2

Changes

:beetle: Fixes

5.13.1

Changes

  • Fix integration tests (#2208) @​bp72
  • Added a fix for normalizing imports from more than one level of parent modules (issue/2152) (#2191) @​bp72

:beetle: Fixes

5.13.0

Changes

:fire: Removals and Deprecations

:package: Dependencies

... (truncated)

Changelog

Sourced from isort's changelog.

5.13.2 December 13 2023

5.13.1 December 11 2023

5.13.0 December 9 2023

Commits
  • c655831 Merge pull request #2214 from PyCQA/version/5.13.2
  • b4335b4 Prepare version 5.13.2
  • c36e43c Merge pull request #2184 from bp72/issue/2154
  • e38702f Merge pull request #2213 from davidculley/confine-precommit-to-stages
  • ee8d87f Add fix for the error found by hypothesis
  • 5849ec2 Apply the bracket fix from issue 471 only for use_parentheses=True
  • df0e119 confine pre-commit to stages
  • 9255bca Merge pull request #2212 from PyCQA/bugfix/#2211-colors-extra
  • 5336d7d Fix colors extras
  • 643d9c4 Merge pull request #2210 from PyCQA/version/5.13.1
  • Additional commits viewable in compare view


Updates markdown from 3.4.4 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).

Release 3.5.1

Fixed

  • Fix a performance problem with HTML extraction where large HTML input could trigger quadratic line counting behavior (#1392).
  • Improve and expand type annotations in the code base (#1394).
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).

[3.5.1] -- 2023-10-31

Fixed

  • Fix a performance problem with HTML extraction where large HTML input could trigger quadratic line counting behavior (#1392).
  • Improve and expand type annotations in the code base (#1394).

[3.5] -- 2023-10-06

Added

Add permalink_leading configuration option to the toc extension (#1339)

A new boolean option permalink_leading controls the position of the permanent link anchors generated with permalink. Setting permalink_leading to True will cause the links to be inserted at the start of the header, before any other header content. The default behavior for permalink is to append permanent links to the header, placing them after all other header content.

Changed

  • Add support for cPython version 3.12 (and PyPy 3.10) and drop support for Python version 3.7 (#1357).
  • Refactor changelog to use the format defined at https://keepachangelog.com/.
  • Update the list of empty HTML tags (#1353).
  • Add customizable TOC title class to TOC extension (#1293).
  • Add API documentation of the code base which is generated by mkdocstrings (#1220).

Fixed

  • Fix a corner case in admonitions where if an indented code block was provided as the first block, the output would be malformed (#1329).
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 mkdocs-macros-plugin from 1.0.4 to 1.0.5

Changelog

Sourced from mkdocs-macros-plugin's changelog.

1.0.5, 2023-10-31

  • Added: git.short_tag (#183)
  • Added: Mermaid diagrams in the documentation (Readthedocs)
  • Fixed: Changelog was no longer displayed (#186)
Commits
  • 4bfda0b Fix issue with changelog no longer displayed (#186)
  • 82c5cdd Merge pull request #183 from marcospereira/add-short-tag
  • 298f07f Add a short_tag attribute to git context
  • 428a015 Remove include-markdown in webdoc, since it crashed readthedocs
  • 2161dd4 Update .readthedocs.yml
  • c64a08d Merge pull request #182 from SimonMarquis/patch-1
  • 1c1d2c4 Fix typo in Rich Markdown Pages docs
  • 9dba19e Merge branch 'master' of github.com:fralau/mkdocs_macros_plugin into master
  • 7da7089 Add experimental logo
  • 0d36dde Add experimental logo
  • Additional commits viewable in compare view


Updates mkdocs-material from 9.3.1 to 9.5.10

Release notes

Sourced from mkdocs-material's releases.

mkdocs-material-9.5.10

  • 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

  • Fixed navigation pruning with tabs and sections enabled

mkdocs-material-9.5.8

  • Added Tamil translations
  • Updated Esperanto translations
  • Fixed relative images not being resolved for instant navigation

mkdocs-material-9.5.7

  • Fixed #6731: Small images in figures are not centered
  • Fixed #6719: Instant navigation breaks table of contents (9.5.5 regression)

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

mkdocs-material-9.5.4

  • 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

  • Limited version range of MkDocs to < 1.6
  • Updated Macedonian translations
  • Fixed #6520: Group plugin crashes when using mike
  • Fixed #6494: Hide author's email address if disabled in git-authors plugin

mkdocs-material-9.5.2

  • Fixed types for slugify settings in blog plugin config
  • Fixed #6469: Horizontal scrollbars on MathJax containers

mkdocs-material-9.5.1

  • Updated Greek translations
  • Fixed #6464: Privacy plugin cannot be enabled

... (truncated)

Changelog

Sourced from mkdocs-material's changelog.

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
  • Updated Esperanto translations
  • Fixed relative images not being resolved for instant navigation

mkdocs-material-9.5.7 (2024-02-03)

  • Fixed #6731: Small images in figures are not centered
  • Fixed #6719: Instant navigation breaks table of contents (9.5.5 regression)

mkdocs-material-9.5.6+insiders-4.52.1 (2024-01-30)

  • Fixed #6705: Navigation path not being hidden when specified
  • Fixed #6703: New tags plugin crashes on Windows (2nd attempt)

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)

... (truncated)

Commits


Updates mkdocstrings[python] from 0.23.0 to 0.24.0

Release notes

Sourced from mkdocstrings[python]'s releases.

0.24.0

0.24.0 - 2023-11-14

Compare with 0.23.0

Features

Bug Fixes

Code Refactoring

Changelog

Sourced from mkdocstrings[python]'s changelog.

0.24.0 - 2023-11-14

Compare with 0.23.0

Features

Bug Fixes

Code Refactoring

Commits
  • 032e417 chore: Prepare release 0.24.0
  • ce84dd5 feat: Cache downloaded inventories as local file
  • 4a97755 docs: Make recipe work with MkDocs -f option
  • b3edf89 ci: Some typing fixes/ignore
  • d74fada tests: Stop passing config file path to MkDocsConfig
  • 4dbb6d6 ci: Ruff auto-fix
  • 39694ac chore: Template upgrade
  • afc4ea4 fix: custom_templates config was dropped in previous commit (#630)
  • b61d4d1 refactor: Drop support for MkDocs < 1.4, modernize usages
  • 370a61d fix: Make custom_templates relative to the config file
  • Additional commits viewable in compare view


Updates frequenz-repo-config[lib] from 0.8.0 to 0.9.0

Release notes

Sourced from frequenz-repo-config[lib]'s releases.

v0.9.0

Frequenz Repository Configuration Release Notes

Summary

This release brings support for pytest 8, a couple of bug fixes and many improvements to the cookiecutter template.

Upgrading

  • Once you upgraded, you'll be able to upgrade to pytest 8, and indirectly to sybil 6, which includes types hints. If you do so, you should remove the mypy exception for sybil in the pyproject.toml file.

    Search for the tool.mypy.overrides section and remove the "sybil", "sybil.*" enties from the module list.

Cookiecutter template

To upgrade without regenerating the project, you can follow these steps:

  • Run the following command to add the new pylint ignore rules:

    sed '/  # Checked by flake8/a\  "redefined-outer-name",\n  "unused-import",' -i pyproject.toml
    
  • It is recommended to update this rule in your repository to use the new bypass rule for the Protect version branches ruleset that allows maintainers to force-merge.

    You can do this by re-importing the ruleset or manually:

    Go to the repository settings -> Rules -> Rulesets -> Protect version branches -> Bypass list -> Add bypass -> Select Maintain role and change the dropdown bypass rule to use Pull requests instead of Always.

  • The labeler action was upgraded to 5.0.0. This needs a new configuration file.

    If you haven't diverged much from the default configuration (and you are not using exclusion rules), you can update the configuration file by running this script in the root of your repository:

    import sys
    lines = []
    state = "looking"
    with open(".github/labeler.yml", encoding="utf-8") as fin:
        for line in fin:
            if "changed-files:" in line:
                sys.stderr.write("Already fixed, aborting...\n")
                sys.exit(1)
            match state:
                case "looking":
                    if not line.startswith(("#", " ", "\t")) and line.rstrip().endswith(":"):
                        line = f"{line}  - changed-files:\n    - any-glob-to-any-file:\n"
                        state = "in-label"
                case "in-label":
                    if not line.lstrip().startswith("-"):
                        state = "looking"
    

... (truncated)

Commits
  • 3e198ce Prepare release notes for v0.9.0 (#227)
  • 665c447 Remove placeholder from RELEASE_NOTES.md
  • 9545f59 Add summary to release notes
  • 3258f97 Remove conflict markers from RELEASE_NOTES.md
  • 0916f1b Fetch submodules when doing cross-arch tests (#225)
  • eb09fb4 Fetch submodules when doing cross-arch tests
  • e2bae45 Update pytest and sybil (#221)
  • f479301 ci: Support using git for dependencies in test-installation (#222)
  • 4b09189 Update release notes
  • 21067ad Remove mypy exceptions for sybil
  • Additional commits viewable in compare view


Updates mypy from 1.5.1 to 1.8.0

Changelog

Sourced from mypy's changelog.

Mypy Release Notes

Next release

Stubtest will ignore private function/method parameters when they are missing from the stub. Private parameters names start with a single underscore and have a default (PR 16507).

Mypy 1.8

We’ve just uploaded mypy 1.8 to the Python Package Index (PyPI). Mypy is a static type checker for Python. This release includes new features, performance improvements and bug fixes. You can install it as follows:

python3 -m pip install -U mypy

You can read the full documentation for this release on Read the Docs.

Type-checking Improvements

  • Do not intersect types in isinstance checks if at least one is final (Christoph Tyralla, PR 16330)
  • Detect that @final class without __bool__ cannot have falsey instances (Ilya Priven, PR 16566)
  • Do not allow TypedDict classes with extra keywords (Nikita Sobolev, PR 16438)
  • Do not allow class-level keywords for NamedTuple (Nikita Sobolev, PR 16526)
  • Make imprecise constraints handling more robust (Ivan Levkivskyi, PR 16502)
  • Fix strict-optional in extending generic TypedDict (Ivan Levkivskyi, PR 16398)
  • Allow type ignores of PEP 695 constructs (Shantanu, PR 16608)
  • Enable type_check_only support for TypedDict and NamedTuple (Nikita Sobolev, PR 16469)

Performance Improvements

  • Add fast path to analyzing special form assignments (Jukka Lehtosalo, PR 16561)

Improvements to Error Reporting

  • Don't show documentation links for plugin error codes (Ivan Levkivskyi, PR 16383)
  • Improve error messages for super checks and add more tests (Nikita Sobolev, PR 16393)
  • Add error code for mutable covariant override (Ivan Levkivskyi, PR 16399)

Stubgen Improvements

  • Preserve simple defaults in function signatures (Ali Hamdan, PR 15355)
  • Include __all__ in output (Jelle Zijlstra, PR 16356)
  • Fix stubgen regressions with pybind11 and mypy 1.7 (Chad Dombrova, PR 16504)

Stubtest Improvements

  • Improve handling of unrepresentable defaults (Jelle Zijlstra, PR 16433)
  • Print more helpful errors if a function is missing from stub (Alex Waygood, PR 16517)
  • Support @type_check_only decorator (Nikita Sobolev, PR 16422)
  • Warn about missing __del__ (Shantanu, PR 16456)
  • Fix crashes with some uses of final and deprecated (Shantanu, PR 16457)

Fixes to Crashes

  • Fix crash with type alias to Callable[[Unpack[Tuple[Any, ...]]], Any] (Alex Waygood, PR 16541)
  • Fix crash on TypeGuard in __call__ (Ivan Levkivskyi, PR 16516)
  • Fix crash on invalid enum in method (Ivan Levkivskyi, PR 16511)
  • Fix crash on unimported Any in TypedDict (Ivan Levkivskyi, PR 16510)

... (truncated)

Commits
  • 3b46750 remove +dev suffix from version
  • c9bc833 Fix tests broken by hatchling (#16655)
  • 60d30e3 Fix crash with type alias to Callable[[Unpack[Tuple[Any, ...]]], Any] (#16541)
  • f53f422 Allow type ignores of PEP 695 constructs (#16608)
  • 7c33e7c @​final class without bool cannot have falsey instances (#16566)
  • c224da5 Do not intersect types in isinstance checks if at least one is final (#16330)
  • d54cc35 Change example in test cases with no stubs available (#16513)
  • eb1ee97 Update hashes in sync-typeshed.py following recent typeshed sync (#16600)
  • 344298e Revert use of ParamSpec for functools.wraps
  • 3e5d813 Revert typeshed ctypes change
  • Additional commits viewable in compare view


Updates types-markdown from 3.4.2.10 to 3.5.0.20240129

Commits


Updates pylint from 3.0.2 to 3.0.3

Commits
Marenz commented 7 months ago