Skip to content

Commit 99872e4

Browse files
Bump the minor group across 1 directory with 6 updates
Bumps the minor group with 6 updates in the / directory: | Package | From | To | | --- | --- | --- | | [flake8](https://github.com/pycqa/flake8) | `7.2.0` | `7.3.0` | | [mypy](https://github.com/python/mypy) | `1.15.0` | `1.16.1` | | [types-setuptools](https://github.com/typeshed-internal/stub_uploader) | `80.3.0.20250505` | `80.9.0.20250529` | | [pytest](https://github.com/pytest-dev/pytest) | `8.3.5` | `8.4.1` | | [hypothesis](https://github.com/HypothesisWorks/hypothesis) | `6.131.9` | `6.135.14` | | [setuptools](https://github.com/pypa/setuptools) | `80.3.1` | `80.9.0` | Updates `flake8` from 7.2.0 to 7.3.0 - [Commits](PyCQA/flake8@7.2.0...7.3.0) Updates `mypy` from 1.15.0 to 1.16.1 - [Changelog](https://github.com/python/mypy/blob/master/CHANGELOG.md) - [Commits](python/mypy@v1.15.0...v1.16.1) Updates `types-setuptools` from 80.3.0.20250505 to 80.9.0.20250529 - [Commits](https://github.com/typeshed-internal/stub_uploader/commits) Updates `pytest` from 8.3.5 to 8.4.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.3.5...8.4.1) Updates `hypothesis` from 6.131.9 to 6.135.14 - [Release notes](https://github.com/HypothesisWorks/hypothesis/releases) - [Commits](HypothesisWorks/hypothesis@hypothesis-python-6.131.9...hypothesis-python-6.135.14) Updates `setuptools` from 80.3.1 to 80.9.0 - [Release notes](https://github.com/pypa/setuptools/releases) - [Changelog](https://github.com/pypa/setuptools/blob/main/NEWS.rst) - [Commits](pypa/setuptools@v80.3.1...v80.9.0) --- updated-dependencies: - dependency-name: flake8 dependency-version: 7.3.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: minor - dependency-name: mypy dependency-version: 1.16.1 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: minor - dependency-name: types-setuptools dependency-version: 80.9.0.20250529 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: minor - dependency-name: pytest dependency-version: 8.4.1 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: minor - dependency-name: hypothesis dependency-version: 6.135.14 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: minor - dependency-name: setuptools dependency-version: 80.9.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 9d617fa commit 99872e4

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

pyproject.toml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
[build-system]
55
requires = [
6-
"setuptools == 80.3.1",
6+
"setuptools == 80.9.0",
77
"setuptools_scm[toml] == 8.3.1",
88
"frequenz-repo-config[lib] == 0.13.4",
99
]
@@ -47,7 +47,7 @@ email = "[email protected]"
4747

4848
[project.optional-dependencies]
4949
dev-flake8 = [
50-
"flake8 == 7.2.0",
50+
"flake8 == 7.3.0",
5151
"flake8-docstrings == 1.7.0",
5252
"flake8-pyproject == 1.2.3", # For reading the flake8 config from pyproject.toml
5353
"pydoclint == 0.6.6",
@@ -67,10 +67,10 @@ dev-mkdocs = [
6767
"frequenz-repo-config[lib] == 0.13.4",
6868
]
6969
dev-mypy = [
70-
"mypy == 1.15.0",
70+
"mypy == 1.16.1",
7171
"types-Markdown == 3.8.0.20250415",
7272
"types-protobuf == 6.30.2.20250516",
73-
"types-setuptools == 80.3.0.20250505",
73+
"types-setuptools == 80.9.0.20250529",
7474
# For checking the noxfile, docs/ script, and tests
7575
"frequenz-sdk[dev-mkdocs,dev-noxfile,dev-pytest]",
7676
]
@@ -81,13 +81,13 @@ dev-pylint = [
8181
"frequenz-sdk[dev-mkdocs,dev-noxfile,dev-pytest]",
8282
]
8383
dev-pytest = [
84-
"pytest == 8.3.5",
84+
"pytest == 8.4.1",
8585
"frequenz-repo-config[extra-lint-examples] == 0.13.4",
8686
"pytest-mock == 3.14.1",
8787
"pytest-asyncio == 0.26.0",
8888
"time-machine == 2.16.0",
8989
"async-solipsism == 0.7",
90-
"hypothesis == 6.131.9",
90+
"hypothesis == 6.135.14",
9191
]
9292
dev = [
9393
"frequenz-sdk[dev-mkdocs,dev-flake8,dev-formatting,dev-mkdocs,dev-mypy,dev-noxfile,dev-pylint,dev-pytest]",

0 commit comments

Comments
 (0)