Skip to content

Commit 27c8d45

Browse files
Bump the patch group with 4 updates
Bumps the patch group with 4 updates: [mkdocs-macros-plugin](https://github.com/fralau/mkdocs_macros_plugin), [mkdocs-material](https://github.com/squidfunk/mkdocs-material), [pylint](https://github.com/pylint-dev/pylint) and [hypothesis](https://github.com/HypothesisWorks/hypothesis). Updates `mkdocs-macros-plugin` from 1.3.7 to 1.3.9 - [Release notes](https://github.com/fralau/mkdocs_macros_plugin/releases) - [Changelog](https://github.com/fralau/mkdocs-macros-plugin/blob/master/CHANGELOG.md) - [Commits](fralau/mkdocs-macros-plugin@v1.3.7...v1.3.9) Updates `mkdocs-material` from 9.6.16 to 9.6.18 - [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.16...9.6.18) Updates `pylint` from 3.3.7 to 3.3.8 - [Release notes](https://github.com/pylint-dev/pylint/releases) - [Commits](pylint-dev/pylint@v3.3.7...v3.3.8) Updates `hypothesis` from 6.138.2 to 6.138.11 - [Release notes](https://github.com/HypothesisWorks/hypothesis/releases) - [Commits](HypothesisWorks/hypothesis@hypothesis-python-6.138.2...hypothesis-python-6.138.11) --- updated-dependencies: - dependency-name: mkdocs-macros-plugin dependency-version: 1.3.9 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: patch - dependency-name: mkdocs-material dependency-version: 9.6.18 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: patch - dependency-name: pylint dependency-version: 3.3.8 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: patch - dependency-name: hypothesis dependency-version: 6.138.11 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: patch ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 8fbba31 commit 27c8d45

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
@@ -59,8 +59,8 @@ dev-mkdocs = [
5959
"mike == 2.1.3",
6060
"mkdocs-gen-files == 0.5.0",
6161
"mkdocs-literate-nav == 0.6.2",
62-
"mkdocs-macros-plugin == 1.3.7",
63-
"mkdocs-material == 9.6.16",
62+
"mkdocs-macros-plugin == 1.3.9",
63+
"mkdocs-material == 9.6.18",
6464
"mkdocstrings[python] == 0.30.0",
6565
"mkdocstrings-python == 1.17.0",
6666
"frequenz-repo-config[lib] == 0.13.5",
@@ -79,12 +79,12 @@ dev-pylint = [
7979
]
8080
dev-pytest = [
8181
"pytest == 8.4.1",
82-
"pylint == 3.3.7", # We need this to check for the examples
82+
"pylint == 3.3.8", # We need this to check for the examples
8383
"frequenz-repo-config[extra-lint-examples] == 0.13.5",
8484
"pytest-mock == 3.14.1",
8585
"pytest-asyncio == 1.1.0",
8686
"async-solipsism == 0.8",
87-
"hypothesis == 6.138.2",
87+
"hypothesis == 6.138.11",
8888
]
8989
dev = [
9090
"frequenz-core[dev-mkdocs,dev-flake8,dev-formatting,dev-mkdocs,dev-mypy,dev-noxfile,dev-pylint,dev-pytest]",

0 commit comments

Comments
 (0)