Skip to content

Commit

Permalink
Merge remote-tracking branch 'upstream/main' into nuwainfo/main
Browse files Browse the repository at this point in the history
  • Loading branch information
Willa1228 committed Jan 24, 2025
2 parents 264b29c + 9e4ecd1 commit ee36e32
Show file tree
Hide file tree
Showing 7 changed files with 41 additions and 183 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ concurrency:
env:
PYTHON_VERSION: '3.13'
# renovate: datasource=pypi depName=uv
UV_VERSION: '0.5.17'
UV_VERSION: '0.5.21'

jobs:
quality:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ on:
env:
PYTHON_VERSION: '3.13'
# renovate: datasource=pypi depName=uv
UV_VERSION: '0.5.17'
UV_VERSION: '0.5.21'

jobs:
set-version:
Expand Down
6 changes: 3 additions & 3 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,14 +10,14 @@ repos:
- id: trailing-whitespace

- repo: https://github.com/astral-sh/ruff-pre-commit
rev: "v0.9.1"
rev: "v0.9.2"
hooks:
- id: ruff
args: [--exit-non-zero-on-fix]
- id: ruff-format

- repo: https://github.com/astral-sh/uv-pre-commit
rev: "0.5.17"
rev: "0.5.21"
hooks:
- id: uv-lock
name: check uv lock file consistency
Expand Down Expand Up @@ -53,6 +53,6 @@ repos:
pass_filenames: false

- repo: https://github.com/woodruffw/zizmor-pre-commit
rev: "v1.0.1"
rev: "v1.1.1"
hooks:
- id: zizmor
166 changes: 12 additions & 154 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,9 @@ crate-type = ["cdylib"]
chardetng = "=0.1.17"
encoding_rs = "=0.8.35"
ignore = "=0.4.23"
log = "=0.4.24"
log = "=0.4.25"
path-slash = "=0.2.1"
pyo3 = { version = "=0.23.3", features = ["abi3-py39", "generate-import-lib"] }
pyo3 = { version = "=0.23.4", features = ["abi3-py39", "generate-import-lib"] }
pyo3-log = "=0.12.1"
rayon = "=1.10.0"
regex = "=1.11.1"
Expand Down
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -34,11 +34,11 @@ dependencies = [
[dependency-groups]
docs = [
"mkdocs==1.6.1",
"mkdocs-material==9.5.49",
"mkdocs-material==9.5.50",
]
test = [
"pdm==2.22.2",
"poetry==2.0.0",
"poetry==2.0.1",
"pytest==8.3.4",
"pytest-cov==6.0.0",
"pytest-xdist[psutil]==3.6.1",
Expand Down
Loading

0 comments on commit ee36e32

Please sign in to comment.