Skip to content

Commit de48dfc

Browse files
Bump the minor group across 1 directory with 8 updates
Bumps the minor group with 8 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.15.0` | | [types-markdown](https://github.com/typeshed-internal/stub_uploader) | `3.7.0.20250322` | `3.8.0.20250415` | | [nox](https://github.com/wntrblm/nox) | `2025.2.9` | `2025.5.1` | | [hypothesis](https://github.com/HypothesisWorks/hypothesis) | `6.124.7` | `6.131.9` | | [setuptools](https://github.com/pypa/setuptools) | `80.1.0` | `80.3.1` | | [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.15.0 - [Changelog](https://github.com/python/mypy/blob/master/CHANGELOG.md) - [Commits](python/mypy@v1.14.1...v1.15.0) Updates `types-markdown` from 3.7.0.20250322 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 `hypothesis` from 6.124.7 to 6.131.9 - [Release notes](https://github.com/HypothesisWorks/hypothesis/releases) - [Commits](HypothesisWorks/hypothesis@hypothesis-python-6.124.7...hypothesis-python-6.131.9) Updates `setuptools` from 80.1.0 to 80.3.1 - [Release notes](https://github.com/pypa/setuptools/releases) - [Changelog](https://github.com/pypa/setuptools/blob/main/NEWS.rst) - [Commits](pypa/setuptools@v80.1.0...v80.3.1) 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.15.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: hypothesis dependency-version: 6.131.9 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: minor - dependency-name: setuptools dependency-version: 80.3.1 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] <[email protected]>
1 parent 74d8a11 commit de48dfc

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

pyproject.toml

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

44
[build-system]
55
requires = [
6-
"setuptools == 80.1.0",
7-
"setuptools_scm[toml] == 8.1.0",
6+
"setuptools == 80.3.1",
7+
"setuptools_scm[toml] == 8.3.1",
88
"frequenz-repo-config[lib] == 0.13.3",
99
]
1010
build-backend = "setuptools.build_meta"
@@ -46,15 +46,15 @@ email = "[email protected]"
4646

4747
[project.optional-dependencies]
4848
dev-flake8 = [
49-
"flake8 == 7.1.1",
49+
"flake8 == 7.2.0",
5050
"flake8-docstrings == 1.7.0",
5151
"flake8-pyproject == 1.2.3", # For reading the flake8 config from pyproject.toml
5252
"pydoclint == 0.6.6",
5353
"pydocstyle == 6.3.0",
5454
]
5555
dev-formatting = ["black == 25.1.0", "isort == 6.0.1"]
5656
dev-mkdocs = [
57-
"Markdown == 3.7",
57+
"Markdown == 3.8",
5858
"black == 25.1.0",
5959
"mike == 2.1.3",
6060
"mkdocs-gen-files == 0.5.0",
@@ -66,12 +66,12 @@ dev-mkdocs = [
6666
"frequenz-repo-config[lib] == 0.13.3",
6767
]
6868
dev-mypy = [
69-
"mypy == 1.14.1",
70-
"types-Markdown == 3.7.0.20250322",
69+
"mypy == 1.15.0",
70+
"types-Markdown == 3.8.0.20250415",
7171
# For checking the noxfile, docs/ script, and tests
7272
"frequenz-core[dev-mkdocs,dev-noxfile,dev-pytest]",
7373
]
74-
dev-noxfile = ["nox == 2025.2.9", "frequenz-repo-config[lib] == 0.13.3"]
74+
dev-noxfile = ["nox == 2025.5.1", "frequenz-repo-config[lib] == 0.13.3"]
7575
dev-pylint = [
7676
# dev-pytest already defines a dependency to pylint because of the examples
7777
# For checking the noxfile, docs/ script, and tests
@@ -84,7 +84,7 @@ dev-pytest = [
8484
"pytest-mock == 3.14.0",
8585
"pytest-asyncio == 0.26.0",
8686
"async-solipsism == 0.7",
87-
"hypothesis == 6.124.7",
87+
"hypothesis == 6.131.9",
8888
]
8989
dev = [
9090
"frequenz-core[dev-mkdocs,dev-flake8,dev-formatting,dev-mkdocs,dev-mypy,dev-noxfile,dev-pylint,dev-pytest]",

0 commit comments

Comments
 (0)