frequenz-floss / frequenz-api-weather

gRPC+protobuf specification and Python bindings for the Frequenz Weather API
MIT License
0 stars 8 forks source link

Bump the optional group with 10 updates #45

Closed dependabot[bot] closed 10 months ago

dependabot[bot] commented 11 months ago

Updates the requirements on frequenz-api-common, pydoclint, black, mkdocs-literate-nav, mkdocs-material, mkdocstrings[python], frequenz-repo-config[api], mypy, pytest and frequenz-repo-config[extra-lint-examples] to permit the latest version. Updates frequenz-api-common to 0.4.0

Release notes

Sourced from frequenz-api-common's releases.

v0.4.0

Frequenz Common API Release Notes

Summary

Added versioning to the API, added new component category variants, and split sensors out of components.

Upgrading

  • The package names have been changed from frequenz.api.common.<package> to frequenz.api.common.v1.<package>. v1 is the API's major version, and will be incremented for breaking changes.

  • Added frequenz.api.common.sensors package, containing the enums SensorCategory and SensorType. Removed the component category variant COMPONENT_CATEGORY_SENSOR and the enum SensorType from frequenz.api.common.components.

  • The component category variant PRECHARGE_MODULE has been renamed to PRECHARGER.

New Features

  • Added a new component category variant: COMPONENT_CATEGORY_FUSE.

  • Added a new component category variant: COMPONENT_CATEGORY_VOLTAGE_TRANSFORMER.

What's Changed

... (truncated)

Commits
  • 83e96a9 Clean up release notes for release v0.4.0 (#94)
  • 61516bd Clean up release notes for release v0.4.0
  • 95e4a5f Rename PRECHARGE_MODULE to PRECHARGER (#91)
  • efc3821 Rename PRECHARGE_MODULE to PRECHARGER
  • 9d75ad7 Add new sensor category and metric enums (#93)
  • 62fc411 Introduce new component categories (#92)
  • 8cb9bcc Add new sensor category and metric enums
  • 771cb63 Add voltage transformer component category
  • 8a270ee Add fuse component category
  • 34684db Add versioning to common proto files (#90)
  • Additional commits viewable in compare view


Updates pydoclint from 0.3.1 to 0.3.8

Release notes

Sourced from pydoclint's releases.

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

0.3.6

What's Changed

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

0.3.5

What's Changed

Full Changelog: https://github.com/jsh9/pydoclint/compare/0.3.4...0.3.5

0.3.4

What's Changed

Full Changelog: https://github.com/jsh9/pydoclint/compare/0.3.3...0.3.4

0.3.3

What's Changed

New Contributors

Full Changelog: https://github.com/jsh9/pydoclint/compare/0.3.2...0.3.3

0.3.2

What's Changed

... (truncated)

Changelog

Sourced from pydoclint's changelog.

[0.3.8] - 2023-10-20

[0.3.7] - 2023-10-19

[0.3.6] - 2023-10-18

[0.3.5] - 2023-10-17

[0.3.4] - 2023-10-12

  • Changed

    • Don't check type hints for DOC103

... (truncated)

Commits


Updates black from 23.7.0 to 23.10.1

Release notes

Sourced from black's releases.

23.10.1

Highlights

  • Maintanence release to get a fix out for GitHub Action edge case (#3957)

Preview style

  • Fix merging implicit multiline strings that have inline comments (#3956)
  • Allow empty first line after block open before a comment or compound statement (#3967)

Packaging

  • Change Dockerfile to hatch + compile black (#3965)

Integrations

  • The summary output for GitHub workflows is now suppressible using the summary parameter. (#3958)
  • Fix the action failing when Black check doesn't pass (#3957)

Documentation

23.10.0

Stable style

  • Fix comments getting removed from inside parenthesized strings (#3909)

Preview style

  • Fix long lines with power operators getting split before the line length (#3942)
  • Long type hints are now wrapped in parentheses and properly indented when split across multiple lines (#3899)
  • Magic trailing commas are now respected in return types. (#3916)
  • Require one empty line after module-level docstrings. (#3932)
  • Treat raw triple-quoted strings as docstrings (#3947)

Configuration

  • Fix cache versioning logic when BLACK_CACHE_DIR is set (#3937)

Parser

  • Fix bug where attributes named type were not acccepted inside match statements (#3950)
  • Add support for PEP 695 type aliases containing lambdas and other unusual expressions (#3949)

... (truncated)

Changelog

Sourced from black's changelog.

23.10.1

Highlights

  • Maintenance release to get a fix out for GitHub Action edge case (#3957)

Preview style

  • Fix merging implicit multiline strings that have inline comments (#3956)
  • Allow empty first line after block open before a comment or compound statement (#3967)

Packaging

  • Change Dockerfile to hatch + compile black (#3965)

Integrations

  • The summary output for GitHub workflows is now suppressible using the summary parameter. (#3958)
  • Fix the action failing when Black check doesn't pass (#3957)

Documentation

23.10.0

Stable style

  • Fix comments getting removed from inside parenthesized strings (#3909)

Preview style

  • Fix long lines with power operators getting split before the line length (#3942)
  • Long type hints are now wrapped in parentheses and properly indented when split across multiple lines (#3899)
  • Magic trailing commas are now respected in return types. (#3916)
  • Require one empty line after module-level docstrings. (#3932)
  • Treat raw triple-quoted strings as docstrings (#3947)

Configuration

  • Fix cache versioning logic when BLACK_CACHE_DIR is set (#3937)

Parser

  • Fix bug where attributes named type were not accepted inside match statements (#3950)
  • Add support for PEP 695 type aliases containing lambdas and other unusual expressions

... (truncated)

Commits


Updates mkdocs-literate-nav from 0.6.0 to 0.6.1

Release notes

Sourced from mkdocs-literate-nav's releases.

v0.6.1

Commits


Updates mkdocs-material from 9.4.4 to 9.4.8

Release notes

Sourced from mkdocs-material's releases.

mkdocs-material-9.4.8

  • Fixed invalid local address replacement when using instant loading
  • Fixed #6275: Crash after navigation caused 404 when using instant loading

mkdocs-material-9.4.7

  • Added Azerbaijani translations

mkdocs-material-9.4.6

  • Updated Danish and Norwegian (Nynorsk) translations
  • Fixed #6169: Blog post metadata layout overflows on small screens

mkdocs-material-9.4.5

  • Fixed sidebar auto-positioning (9.4.2 regression)
  • Fixed #6166: Improve group plugin compatibility with Python < 3.10
  • Fixed #6157: Hiding tags does not work (9.4.3 regression)
Changelog

Sourced from mkdocs-material's changelog.

mkdocs-material-9.4.8+insiders-4.43.0 (2023-11-05)

  • Added support for GitLab committers (document contributors)
  • Fixed #6264: Fixed compatibility with Python < 3.10
  • Fixed #6254: Meta plugin not applying meta files to blog posts

mkdocs-material-9.4.8 (2023-11-05)

  • Fixed invalid local address replacement when using instant loading
  • Fixed #6275: Crash after navigation caused 404 when using instant loading

mkdocs-material-9.4.7+insiders-4.42.3 (2023-10-27)

  • Fixed #6251: Cards in grids cut off on very small screens
  • Fixed #6241: Using social plugin + static-i18n plugin errors

mkdocs-material-9.4.7 (2023-10-27)

  • Added Azerbaijani translations

mkdocs-material-9.4.6+insiders-4.42.2 (2023-10-14)

  • Fixed #6186: Privacy plugin ignores hash fragments on images
  • Fixed #6180: Projects plugin crashing when adding or removing files

mkdocs-material-9.4.6 (2023-10-14)

  • Updated Danish and Norwegian (Nynorsk) translations
  • Fixed #6169: Blog post metadata layout overflows on small screens

mkdocs-material-9.4.5 (2023-10-10)

  • Fixed sidebar auto-positioning (9.4.2 regression)
  • Fixed #6166: Improve group plugin compatibility with Python < 3.10
  • Fixed #6157: Hiding tags does not work (9.4.3 regression)

mkdocs-material-9.4.4+insiders-4.42.1 (2023-10-05)

  • Fixed spacing of related links in blog posts on small screens

mkdocs-material-9.4.4 (2023-10-05)

  • Added support for overriding text to be copied for code blocks
  • Fixed broken layout in some browsers at breakpoints when using zoom
  • Fixed #6132: Incomplete search highlighting for code blocks in titles

mkdocs-material-9.4.3 (2023-10-02)

  • Added support for instant navigation progress indicator
  • Improved spacing and alignment of tags

... (truncated)

Commits


Updates mkdocstrings[python] from 0.22.0 to 0.23.0

Release notes

Sourced from mkdocstrings[python]'s releases.

0.23.0

0.23.0 - 2023-08-28

Compare with 0.22.0

Breaking Changes

  • Removed BaseCollector and BaseRenderer classes: they were merged into the BaseHandler class.
  • Removed the watch feature, as MkDocs now provides it natively.
  • Removed support for selection and rendering keys in YAML blocks: use options instead.
  • Removed support for loading handlers from the mkdocstrings.handler namespace. Handlers must now be packaged under the mkdocstrings_handlers namespace.

Features

  • Register all anchors for each object in the inventory (228fb73 by Timothée Mazzucotelli).

Bug Fixes

  • Don't add codehilite CSS class to inline code (7690d41 by Timothée Mazzucotelli).
  • Support cross-references for API docs rendered in top-level index page (b194452 by Timothée Mazzucotelli).

Code Refactoring

  • Sort inventories before writing them to disk (9371e9f by Timothée Mazzucotelli).
  • Stop accepting sets as return value of get_anchors (only tuples), to preserve order (2e10374 by Timothée Mazzucotelli).
  • Remove deprecated parts (0a90a47 by Timothée Mazzucotelli).
  • Use proper parameters in Inventory.register method (433c6e0 by Timothée Mazzucotelli).
Changelog

Sourced from mkdocstrings[python]'s changelog.

0.23.0 - 2023-08-28

Compare with 0.22.0

Breaking Changes

  • Removed BaseCollector and BaseRenderer classes: they were merged into the BaseHandler class.
  • Removed the watch feature, as MkDocs now provides it natively.
  • Removed support for selection and rendering keys in YAML blocks: use options instead.
  • Removed support for loading handlers from the mkdocstrings.handler namespace. Handlers must now be packaged under the mkdocstrings_handlers namespace.

Features

  • Register all anchors for each object in the inventory (228fb73 by Timothée Mazzucotelli).

Bug Fixes

  • Don't add codehilite CSS class to inline code (7690d41 by Timothée Mazzucotelli).
  • Support cross-references for API docs rendered in top-level index page (b194452 by Timothée Mazzucotelli).

Code Refactoring

  • Sort inventories before writing them to disk (9371e9f by Timothée Mazzucotelli).
  • Stop accepting sets as return value of get_anchors (only tuples), to preserve order (2e10374 by Timothée Mazzucotelli).
  • Remove deprecated parts (0a90a47 by Timothée Mazzucotelli).
  • Use proper parameters in Inventory.register method (433c6e0 by Timothée Mazzucotelli).
Commits
  • c071740 chore: Prepare release 0.23.0
  • 3ed3453 refactor: Don't sort inventories when reading them, it's useless
  • 9397460 refactor: Try calling deprecated get_anchor for a bit longer
  • fe8e3c5 docs: Enable auto-summaries
  • b89bb2d docs: Remove old contents
  • 9371e9f refactor: Sort inventories
  • 228fb73 feat: Register all anchors for each object in the inventory
  • 0b06d6a docs: Fix link (MkDocs 1.5)
  • 4396011 chore: Template upgrade
  • 7690d41 fix: Don't add codehilite CSS class to inline code
  • Additional commits viewable in compare view


Updates frequenz-repo-config[api] from 0.6.2 to 0.7.4

Release notes

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

v0.7.4

Frequenz Repository Configuration Release Notes

Summary

This release fixes a bug in mike version sorting.

Upgrading

  • frequenz.repo.config.mkdocs.mike.: The sort_versions() function now takes plain strs as arguments instead of MikeVersionInfo objects.

Cookiecutter template

There is no need to regenerate any templates with this release.

Bug Fixes

  • CI / mkdocs: mike version sorting now properly sort pre-releases as older than stable releases for the same major and minor version.

What's Changed

Full Changelog: https://github.com/frequenz-floss/frequenz-repo-config-python/compare/v0.7.3...v0.7.4

v0.7.3

Frequenz Repository Configuration Release Notes

Summary

This release adds support for pylint 3, so downstream projects can upgrade their pylint version.

Upgrading

If upgrading pylint you might get a few new check errors.

Cookiecutter template

There is no need to regenerate any templates with this release.

Bug Fixes

  • mkdocs: The conftest module is now properly hidden from the documentation again.

What's Changed

... (truncated)

Commits
  • 8bf6c38 Fix mike version sorting (#171)
  • 0ee52d5 Update release notes
  • be6df37 Add tests for compare_mike_version() and sort_mike_versions()
  • 6d8b449 Use a more explicit name for the _TestCase class
  • 60e05f6 Don't parse mike versions while sorting
  • 02de9fe mike: Remove unused function
  • 94dd0ed mike: Sort pre-releases as older than stable releases
  • a9f7788 Clear release notes
  • b8ee525 docs: Hide conftest at any level (#170)
  • 4032da7 docs: Hide conftest at any level
  • Additional commits viewable in compare view


Updates mypy from 1.5.1 to 1.6.1

Changelog

Sourced from mypy's changelog.

Mypy Release Notes

Unreleased

Stubgen will now include __all__ in its output if it is in the input file (PR 16356).

Other Notable Changes and Fixes

...

Acknowledgements

...

Mypy 1.6

Tuesday, 10 October 2023

We’ve just uploaded mypy 1.6 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.

Introduce Error Subcodes for Import Errors

Mypy now uses the error code import-untyped if an import targets an installed library that doesn’t support static type checking, and no stub files are available. Other invalid imports produce the import-not-found error code. They both are subcodes of the import error code, which was previously used for both kinds of import-related errors.

Use --disable-error-code=import-untyped to only ignore import errors about installed libraries without stubs. This way mypy will still report errors about typos in import statements, for example.

If you use --warn-unused-ignore or --strict, mypy will complain if you use # type: ignore[import] to ignore an import error. You are expected to use one of the more specific error codes instead. Otherwise, ignoring the import error code continues to silence both errors.

This feature was contributed by Shantanu (PR 15840, PR 14740).

Remove Support for Targeting Python 3.6 and Earlier

Running mypy with --python-version 3.6, for example, is no longer supported. Python 3.6 hasn’t been properly supported by mypy for some time now, and this makes it explicit. This was contributed by Nikita Sobolev (PR 15668).

Selective Filtering of --disallow-untyped-calls Targets

Using --disallow-untyped-calls could be annoying when using libraries with missing type information, as mypy would generate many errors about code that uses the library. Now you can use --untyped-calls-exclude=acme, for example, to disable these errors about calls targeting functions defined in the acme package. Refer to the documentation for more information.

This feature was contributed by Ivan Levkivskyi (PR 15845).

Improved Type Inference between Callable Types

Mypy now does a better job inferring type variables inside arguments of callable types. For example, this code fragment now type checks correctly:

def f(c: Callable[[T, S], None]) -> Callable[[str, T, S], None]: ...
def g(*x: int) -> None: ...

</tr></table>

... (truncated)

Commits


Updates pytest from 7.4.0 to 7.4.3

Release notes

Sourced from pytest's releases.

pytest 7.4.3 (2023-10-24)

Bug Fixes

  • #10447: Markers are now considered in the reverse mro order to ensure base class markers are considered first -- this resolves a regression.

  • #11239: Fixed := in asserts impacting unrelated test cases.

  • #11439: Handled an edge case where :data:sys.stderr might already be closed when :ref:faulthandler is tearing down.

pytest 7.4.2 (2023-09-07)

Bug Fixes

  • #11237: Fix doctest collection of functools.cached_property objects.

  • #11306: Fixed bug using --importmode=importlib which would cause package __init__.py files to be imported more than once in some cases.

  • #11367: Fixed bug where user_properties where not being saved in the JUnit XML file if a fixture failed during teardown.

  • #11394: Fixed crash when parsing long command line arguments that might be interpreted as files.

Improved Documentation

  • #11391: Improved disclaimer on pytest plugin reference page to better indicate this is an automated, non-curated listing.

pytest 7.4.1 (2023-09-02)

Bug Fixes

  • #10337: Fixed bug where fake intermediate modules generated by --import-mode=importlib would not include the child modules as attributes of the parent modules.

  • #10702: Fixed error assertion handling in pytest.approx when None is an expected or received value when comparing dictionaries.

  • #10811: Fixed issue when using --import-mode=importlib together with --doctest-modules that caused modules to be imported more than once, causing problems with modules that have import side effects.

Commits
  • 2390610 Tweak changelog.rst
  • a0714aa Prepare release version 7.4.3
  • 44ad1c9 [7.4.x] fix #10447 - consider marks in reverse mro order to give base classes...
  • 5dc7725 [7.4.x] Ensure logging tests always cleanup after themselves (#11541)
  • a517827 [7.4.x] Configure ReadTheDocs to fail on warnings (#11540)
  • 21fe071 [7.4.x] fix for ValueError raised in faulthandler teardown code (#11455)
  • f8bb857 Force terminal width when running tests (#11425) (#11432)
  • 1944dc0 [7.4.x] Fix --import-mode=importlib when root contains __init__.py file (#1...
  • 946634c Merge pull request #11419 from nicoddemus/backport-11414-to-7.4.x
  • d849a3e [7.4.x] fix: closes #11343's [attr-defined] type errors (#11421)
  • Additional commits viewable in compare view


Updates frequenz-repo-config[extra-lint-examples] from 0.6.2 to 0.7.4

Release notes

Sourced from frequenz-repo-config[extra-lint-examples]'s releases.

v0.7.4

Frequenz Repository Configuration Release Notes

Summary

This release fixes a bug in mike version sorting.

Upgrading

  • frequenz.repo.config.mkdocs.mike.: The sort_versions() function now takes plain strs as arguments instead of MikeVersionInfo objects.

Cookiecutter template

There is no need to regenerate any templates with this release.

Bug Fixes

  • CI / mkdocs: mike version sorting now properly sort pre-releases as older than stable releases for the same major and minor version.

What's Changed

Full Changelog: https://github.com/frequenz-floss/frequenz-repo-config-python/compare/v0.7.3...v0.7.4

v0.7.3

Frequenz Repository Configuration Release Notes

Summary

This release adds support for pylint 3, so downstream projects can upgrade their pylint version.

Upgrading

If upgrading pylint you might get a few new check errors.

Cookiecutter template

There is no need to regenerate any templates with this release.

Bug Fixes

  • mkdocs: The conftest module is now properly hidden from the documentation again.

What's Changed

... (truncated)

Commits
  • 8bf6c38 Fix mike version sorting (#171)
  • 0ee52d5 Update release notes
  • be6df37 Add tests for compare_mike_version() and sort_mike_versions()
  • 6d8b449 Use a more explicit name for the _TestCase class
  • 60e05f6 Don't parse mike versions while sorting
  • 02de9fe mike: Remove unused function
  • 94dd0ed mike: Sort pre-releases as older than stable releases
  • a9f7788 Clear release notes
  • b8ee525 docs: Hide conftest at any level (#170)
  • 4032da7 docs: Hide conftest at any level
  • 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
dependabot[bot] commented 10 months ago

Superseded by #47.