Skip to content

Commit

Permalink
chore(deps-py): 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: [ruff](https://github.com/astral-sh/ruff) and [hypothesis](https://github.com/HypothesisWorks/hypothesis).


Updates `ruff` from 0.5.7 to 0.6.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.7...0.6.1)

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

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored and aborgna-q committed Aug 19, 2024
1 parent c9f7d14 commit 4ba85b3
Show file tree
Hide file tree
Showing 2 changed files with 25 additions and 25 deletions.
46 changes: 23 additions & 23 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 @@ -38,9 +38,9 @@ hugr = "^0.7.0"
maturin = "^1.7.0"
pytest = "^8.3.2"
pytest-cov = "^5.0.0"
ruff = "^0.5.7"
ruff = "^0.6.1"
mypy = "^1.11.1"
hypothesis = "^6.111.0"
hypothesis = "^6.111.1"
graphviz = "^0.20"
pre-commit = "^3.8.0"

Expand Down

0 comments on commit 4ba85b3

Please sign in to comment.