Skip to content

Commit ffc77e6

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 | | --- | --- | --- | | [markdown](https://github.com/Python-Markdown/markdown) | `3.7` | `3.8` | | [types-markdown](https://github.com/typeshed-internal/stub_uploader) | `3.7.0.20250322` | `3.8.0.20250415` | | [types-setuptools](https://github.com/typeshed-internal/stub_uploader) | `80.0.0.20250429` | `80.3.0.20250505` | | [nox](https://github.com/wntrblm/nox) | `2025.2.9` | `2025.5.1` | | [hypothesis](https://github.com/HypothesisWorks/hypothesis) | `6.130.12` | `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.2.0` | `8.3.1` | 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 `types-markdown` from 3.7.0.20250322 to 3.8.0.20250415 - [Commits](https://github.com/typeshed-internal/stub_uploader/commits) Updates `types-setuptools` from 80.0.0.20250429 to 80.3.0.20250505 - [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.130.12 to 6.131.9 - [Release notes](https://github.com/HypothesisWorks/hypothesis/releases) - [Commits](HypothesisWorks/hypothesis@hypothesis-python-6.130.12...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.2.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.2.0...v8.3.1) --- updated-dependencies: - dependency-name: markdown dependency-version: '3.8' 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: types-setuptools dependency-version: 80.3.0.20250505 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 1c5332f commit ffc77e6

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

pyproject.toml

Lines changed: 7 additions & 7 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.2.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"
@@ -55,7 +55,7 @@ dev-flake8 = [
5555
dev-formatting = ["black == 25.1.0", "isort == 6.0.1"]
5656
dev-mkdocs = [
5757
"black == 25.1.0",
58-
"Markdown==3.7",
58+
"Markdown==3.8",
5959
"mike == 2.1.3",
6060
"mkdocs-gen-files == 0.5.0",
6161
"mkdocs-literate-nav == 0.6.2",
@@ -67,13 +67,13 @@ dev-mkdocs = [
6767
]
6868
dev-mypy = [
6969
"mypy == 1.15.0",
70-
"types-Markdown == 3.7.0.20250322",
70+
"types-Markdown == 3.8.0.20250415",
7171
"types-protobuf == 5.29.1.20250403",
72-
"types-setuptools == 80.0.0.20250429",
72+
"types-setuptools == 80.3.0.20250505",
7373
# For checking the noxfile, docs/ script, and tests
7474
"frequenz-sdk[dev-mkdocs,dev-noxfile,dev-pytest]",
7575
]
76-
dev-noxfile = ["nox == 2025.2.9", "frequenz-repo-config[lib] == 0.13.3"]
76+
dev-noxfile = ["nox == 2025.5.1", "frequenz-repo-config[lib] == 0.13.3"]
7777
dev-pylint = [
7878
"pylint == 3.3.6",
7979
# For checking the noxfile, docs/ script, and tests
@@ -86,7 +86,7 @@ dev-pytest = [
8686
"pytest-asyncio == 0.26.0",
8787
"time-machine == 2.12.0",
8888
"async-solipsism == 0.7",
89-
"hypothesis == 6.130.12",
89+
"hypothesis == 6.131.9",
9090
]
9191
dev = [
9292
"frequenz-sdk[dev-mkdocs,dev-flake8,dev-formatting,dev-mkdocs,dev-mypy,dev-noxfile,dev-pylint,dev-pytest]",

0 commit comments

Comments
 (0)