Skip to content

Commit

Permalink
python-deps(deps): Bump the python-dependencies group with 4 updates
Browse files Browse the repository at this point in the history
Updates the requirements on [protobuf](https://github.com/protocolbuffers/protobuf), [pylint](https://github.com/pylint-dev/pylint), [pyright](https://github.com/RobertCraigie/pyright-python) and [mkdocstrings](https://github.com/mkdocstrings/mkdocstrings) to permit the latest version.

Updates `protobuf` to 5.28.0
- [Release notes](https://github.com/protocolbuffers/protobuf/releases)
- [Changelog](https://github.com/protocolbuffers/protobuf/blob/main/protobuf_release.bzl)
- [Commits](protocolbuffers/protobuf@v4.22.1...v5.28.0)

Updates `pylint` to 3.2.7
- [Release notes](https://github.com/pylint-dev/pylint/releases)
- [Commits](pylint-dev/pylint@v3.2.6...v3.2.7)

Updates `pyright` to 1.1.379
- [Release notes](https://github.com/RobertCraigie/pyright-python/releases)
- [Commits](RobertCraigie/pyright-python@v1.1.376...v1.1.379)

Updates `mkdocstrings` 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.0...0.26.1)

---
updated-dependencies:
- dependency-name: protobuf
  dependency-type: direct:production
  dependency-group: python-dependencies
- dependency-name: pylint
  dependency-type: direct:development
  dependency-group: python-dependencies
- dependency-name: pyright
  dependency-type: direct:development
  dependency-group: python-dependencies
- dependency-name: mkdocstrings
  dependency-type: direct:development
  dependency-group: python-dependencies
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Sep 9, 2024
1 parent 73dd3e4 commit 08b37f3
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ numpy = [
{python = "^3.8, <3.12", version = "^1.24"}
]
pandas = ">=1.5.3,<3.0.0"
protobuf = "^4.22.1"
protobuf = "^5.28.0"
pydantic = "^2.7.2"
pydantic_core = "^2.18.3"
python = "^3.8"
Expand Down Expand Up @@ -98,8 +98,8 @@ pre-commit = [
{python = ">=3.9", version = "^3.7"},
{python = "3.8", version = "^3.5"}
]
pylint = "3.2.6"
pyright = "1.1.376"
pylint = "3.2.7"
pyright = "1.1.379"
pyroma = "^4.2"
tox = "^4.0"
tox-gh-actions = "^3.1.0"
Expand All @@ -121,7 +121,7 @@ mkdocs-macros-plugin = "^1.0.5"
mkdocs-mermaid2-plugin = "^1.1.1"
mkdocs-section-index = "^0.3.9"
mkdocs-spellcheck = "^1.1.0"
mkdocstrings = "^0.25.0"
mkdocstrings = "^0.26.1"
mkdocstrings-python = "^1.10.2"
nodeenv = "^1.9.1"
pygments = "^2.17.2"
Expand Down

0 comments on commit 08b37f3

Please sign in to comment.