Skip to content

Commit ffd7ad4

Browse files
Bump the python group across 1 directory with 6 updates
Bumps the python group with 5 updates in the / directory: | Package | From | To | | --- | --- | --- | | [matplotlib](https://github.com/matplotlib/matplotlib) | `3.10.9` | `3.11.0` | | [notebook](https://github.com/jupyter/notebook) | `7.5.6` | `7.6.0` | | [ruff](https://github.com/astral-sh/ruff) | `0.15.14` | `0.15.22` | | [mypy](https://github.com/python/mypy) | `2.1.0` | `2.3.0` | | [pytest](https://github.com/pytest-dev/pytest) | `9.0.3` | `9.1.1` | Updates `matplotlib` from 3.10.9 to 3.11.0 - [Release notes](https://github.com/matplotlib/matplotlib/releases) - [Commits](matplotlib/matplotlib@v3.10.9...v3.11.0) Updates `notebook` from 7.5.6 to 7.6.0 - [Release notes](https://github.com/jupyter/notebook/releases) - [Changelog](https://github.com/jupyter/notebook/blob/main/CHANGELOG.md) - [Commits](https://github.com/jupyter/notebook/compare/@jupyter-notebook/tree@7.5.6...@jupyter-notebook/tree@7.6.0) Updates `ruff` from 0.15.14 to 0.15.22 - [Release notes](https://github.com/astral-sh/ruff/releases) - [Changelog](https://github.com/astral-sh/ruff/blob/main/CHANGELOG.md) - [Commits](astral-sh/ruff@0.15.14...0.15.22) Updates `mypy` from 2.1.0 to 2.3.0 - [Changelog](https://github.com/python/mypy/blob/master/CHANGELOG.md) - [Commits](python/mypy@v2.1.0...v2.3.0) Updates `pytest` from 9.0.3 to 9.1.1 - [Release notes](https://github.com/pytest-dev/pytest/releases) - [Changelog](https://github.com/pytest-dev/pytest/blob/main/CHANGELOG.rst) - [Commits](pytest-dev/pytest@9.0.3...9.1.1) Updates `setuptools` from 80.10.1 to - [Release notes](https://github.com/pypa/setuptools/releases) - [Changelog](https://github.com/pypa/setuptools/blob/main/NEWS.rst) - [Commits](https://github.com/pypa/setuptools/commits) --- updated-dependencies: - dependency-name: matplotlib dependency-version: 3.11.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: python - dependency-name: notebook dependency-version: 7.6.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: python - dependency-name: ruff dependency-version: 0.15.22 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: python - dependency-name: mypy dependency-version: 2.3.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: python - dependency-name: pytest dependency-version: 9.1.1 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: python - dependency-name: setuptools dependency-version: dependency-type: direct:development dependency-group: python ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent a8f19c3 commit ffd7ad4

2 files changed

Lines changed: 159 additions & 149 deletions

File tree

pyproject.toml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,14 +8,14 @@ authors = [
88
]
99
requires-python = ">=3.14"
1010

11-
dependencies = ["matplotlib>=3.10.9", "notebook>=7.5.6", "pandas>=3.0.3"]
11+
dependencies = ["matplotlib>=3.11.0", "notebook>=7.6.0", "pandas>=3.0.3"]
1212

1313
[dependency-groups]
1414
dev = [
15-
"ruff>=0.15.14",
16-
"mypy>=2.1.0",
15+
"ruff>=0.15.22",
16+
"mypy>=2.3.0",
1717
"pre-commit>=4.6.0",
18-
"pytest>=9.0.2",
18+
"pytest>=9.1.1",
1919
"pytest-cov>=7.0.0",
2020
"pytest-mock>=3.15.1",
2121
"nbmake>=1.5.5",

0 commit comments

Comments
 (0)