Skip to content

Commit 3a7fe9b

Browse files
Bump the required group with 8 updates
Bumps the required group with 8 updates: | Package | From | To | | --- | --- | --- | | [mike](https://github.com/jimporter/mike) | `2.0.0` | `2.1.1` | | [mkdocs-material](https://github.com/squidfunk/mkdocs-material) | `9.5.20` | `9.5.25` | | [mkdocstrings[python]](https://github.com/mkdocstrings/mkdocstrings) | `0.25.0` | `0.25.1` | | [frequenz-repo-config[lib]](https://github.com/frequenz-floss/frequenz-repo-config-python) | `0.9.1` | `0.9.2` | | [pylint](https://github.com/pylint-dev/pylint) | `3.1.0` | `3.2.2` | | [pytest](https://github.com/pytest-dev/pytest) | `8.2.0` | `8.2.1` | | [frequenz-repo-config[extra-lint-examples]](https://github.com/frequenz-floss/frequenz-repo-config-python) | `0.9.1` | `0.9.2` | | [pytest-asyncio](https://github.com/pytest-dev/pytest-asyncio) | `0.23.6` | `0.23.7` | Updates `mike` from 2.0.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.0.0...v2.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 `frequenz-repo-config[lib]` from 0.9.1 to 0.9.2 - [Release notes](https://github.com/frequenz-floss/frequenz-repo-config-python/releases) - [Changelog](https://github.com/frequenz-floss/frequenz-repo-config-python/blob/v0.x.x/RELEASE_NOTES.md) - [Commits](frequenz-floss/frequenz-repo-config-python@v0.9.1...v0.9.2) 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 `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 `frequenz-repo-config[extra-lint-examples]` from 0.9.1 to 0.9.2 - [Release notes](https://github.com/frequenz-floss/frequenz-repo-config-python/releases) - [Changelog](https://github.com/frequenz-floss/frequenz-repo-config-python/blob/v0.x.x/RELEASE_NOTES.md) - [Commits](frequenz-floss/frequenz-repo-config-python@v0.9.1...v0.9.2) 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: mike 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: frequenz-repo-config[lib] dependency-type: direct:production update-type: version-update:semver-patch dependency-group: required - dependency-name: pylint 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: frequenz-repo-config[extra-lint-examples] 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 2b1b6dd commit 3a7fe9b

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
@@ -5,7 +5,7 @@
55
requires = [
66
"setuptools == 68.1.0",
77
"setuptools_scm[toml] == 7.1.0",
8-
"frequenz-repo-config[lib] == 0.9.1",
8+
"frequenz-repo-config[lib] == 0.9.2",
99
]
1010
build-backend = "setuptools.build_meta"
1111

@@ -47,13 +47,13 @@ dev-formatting = ["black == 24.4.2", "isort == 5.13.2"]
4747
dev-mkdocs = [
4848
"black == 24.4.2",
4949
"Markdown==3.6",
50-
"mike == 2.0.0",
50+
"mike == 2.1.1",
5151
"mkdocs-gen-files == 0.5.0",
5252
"mkdocs-literate-nav == 0.6.1",
5353
"mkdocs-macros-plugin == 1.0.5",
54-
"mkdocs-material == 9.5.20",
55-
"mkdocstrings[python] == 0.25.0",
56-
"frequenz-repo-config[lib] == 0.9.1",
54+
"mkdocs-material == 9.5.25",
55+
"mkdocstrings[python] == 0.25.1",
56+
"frequenz-repo-config[lib] == 0.9.2",
5757
]
5858
dev-mypy = [
5959
"mypy == 1.10.0",
@@ -63,18 +63,18 @@ dev-mypy = [
6363
]
6464
dev-noxfile = [
6565
"nox == 2024.4.15",
66-
"frequenz-repo-config[lib] == 0.9.1",
66+
"frequenz-repo-config[lib] == 0.9.2",
6767
]
6868
dev-pylint = [
69-
"pylint == 3.1.0",
69+
"pylint == 3.2.2",
7070
# For checking the noxfile, docs/ script, and tests
7171
"frequenz-client-common[dev-mkdocs,dev-noxfile,dev-pytest]",
7272
]
7373
dev-pytest = [
74-
"pytest == 8.2.0",
75-
"frequenz-repo-config[extra-lint-examples] == 0.9.1",
74+
"pytest == 8.2.1",
75+
"frequenz-repo-config[extra-lint-examples] == 0.9.2",
7676
"pytest-mock == 3.14.0",
77-
"pytest-asyncio == 0.23.6",
77+
"pytest-asyncio == 0.23.7",
7878
"async-solipsism == 0.6",
7979
]
8080
dev = [

0 commit comments

Comments
 (0)