fix(deps): lock file maintenance python dependencies #32

Closed
Renovate_bot wants to merge 3 commits from renovate/python-dependencies into main
3 changed files with 23 additions and 12 deletions

View File

@@ -12,6 +12,11 @@ jobs:
steps:
- uses: https://gitea.com/actions/checkout@v4
- name: Install uv
uses: https://github.com/astral-sh/setup-uv@v6
with:
enable-cache: true
- name: Download external renovate config
run: |
mkdir -p /tmp/renovate-config

View File

@@ -1,5 +1,5 @@
[build-system]
requires = ["setuptools>=61.0"]
requires = ["setuptools>=61.3.1"]
build-backend = "setuptools.build_meta"
[project]
@@ -28,15 +28,15 @@ requires-python = ">=3.10"
dependencies = [
"babel>=2.17.0",
"beautifulsoup4>=4.13.4",
"evdev>=1.9.1",
"icoextract>=0.1.6",
"numpy>=2.2.4",
"orjson>=3.10.16",
"pillow>=11.2.1",
"evdev>=1.9.2",
"icoextract>=0.2.0",
"numpy>=2.3.2",
"orjson>=3.11.2",
"pillow>=11.3.0",
"psutil>=7.0.0",
"pyside6>=6.9.0",
"pyside6>=6.9.1",
"pyudev>=0.24.3",
"requests>=2.32.3",
"requests>=2.32.4",
"tqdm>=4.67.1",
"vdf>=3.4",
"websocket-client>=1.8.0",
@@ -103,7 +103,7 @@ ignore = [
[dependency-groups]
dev = [
"pre-commit>=4.2.0",
"pre-commit>=4.3.0",
"pyaspeller>=2.0.2",
"pyright>=1.1.400",
"pyright>=1.1.403",
]

View File

@@ -15,12 +15,18 @@
"enabled": false
},
{
"matchFileNames": [".gitea/workflows/**.yaml", ".gitea/workflows/**.yml"],
"matchFileNames": [".python-version"],
"enabled": false
},
{
"matchFileNames": [".python-version"],
"matchManagers": ["github-actions", "pre-commit"],
"enabled": false
},
{
"matchManagers": ["pep621"],
"rangeStrategy": "bump",
"versioning": "pep440",
"groupName": "Python dependencies"
}
]
}