Skip to content

Commit

Permalink
Bump the development group with 4 updates
Browse files Browse the repository at this point in the history
Bumps the development group with 4 updates: [tox](https://github.com/tox-dev/tox), [mypy](https://github.com/python/mypy), [types-setuptools](https://github.com/python/typeshed) and [ruff](https://github.com/astral-sh/ruff).


Updates `tox` from 4.23.0 to 4.23.2
- [Release notes](https://github.com/tox-dev/tox/releases)
- [Changelog](https://github.com/tox-dev/tox/blob/main/docs/changelog.rst)
- [Commits](tox-dev/tox@4.23.0...4.23.2)

Updates `mypy` from 1.12.1 to 1.13.0
- [Changelog](https://github.com/python/mypy/blob/master/CHANGELOG.md)
- [Commits](python/mypy@v1.12.1...v1.13.0)

Updates `types-setuptools` from 75.2.0.20241019 to 75.2.0.20241025
- [Commits](https://github.com/python/typeshed/commits)

Updates `ruff` from 0.7.0 to 0.7.1
- [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.7.0...0.7.1)

---
updated-dependencies:
- dependency-name: tox
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: development
- 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-patch
  dependency-group: development
- dependency-name: ruff
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: development
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored and Dekker1 committed Oct 28, 2024
1 parent 5438c67 commit 24e3dfd
Show file tree
Hide file tree
Showing 2 changed files with 65 additions and 61 deletions.
122 changes: 63 additions & 59 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -58,12 +58,12 @@ numpy = { version = "^1.22.4", python = ">=3.8,<3.11" }
[tool.poetry.group.test]
optional = true
[tool.poetry.group.test.dependencies]
mypy = ">=0.950,<1.13"
mypy = ">=0.950,<1.14"
types-dataclasses = "^0.6.5"
types-setuptools = ">=65.3,<76.0"
# Testing Framework
pytest = ">=7.1,<9.0"
ruff = "0.7.0"
ruff = "0.7.1"

[tool.poetry.extras]
dzn = ["lark-parser"]
Expand Down

0 comments on commit 24e3dfd

Please sign in to comment.