Skip to content

Commit

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


Updates `pytest-asyncio` from 0.23.8 to 0.24.0
- [Release notes](https://github.com/pytest-dev/pytest-asyncio/releases)
- [Commits](pytest-dev/pytest-asyncio@v0.23.8...v0.24.0)

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

Updates `tox` from 4.16.0 to 4.18.0
- [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.16.0...4.18.0)

Updates `ruff` from 0.5.5 to 0.6.3
- [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.5.5...0.6.3)

---
updated-dependencies:
- dependency-name: pytest-asyncio
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: dev-dependencies
- dependency-name: mypy
  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] <support@github.com>
  • Loading branch information
dependabot[bot] authored Sep 1, 2024
1 parent 682cc45 commit a3a3720
Show file tree
Hide file tree
Showing 2 changed files with 63 additions and 63 deletions.
122 changes: 61 additions & 61 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 @@ -18,12 +18,12 @@ python = "^3.8.1"

[tool.poetry.group.dev.dependencies]
pytest = ">=7.2.2,<9.0.0"
pytest-asyncio = ">=0.20.3,<0.24.0"
pytest-asyncio = ">=0.20.3,<0.25.0"
pytest-cov = ">=4,<6"
pytest-timeout = "^2.1.0"
mypy = "^1.3"
tox = ">=3.26,<5.0"
ruff = ">=0.5.0,<0.6"
ruff = ">=0.5.0,<0.7"

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

0 comments on commit a3a3720

Please sign in to comment.