Skip to content

Commit d7e7884

Browse files
chore(deps): update all non-major dependencies in .github/workflows/pypi-test-release.yml (#82)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent dc43b38 commit d7e7884

3 files changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/pypi-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
- name: Install uv
2828
uses: astral-sh/setup-uv@61cb8a9741eeb8a550a1b8544337180c0fc8476b # v7
2929
with:
30-
version: "0.9.24"
30+
version: "0.9.26"
3131

3232
- name: Publish
3333
run: |

.github/workflows/pypi-test-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
- name: Install uv
2121
uses: astral-sh/setup-uv@61cb8a9741eeb8a550a1b8544337180c0fc8476b # v7
2222
with:
23-
version: "0.9.24"
23+
version: "0.9.26"
2424

2525
- name: Publish
2626
run: |

go.mod

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,17 +2,17 @@ module github.com/coreruleset/seclang_parser
22

33
go 1.22
44

5-
toolchain go1.25.5
5+
toolchain go1.25.6
66

77
require (
88
github.com/antlr4-go/antlr/v4 v4.13.1
99
github.com/magefile/mage v1.15.0
1010
github.com/stretchr/testify v1.11.1
11+
gopkg.in/yaml.v3 v3.0.1
1112
)
1213

1314
require (
1415
github.com/davecgh/go-spew v1.1.1 // indirect
1516
github.com/pmezard/go-difflib v1.0.0 // indirect
1617
golang.org/x/exp v0.0.0-20240506185415-9bf2ced13842 // indirect
17-
gopkg.in/yaml.v3 v3.0.1 // indirect
1818
)

0 commit comments

Comments
 (0)