Skip to content

Commit 415f86a

Browse files
committed
merge in pending dependabot updates - resolves #26
3b10431: Merge pull request #24 from devx-cafe/dependabot/uv/hypothesis-6.148.12 Bump hypothesis from 6.144.1 to 6.148.12 1172bd0: Merge pull request #15 from devx-cafe/dependabot/uv/ruff-0.14.10 Bump ruff from 0.14.3 to 0.14.10 6a74936: Merge pull request #13 from devx-cafe/dependabot/uv/pytest-9.0.2 Bump pytest from 8.4.2 to 9.0.2 ee38ea2: Merge pull request #8 from devx-cafe/dependabot/github_actions/actions/checkout-6 Bump actions/checkout from 5 to 6 d524884: Bump hypothesis from 6.144.1 to 6.148.12 Bumps [hypothesis](https://github.com/HypothesisWorks/hypothesis) from 6.144.1 to 6.148.12. - [Release notes](https://github.com/HypothesisWorks/hypothesis/releases) - [Commits](HypothesisWorks/hypothesis@hypothesis-python-6.144.1...hypothesis-python-6.148.12) --- updated-dependencies: - dependency-name: hypothesis dependency-version: 6.148.12 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> ac57c15: Bump ruff from 0.14.3 to 0.14.10 Bumps [ruff](https://github.com/astral-sh/ruff) from 0.14.3 to 0.14.10. - [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.14.3...0.14.10) --- updated-dependencies: - dependency-name: ruff dependency-version: 0.14.10 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> 00d97f9: Bump pytest from 8.4.2 to 9.0.2 Bumps [pytest](https://github.com/pytest-dev/pytest) from 8.4.2 to 9.0.2. - [Release notes](https://github.com/pytest-dev/pytest/releases) - [Changelog](https://github.com/pytest-dev/pytest/blob/main/CHANGELOG.rst) - [Commits](pytest-dev/pytest@8.4.2...9.0.2) --- updated-dependencies: - dependency-name: pytest dependency-version: 9.0.2 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]> fecde82: Bump actions/checkout from 5 to 6 Bumps [actions/checkout](https://github.com/actions/checkout) from 5 to 6. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@v5...v6) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent de70182 commit 415f86a

File tree

2 files changed

+27
-37
lines changed

2 files changed

+27
-37
lines changed

.github/workflows/integration_test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
runs-on: ubuntu-latest
2323
continue-on-error: true
2424
steps:
25-
- uses: actions/checkout@v5
25+
- uses: actions/checkout@v6
2626
- uses: actions/setup-python@v6
2727
with:
2828
python-version: '3.13'

uv.lock

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

0 commit comments

Comments
 (0)