Skip to content

Commit

Permalink
build(deps): bump the dev-dependencies group across 1 directory with …
Browse files Browse the repository at this point in the history
…2 updates

Updates the requirements on [hypothesis](https://github.com/HypothesisWorks/hypothesis) and [ruff](https://github.com/astral-sh/ruff) to permit the latest version.

Updates `hypothesis` to 6.122.5
- [Release notes](https://github.com/HypothesisWorks/hypothesis/releases)
- [Commits](HypothesisWorks/hypothesis@hypothesis-python-6.104.2...hypothesis-python-6.122.5)

Updates `ruff` to 0.8.4
- [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.8.4)

---
updated-dependencies:
- dependency-name: hypothesis
  dependency-type: direct:production
  dependency-group: dev-dependencies
- dependency-name: ruff
  dependency-type: direct:production
  dependency-group: dev-dependencies
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Dec 20, 2024
1 parent 45a9aaa commit d72690c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +40,8 @@ test = [
"pylint>=3.2.5,<=3.3.2",
"pytest-cov>=4.1,<=6.0.0",
"pytest>=7.4,<=8.3.4",
"hypothesis>=6.104.2,<=6.122.3",
"ruff>=0.5.0,<=0.8.3",
"hypothesis>=6.104.2,<=6.122.5",
"ruff>=0.5.0,<=0.8.4",
"coverage>=7.5.4,<=7.6.9",
]

Expand Down

0 comments on commit d72690c

Please sign in to comment.