Skip to content

Commit 3545a14

Browse files
dependabot[bot]Dekker1
authored andcommitted
Bump the development group across 1 directory with 3 updates
Bumps the development group with 3 updates in the / directory: [mypy](https://github.com/python/mypy), [types-setuptools](https://github.com/python/typeshed) and [ruff](https://github.com/astral-sh/ruff). Updates `mypy` from 1.10.1 to 1.11.2 - [Changelog](https://github.com/python/mypy/blob/master/CHANGELOG.md) - [Commits](python/mypy@v1.10.1...v1.11.2) Updates `types-setuptools` from 69.5.0.20240522 to 75.1.0.20240917 - [Commits](https://github.com/python/typeshed/commits) Updates `ruff` from 0.4.4 to 0.6.9 - [Release notes](https://github.com/astral-sh/ruff/releases) - [Changelog](https://github.com/astral-sh/ruff/blob/main/CHANGELOG.md) - [Commits](astral-sh/ruff@v0.4.4...0.6.9) --- updated-dependencies: - dependency-name: mypy dependency-type: direct:development update-type: version-update:semver-minor dependency-group: development - dependency-name: types-setuptools dependency-type: direct:development update-type: version-update:semver-major dependency-group: development - dependency-name: ruff dependency-type: direct:development update-type: version-update:semver-minor dependency-group: development ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 479ffea commit 3545a14

File tree

2 files changed

+55
-54
lines changed

2 files changed

+55
-54
lines changed

poetry.lock

Lines changed: 52 additions & 51 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -58,12 +58,12 @@ numpy = { version = "^1.22.4", python = ">=3.8,<3.11" }
5858
[tool.poetry.group.test]
5959
optional = true
6060
[tool.poetry.group.test.dependencies]
61-
mypy = ">=0.950,<1.11"
61+
mypy = ">=0.950,<1.12"
6262
types-dataclasses = "^0.6.5"
63-
types-setuptools = ">=65.3,<70.0"
63+
types-setuptools = ">=65.3,<76.0"
6464
# Testing Framework
6565
pytest = ">=7.1,<9.0"
66-
ruff = "0.4.4"
66+
ruff = "0.6.9"
6767

6868
[tool.poetry.extras]
6969
dzn = ["lark-parser"]

0 commit comments

Comments
 (0)