Skip to content

Commit 2a63aef

Browse files
Bump the minor group with 5 updates
Bumps the minor group with 5 updates: | Package | From | To | | --- | --- | --- | | [markdown](https://github.com/Python-Markdown/markdown) | `3.7` | `3.8` | | [flake8](https://github.com/pycqa/flake8) | `7.1.1` | `7.2.0` | | [mypy](https://github.com/python/mypy) | `1.14.1` | `1.15.0` | | [types-markdown](https://github.com/typeshed-internal/stub_uploader) | `3.7.0.20241204` | `3.8.0.20250413` | | [setuptools-scm[toml]](https://github.com/pypa/setuptools-scm) | `8.1.0` | `8.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 `flake8` from 7.1.1 to 7.2.0 - [Commits](PyCQA/flake8@7.1.1...7.2.0) 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.20241204 to 3.8.0.20250413 - [Commits](https://github.com/typeshed-internal/stub_uploader/commits) Updates `setuptools-scm[toml]` from 8.1.0 to 8.2.0 - [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.2.0) --- updated-dependencies: - dependency-name: markdown dependency-version: '3.8' dependency-type: direct:production update-type: version-update:semver-minor dependency-group: minor - dependency-name: flake8 dependency-version: 7.2.0 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.20250413 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: minor - dependency-name: setuptools-scm[toml] dependency-version: 8.2.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 1758cae commit 2a63aef

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

pyproject.toml

Lines changed: 5 additions & 5 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.2.0",
88
"frequenz-repo-config[lib] == 0.13.2",
99
]
1010
build-backend = "setuptools.build_meta"
@@ -48,7 +48,7 @@ email = "[email protected]"
4848

4949
[project.optional-dependencies]
5050
dev-flake8 = [
51-
"flake8 == 7.1.1",
51+
"flake8 == 7.2.0",
5252
"flake8-docstrings == 1.7.0",
5353
"flake8-pyproject == 1.2.3", # For reading the flake8 config from pyproject.toml
5454
"pydoclint == 0.6.0",
@@ -57,7 +57,7 @@ dev-flake8 = [
5757
dev-formatting = ["black == 25.1.0", "isort == 6.0.0"]
5858
dev-mkdocs = [
5959
"black == 25.1.0",
60-
"Markdown==3.7",
60+
"Markdown==3.8",
6161
"mike == 2.1.3",
6262
"mkdocs-gen-files == 0.5.0",
6363
"mkdocs-literate-nav == 0.6.1",
@@ -68,8 +68,8 @@ dev-mkdocs = [
6868
"frequenz-repo-config[lib] == 0.13.2",
6969
]
7070
dev-mypy = [
71-
"mypy == 1.14.1",
72-
"types-Markdown == 3.7.0.20241204",
71+
"mypy == 1.15.0",
72+
"types-Markdown == 3.8.0.20250413",
7373
# For checking the noxfile, docs/ script, and tests
7474
"pymdownx-superfence-filter-lines[dev-mkdocs,dev-noxfile,dev-pytest]",
7575
]

0 commit comments

Comments
 (0)