Skip to content

Commit 8f6bf79

Browse files
Bump the required group across 1 directory with 10 updates
Bumps the required group with 10 updates in the / directory: | Package | From | To | | --- | --- | --- | | [pydoclint](https://github.com/jsh9/pydoclint) | `0.5.9` | `0.6.0` | | [mkdocs-material](https://github.com/squidfunk/mkdocs-material) | `9.5.47` | `9.6.1` | | [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` | | [pandas-stubs](https://github.com/pandas-dev/pandas-stubs) | `2.2.2.240807` | `2.2.3.241126` | | [types-protobuf](https://github.com/python/typeshed) | `5.28.3.20241030` | `5.29.1.20241207` | | [pylint](https://github.com/pylint-dev/pylint) | `3.3.2` | `3.3.4` | | [pytest-asyncio](https://github.com/pytest-dev/pytest-asyncio) | `0.24.0` | `0.25.3` | | [deepdiff](https://github.com/seperman/deepdiff) | `8.0.1` | `8.1.1` | | [setuptools](https://github.com/pypa/setuptools) | `75.6.0` | `75.8.0` | Updates `pydoclint` from 0.5.9 to 0.6.0 - [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.6.0) Updates `mkdocs-material` from 9.5.47 to 9.6.1 - [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.6.1) 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 `pandas-stubs` from 2.2.2.240807 to 2.2.3.241126 - [Changelog](https://github.com/pandas-dev/pandas-stubs/blob/main/docs/release_procedure.md) - [Commits](pandas-dev/pandas-stubs@v2.2.2.240807...v2.2.3.241126) 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.2 to 3.3.4 - [Release notes](https://github.com/pylint-dev/pylint/releases) - [Commits](pylint-dev/pylint@v3.3.2...v3.3.4) Updates `pytest-asyncio` from 0.24.0 to 0.25.3 - [Release notes](https://github.com/pytest-dev/pytest-asyncio/releases) - [Commits](pytest-dev/pytest-asyncio@v0.24.0...v0.25.3) Updates `deepdiff` from 8.0.1 to 8.1.1 - [Release notes](https://github.com/seperman/deepdiff/releases) - [Changelog](https://github.com/seperman/deepdiff/blob/master/docs/changelog.rst) - [Commits](seperman/deepdiff@8.0.1...8.1.1) Updates `setuptools` from 75.6.0 to 75.8.0 - [Release notes](https://github.com/pypa/setuptools/releases) - [Changelog](https://github.com/pypa/setuptools/blob/main/NEWS.rst) - [Commits](pypa/setuptools@v75.6.0...v75.8.0) --- updated-dependencies: - dependency-name: pydoclint 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-minor 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: pandas-stubs dependency-type: direct:production update-type: version-update:semver-patch 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: deepdiff dependency-type: direct:production update-type: version-update:semver-minor dependency-group: required - dependency-name: setuptools dependency-type: direct:production update-type: version-update:semver-minor dependency-group: required ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent f868ca7 commit 8f6bf79

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

pyproject.toml

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
[build-system]
55
requires = [
6-
"setuptools == 75.6.0",
6+
"setuptools == 75.8.0",
77
"setuptools_scm[toml] == 8.1.0",
88
"frequenz-repo-config[lib] == 0.11.0",
99
]
@@ -52,7 +52,7 @@ dev-flake8 = [
5252
"flake8 == 7.1.1",
5353
"flake8-docstrings == 1.7.0",
5454
"flake8-pyproject == 1.2.3", # For reading the flake8 config from pyproject.toml
55-
"pydoclint == 0.5.9",
55+
"pydoclint == 0.6.0",
5656
"pydocstyle == 6.3.0",
5757
]
5858
dev-formatting = ["black == 24.10.0", "isort == 5.13.2"]
@@ -63,17 +63,17 @@ dev-mkdocs = [
6363
"mkdocs-gen-files == 0.5.0",
6464
"mkdocs-literate-nav == 0.6.1",
6565
"mkdocs-macros-plugin == 1.3.7",
66-
"mkdocs-material == 9.5.47",
66+
"mkdocs-material == 9.6.1",
6767
"mkdocstrings[python] == 0.27.0",
68-
"mkdocstrings-python == 1.12.2",
68+
"mkdocstrings-python == 1.13.0",
6969
"frequenz-repo-config[lib] == 0.11.0",
7070
]
7171
dev-mypy = [
72-
"mypy == 1.13.0",
72+
"mypy == 1.14.1",
7373
"grpc-stubs == 1.53.0.5",
74-
"pandas-stubs == 2.2.2.240807",
74+
"pandas-stubs == 2.2.3.241126",
7575
"types-Markdown == 3.7.0.20241204",
76-
"types-protobuf == 5.28.3.20241030",
76+
"types-protobuf == 5.29.1.20241207",
7777
# For checking the noxfile, docs/ script, and tests
7878
"frequenz-client-electricity-trading[dev-mkdocs,dev-noxfile,dev-pytest]",
7979
]
@@ -82,17 +82,17 @@ dev-noxfile = [
8282
"frequenz-repo-config[lib] == 0.11.0",
8383
]
8484
dev-pylint = [
85-
"pylint == 3.3.2",
85+
"pylint == 3.3.4",
8686
# For checking the noxfile, docs/ script, and tests
8787
"frequenz-client-electricity-trading[dev-mkdocs,dev-noxfile,dev-pytest]",
8888
]
8989
dev-pytest = [
9090
"pytest == 8.3.4",
9191
"frequenz-repo-config[extra-lint-examples] == 0.11.0",
9292
"pytest-mock == 3.14.0",
93-
"pytest-asyncio == 0.24.0",
93+
"pytest-asyncio == 0.25.3",
9494
"async-solipsism == 0.7",
95-
"deepdiff == 8.0.1",
95+
"deepdiff == 8.1.1",
9696
]
9797
dev = [
9898
"frequenz-client-electricity-trading[dev-mkdocs,dev-flake8,dev-formatting,dev-mkdocs,dev-mypy,dev-noxfile,dev-pylint,dev-pytest]",

0 commit comments

Comments
 (0)