Skip to content

Commit c90cf89

Browse files
[pre-commit.ci] pre-commit autoupdate (#176)
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> Co-authored-by: S. Co1 <[email protected]>
1 parent 84e5ccc commit c90cf89

File tree

5 files changed

+166
-161
lines changed

5 files changed

+166
-161
lines changed

.github/workflows/lint_test.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
- uses: actions/checkout@v4
2020

2121
- name: Set up uv
22-
run: curl -LsSf https://astral.sh/uv/0.4.20/install.sh | sh
22+
run: curl -LsSf https://astral.sh/uv/0.4.30/install.sh | sh
2323

2424
- name: Set up Python
2525
uses: actions/setup-python@v5
@@ -49,7 +49,7 @@ jobs:
4949
runs-on: ubuntu-latest
5050
strategy:
5151
matrix:
52-
python-version: ["3.9", "3.10", "3.11", "3.12", "3.13-dev"]
52+
python-version: ["3.9", "3.10", "3.11", "3.12", "3.13"]
5353
fail-fast: false
5454

5555
env:
@@ -59,7 +59,7 @@ jobs:
5959
- uses: actions/checkout@v4
6060

6161
- name: Set up uv
62-
run: curl -LsSf https://astral.sh/uv/0.4.20/install.sh | sh
62+
run: curl -LsSf https://astral.sh/uv/0.4.30/install.sh | sh
6363

6464
- name: Set up (release) Python ${{ matrix.python-version }}
6565
uses: actions/setup-python@v5

.github/workflows/pypi_release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
- uses: actions/checkout@v4
2020

2121
- name: Set up uv
22-
run: curl -LsSf https://astral.sh/uv/0.4.20/install.sh | sh
22+
run: curl -LsSf https://astral.sh/uv/0.4.30/install.sh | sh
2323

2424
- name: Set up Python
2525
uses: actions/setup-python@v5

.pre-commit-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ repos:
2727
- id: python-check-blanket-type-ignore
2828
exclude: "test_type_ignore.py"
2929
- repo: https://github.com/astral-sh/ruff-pre-commit
30-
rev: v0.6.9
30+
rev: v0.7.2
3131
hooks:
3232
- id: ruff
3333
- repo: local

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ classifiers = [
3232

3333
requires-python = ">=3.9"
3434
dependencies = [
35-
"attrs~=21.4",
35+
"attrs~=24.0",
3636
"flake8>=5.0",
3737
]
3838

@@ -56,7 +56,7 @@ dev-dependencies = [
5656
"pre-commit~=4.0",
5757
"pytest~=8.3",
5858
"pytest-check~=2.4",
59-
"pytest-cov~=5.0",
59+
"pytest-cov~=6.0",
6060
"pytest-randomly~=3.15",
6161
"ruff~=0.6",
6262
"tox~=4.18",

0 commit comments

Comments
 (0)