Skip to content

Commit 1cfde78

Browse files
dependabot[bot]llucax
authored andcommitted
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.26` | `9.5.27` | | [mypy](https://github.com/python/mypy) | `1.10.0` | `1.10.1` | | [types-protobuf](https://github.com/python/typeshed) | `5.26.0.20240422` | `5.27.0.20240626` | | [types-setuptools](https://github.com/python/typeshed) | `70.0.0.20240524` | `70.1.0.20240627` | | [pylint](https://github.com/pylint-dev/pylint) | `3.2.3` | `3.2.5` | | [hypothesis](https://github.com/HypothesisWorks/hypothesis) | `6.103.1` | `6.104.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.26 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.26...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 `types-protobuf` from 5.26.0.20240422 to 5.27.0.20240626 - [Commits](https://github.com/python/typeshed/commits) Updates `types-setuptools` from 70.0.0.20240524 to 70.1.0.20240627 - [Commits](https://github.com/python/typeshed/commits) Updates `pylint` from 3.2.3 to 3.2.5 - [Release notes](https://github.com/pylint-dev/pylint/releases) - [Commits](pylint-dev/pylint@v3.2.3...v3.2.5) Updates `hypothesis` from 6.103.1 to 6.104.2 - [Release notes](https://github.com/HypothesisWorks/hypothesis/releases) - [Commits](HypothesisWorks/hypothesis@hypothesis-python-6.103.1...hypothesis-python-6.104.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: types-protobuf dependency-type: direct:production update-type: version-update:semver-minor dependency-group: required - dependency-name: types-setuptools 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: hypothesis dependency-type: direct:production update-type: version-update:semver-minor dependency-group: required ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 07c895d commit 1cfde78

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
@@ -43,35 +43,35 @@ email = "[email protected]"
4343

4444
[project.optional-dependencies]
4545
dev-flake8 = [
46-
"flake8 == 7.0.0",
46+
"flake8 == 7.1.0",
4747
"flake8-docstrings == 1.7.0",
4848
"flake8-pyproject == 1.2.3", # For reading the flake8 config from pyproject.toml
49-
"pydoclint == 0.4.1",
49+
"pydoclint == 0.5.3",
5050
"pydocstyle == 6.3.0",
5151
]
5252
dev-formatting = ["black == 24.4.2", "isort == 5.13.2"]
5353
dev-mkdocs = [
5454
"black == 24.4.2",
5555
"Markdown==3.6",
56-
"mike == 2.1.1",
56+
"mike == 2.1.2",
5757
"mkdocs-gen-files == 0.5.0",
5858
"mkdocs-literate-nav == 0.6.1",
5959
"mkdocs-macros-plugin == 1.0.5",
60-
"mkdocs-material == 9.5.26",
60+
"mkdocs-material == 9.5.27",
6161
"mkdocstrings[python] == 0.25.1",
6262
"frequenz-repo-config[lib] == 0.9.2",
6363
]
6464
dev-mypy = [
65-
"mypy == 1.10.0",
65+
"mypy == 1.10.1",
6666
"types-Markdown == 3.6.0.20240316",
67-
"types-protobuf == 5.26.0.20240422",
68-
"types-setuptools == 70.0.0.20240524",
67+
"types-protobuf == 5.27.0.20240626",
68+
"types-setuptools == 70.1.0.20240627",
6969
# For checking the noxfile, docs/ script, and tests
7070
"frequenz-sdk[dev-mkdocs,dev-noxfile,dev-pytest]",
7171
]
7272
dev-noxfile = ["nox == 2024.4.15", "frequenz-repo-config[lib] == 0.9.2"]
7373
dev-pylint = [
74-
"pylint == 3.2.3",
74+
"pylint == 3.2.5",
7575
# For checking the noxfile, docs/ script, and tests
7676
"frequenz-sdk[dev-mkdocs,dev-noxfile,dev-pytest]",
7777
]
@@ -82,7 +82,7 @@ dev-pytest = [
8282
"pytest-asyncio == 0.23.7",
8383
"time-machine == 2.12.0",
8484
"async-solipsism == 0.6",
85-
"hypothesis == 6.103.1",
85+
"hypothesis == 6.104.2",
8686
]
8787
dev = [
8888
"frequenz-sdk[dev-mkdocs,dev-flake8,dev-formatting,dev-mkdocs,dev-mypy,dev-noxfile,dev-pylint,dev-pytest]",

0 commit comments

Comments
 (0)