Skip to content

Commit 6a7ef4f

Browse files
Bump the optional group with 9 updates
Bumps the optional group with 9 updates: | Package | From | To | | --- | --- | --- | | [pydoclint](https://github.com/jsh9/pydoclint) | `0.3.9` | `0.4.1` | | [black](https://github.com/psf/black) | `24.1.1` | `24.2.0` | | [frequenz-repo-config[lib]](https://github.com/frequenz-floss/frequenz-repo-config-python) | `0.8.0` | `0.9.1` | | [mkdocs-material](https://github.com/squidfunk/mkdocs-material) | `9.5.6` | `9.5.12` | | [mkdocstrings[python]](https://github.com/mkdocstrings/mkdocstrings) | `0.24.0` | `0.24.1` | | [pylint](https://github.com/pylint-dev/pylint) | `3.0.3` | `3.1.0` | | [frequenz-repo-config[extra-lint-examples]](https://github.com/frequenz-floss/frequenz-repo-config-python) | `0.8.0` | `0.9.1` | | [hypothesis](https://github.com/HypothesisWorks/hypothesis) | `6.97.4` | `6.98.17` | | [pytest-asyncio](https://github.com/pytest-dev/pytest-asyncio) | `0.23.4` | `0.23.5` | Updates `pydoclint` from 0.3.9 to 0.4.1 - [Release notes](https://github.com/jsh9/pydoclint/releases) - [Changelog](https://github.com/jsh9/pydoclint/blob/main/CHANGELOG.md) - [Commits](jsh9/pydoclint@0.3.9...0.4.1) Updates `black` from 24.1.1 to 24.2.0 - [Release notes](https://github.com/psf/black/releases) - [Changelog](https://github.com/psf/black/blob/main/CHANGES.md) - [Commits](psf/black@24.1.1...24.2.0) Updates `frequenz-repo-config[lib]` from 0.8.0 to 0.9.1 - [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.8.0...v0.9.1) Updates `mkdocs-material` from 9.5.6 to 9.5.12 - [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.6...9.5.12) Updates `mkdocstrings[python]` from 0.24.0 to 0.24.1 - [Release notes](https://github.com/mkdocstrings/mkdocstrings/releases) - [Changelog](https://github.com/mkdocstrings/mkdocstrings/blob/main/CHANGELOG.md) - [Commits](mkdocstrings/mkdocstrings@0.24.0...0.24.1) Updates `pylint` from 3.0.3 to 3.1.0 - [Release notes](https://github.com/pylint-dev/pylint/releases) - [Commits](pylint-dev/pylint@v3.0.3...v3.1.0) Updates `frequenz-repo-config[extra-lint-examples]` from 0.8.0 to 0.9.1 - [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.8.0...v0.9.1) Updates `hypothesis` from 6.97.4 to 6.98.17 - [Release notes](https://github.com/HypothesisWorks/hypothesis/releases) - [Commits](HypothesisWorks/hypothesis@hypothesis-python-6.97.4...hypothesis-python-6.98.17) Updates `pytest-asyncio` from 0.23.4 to 0.23.5 - [Release notes](https://github.com/pytest-dev/pytest-asyncio/releases) - [Commits](pytest-dev/pytest-asyncio@v0.23.4...v0.23.5) --- updated-dependencies: - dependency-name: pydoclint dependency-type: direct:production update-type: version-update:semver-minor dependency-group: optional - dependency-name: black dependency-type: direct:production update-type: version-update:semver-minor dependency-group: optional - dependency-name: frequenz-repo-config[lib] dependency-type: direct:production update-type: version-update:semver-minor dependency-group: optional - dependency-name: mkdocs-material dependency-type: direct:production update-type: version-update:semver-patch dependency-group: optional - dependency-name: mkdocstrings[python] dependency-type: direct:production update-type: version-update:semver-patch dependency-group: optional - dependency-name: pylint dependency-type: direct:production update-type: version-update:semver-minor dependency-group: optional - dependency-name: frequenz-repo-config[extra-lint-examples] dependency-type: direct:production update-type: version-update:semver-minor dependency-group: optional - dependency-name: hypothesis dependency-type: direct:production update-type: version-update:semver-minor dependency-group: optional - dependency-name: pytest-asyncio dependency-type: direct:production update-type: version-update:semver-patch dependency-group: optional ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent a35a1b5 commit 6a7ef4f

File tree

1 file changed

+12
-12
lines changed

1 file changed

+12
-12
lines changed

pyproject.toml

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

@@ -40,22 +40,22 @@ dev-flake8 = [
4040
"flake8 == 7.0.0",
4141
"flake8-docstrings == 1.7.0",
4242
"flake8-pyproject == 1.2.3", # For reading the flake8 config from pyproject.toml
43-
"pydoclint == 0.3.9",
43+
"pydoclint == 0.4.1",
4444
"pydocstyle == 6.3.0",
4545
]
46-
dev-formatting = ["black == 24.1.1", "isort == 5.13.2"]
46+
dev-formatting = ["black == 24.2.0", "isort == 5.13.2"]
4747
dev-mkdocs = [
4848
"Markdown == 3.5.2",
49-
"black == 24.1.1",
50-
"frequenz-repo-config[lib] == 0.8.0",
49+
"black == 24.2.0",
50+
"frequenz-repo-config[lib] == 0.9.1",
5151
"markdown-svgbob == 202112.1022",
5252
"mike == 2.0.0",
5353
"mkdocs-gen-files == 0.5.0",
5454
"mkdocs-include-markdown-plugin == 6.0.4",
5555
"mkdocs-literate-nav == 0.6.1",
5656
"mkdocs-macros-plugin == 1.0.5",
57-
"mkdocs-material == 9.5.6",
58-
"mkdocstrings[python] == 0.24.0",
57+
"mkdocs-material == 9.5.12",
58+
"mkdocstrings[python] == 0.24.1",
5959
"pymdownx-superfence-filter-lines == 0.1.0",
6060
]
6161
dev-mypy = [
@@ -64,18 +64,18 @@ dev-mypy = [
6464
"mypy == 1.8.0",
6565
"types-Markdown == 3.5.0.20240129",
6666
]
67-
dev-noxfile = ["nox == 2023.4.22", "frequenz-repo-config[lib] == 0.8.0"]
67+
dev-noxfile = ["nox == 2023.4.22", "frequenz-repo-config[lib] == 0.9.1"]
6868
dev-pylint = [
6969
# For checking the noxfile, docs/ script, and tests
7070
"frequenz-channels[dev-mkdocs,dev-noxfile,dev-pytest]",
71-
"pylint == 3.0.3",
71+
"pylint == 3.1.0",
7272
]
7373
dev-pytest = [
7474
"async-solipsism == 0.5",
75-
"frequenz-repo-config[extra-lint-examples] == 0.8.0",
76-
"hypothesis == 6.97.4",
75+
"frequenz-repo-config[extra-lint-examples] == 0.9.1",
76+
"hypothesis == 6.98.17",
7777
"pytest == 7.4.4",
78-
"pytest-asyncio == 0.23.4",
78+
"pytest-asyncio == 0.23.5",
7979
"pytest-mock == 3.12.0",
8080
]
8181
dev = [

0 commit comments

Comments
 (0)