Skip to content

Commit 044db7e

Browse files
Bump the required group with 10 updates
Bumps the required group with 10 updates: | Package | From | To | | --- | --- | --- | | [pydoclint](https://github.com/jsh9/pydoclint) | `0.5.3` | `0.5.6` | | [mkdocs-material](https://github.com/squidfunk/mkdocs-material) | `9.5.27` | `9.5.30` | | [mkdocstrings[python]](https://github.com/mkdocstrings/mkdocstrings) | `0.25.1` | `0.25.2` | | [frequenz-repo-config[lib]](https://github.com/frequenz-floss/frequenz-repo-config-python) | `0.9.2` | `0.10.0` | | [mypy](https://github.com/python/mypy) | `1.10.1` | `1.11.1` | | [uv](https://github.com/astral-sh/uv) | `0.2.18` | `0.2.32` | | [pylint](https://github.com/pylint-dev/pylint) | `3.2.5` | `3.2.6` | | [pytest](https://github.com/pytest-dev/pytest) | `8.2.2` | `8.3.2` | | [frequenz-repo-config[extra-lint-examples]](https://github.com/frequenz-floss/frequenz-repo-config-python) | `0.9.2` | `0.10.0` | | [pytest-asyncio](https://github.com/pytest-dev/pytest-asyncio) | `0.23.7` | `0.23.8` | Updates `pydoclint` from 0.5.3 to 0.5.6 - [Release notes](https://github.com/jsh9/pydoclint/releases) - [Changelog](https://github.com/jsh9/pydoclint/blob/main/CHANGELOG.md) - [Commits](jsh9/pydoclint@0.5.3...0.5.6) Updates `mkdocs-material` from 9.5.27 to 9.5.30 - [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.27...9.5.30) Updates `mkdocstrings[python]` from 0.25.1 to 0.25.2 - [Release notes](https://github.com/mkdocstrings/mkdocstrings/releases) - [Changelog](https://github.com/mkdocstrings/mkdocstrings/blob/main/CHANGELOG.md) - [Commits](mkdocstrings/mkdocstrings@0.25.1...0.25.2) Updates `frequenz-repo-config[lib]` from 0.9.2 to 0.10.0 - [Release notes](https://github.com/frequenz-floss/frequenz-repo-config-python/releases) - [Changelog](https://github.com/frequenz-floss/frequenz-repo-config-python/blob/v0.10.0/RELEASE_NOTES.md) - [Commits](frequenz-floss/frequenz-repo-config-python@v0.9.2...v0.10.0) Updates `mypy` from 1.10.1 to 1.11.1 - [Changelog](https://github.com/python/mypy/blob/master/CHANGELOG.md) - [Commits](python/mypy@v1.10.1...v1.11.1) Updates `uv` from 0.2.18 to 0.2.32 - [Release notes](https://github.com/astral-sh/uv/releases) - [Changelog](https://github.com/astral-sh/uv/blob/main/CHANGELOG.md) - [Commits](astral-sh/uv@0.2.18...0.2.32) Updates `pylint` from 3.2.5 to 3.2.6 - [Release notes](https://github.com/pylint-dev/pylint/releases) - [Commits](pylint-dev/pylint@v3.2.5...v3.2.6) Updates `pytest` from 8.2.2 to 8.3.2 - [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.2.2...8.3.2) Updates `frequenz-repo-config[extra-lint-examples]` from 0.9.2 to 0.10.0 - [Release notes](https://github.com/frequenz-floss/frequenz-repo-config-python/releases) - [Changelog](https://github.com/frequenz-floss/frequenz-repo-config-python/blob/v0.10.0/RELEASE_NOTES.md) - [Commits](frequenz-floss/frequenz-repo-config-python@v0.9.2...v0.10.0) Updates `pytest-asyncio` from 0.23.7 to 0.23.8 - [Release notes](https://github.com/pytest-dev/pytest-asyncio/releases) - [Commits](pytest-dev/pytest-asyncio@v0.23.7...v0.23.8) --- 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-patch dependency-group: required - dependency-name: frequenz-repo-config[lib] 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: uv dependency-type: direct:production update-type: version-update:semver-patch dependency-group: required - dependency-name: pylint dependency-type: direct:production update-type: version-update:semver-patch dependency-group: required - dependency-name: pytest dependency-type: direct:production update-type: version-update:semver-minor dependency-group: required - dependency-name: frequenz-repo-config[extra-lint-examples] dependency-type: direct:production update-type: version-update:semver-minor dependency-group: required - dependency-name: pytest-asyncio dependency-type: direct:production update-type: version-update:semver-patch dependency-group: required ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 7973f21 commit 044db7e

File tree

1 file changed

+12
-12
lines changed

1 file changed

+12
-12
lines changed

pyproject.toml

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
requires = [
66
"setuptools == 68.1.0",
77
"setuptools_scm[toml] == 7.1.0",
8-
"frequenz-repo-config[lib] == 0.9.2",
8+
"frequenz-repo-config[lib] == 0.10.0",
99
]
1010
build-backend = "setuptools.build_meta"
1111

@@ -54,7 +54,7 @@ dev-flake8 = [
5454
"flake8 == 7.1.0",
5555
"flake8-docstrings == 1.7.0",
5656
"flake8-pyproject == 1.2.3", # For reading the flake8 config from pyproject.toml
57-
"pydoclint == 0.5.3",
57+
"pydoclint == 0.5.6",
5858
"pydocstyle == 6.3.0",
5959
]
6060
dev-formatting = ["black == 24.4.2", "isort == 5.13.2"]
@@ -65,32 +65,32 @@ dev-mkdocs = [
6565
"mkdocs-gen-files == 0.5.0",
6666
"mkdocs-literate-nav == 0.6.1",
6767
"mkdocs-macros-plugin == 1.0.5",
68-
"mkdocs-material == 9.5.27",
69-
"mkdocstrings[python] == 0.25.1",
70-
"frequenz-repo-config[lib] == 0.9.2",
68+
"mkdocs-material == 9.5.30",
69+
"mkdocstrings[python] == 0.25.2",
70+
"frequenz-repo-config[lib] == 0.10.0",
7171
]
7272
dev-mypy = [
73-
"mypy == 1.10.1",
73+
"mypy == 1.11.1",
7474
"types-Markdown == 3.6.0.20240316",
7575
"types-python-dateutil==2.9.0.20240316",
7676
# For checking the noxfile, docs/ script, and tests
7777
"frequenz-dispatch[dev-mkdocs,dev-noxfile,dev-pytest]",
7878
]
7979
dev-noxfile = [
80-
"uv == 0.2.18",
80+
"uv == 0.2.32",
8181
"nox == 2024.4.15",
82-
"frequenz-repo-config[lib] == 0.9.2",
82+
"frequenz-repo-config[lib] == 0.10.0",
8383
]
8484
dev-pylint = [
85-
"pylint == 3.2.5",
85+
"pylint == 3.2.6",
8686
# For checking the noxfile, docs/ script, and tests
8787
"frequenz-dispatch[dev-mkdocs,dev-noxfile,dev-pytest]",
8888
]
8989
dev-pytest = [
90-
"pytest == 8.2.2",
91-
"frequenz-repo-config[extra-lint-examples] == 0.9.2",
90+
"pytest == 8.3.2",
91+
"frequenz-repo-config[extra-lint-examples] == 0.10.0",
9292
"pytest-mock == 3.14.0",
93-
"pytest-asyncio == 0.23.7",
93+
"pytest-asyncio == 0.23.8",
9494
"async-solipsism == 0.6",
9595
"time-machine == 2.14.2",
9696
]

0 commit comments

Comments
 (0)