Skip to content

Commit 6120505

Browse files
fix(deps): update patch dependencies (#901)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 46a7042 commit 6120505

4 files changed

Lines changed: 33 additions & 33 deletions

File tree

.github/workflows/cd.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ jobs:
4444
app-id: ${{ vars.CI_APP_ID }}
4545
private-key: ${{ secrets.CI_APP_KEY }}
4646

47-
- uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0
47+
- uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1
4848
with:
4949
token: ${{ steps.app-token.outputs.token }}
5050
fetch-depth: 0
@@ -53,7 +53,7 @@ jobs:
5353
# learn the version it WOULD publish, so the PyPI-collision guard below can fire
5454
# BEFORE the real run creates a git tag or GitHub Release. Same action + SHA and
5555
# same prerelease inputs as the real step, run against the same untouched checkout.
56-
- uses: n24q02m/better-semantic-release@95d056deb7b7edcf6b4be69536aec70624355333 # v1.2.1
56+
- uses: n24q02m/better-semantic-release@9b8ee6275b7dae995bac090282ccb1cabc99ae0f # v1.2.3
5757
id: dryrun
5858
with:
5959
github_token: ${{ steps.app-token.outputs.token }}
@@ -119,7 +119,7 @@ jobs:
119119
echo "::error::Could not verify whether ${PKG}==${COMPUTED_VERSION} exists on PyPI: unexpected HTTP status ${http_code} from ${URL} (likely a transient network/registry error, rate limit, or outage). Refusing to proceed so a genuine collision cannot slip through as a false 'free'. Re-run the release once the registry is reachable."
120120
exit 1
121121
122-
- uses: n24q02m/better-semantic-release@95d056deb7b7edcf6b4be69536aec70624355333 # v1.2.1
122+
- uses: n24q02m/better-semantic-release@9b8ee6275b7dae995bac090282ccb1cabc99ae0f # v1.2.3
123123
id: release
124124
with:
125125
github_token: ${{ steps.app-token.outputs.token }}
@@ -146,7 +146,7 @@ jobs:
146146
with:
147147
egress-policy: audit
148148

149-
- uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0
149+
- uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1
150150
with:
151151
ref: ${{ needs.release.outputs.tag }}
152152

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ jobs:
4747
egress-policy: audit
4848

4949
- name: Checkout code
50-
uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0
50+
uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1
5151

5252
- name: Setup uv
5353
uses: astral-sh/setup-uv@c771a70e6277c0a99b617c7a806ffedaca235ff9 # v9.0.0
@@ -95,7 +95,7 @@ jobs:
9595
egress-policy: audit
9696

9797
- name: Checkout code
98-
uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0
98+
uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1
9999

100100
- name: Dependency Review
101101
uses: actions/dependency-review-action@a1d282b36b6f3519aa1f3fc636f609c47dddb294 # v5.0.0

pyproject.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ dependencies = [
3434
]
3535

3636
[project.optional-dependencies]
37-
gguf = ["llama-cpp-python>=0.3.32"]
37+
gguf = ["llama-cpp-python>=0.3.34"]
3838

3939
[project.urls]
4040
Homepage = "https://github.com/n24q02m/qwen3-embed"
@@ -45,9 +45,9 @@ dev = [
4545
"pytest>=9.1.1",
4646
"pytest-cov>=7.1.0",
4747
"pytest-xdist>=3.8.0",
48-
"syrupy>=5.4.0",
48+
"syrupy>=5.5.3",
4949
"ruff>=0.15.20",
50-
"ty>=0.0.56",
50+
"ty>=0.0.65",
5151
]
5252

5353
[build-system]

uv.lock

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

0 commit comments

Comments
 (0)