Skip to content

Commit ba4a5e9

Browse files
dependabot[bot]insolor
authored andcommitted
Bump the dev-dependencies group with 2 updates
Bumps the dev-dependencies group with 2 updates: [hypothesis](https://github.com/HypothesisWorks/hypothesis) and [ruff](https://github.com/astral-sh/ruff). Updates `hypothesis` from 6.123.2 to 6.124.9 - [Release notes](https://github.com/HypothesisWorks/hypothesis/releases) - [Commits](HypothesisWorks/hypothesis@hypothesis-python-6.123.2...hypothesis-python-6.124.9) Updates `ruff` from 0.8.4 to 0.9.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.8.4...0.9.4) --- updated-dependencies: - dependency-name: hypothesis 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]>
1 parent ff5a979 commit ba4a5e9

File tree

2 files changed

+28
-28
lines changed

2 files changed

+28
-28
lines changed

poetry.lock

Lines changed: 26 additions & 26 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,10 +16,10 @@ tqdm = "^4.67.1"
1616
[tool.poetry.group.dev.dependencies]
1717
pytest = "^8.3.4"
1818
pytest-cov = "^6.0.0"
19-
hypothesis = "^6.123.2"
19+
hypothesis = "^6.124.9"
2020
coverage = "^7.6.10"
2121
mypy = "^1.14.1"
22-
ruff = "^0.8.4"
22+
ruff = "^0.9.4"
2323

2424
[tool.poetry.scripts]
2525
extract = "dfint64_patch.extract_strings.cli:main"

0 commit comments

Comments
 (0)