Skip to content

Commit ff9741d

Browse files
Bump the required group with 9 updates
Bumps the required group with 9 updates: | Package | From | To | | --- | --- | --- | | [flake8](https://github.com/pycqa/flake8) | `7.0.0` | `7.1.0` | | [pydoclint](https://github.com/jsh9/pydoclint) | `0.4.1` | `0.5.3` | | [mike](https://github.com/jimporter/mike) | `2.1.1` | `2.1.2` | | [mkdocs-material](https://github.com/squidfunk/mkdocs-material) | `9.5.25` | `9.5.27` | | [mypy](https://github.com/python/mypy) | `1.10.0` | `1.10.1` | | [uv](https://github.com/astral-sh/uv) | `0.2.5` | `0.2.18` | | [pylint](https://github.com/pylint-dev/pylint) | `3.2.2` | `3.2.5` | | [pytest](https://github.com/pytest-dev/pytest) | `8.2.1` | `8.2.2` | | [time-machine](https://github.com/adamchainz/time-machine) | `2.14.1` | `2.14.2` | Updates `flake8` from 7.0.0 to 7.1.0 - [Commits](PyCQA/flake8@7.0.0...7.1.0) Updates `pydoclint` from 0.4.1 to 0.5.3 - [Release notes](https://github.com/jsh9/pydoclint/releases) - [Changelog](https://github.com/jsh9/pydoclint/blob/main/CHANGELOG.md) - [Commits](jsh9/pydoclint@0.4.1...0.5.3) Updates `mike` from 2.1.1 to 2.1.2 - [Release notes](https://github.com/jimporter/mike/releases) - [Changelog](https://github.com/jimporter/mike/blob/master/CHANGES.md) - [Commits](jimporter/mike@v2.1.1...v2.1.2) Updates `mkdocs-material` from 9.5.25 to 9.5.27 - [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.25...9.5.27) Updates `mypy` from 1.10.0 to 1.10.1 - [Changelog](https://github.com/python/mypy/blob/master/CHANGELOG.md) - [Commits](python/mypy@v1.10.0...v1.10.1) Updates `uv` from 0.2.5 to 0.2.18 - [Release notes](https://github.com/astral-sh/uv/releases) - [Changelog](https://github.com/astral-sh/uv/blob/main/CHANGELOG.md) - [Commits](astral-sh/uv@0.2.5...0.2.18) Updates `pylint` from 3.2.2 to 3.2.5 - [Release notes](https://github.com/pylint-dev/pylint/releases) - [Commits](pylint-dev/pylint@v3.2.2...v3.2.5) Updates `pytest` from 8.2.1 to 8.2.2 - [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.1...8.2.2) Updates `time-machine` from 2.14.1 to 2.14.2 - [Changelog](https://github.com/adamchainz/time-machine/blob/main/CHANGELOG.rst) - [Commits](adamchainz/time-machine@2.14.1...2.14.2) --- updated-dependencies: - dependency-name: flake8 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: required - dependency-name: pydoclint 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: mypy dependency-type: direct:production update-type: version-update:semver-patch dependency-group: required - dependency-name: uv 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-patch dependency-group: required - dependency-name: pytest dependency-type: direct:production update-type: version-update:semver-patch dependency-group: required - dependency-name: time-machine dependency-type: direct:production update-type: version-update:semver-patch dependency-group: required ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 95a0f50 commit ff9741d

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
@@ -54,48 +54,48 @@ email = "[email protected]"
5454

5555
[project.optional-dependencies]
5656
dev-flake8 = [
57-
"flake8 == 7.0.0",
57+
"flake8 == 7.1.0",
5858
"flake8-docstrings == 1.7.0",
5959
"flake8-pyproject == 1.2.3", # For reading the flake8 config from pyproject.toml
60-
"pydoclint == 0.4.1",
60+
"pydoclint == 0.5.3",
6161
"pydocstyle == 6.3.0",
6262
]
6363
dev-formatting = ["black == 24.4.2", "isort == 5.13.2"]
6464
dev-mkdocs = [
6565
"black == 24.4.2",
6666
"Markdown==3.6",
67-
"mike == 2.1.1",
67+
"mike == 2.1.2",
6868
"mkdocs-gen-files == 0.5.0",
6969
"mkdocs-literate-nav == 0.6.1",
7070
"mkdocs-macros-plugin == 1.0.5",
71-
"mkdocs-material == 9.5.25",
71+
"mkdocs-material == 9.5.27",
7272
"mkdocstrings[python] == 0.25.1",
7373
"frequenz-repo-config[lib] == 0.9.2",
7474
]
7575
dev-mypy = [
76-
"mypy == 1.10.0",
76+
"mypy == 1.10.1",
7777
"types-Markdown == 3.6.0.20240316",
7878
"types-python-dateutil==2.9.0.20240316",
7979
# For checking the noxfile, docs/ script, and tests
8080
"frequenz-dispatch[dev-mkdocs,dev-noxfile,dev-pytest]",
8181
]
8282
dev-noxfile = [
83-
"uv == 0.2.5",
83+
"uv == 0.2.18",
8484
"nox == 2024.4.15",
8585
"frequenz-repo-config[lib] == 0.9.2",
8686
]
8787
dev-pylint = [
88-
"pylint == 3.2.2",
88+
"pylint == 3.2.5",
8989
# For checking the noxfile, docs/ script, and tests
9090
"frequenz-dispatch[dev-mkdocs,dev-noxfile,dev-pytest]",
9191
]
9292
dev-pytest = [
93-
"pytest == 8.2.1",
93+
"pytest == 8.2.2",
9494
"frequenz-repo-config[extra-lint-examples] == 0.9.2",
9595
"pytest-mock == 3.14.0",
9696
"pytest-asyncio == 0.23.7",
9797
"async-solipsism == 0.6",
98-
"time-machine == 2.14.1",
98+
"time-machine == 2.14.2",
9999
]
100100
dev = [
101101
"frequenz-dispatch[dev-mkdocs,dev-flake8,dev-formatting,dev-mkdocs,dev-mypy,dev-noxfile,dev-pylint,dev-pytest]",

0 commit comments

Comments
 (0)