Compare commits
2 Commits
f2f6d7f390
...
1f5036a40c
| Author | SHA1 | Date | |
|---|---|---|---|
| 1f5036a40c | |||
| 810023b3dd |
@@ -53,7 +53,7 @@ jobs:
|
||||
# with:
|
||||
# python-version: "3.13"
|
||||
- name: Install uv
|
||||
uses: astral-sh/setup-uv@v6
|
||||
uses: astral-sh/setup-uv@v7
|
||||
with:
|
||||
enable-cache: true
|
||||
cache-dependency-glob: "uv.lock"
|
||||
|
||||
@@ -8,7 +8,7 @@ authors = [
|
||||
]
|
||||
requires-python = "<4.0,>=3.11"
|
||||
dependencies = [
|
||||
"astroid==3.3.11",
|
||||
"astroid==4.0.0",
|
||||
"attrs==25.4.0",
|
||||
"certifi==2025.10.5",
|
||||
"charset-normalizer==3.4.3",
|
||||
|
||||
Reference in New Issue
Block a user