Skip to content

Commit 1763b3e

Browse files
Bump the patch group across 1 directory with 4 updates
Bumps the patch group with 4 updates in the / directory: [mkdocstrings-python](https://github.com/mkdocstrings/python), [pylint](https://github.com/pylint-dev/pylint), [mkdocs-material](https://github.com/squidfunk/mkdocs-material) and [setuptools-scm[toml]](https://github.com/pypa/setuptools-scm). Updates `mkdocstrings-python` from 1.16.8 to 1.16.10 - [Release notes](https://github.com/mkdocstrings/python/releases) - [Changelog](https://github.com/mkdocstrings/python/blob/main/CHANGELOG.md) - [Commits](mkdocstrings/python@1.16.8...1.16.10) Updates `pylint` from 3.3.6 to 3.3.7 - [Release notes](https://github.com/pylint-dev/pylint/releases) - [Commits](pylint-dev/pylint@v3.3.6...v3.3.7) Updates `mkdocs-material` from 9.6.10 to 9.6.12 - [Release notes](https://github.com/squidfunk/mkdocs-material/releases) - [Changelog](https://github.com/squidfunk/mkdocs-material/blob/master/CHANGELOG) - [Commits](squidfunk/mkdocs-material@9.6.10...9.6.12) Updates `setuptools-scm[toml]` from 8.3.0 to 8.3.1 - [Release notes](https://github.com/pypa/setuptools-scm/releases) - [Changelog](https://github.com/pypa/setuptools-scm/blob/main/CHANGELOG.md) - [Commits](pypa/setuptools-scm@v8.3.0...v8.3.1) --- updated-dependencies: - dependency-name: mkdocstrings-python dependency-version: 1.16.10 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: patch - dependency-name: pylint dependency-version: 3.3.7 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: patch - dependency-name: mkdocs-material dependency-version: 9.6.12 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: patch - dependency-name: setuptools-scm[toml] dependency-version: 8.3.1 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: patch ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 556d9f9 commit 1763b3e

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

pyproject.toml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# Copyright © 2023 Frequenz Energy-as-a-Service GmbH
33

44
[build-system]
5-
requires = ["setuptools == 80.1.0", "setuptools_scm[toml] == 8.3.0"]
5+
requires = ["setuptools == 80.1.0", "setuptools_scm[toml] == 8.3.1"]
66
build-backend = "setuptools.build_meta"
77

88
[project]
@@ -82,9 +82,9 @@ dev-mkdocs = [
8282
"mkdocs-gen-files == 0.5.0",
8383
"mkdocs-literate-nav == 0.6.2",
8484
"mkdocs-macros-plugin == 1.3.7",
85-
"mkdocs-material == 9.6.10",
85+
"mkdocs-material == 9.6.12",
8686
"mkdocstrings[python] == 0.29.1",
87-
"mkdocstrings-python == 1.16.8",
87+
"mkdocstrings-python == 1.16.10",
8888
]
8989
dev-mypy = [
9090
"mypy == 1.15.0",
@@ -105,7 +105,7 @@ dev-pylint = [
105105
]
106106
dev-pytest = [
107107
"pytest == 8.3.5",
108-
"pylint == 3.3.6", # We need this to check for the examples
108+
"pylint == 3.3.7", # We need this to check for the examples
109109
"cookiecutter == 2.6.0", # For checking the cookiecutter scripts
110110
"jinja2 == 3.1.6", # For checking the cookiecutter scripts
111111
"sybil >= 6.1.1, < 10", # Should be consistent with the extra-lint-examples dependency

0 commit comments

Comments
 (0)