Skip to content

Commit

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


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

Updates `pytest` from 8.3.3 to 8.3.4
- [Release notes](https://github.com/pytest-dev/pytest/releases)
- [Changelog](https://github.com/pytest-dev/pytest/blob/main/CHANGELOG.rst)
- [Commits](pytest-dev/pytest@8.3.3...8.3.4)

Updates `tox` from 4.21.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.21.0...4.23.2)

Updates `ruff` from 0.6.8 to 0.8.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.6.8...0.8.1)

---
updated-dependencies:
- dependency-name: mypy
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: dev-dependencies
- dependency-name: pytest
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: dev-dependencies
- dependency-name: tox
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: dev-dependencies
- dependency-name: ruff
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: dev-dependencies
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Dec 1, 2024
1 parent 57adf3f commit efea26e
Show file tree
Hide file tree
Showing 2 changed files with 63 additions and 58 deletions.
117 changes: 61 additions & 56 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 @@ -15,13 +15,13 @@ Pint = ">=0.19"
PsychroLib = "^2.5.0"

[tool.poetry.group.test.dependencies]
mypy = ">=0.991,<1.12"
mypy = ">=0.991,<1.14"
pytest = ">=7.1,<9.0"
pytest-asyncio = ">=0.20,<0.25"
pytest-cov = ">=4,<6"
pytest-timeout = "^2.0.1"
tox = "^4.0.18"
ruff = ">=0.5.0,<0.7"
ruff = ">=0.5.0,<0.9"

[build-system]
requires = ["poetry-core>=1.0.0"]
Expand Down

0 comments on commit efea26e

Please sign in to comment.