Skip to content

Commit 8880282

Browse files
Bump the required group with 10 updates
Updates the requirements on [watchfiles](https://github.com/samuelcolvin/watchfiles), [mike](https://github.com/jimporter/mike), [mkdocs-include-markdown-plugin](https://github.com/mondeja/mkdocs-include-markdown-plugin), [mkdocs-material](https://github.com/squidfunk/mkdocs-material), [mkdocstrings[python]](https://github.com/mkdocstrings/mkdocstrings), [mkdocstrings-python](https://github.com/mkdocstrings/python), [pylint](https://github.com/pylint-dev/pylint), [hypothesis](https://github.com/HypothesisWorks/hypothesis), [pytest](https://github.com/pytest-dev/pytest) and [pytest-asyncio](https://github.com/pytest-dev/pytest-asyncio) to permit the latest version. Updates `watchfiles` to 0.22.0 - [Release notes](https://github.com/samuelcolvin/watchfiles/releases) - [Commits](samuelcolvin/watchfiles@v0.15.0...v0.22.0) Updates `mike` from 2.1.0 to 2.1.1 - [Release notes](https://github.com/jimporter/mike/releases) - [Changelog](https://github.com/jimporter/mike/blob/master/CHANGES.md) - [Commits](jimporter/mike@v2.1.0...v2.1.1) Updates `mkdocs-include-markdown-plugin` from 6.0.6 to 6.1.1 - [Release notes](https://github.com/mondeja/mkdocs-include-markdown-plugin/releases) - [Commits](mondeja/mkdocs-include-markdown-plugin@v6.0.6...v6.1.1) Updates `mkdocs-material` from 9.5.20 to 9.5.25 - [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.20...9.5.25) Updates `mkdocstrings[python]` from 0.25.0 to 0.25.1 - [Release notes](https://github.com/mkdocstrings/mkdocstrings/releases) - [Changelog](https://github.com/mkdocstrings/mkdocstrings/blob/main/CHANGELOG.md) - [Commits](mkdocstrings/mkdocstrings@0.25.0...0.25.1) Updates `mkdocstrings-python` from 1.9.2 to 1.10.3 - [Release notes](https://github.com/mkdocstrings/python/releases) - [Changelog](https://github.com/mkdocstrings/python/blob/main/CHANGELOG.md) - [Commits](mkdocstrings/python@1.9.2...1.10.3) Updates `pylint` from 3.1.0 to 3.2.2 - [Release notes](https://github.com/pylint-dev/pylint/releases) - [Commits](pylint-dev/pylint@v3.1.0...v3.2.2) Updates `hypothesis` from 6.100.2 to 6.103.0 - [Release notes](https://github.com/HypothesisWorks/hypothesis/releases) - [Commits](HypothesisWorks/hypothesis@hypothesis-python-6.100.2...hypothesis-python-6.103.0) Updates `pytest` from 8.2.0 to 8.2.1 - [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.2.0...8.2.1) Updates `pytest-asyncio` from 0.23.6 to 0.23.7 - [Release notes](https://github.com/pytest-dev/pytest-asyncio/releases) - [Commits](pytest-dev/pytest-asyncio@v0.23.6...v0.23.7) --- updated-dependencies: - dependency-name: watchfiles dependency-type: direct:production dependency-group: required - dependency-name: mike dependency-type: direct:production update-type: version-update:semver-patch dependency-group: required - dependency-name: mkdocs-include-markdown-plugin 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-patch dependency-group: required - dependency-name: mkdocstrings[python] dependency-type: direct:production update-type: version-update:semver-patch dependency-group: required - dependency-name: mkdocstrings-python 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-minor dependency-group: required - dependency-name: hypothesis dependency-type: direct:production update-type: version-update:semver-minor dependency-group: required - dependency-name: pytest 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-patch dependency-group: required ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 6356293 commit 8880282

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
@@ -27,7 +27,7 @@ classifiers = [
2727
requires-python = ">= 3.11, < 4"
2828
dependencies = [
2929
"typing-extensions >= 4.5.0, < 5",
30-
"watchfiles >= 0.15.0, < 0.22.0",
30+
"watchfiles >= 0.15.0, < 0.23.0",
3131
]
3232
dynamic = ["version"]
3333

@@ -50,14 +50,14 @@ dev-mkdocs = [
5050
"frequenz-repo-config[lib] == 0.9.2",
5151
"markdown-callouts == 0.4.0",
5252
"markdown-svgbob == 202112.1022",
53-
"mike == 2.1.0",
53+
"mike == 2.1.1",
5454
"mkdocs-gen-files == 0.5.0",
55-
"mkdocs-include-markdown-plugin == 6.0.6",
55+
"mkdocs-include-markdown-plugin == 6.1.1",
5656
"mkdocs-literate-nav == 0.6.1",
5757
"mkdocs-macros-plugin == 1.0.5",
58-
"mkdocs-material == 9.5.20",
59-
"mkdocstrings[python] == 0.25.0",
60-
"mkdocstrings-python == 1.9.2",
58+
"mkdocs-material == 9.5.25",
59+
"mkdocstrings[python] == 0.25.1",
60+
"mkdocstrings-python == 1.10.3",
6161
"pymdownx-superfence-filter-lines == 0.1.0",
6262
]
6363
dev-mypy = [
@@ -70,14 +70,14 @@ dev-noxfile = ["nox == 2024.4.15", "frequenz-repo-config[lib] == 0.9.2"]
7070
dev-pylint = [
7171
# For checking the noxfile, docs/ script, and tests
7272
"frequenz-channels[dev-mkdocs,dev-noxfile,dev-pytest]",
73-
"pylint == 3.1.0",
73+
"pylint == 3.2.2",
7474
]
7575
dev-pytest = [
7676
"async-solipsism == 0.6",
7777
"frequenz-repo-config[extra-lint-examples] == 0.9.2",
78-
"hypothesis == 6.100.2",
79-
"pytest == 8.2.0",
80-
"pytest-asyncio == 0.23.6",
78+
"hypothesis == 6.103.0",
79+
"pytest == 8.2.1",
80+
"pytest-asyncio == 0.23.7",
8181
"pytest-mock == 3.14.0",
8282
]
8383
dev = [

0 commit comments

Comments
 (0)