Skip to content

Commit d95c36f

Browse files
chore(deps): update jdx/mise-action action to v3.6.2 (#144)
1 parent 9476e42 commit d95c36f

8 files changed

Lines changed: 125 additions & 107 deletions

File tree

.github/workflows/pre-commit.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
token: ${{ secrets.GITHUB_TOKEN }}
1616

1717
- name: setup-mise
18-
uses: jdx/mise-action@6d1e696aa24c1aa1bcc1adea0212707c71ab78a8 # v3.6.1
18+
uses: jdx/mise-action@e79ddf65a11cec7b0e882bedced08d6e976efb2d # v3.6.2
1919

2020
- name: cache-deps
2121
env:

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
run: echo "${{ inputs.python_version }}" > .python-version
3333

3434
- name: setup-mise
35-
uses: jdx/mise-action@6d1e696aa24c1aa1bcc1adea0212707c71ab78a8 # v3.6.1
35+
uses: jdx/mise-action@e79ddf65a11cec7b0e882bedced08d6e976efb2d # v3.6.2
3636

3737
- name: install-dependencies
3838
run: uv sync --all-extras --all-groups --frozen

.github/workflows/security.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
1515

1616
- name: Run Trivy dependency scan
17-
uses: aquasecurity/trivy-action@c1824fd6edce30d7ab345a9989de00bbd46ef284 # 0.34.0
17+
uses: aquasecurity/trivy-action@97e0b3872f55f89b95b2f65b3dbab56962816478 # 0.34.2
1818
with:
1919
scan-type: fs
2020
format: table

.github/workflows/test-reproducibility.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
1313

1414
- name: setup-mise
15-
uses: jdx/mise-action@6d1e696aa24c1aa1bcc1adea0212707c71ab78a8 # v3.6.1
15+
uses: jdx/mise-action@e79ddf65a11cec7b0e882bedced08d6e976efb2d # v3.6.2
1616

1717
- name: cache-venv
1818
env:

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
run: echo "${{ matrix.python-version }}" > .python-version
3434

3535
- name: setup-mise
36-
uses: jdx/mise-action@6d1e696aa24c1aa1bcc1adea0212707c71ab78a8 # v3.6.1
36+
uses: jdx/mise-action@e79ddf65a11cec7b0e882bedced08d6e976efb2d # v3.6.2
3737

3838
- name: cache-venv
3939
env:

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ A Python package to generate professional LeetCode practice environments. Featur
4444
- **grind** - Extended Grind collection including all Grind 75 plus additional problems 🚧 Partial
4545
- **blind-75** - Original [Blind 75](https://leetcode.com/problem-list/xi4ci4ig/) curated list ✅ Complete
4646
- **neetcode-150** - Comprehensive [NeetCode 150](https://neetcode.io/practice) problem set 🚧 Partial
47-
- **algo-master-75** - Curated algorithmic mastery problems 🚧 Partial
47+
- **algo-master-75** - Curated algorithmic mastery problems ✅ Complete
4848

4949
**Coverage**: 130+ unique problems across all major coding interview topics and difficulty levels.
5050

@@ -184,7 +184,7 @@ For working within this repository to generate additional LeetCode problems usin
184184

185185
- **Python 3.10+** - Modern Python runtime with latest type system features
186186
- **uv** - Fast Python package manager
187-
- **Bake** - Modern task runner (uses typer for CLI)
187+
- [**Bake**](https://github.com/wislertt/bakefile) - Modern task runner (uses typer for CLI)
188188
- **Git** - Version control system
189189
- **Graphviz** - Graph visualization library ([install guide](https://graphviz.org/download/))
190190

pyproject.toml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@ classifiers = [
2525
]
2626
dependencies = [
2727
"anytree>=2.13.0",
28+
"chardet>=5.2.0,<6.0.0", # restricted by requests
2829
"cookiecutter>=2.6.0",
2930
"graphviz>=0.21",
3031
"json5>=0.13.0",
@@ -76,6 +77,7 @@ extend_exclude = [
7677
"leetcode",
7778
"src/leetcode_py/cli/resources"
7879
]
80+
per_rule_ignores = {DEP002 = ["chardet"]}
7981

8082
[tool.pytest.ini_options]
8183
testpaths = ["leetcode", "tests"]

uv.lock

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

0 commit comments

Comments
 (0)