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