Skip to content

Commit 60fe252

Browse files
dependabot[bot]insolor
authored andcommitted
Bump the dev-dependencies group with 3 updates
Bumps the dev-dependencies group with 3 updates: [pytest-cov](https://github.com/pytest-dev/pytest-cov), [hypothesis](https://github.com/HypothesisWorks/hypothesis) and [ruff](https://github.com/astral-sh/ruff). Updates `pytest-cov` from 6.1.0 to 6.1.1 - [Changelog](https://github.com/pytest-dev/pytest-cov/blob/master/CHANGELOG.rst) - [Commits](pytest-dev/pytest-cov@v6.1.0...v6.1.1) Updates `hypothesis` from 6.130.6 to 6.131.9 - [Release notes](https://github.com/HypothesisWorks/hypothesis/releases) - [Commits](HypothesisWorks/hypothesis@hypothesis-python-6.130.6...hypothesis-python-6.131.9) Updates `ruff` from 0.11.2 to 0.11.8 - [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.11.2...0.11.8) --- updated-dependencies: - dependency-name: pytest-cov dependency-version: 6.1.1 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: dev-dependencies - dependency-name: hypothesis dependency-version: 6.131.9 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: dev-dependencies - dependency-name: ruff dependency-version: 0.11.8 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: dev-dependencies ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent d591c3d commit 60fe252

File tree

2 files changed

+32
-32
lines changed

2 files changed

+32
-32
lines changed

poetry.lock

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

pyproject.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,11 +15,11 @@ lief = "^0.16.5"
1515

1616
[tool.poetry.group.dev.dependencies]
1717
pytest = "^8.3.5"
18-
pytest-cov = "^6.1.0"
19-
hypothesis = "^6.130.6"
18+
pytest-cov = "^6.1.1"
19+
hypothesis = "^6.131.9"
2020
coverage = "^7.8.0"
2121
mypy = "^1.14.1"
22-
ruff = "^0.11.2"
22+
ruff = "^0.11.8"
2323

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

0 commit comments

Comments
 (0)