Skip to content

Commit 1e89c6e

Browse files
Bump the development-dependencies group across 1 directory with 9 updates
Bumps the development-dependencies group with 9 updates in the / directory: | Package | From | To | | --- | --- | --- | | [jupyterlab](https://github.com/jupyterlab/jupyterlab) | `4.5.6` | `4.6.2` | | [ipykernel](https://github.com/ipython/ipykernel) | `7.2.0` | `7.3.0` | | [mypy](https://github.com/python/mypy) | `1.20.1` | `2.3.0` | | [pre-commit](https://github.com/pre-commit/pre-commit) | `4.5.1` | `4.6.1` | | [ruff](https://github.com/astral-sh/ruff) | `0.15.11` | `0.15.22` | | [codespell](https://github.com/codespell-project/codespell) | `2.4.2` | `2.4.3` | | [types-requests](https://github.com/python/typeshed) | `2.33.0.20260408` | `2.33.0.20260712` | | [ipython](https://github.com/ipython/ipython) | `9.10.1` | `9.15.0` | | [scalene](https://github.com/plasma-umass/scalene) | `2.2.1` | `2.3.0` | Updates `jupyterlab` from 4.5.6 to 4.6.2 - [Release notes](https://github.com/jupyterlab/jupyterlab/releases) - [Changelog](https://github.com/jupyterlab/jupyterlab/blob/main/RELEASE.md) - [Commits](https://github.com/jupyterlab/jupyterlab/compare/@jupyterlab/lsp@4.5.6...@jupyterlab/lsp@4.6.2) Updates `ipykernel` from 7.2.0 to 7.3.0 - [Release notes](https://github.com/ipython/ipykernel/releases) - [Changelog](https://github.com/ipython/ipykernel/blob/main/CHANGELOG.md) - [Commits](ipython/ipykernel@v7.2.0...v7.3.0) Updates `mypy` from 1.20.1 to 2.3.0 - [Changelog](https://github.com/python/mypy/blob/master/CHANGELOG.md) - [Commits](python/mypy@v1.20.1...v2.3.0) Updates `pre-commit` from 4.5.1 to 4.6.1 - [Release notes](https://github.com/pre-commit/pre-commit/releases) - [Changelog](https://github.com/pre-commit/pre-commit/blob/main/CHANGELOG.md) - [Commits](pre-commit/pre-commit@v4.5.1...v4.6.1) Updates `ruff` from 0.15.11 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.11...0.15.22) Updates `codespell` from 2.4.2 to 2.4.3 - [Release notes](https://github.com/codespell-project/codespell/releases) - [Commits](codespell-project/codespell@v2.4.2...v2.4.3) Updates `types-requests` from 2.33.0.20260408 to 2.33.0.20260712 - [Commits](https://github.com/python/typeshed/commits) Updates `ipython` from 9.10.1 to 9.15.0 - [Release notes](https://github.com/ipython/ipython/releases) - [Commits](ipython/ipython@9.10.1...9.15.0) Updates `scalene` from 2.2.1 to 2.3.0 - [Release notes](https://github.com/plasma-umass/scalene/releases) - [Commits](plasma-umass/scalene@v2.2.1...v2.3.0) --- updated-dependencies: - dependency-name: jupyterlab dependency-version: 4.6.2 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: development-dependencies - dependency-name: ipykernel dependency-version: 7.3.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: development-dependencies - dependency-name: mypy dependency-version: 2.3.0 dependency-type: direct:development update-type: version-update:semver-major dependency-group: development-dependencies - dependency-name: pre-commit dependency-version: 4.6.1 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: development-dependencies - dependency-name: ruff dependency-version: 0.15.22 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: development-dependencies - dependency-name: codespell dependency-version: 2.4.3 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: development-dependencies - dependency-name: types-requests dependency-version: 2.33.0.20260712 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: development-dependencies - dependency-name: ipython dependency-version: 9.15.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: development-dependencies - dependency-name: scalene dependency-version: 2.3.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: development-dependencies ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent bd6b60d commit 1e89c6e

2 files changed

Lines changed: 253 additions & 219 deletions

File tree

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ dev = [
104104
"pytest-xdist[psutil]~=3.8.0",
105105
"pytest-mock~=3.14",
106106
"pytest-cov~=7.0",
107-
"mypy~=1.9",
107+
"mypy>=1.9,<3.0",
108108
"pre-commit~=4.0",
109109
"ruff~=0.3",
110110
"codespell~=2.3",

0 commit comments

Comments
 (0)