Skip to content

Commit 01ce4c7

Browse files
committed
Bump dependencies
1 parent 216143e commit 01ce4c7

4 files changed

Lines changed: 78 additions & 72 deletions

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
- name: Install uv
2222
uses: astral-sh/setup-uv@v7
2323
with:
24-
version: "0.10.0"
24+
version: "0.10.3"
2525
enable-cache: true
2626

2727
- name: Install the project

.pre-commit-config.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,14 +9,14 @@ repos:
99
- id: trailing-whitespace
1010

1111
- repo: https://github.com/astral-sh/ruff-pre-commit
12-
rev: v0.15.0
12+
rev: v0.15.1
1313
hooks:
1414
- id: ruff-check
1515
args: [ '--fix' ]
1616
- id: ruff-format
1717

1818
- repo: https://github.com/astral-sh/uv-pre-commit
19-
rev: 0.10.0
19+
rev: 0.10.3
2020
hooks:
2121
- id: uv-lock
2222

pyproject.toml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,8 @@ requires-python = ">=3.11"
1010
dependencies = [
1111
"discord>=2.3.2",
1212
"pydantic>=2.12.5",
13+
"ruff>=0.15.0",
14+
"ty>=0.0.15",
1315
]
1416

1517
[project.scripts]
@@ -23,8 +25,8 @@ build-backend = "uv_build"
2325
dev = [
2426
"pre-commit>=4.5.1",
2527
"pre-commit-uv>=4.2.0",
26-
"ruff>=0.15.0",
27-
"ty>=0.0.15",
28+
"ruff>=0.15.1",
29+
"ty>=0.0.17",
2830
]
2931

3032
[tool.ty.rules]

0 commit comments

Comments
 (0)