Skip to content

Commit 96824c7

Browse files
Bump the patch group with 3 updates
Bumps the patch group with 3 updates: [markdown](https://github.com/Python-Markdown/markdown), [mypy](https://github.com/python/mypy) and [pylint](https://github.com/pylint-dev/pylint). Updates `markdown` from 3.10.2 to 3.10.3 - [Release notes](https://github.com/Python-Markdown/markdown/releases) - [Changelog](https://github.com/Python-Markdown/markdown/blob/master/docs/changelog.md) - [Commits](Python-Markdown/markdown@3.10.2...3.10.3) Updates `mypy` from 2.3.0 to 2.3.1 - [Changelog](https://github.com/python/mypy/blob/master/CHANGELOG.md) - [Commits](python/mypy@v2.3.0...v2.3.1) Updates `pylint` from 4.0.6 to 4.0.8 - [Release notes](https://github.com/pylint-dev/pylint/releases) - [Commits](pylint-dev/pylint@v4.0.6...v4.0.8) --- updated-dependencies: - dependency-name: markdown dependency-version: 3.10.3 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: patch - dependency-name: mypy dependency-version: 2.3.1 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: patch - dependency-name: pylint dependency-version: 4.0.8 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: patch ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 6fdbf5c commit 96824c7

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

pyproject.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ dev-flake8 = [
7272
dev-formatting = ["black == 26.5.1", "isort == 8.0.1"]
7373
dev-mkdocs = [
7474
"black == 26.5.1",
75-
"Markdown == 3.10.2",
75+
"Markdown == 3.10.3",
7676
"mike == 2.2.0",
7777
"mkdocs-gen-files == 0.6.1",
7878
"mkdocs-literate-nav == 0.6.3",
@@ -83,7 +83,7 @@ dev-mkdocs = [
8383
"frequenz-repo-config[lib] == 0.18.0",
8484
]
8585
dev-mypy = [
86-
"mypy == 2.3.0",
86+
"mypy == 2.3.1",
8787
"types-Markdown == 3.10.2.20260712",
8888
# For checking the noxfile, docs/ script, and tests
8989
"frequenz-client-dispatch[cli,dev-mkdocs,dev-noxfile,dev-pytest]",
@@ -93,7 +93,7 @@ dev-mypy = [
9393
]
9494
dev-noxfile = ["nox == 2026.7.11", "frequenz-repo-config[lib] == 0.18.0"]
9595
dev-pylint = [
96-
"pylint == 4.0.6",
96+
"pylint == 4.0.8",
9797
# For checking the noxfile, docs/ script, and tests
9898
"frequenz-client-dispatch[cli,dev-mkdocs,dev-noxfile,dev-pytest]",
9999
"frequenz-api-dispatch == 1.0.0",

0 commit comments

Comments
 (0)