File tree Expand file tree Collapse file tree 5 files changed +54
-71
lines changed
Expand file tree Collapse file tree 5 files changed +54
-71
lines changed Original file line number Diff line number Diff line change 2020 contents : write
2121 runs-on : ubuntu-latest
2222 steps :
23- - uses : actions/checkout@v4
23+ - uses : actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4
2424 - name : Install uv and set the python version
25- uses : astral-sh/setup-uv@v5
25+ uses : astral-sh/setup-uv@d4b2f3b6ecc6e67c4457f6d3e41ec42d3d0fcb86 # v5
2626 with :
2727 enable-cache : true
2828 cache-dependency-glob : " uv.lock"
Original file line number Diff line number Diff line change 1414 runs-on : ${{ matrix.os }}
1515
1616 steps :
17- - uses : actions/checkout@v4
17+ - uses : actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4
1818 - name : Install uv and set the python version
19- uses : astral-sh/setup-uv@v5
19+ uses : astral-sh/setup-uv@d4b2f3b6ecc6e67c4457f6d3e41ec42d3d0fcb86 # v5
2020 with :
2121 enable-cache : true
2222 cache-dependency-glob : " uv.lock"
Original file line number Diff line number Diff line change 1- 3.11
1+ 3.14
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ name = "filterpath"
33dynamic = [" version" ]
44description = " Recursively gets and filters dict/list-like objects with a path-like syntax"
55readme = " README.md"
6- requires-python = " >=3.11 "
6+ requires-python = " ==3.14.3 "
77license = {file = " LICENSE" }
88authors = [
99 {name = " Gordon Code" , email = " will@gordoncode.dev" }
@@ -22,7 +22,7 @@ classifiers = [
2222 " Typing :: Typed"
2323]
2424dependencies = [
25- " loguru> =0.7.3" ,
25+ " loguru= =0.7.3" ,
2626]
2727
2828[project .urls ]
@@ -37,9 +37,9 @@ source = "scm"
3737
3838[dependency-groups ]
3939dev = [
40- " mypy> =1.15.0" ,
41- " pytest> =8.3.4" ,
42- " ruff> =0.9.4" ,
40+ " mypy= =1.15.0" ,
41+ " pytest= =8.3.4" ,
42+ " ruff= =0.9.4" ,
4343]
4444
4545[tool .ruff ]
You can’t perform that action at this time.
0 commit comments