Skip to content

Commit c6a2d94

Browse files
fix(deps): update all non-major dependencies (#22)
Co-authored-by: khepri-bot[bot] <269588972+khepri-bot[bot]@users.noreply.github.com>
1 parent a13a7ad commit c6a2d94

3 files changed

Lines changed: 59 additions & 59 deletions

File tree

.github/workflows/pr-checks.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
lint-and-test:
1313
runs-on: macos-latest
1414
steps:
15-
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
15+
- uses: actions/checkout@d23441a48e516b6c34aea4fa41551a30e30af803 # v6
1616

1717
- uses: astral-sh/setup-uv@37802adc94f370d6bfd71619e3f0bf239e1f3b78 # v7
1818
with:
@@ -35,7 +35,7 @@ jobs:
3535
if: github.event_name == 'push' && github.ref == 'refs/heads/main'
3636
runs-on: macos-latest
3737
steps:
38-
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
38+
- uses: actions/checkout@d23441a48e516b6c34aea4fa41551a30e30af803 # v6
3939

4040
- uses: astral-sh/setup-uv@37802adc94f370d6bfd71619e3f0bf239e1f3b78 # v7
4141
with:

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@ readme = "README.md"
66
requires-python = ">=3.13"
77
license = "MIT"
88
dependencies = [
9-
"click==8.3.3",
10-
"pydantic==2.13.3",
9+
"click==8.4.2",
10+
"pydantic==2.13.4",
1111
"jinja2==3.1.6",
1212
"pyyaml==6.0.3",
1313
"rich==15.0.0",

0 commit comments

Comments
 (0)