Skip to content

Commit 4bf86e8

Browse files
Build(deps): Bump the required group across 1 directory with 7 updates
Bumps the required group with 7 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` | | [pylint](https://github.com/pylint-dev/pylint) | `3.3.2` | `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.1` | `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 `pylint` from 3.3.2 to 3.3.3 - [Release notes](https://github.com/pylint-dev/pylint/releases) - [Commits](pylint-dev/pylint@v3.3.2...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.1 to 6.123.2 - [Release notes](https://github.com/HypothesisWorks/hypothesis/releases) - [Commits](HypothesisWorks/hypothesis@hypothesis-python-6.122.1...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: 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]>
1 parent 42f63dd commit 4bf86e8

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

pyproject.toml

+7-7
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ dev-flake8 = [
4545
"flake8 == 7.1.1",
4646
"flake8-docstrings == 1.7.0",
4747
"flake8-pyproject == 1.2.3", # For reading the flake8 config from pyproject.toml
48-
"pydoclint == 0.5.9",
48+
"pydoclint == 0.5.14",
4949
"pydocstyle == 6.3.0",
5050
]
5151
dev-formatting = ["black == 24.10.0", "isort == 5.13.2"]
@@ -56,13 +56,13 @@ dev-mkdocs = [
5656
"mkdocs-gen-files == 0.5.0",
5757
"mkdocs-literate-nav == 0.6.1",
5858
"mkdocs-macros-plugin == 1.3.7",
59-
"mkdocs-material == 9.5.47",
59+
"mkdocs-material == 9.5.49",
6060
"mkdocstrings[python] == 0.27.0",
61-
"mkdocstrings-python == 1.12.2",
61+
"mkdocstrings-python == 1.13.0",
6262
"frequenz-repo-config[lib] == 0.11.0",
6363
]
6464
dev-mypy = [
65-
"mypy == 1.13.0",
65+
"mypy == 1.14.1",
6666
"types-Markdown == 3.7.0.20241204",
6767
# For checking the noxfile, docs/ script, and tests
6868
"frequenz-quantities[dev-mkdocs,dev-noxfile,dev-pytest,marshmallow]",
@@ -75,12 +75,12 @@ dev-pylint = [
7575
]
7676
dev-pytest = [
7777
"pytest == 8.3.4",
78-
"pylint == 3.3.2", # We need this to check for the examples
78+
"pylint == 3.3.3", # We need this to check for the examples
7979
"frequenz-repo-config[extra-lint-examples] == 0.11.0",
8080
"pytest-mock == 3.14.0",
81-
"pytest-asyncio == 0.24.0",
81+
"pytest-asyncio == 0.25.1",
8282
"async-solipsism == 0.7",
83-
"hypothesis == 6.122.1",
83+
"hypothesis == 6.123.2",
8484
"frequenz-quantities[marshmallow]",
8585
]
8686

0 commit comments

Comments
 (0)