Skip to content

Commit

Permalink
Bump the required group across 1 directory with 8 updates
Browse files Browse the repository at this point in the history
Bumps the required group with 8 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [pydoclint](https://github.com/jsh9/pydoclint) | `0.5.9` | `0.5.14` |
| [mkdocs-material](https://github.com/squidfunk/mkdocs-material) | `9.5.47` | `9.5.49` |
| [mkdocstrings-python](https://github.com/mkdocstrings/python) | `1.12.2` | `1.13.0` |
| [mypy](https://github.com/python/mypy) | `1.13.0` | `1.14.1` |
| [types-protobuf](https://github.com/python/typeshed) | `5.28.3.20241030` | `5.29.1.20241207` |
| [pylint](https://github.com/pylint-dev/pylint) | `3.3.1` | `3.3.3` |
| [pytest-asyncio](https://github.com/pytest-dev/pytest-asyncio) | `0.24.0` | `0.25.1` |
| [hypothesis](https://github.com/HypothesisWorks/hypothesis) | `6.122.0` | `6.123.2` |



Updates `pydoclint` from 0.5.9 to 0.5.14
- [Release notes](https://github.com/jsh9/pydoclint/releases)
- [Changelog](https://github.com/jsh9/pydoclint/blob/main/CHANGELOG.md)
- [Commits](jsh9/pydoclint@0.5.9...0.5.14)

Updates `mkdocs-material` from 9.5.47 to 9.5.49
- [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.47...9.5.49)

Updates `mkdocstrings-python` from 1.12.2 to 1.13.0
- [Release notes](https://github.com/mkdocstrings/python/releases)
- [Changelog](https://github.com/mkdocstrings/python/blob/main/CHANGELOG.md)
- [Commits](mkdocstrings/python@1.12.2...1.13.0)

Updates `mypy` from 1.13.0 to 1.14.1
- [Changelog](https://github.com/python/mypy/blob/master/CHANGELOG.md)
- [Commits](python/mypy@v1.13.0...v1.14.1)

Updates `types-protobuf` from 5.28.3.20241030 to 5.29.1.20241207
- [Commits](https://github.com/python/typeshed/commits)

Updates `pylint` from 3.3.1 to 3.3.3
- [Release notes](https://github.com/pylint-dev/pylint/releases)
- [Commits](pylint-dev/pylint@v3.3.1...v3.3.3)

Updates `pytest-asyncio` from 0.24.0 to 0.25.1
- [Release notes](https://github.com/pytest-dev/pytest-asyncio/releases)
- [Commits](pytest-dev/pytest-asyncio@v0.24.0...v0.25.1)

Updates `hypothesis` from 6.122.0 to 6.123.2
- [Release notes](https://github.com/HypothesisWorks/hypothesis/releases)
- [Commits](HypothesisWorks/hypothesis@hypothesis-python-6.122.0...hypothesis-python-6.123.2)

---
updated-dependencies:
- dependency-name: pydoclint
  dependency-type: direct:production
  update-type: version-update:semver-patch
  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: mypy
  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-patch
  dependency-group: required
- dependency-name: pytest-asyncio
  dependency-type: direct:production
  update-type: version-update:semver-minor
  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]>
  • Loading branch information
dependabot[bot] authored Jan 2, 2025
1 parent ec2ad1a commit 880b43a
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ dev-flake8 = [
"flake8 == 7.1.1",
"flake8-docstrings == 1.7.0",
"flake8-pyproject == 1.2.3", # For reading the flake8 config from pyproject.toml
"pydoclint == 0.5.9",
"pydoclint == 0.5.14",
"pydocstyle == 6.3.0",
]
dev-formatting = ["black == 24.10.0", "isort == 5.13.2"]
Expand All @@ -60,33 +60,33 @@ dev-mkdocs = [
"mkdocs-gen-files == 0.5.0",
"mkdocs-literate-nav == 0.6.1",
"mkdocs-macros-plugin == 1.3.7",
"mkdocs-material == 9.5.47",
"mkdocs-material == 9.5.49",
"mkdocstrings[python] == 0.27.0",
"mkdocstrings-python == 1.12.2",
"mkdocstrings-python == 1.13.0",
"frequenz-repo-config[lib] == 0.11.0",
]
dev-mypy = [
"mypy == 1.13.0",
"mypy == 1.14.1",
"types-Markdown == 3.7.0.20240822",
"types-protobuf == 5.28.3.20241030",
"types-protobuf == 5.29.1.20241207",
"types-setuptools == 75.6.0.20241126",
# For checking the noxfile, docs/ script, and tests
"frequenz-sdk[dev-mkdocs,dev-noxfile,dev-pytest]",
]
dev-noxfile = ["nox == 2024.10.9", "frequenz-repo-config[lib] == 0.11.0"]
dev-pylint = [
"pylint == 3.3.1",
"pylint == 3.3.3",
# For checking the noxfile, docs/ script, and tests
"frequenz-sdk[dev-mkdocs,dev-noxfile,dev-pytest]",
]
dev-pytest = [
"pytest == 8.3.4",
"frequenz-repo-config[extra-lint-examples] == 0.11.0",
"pytest-mock == 3.14.0",
"pytest-asyncio == 0.24.0",
"pytest-asyncio == 0.25.1",
"time-machine == 2.12.0",
"async-solipsism == 0.7",
"hypothesis == 6.122.0",
"hypothesis == 6.123.2",
]
dev = [
"frequenz-sdk[dev-mkdocs,dev-flake8,dev-formatting,dev-mkdocs,dev-mypy,dev-noxfile,dev-pylint,dev-pytest]",
Expand Down

0 comments on commit 880b43a

Please sign in to comment.