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 required group with 9 updates #89

Merged
merged 3 commits into from
Oct 3, 2024

Commits on Oct 1, 2024

  1. Bump the required group with 9 updates

    Bumps the required group with 9 updates:
    
    | Package | From | To |
    | --- | --- | --- |
    | [pydoclint](https://github.com/jsh9/pydoclint) | `0.5.6` | `0.5.9` |
    | [mkdocs-macros-plugin](https://github.com/fralau/mkdocs_macros_plugin) | `1.0.5` | `1.2.0` |
    | [mkdocs-material](https://github.com/squidfunk/mkdocs-material) | `9.5.34` | `9.5.39` |
    | [mkdocstrings[python]](https://github.com/mkdocstrings/mkdocstrings) | `0.25.2` | `0.26.1` |
    | [mkdocstrings-python](https://github.com/mkdocstrings/python) | `1.10.9` | `1.11.1` |
    | [types-protobuf](https://github.com/python/typeshed) | `5.27.0.20240626` | `5.28.0.20240924` |
    | [pylint](https://github.com/pylint-dev/pylint) | `3.2.7` | `3.3.1` |
    | [pytest](https://github.com/pytest-dev/pytest) | `8.3.2` | `8.3.3` |
    | [hypothesis](https://github.com/HypothesisWorks/hypothesis) | `6.111.2` | `6.112.2` |
    
    
    Updates `pydoclint` from 0.5.6 to 0.5.9
    - [Release notes](https://github.com/jsh9/pydoclint/releases)
    - [Changelog](https://github.com/jsh9/pydoclint/blob/main/CHANGELOG.md)
    - [Commits](jsh9/pydoclint@0.5.6...0.5.9)
    
    Updates `mkdocs-macros-plugin` from 1.0.5 to 1.2.0
    - [Release notes](https://github.com/fralau/mkdocs_macros_plugin/releases)
    - [Changelog](https://github.com/fralau/mkdocs-macros-plugin/blob/master/CHANGELOG.md)
    - [Commits](fralau/mkdocs-macros-plugin@v1.0.5...v1.2.0)
    
    Updates `mkdocs-material` from 9.5.34 to 9.5.39
    - [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.34...9.5.39)
    
    Updates `mkdocstrings[python]` from 0.25.2 to 0.26.1
    - [Release notes](https://github.com/mkdocstrings/mkdocstrings/releases)
    - [Changelog](https://github.com/mkdocstrings/mkdocstrings/blob/main/CHANGELOG.md)
    - [Commits](mkdocstrings/mkdocstrings@0.25.2...0.26.1)
    
    Updates `mkdocstrings-python` from 1.10.9 to 1.11.1
    - [Release notes](https://github.com/mkdocstrings/python/releases)
    - [Changelog](https://github.com/mkdocstrings/python/blob/main/CHANGELOG.md)
    - [Commits](mkdocstrings/python@1.10.9...1.11.1)
    
    Updates `types-protobuf` from 5.27.0.20240626 to 5.28.0.20240924
    - [Commits](https://github.com/python/typeshed/commits)
    
    Updates `pylint` from 3.2.7 to 3.3.1
    - [Release notes](https://github.com/pylint-dev/pylint/releases)
    - [Commits](pylint-dev/pylint@v3.2.7...v3.3.1)
    
    Updates `pytest` from 8.3.2 to 8.3.3
    - [Release notes](https://github.com/pytest-dev/pytest/releases)
    - [Changelog](https://github.com/pytest-dev/pytest/blob/main/CHANGELOG.rst)
    - [Commits](pytest-dev/pytest@8.3.2...8.3.3)
    
    Updates `hypothesis` from 6.111.2 to 6.112.2
    - [Release notes](https://github.com/HypothesisWorks/hypothesis/releases)
    - [Commits](HypothesisWorks/hypothesis@hypothesis-python-6.111.2...hypothesis-python-6.112.2)
    
    ---
    updated-dependencies:
    - dependency-name: pydoclint
      dependency-type: direct:production
      update-type: version-update:semver-patch
      dependency-group: required
    - dependency-name: mkdocs-macros-plugin
      dependency-type: direct:production
      update-type: version-update:semver-minor
      dependency-group: required
    - dependency-name: mkdocs-material
      dependency-type: direct:production
      update-type: version-update:semver-patch
      dependency-group: required
    - dependency-name: mkdocstrings[python]
      dependency-type: direct:production
      update-type: version-update:semver-minor
      dependency-group: required
    - dependency-name: mkdocstrings-python
      dependency-type: direct:production
      update-type: version-update:semver-minor
      dependency-group: required
    - dependency-name: types-protobuf
      dependency-type: direct:production
      update-type: version-update:semver-minor
      dependency-group: required
    - dependency-name: pylint
      dependency-type: direct:production
      update-type: version-update:semver-minor
      dependency-group: required
    - dependency-name: pytest
      dependency-type: direct:production
      update-type: version-update:semver-patch
      dependency-group: required
    - dependency-name: hypothesis
      dependency-type: direct:production
      update-type: version-update:semver-minor
      dependency-group: required
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored Oct 1, 2024
    Configuration menu
    Copy the full SHA
    fd3f3d2 View commit details
    Browse the repository at this point in the history

Commits on Oct 3, 2024

  1. Ignore DOC503 check in call_stub_method()

    We need the `noqa: DOC503` because `pydoclint` can't figure out that
    `ApiClientError.from_grpc_error()` returns a `GrpcError` instance.
    
    Signed-off-by: Leandro Lucarella <[email protected]>
    llucax committed Oct 3, 2024
    Configuration menu
    Copy the full SHA
    e3ef0fb View commit details
    Browse the repository at this point in the history
  2. Make ExponentialBackoff and LinearBackoff require keyword arguments

    The `ExponentialBackoff` and `LinearBackoff` classes now require keyword
    arguments for their constructor. This change was made to make the
    classes easier to use and to avoid confusion with the order of the
    arguments.
    
    Signed-off-by: Leandro Lucarella <[email protected]>
    llucax committed Oct 3, 2024
    Configuration menu
    Copy the full SHA
    09e8b16 View commit details
    Browse the repository at this point in the history