Skip to content

Commit 5b4af27

Browse files
Bump the required group with 11 updates
Bumps the required group with 11 updates: | Package | From | To | | --- | --- | --- | | [flake8](https://github.com/pycqa/flake8) | `7.1.0` | `7.1.1` | | [black](https://github.com/psf/black) | `24.4.2` | `24.8.0` | | [markdown](https://github.com/Python-Markdown/markdown) | `3.6` | `3.7` | | [mike](https://github.com/jimporter/mike) | `2.1.2` | `2.1.3` | | [mkdocs-material](https://github.com/squidfunk/mkdocs-material) | `9.5.30` | `9.5.34` | | [mkdocstrings-python](https://github.com/mkdocstrings/python) | `1.9.2` | `1.10.9` | | [mypy](https://github.com/python/mypy) | `1.11.1` | `1.11.2` | | [types-markdown](https://github.com/python/typeshed) | `3.6.0.20240316` | `3.7.0.20240822` | | [pylint](https://github.com/pylint-dev/pylint) | `3.2.6` | `3.2.7` | | [pytest-asyncio](https://github.com/pytest-dev/pytest-asyncio) | `0.23.8` | `0.24.0` | | [async-solipsism](https://github.com/bmerry/async-solipsism) | `0.6` | `0.7` | Updates `flake8` from 7.1.0 to 7.1.1 - [Commits](PyCQA/flake8@7.1.0...7.1.1) Updates `black` from 24.4.2 to 24.8.0 - [Release notes](https://github.com/psf/black/releases) - [Changelog](https://github.com/psf/black/blob/main/CHANGES.md) - [Commits](psf/black@24.4.2...24.8.0) Updates `markdown` from 3.6 to 3.7 - [Release notes](https://github.com/Python-Markdown/markdown/releases) - [Changelog](https://github.com/Python-Markdown/markdown/blob/master/docs/changelog.md) - [Commits](Python-Markdown/markdown@3.6...3.7) Updates `mike` from 2.1.2 to 2.1.3 - [Release notes](https://github.com/jimporter/mike/releases) - [Changelog](https://github.com/jimporter/mike/blob/master/CHANGES.md) - [Commits](jimporter/mike@v2.1.2...v2.1.3) Updates `mkdocs-material` from 9.5.30 to 9.5.34 - [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.30...9.5.34) Updates `mkdocstrings-python` from 1.9.2 to 1.10.9 - [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.9) Updates `mypy` from 1.11.1 to 1.11.2 - [Changelog](https://github.com/python/mypy/blob/master/CHANGELOG.md) - [Commits](python/mypy@v1.11.1...v1.11.2) Updates `types-markdown` from 3.6.0.20240316 to 3.7.0.20240822 - [Commits](https://github.com/python/typeshed/commits) Updates `pylint` from 3.2.6 to 3.2.7 - [Release notes](https://github.com/pylint-dev/pylint/releases) - [Commits](pylint-dev/pylint@v3.2.6...v3.2.7) Updates `pytest-asyncio` from 0.23.8 to 0.24.0 - [Release notes](https://github.com/pytest-dev/pytest-asyncio/releases) - [Commits](pytest-dev/pytest-asyncio@v0.23.8...v0.24.0) Updates `async-solipsism` from 0.6 to 0.7 - [Commits](https://github.com/bmerry/async-solipsism/commits) --- updated-dependencies: - dependency-name: flake8 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: required - dependency-name: black dependency-type: direct:production update-type: version-update:semver-minor dependency-group: required - dependency-name: markdown dependency-type: direct:production update-type: version-update:semver-minor dependency-group: required - dependency-name: mike dependency-type: direct:production update-type: version-update:semver-patch 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-minor dependency-group: required - dependency-name: mypy dependency-type: direct:production update-type: version-update:semver-patch dependency-group: required - dependency-name: types-markdown 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-patch dependency-group: required - dependency-name: pytest-asyncio dependency-type: direct:production update-type: version-update:semver-minor dependency-group: required - dependency-name: async-solipsism dependency-type: direct:production update-type: version-update:semver-minor dependency-group: required ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 38f2c8c commit 5b4af27

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
@@ -37,28 +37,28 @@ email = "[email protected]"
3737

3838
[project.optional-dependencies]
3939
dev-flake8 = [
40-
"flake8 == 7.1.0",
40+
"flake8 == 7.1.1",
4141
"flake8-docstrings == 1.7.0",
4242
"flake8-pyproject == 1.2.3", # For reading the flake8 config from pyproject.toml
4343
"pydoclint == 0.5.6",
4444
"pydocstyle == 6.3.0",
4545
]
46-
dev-formatting = ["black == 24.4.2", "isort == 5.13.2"]
46+
dev-formatting = ["black == 24.8.0", "isort == 5.13.2"]
4747
dev-mkdocs = [
48-
"black == 24.4.2",
49-
"Markdown==3.6",
50-
"mike == 2.1.2",
48+
"black == 24.8.0",
49+
"Markdown==3.7",
50+
"mike == 2.1.3",
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.30",
54+
"mkdocs-material == 9.5.34",
5555
"mkdocstrings[python] == 0.25.2",
56-
"mkdocstrings-python == 1.9.2",
56+
"mkdocstrings-python == 1.10.9",
5757
"frequenz-repo-config[lib] == 0.10.0",
5858
]
5959
dev-mypy = [
60-
"mypy == 1.11.1",
61-
"types-Markdown == 3.6.0.20240316",
60+
"mypy == 1.11.2",
61+
"types-Markdown == 3.7.0.20240822",
6262
# For checking the noxfile, docs/ script, and tests
6363
"frequenz-client-common[dev-mkdocs,dev-noxfile,dev-pytest]",
6464
]
@@ -67,16 +67,16 @@ dev-noxfile = [
6767
"frequenz-repo-config[lib] == 0.10.0",
6868
]
6969
dev-pylint = [
70-
"pylint == 3.2.6",
70+
"pylint == 3.2.7",
7171
# For checking the noxfile, docs/ script, and tests
7272
"frequenz-client-common[dev-mkdocs,dev-noxfile,dev-pytest]",
7373
]
7474
dev-pytest = [
7575
"pytest == 8.3.2",
7676
"frequenz-repo-config[extra-lint-examples] == 0.10.0",
7777
"pytest-mock == 3.14.0",
78-
"pytest-asyncio == 0.23.8",
79-
"async-solipsism == 0.6",
78+
"pytest-asyncio == 0.24.0",
79+
"async-solipsism == 0.7",
8080
]
8181
dev = [
8282
"frequenz-client-common[dev-mkdocs,dev-flake8,dev-formatting,dev-mkdocs,dev-mypy,dev-noxfile,dev-pylint,dev-pytest]",

0 commit comments

Comments
 (0)