Skip to content

Commit 742bbc8

Browse files
chore(deps): bump the minor group with 7 updates
Bumps the minor group with 7 updates: | Package | From | To | | --- | --- | --- | | [ipython](https://github.com/ipython/ipython) | `9.5.0` | `9.6.0` | | [black](https://github.com/psf/black) | `25.1.0` | `25.9.0` | | [markdown](https://github.com/Python-Markdown/markdown) | `3.8.2` | `3.9` | | [mkdocs-macros-plugin](https://github.com/fralau/mkdocs_macros_plugin) | `1.3.9` | `1.4.0` | | [mypy](https://github.com/python/mypy) | `1.17.1` | `1.18.2` | | [types-markdown](https://github.com/typeshed-internal/stub_uploader) | `3.8.0.20250809` | `3.9.0.20250906` | | [pytest-mock](https://github.com/pytest-dev/pytest-mock) | `3.14.1` | `3.15.1` | Updates `ipython` from 9.5.0 to 9.6.0 - [Release notes](https://github.com/ipython/ipython/releases) - [Commits](ipython/ipython@9.5.0...9.6.0) Updates `black` from 25.1.0 to 25.9.0 - [Release notes](https://github.com/psf/black/releases) - [Changelog](https://github.com/psf/black/blob/main/CHANGES.md) - [Commits](psf/black@25.1.0...25.9.0) Updates `markdown` from 3.8.2 to 3.9 - [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.8.2...3.9.0) Updates `mkdocs-macros-plugin` from 1.3.9 to 1.4.0 - [Release notes](https://github.com/fralau/mkdocs_macros_plugin/releases) - [Changelog](https://github.com/fralau/mkdocs-macros-plugin/blob/master/CHANGELOG.md) - [Commits](fralau/mkdocs-macros-plugin@v1.3.9...v1.4.0) Updates `mypy` from 1.17.1 to 1.18.2 - [Changelog](https://github.com/python/mypy/blob/master/CHANGELOG.md) - [Commits](python/mypy@v1.17.1...v1.18.2) Updates `types-markdown` from 3.8.0.20250809 to 3.9.0.20250906 - [Commits](https://github.com/typeshed-internal/stub_uploader/commits) Updates `pytest-mock` from 3.14.1 to 3.15.1 - [Release notes](https://github.com/pytest-dev/pytest-mock/releases) - [Changelog](https://github.com/pytest-dev/pytest-mock/blob/main/CHANGELOG.rst) - [Commits](pytest-dev/pytest-mock@v3.14.1...v3.15.1) --- updated-dependencies: - dependency-name: ipython dependency-version: 9.6.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: minor - dependency-name: black dependency-version: 25.9.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: minor - dependency-name: markdown dependency-version: '3.9' dependency-type: direct:production update-type: version-update:semver-minor dependency-group: minor - dependency-name: mkdocs-macros-plugin dependency-version: 1.4.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: minor - dependency-name: mypy dependency-version: 1.18.2 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: minor - dependency-name: types-markdown dependency-version: 3.9.0.20250906 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: minor - dependency-name: pytest-mock dependency-version: 3.15.1 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 0d76166 commit 742bbc8

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
@@ -31,7 +31,7 @@ dependencies = [
3131
"pandas >= 2.3.1, < 3",
3232
"pyarrow >= 20.0.0, < 22.0.0",
3333
"matplotlib >= 3.8.4, < 3.11.0",
34-
"ipython == 9.5.0",
34+
"ipython == 9.6.0",
3535
"pvlib >= 0.13.0, < 0.14.0",
3636
"python-dotenv >= 0.21.0, < 1.2.0",
3737
"toml >= 0.10.2, < 0.11.0",
@@ -54,24 +54,24 @@ dev-flake8 = [
5454
"pydoclint == 0.6.11",
5555
"pydocstyle == 6.3.0",
5656
]
57-
dev-formatting = ["black == 25.1.0", "isort == 6.0.1"]
57+
dev-formatting = ["black == 25.9.0", "isort == 6.0.1"]
5858
dev-mkdocs = [
59-
"Markdown == 3.8.2",
60-
"black == 25.1.0",
59+
"Markdown == 3.9",
60+
"black == 25.9.0",
6161
"mike == 2.1.3",
6262
"mkdocs-gen-files == 0.5.0",
6363
"mkdocs-literate-nav == 0.6.2",
64-
"mkdocs-macros-plugin == 1.3.9",
64+
"mkdocs-macros-plugin == 1.4.0",
6565
"mkdocs-material == 9.6.21",
6666
"mkdocstrings[python] == 0.30.1",
6767
"mkdocstrings-python == 1.18.2",
6868
"frequenz-repo-config[lib] == 0.13.5",
6969
]
7070
dev-mypy = [
71-
"mypy == 1.17.1",
71+
"mypy == 1.18.2",
7272
"pandas-stubs == 2.3.2.250827",
7373
"types-toml==0.10.8.20240310",
74-
"types-Markdown == 3.8.0.20250809",
74+
"types-Markdown == 3.9.0.20250906",
7575
# For checking the noxfile, docs/ script, and tests
7676
"frequenz-lib-notebooks[dev-mkdocs,dev-noxfile,dev-pytest]",
7777
]
@@ -88,7 +88,7 @@ dev-pytest = [
8888
"pytest == 8.4.2",
8989
"pylint == 3.3.8", # We need this to check for the examples
9090
"frequenz-repo-config[extra-lint-examples] == 0.13.5",
91-
"pytest-mock == 3.14.1",
91+
"pytest-mock == 3.15.1",
9292
"pytest-asyncio == 1.1.0",
9393
"async-solipsism == 0.8",
9494
]

0 commit comments

Comments
 (0)