Skip to content

Commit 81653a5

Browse files
Bump the patch group across 1 directory with 5 updates
Bumps the patch group with 5 updates in the / directory: | Package | From | To | | --- | --- | --- | | [mkdocs-material](https://github.com/squidfunk/mkdocs-material) | `9.6.18` | `9.6.21` | | [mkdocstrings[python]](https://github.com/mkdocstrings/mkdocstrings) | `0.30.0` | `0.30.1` | | [pylint](https://github.com/pylint-dev/pylint) | `3.3.8` | `3.3.9` | | [pytest](https://github.com/pytest-dev/pytest) | `8.4.1` | `8.4.2` | | [hypothesis](https://github.com/HypothesisWorks/hypothesis) | `6.140.2` | `6.140.3` | Updates `mkdocs-material` from 9.6.18 to 9.6.21 - [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.18...9.6.21) Updates `mkdocstrings[python]` from 0.30.0 to 0.30.1 - [Release notes](https://github.com/mkdocstrings/mkdocstrings/releases) - [Changelog](https://github.com/mkdocstrings/mkdocstrings/blob/main/CHANGELOG.md) - [Commits](mkdocstrings/mkdocstrings@0.30.0...0.30.1) Updates `pylint` from 3.3.8 to 3.3.9 - [Release notes](https://github.com/pylint-dev/pylint/releases) - [Commits](pylint-dev/pylint@v3.3.8...v3.3.9) Updates `pytest` from 8.4.1 to 8.4.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.4.1...8.4.2) Updates `hypothesis` from 6.140.2 to 6.140.3 - [Release notes](https://github.com/HypothesisWorks/hypothesis/releases) - [Commits](HypothesisWorks/hypothesis@hypothesis-python-6.140.2...hypothesis-python-6.140.3) --- updated-dependencies: - dependency-name: mkdocs-material dependency-version: 9.6.21 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: patch - dependency-name: mkdocstrings[python] dependency-version: 0.30.1 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: patch - dependency-name: pylint dependency-version: 3.3.9 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: patch - dependency-name: pytest dependency-version: 8.4.2 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: patch - dependency-name: hypothesis dependency-version: 6.140.3 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: patch ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 11f4a02 commit 81653a5

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

pyproject.toml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -77,8 +77,8 @@ dev-mkdocs = [
7777
"mkdocs-literate-nav == 0.6.2",
7878
"frequenz-api-dispatch == 1.0.0-rc3",
7979
"mkdocs-macros-plugin == 1.4.0",
80-
"mkdocs-material == 9.6.18",
81-
"mkdocstrings[python] == 0.30.0",
80+
"mkdocs-material == 9.6.21",
81+
"mkdocstrings[python] == 0.30.1",
8282
"frequenz-repo-config[lib] == 0.13.5",
8383
]
8484
dev-mypy = [
@@ -92,19 +92,19 @@ dev-mypy = [
9292
]
9393
dev-noxfile = ["nox == 2025.5.1", "frequenz-repo-config[lib] == 0.13.5"]
9494
dev-pylint = [
95-
"pylint == 3.3.8",
95+
"pylint == 3.3.9",
9696
# For checking the noxfile, docs/ script, and tests
9797
"frequenz-client-dispatch[cli,dev-mkdocs,dev-noxfile,dev-pytest]",
9898
"frequenz-api-dispatch == 1.0.0-rc3",
9999
]
100100
dev-pytest = [
101-
"pytest == 8.4.1",
101+
"pytest == 8.4.2",
102102
"frequenz-repo-config[extra-lint-examples] == 0.13.5",
103103
"pytest-mock == 3.15.1",
104104
"pytest-asyncio == 1.2.0",
105105
"async-solipsism == 0.8",
106106
"time-machine == 2.19.0",
107-
"hypothesis == 6.140.2",
107+
"hypothesis == 6.140.3",
108108
"frequenz-client-dispatch[cli]",
109109
]
110110
dev = [

0 commit comments

Comments
 (0)