Skip to content

Commit f71dcf0

Browse files
Bump the minor group across 1 directory with 7 updates
Bumps the minor group with 7 updates in the / directory: | Package | From | To | | --- | --- | --- | | [flake8](https://github.com/pycqa/flake8) | `7.1.1` | `7.2.0` | | [markdown](https://github.com/Python-Markdown/markdown) | `3.7` | `3.8` | | [mypy](https://github.com/python/mypy) | `1.14.1` | `1.16.0` | | [types-markdown](https://github.com/typeshed-internal/stub_uploader) | `3.7.0.20241204` | `3.8.0.20250415` | | [nox](https://github.com/wntrblm/nox) | `2025.2.9` | `2025.5.1` | | [pytest](https://github.com/pytest-dev/pytest) | `8.3.4` | `8.4.0` | | [setuptools-scm[toml]](https://github.com/pypa/setuptools-scm) | `8.1.0` | `8.3.1` | Updates `flake8` from 7.1.1 to 7.2.0 - [Commits](PyCQA/flake8@7.1.1...7.2.0) Updates `markdown` from 3.7 to 3.8 - [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.7...3.8) Updates `mypy` from 1.14.1 to 1.16.0 - [Changelog](https://github.com/python/mypy/blob/master/CHANGELOG.md) - [Commits](python/mypy@v1.14.1...v1.16.0) Updates `types-markdown` from 3.7.0.20241204 to 3.8.0.20250415 - [Commits](https://github.com/typeshed-internal/stub_uploader/commits) Updates `nox` from 2025.2.9 to 2025.5.1 - [Release notes](https://github.com/wntrblm/nox/releases) - [Changelog](https://github.com/wntrblm/nox/blob/main/CHANGELOG.md) - [Commits](wntrblm/nox@2025.02.09...2025.05.01) Updates `pytest` from 8.3.4 to 8.4.0 - [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.4...8.4.0) Updates `setuptools-scm[toml]` from 8.1.0 to 8.3.1 - [Release notes](https://github.com/pypa/setuptools-scm/releases) - [Changelog](https://github.com/pypa/setuptools-scm/blob/main/CHANGELOG.md) - [Commits](pypa/setuptools-scm@v8.1.0...v8.3.1) --- updated-dependencies: - dependency-name: flake8 dependency-version: 7.2.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: minor - dependency-name: markdown dependency-version: '3.8' dependency-type: direct:production update-type: version-update:semver-minor dependency-group: minor - dependency-name: mypy dependency-version: 1.16.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: minor - dependency-name: types-markdown dependency-version: 3.8.0.20250415 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: minor - dependency-name: nox dependency-version: 2025.5.1 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: minor - dependency-name: pytest dependency-version: 8.4.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: minor - dependency-name: setuptools-scm[toml] dependency-version: 8.3.1 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 3de98c8 commit f71dcf0

1 file changed

Lines changed: 7 additions & 7 deletions

File tree

pyproject.toml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
[build-system]
55
requires = [
66
"setuptools == 75.8.0",
7-
"setuptools_scm[toml] == 8.1.0",
7+
"setuptools_scm[toml] == 8.3.1",
88
"frequenz-repo-config[api] == 0.13.2",
99
# We need to pin the protobuf, grpcio and grpcio-tools dependencies to make
1010
# sure the code is generated using the minimum supported versions, as older
@@ -62,15 +62,15 @@ email = "floss@frequenz.com"
6262

6363
[project.optional-dependencies]
6464
dev-flake8 = [
65-
"flake8 == 7.1.1",
65+
"flake8 == 7.2.0",
6666
"flake8-docstrings == 1.7.0",
6767
"flake8-pyproject == 1.2.3", # For reading the flake8 config from pyproject.toml
6868
"pydoclint == 0.6.0",
6969
"pydocstyle == 6.3.0",
7070
]
7171
dev-formatting = ["black == 25.1.0", "isort == 6.0.0"]
7272
dev-mkdocs = [
73-
"Markdown == 3.7",
73+
"Markdown == 3.8",
7474
"black == 25.1.0",
7575
"mike == 2.1.3",
7676
"mkdocs-gen-files == 0.5.0",
@@ -82,20 +82,20 @@ dev-mkdocs = [
8282
"frequenz-repo-config[api] == 0.13.2",
8383
]
8484
dev-mypy = [
85-
"mypy == 1.14.1",
85+
"mypy == 1.16.0",
8686
"grpc-stubs == 1.53.0.5",
87-
"types-Markdown == 3.7.0.20241204",
87+
"types-Markdown == 3.8.0.20250415",
8888
# For checking the noxfile, docs/ script, and tests
8989
"frequenz-api-reporting[dev-mkdocs,dev-noxfile,dev-pytest]",
9090
]
91-
dev-noxfile = ["nox == 2025.2.9", "frequenz-repo-config[api] == 0.13.2"]
91+
dev-noxfile = ["nox == 2025.5.1", "frequenz-repo-config[api] == 0.13.2"]
9292
dev-pylint = [
9393
# dev-pytest already defines a dependency to pylint because of the examples
9494
# For checking the noxfile, docs/ script, and tests
9595
"frequenz-api-reporting[dev-mkdocs,dev-noxfile,dev-pytest]",
9696
]
9797
dev-pytest = [
98-
"pytest == 8.3.4",
98+
"pytest == 8.4.0",
9999
"pylint == 3.3.4", # We need this to check for the examples
100100
"frequenz-repo-config[extra-lint-examples] == 0.13.2",
101101
]

0 commit comments

Comments
 (0)