Skip to content

Commit

Permalink
build(deps-dev): Bump the dev group with 2 updates
Browse files Browse the repository at this point in the history
Bumps the dev group with 2 updates: [tox](https://github.com/tox-dev/tox) and [ruff](https://github.com/astral-sh/ruff).


Updates `tox` from 4.15.1 to 4.16.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.15.1...4.16.0)

Updates `ruff` from 0.5.0 to 0.5.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.5.0...0.5.1)

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Jul 8, 2024
1 parent 8b309a2 commit b47bb01
Show file tree
Hide file tree
Showing 2 changed files with 51 additions and 51 deletions.
98 changes: 49 additions & 49 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 @@ -29,11 +29,11 @@ pytest = "^8.2.2"
pytest-cookies = "^0.7.0"
black = "^24.4.2"
pre-commit = "^3.7.1"
tox = "^4.15.1"
tox = "^4.16.0"
mypy = "^1.10.1"
pytest-cov = "^5.0.0"
pytest-xdist = "^3.6.1"
ruff = "^0.5.0"
ruff = "^0.5.1"

[tool.poetry.group.docs]
optional = true
Expand Down

0 comments on commit b47bb01

Please sign in to comment.