Skip to content

Commit 45dfc9d

Browse files
Bump the required group with 7 updates
Bumps the required group with 7 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[api]](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` | 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[api]` 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) --- 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[api] 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 ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 4d60c84 commit 45dfc9d

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

pyproject.toml

Lines changed: 9 additions & 9 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[api] == 0.9.1",
8+
"frequenz-repo-config[api] == 0.9.2",
99
]
1010
build-backend = "setuptools.build_meta"
1111

@@ -48,13 +48,13 @@ dev-formatting = ["black == 24.4.2", "isort == 5.13.2"]
4848
dev-mkdocs = [
4949
"black == 24.4.2",
5050
"Markdown==3.6",
51-
"mike == 2.0.0",
51+
"mike == 2.1.1",
5252
"mkdocs-gen-files == 0.5.0",
5353
"mkdocs-literate-nav == 0.6.1",
5454
"mkdocs-macros-plugin == 1.0.5",
55-
"mkdocs-material == 9.5.20",
56-
"mkdocstrings[python] == 0.25.0",
57-
"frequenz-repo-config[api] == 0.9.1",
55+
"mkdocs-material == 9.5.25",
56+
"mkdocstrings[python] == 0.25.1",
57+
"frequenz-repo-config[api] == 0.9.2",
5858
]
5959
dev-mypy = [
6060
"mypy == 1.10.0",
@@ -65,16 +65,16 @@ dev-mypy = [
6565
]
6666
dev-noxfile = [
6767
"nox == 2024.4.15",
68-
"frequenz-repo-config[api] == 0.9.1",
68+
"frequenz-repo-config[api] == 0.9.2",
6969
]
7070
dev-pylint = [
71-
"pylint == 3.1.0",
71+
"pylint == 3.2.2",
7272
# For checking the noxfile, docs/ script, and tests
7373
"frequenz-api-dispatch[dev-mkdocs,dev-noxfile,dev-pytest]",
7474
]
7575
dev-pytest = [
76-
"pytest == 8.2.0",
77-
"frequenz-repo-config[extra-lint-examples] == 0.9.1",
76+
"pytest == 8.2.1",
77+
"frequenz-repo-config[extra-lint-examples] == 0.9.2",
7878
]
7979
dev = [
8080
"frequenz-api-dispatch[dev-mkdocs,dev-flake8,dev-formatting,dev-mkdocs,dev-mypy,dev-noxfile,dev-pylint,dev-pytest]",

0 commit comments

Comments
 (0)