chore: update dependencies and CI configuration
Add constraints for 'pygments' and 'requests' in pyproject.toml and uv.lock, updating their versions to 2.20.0 and 2.33.1 respectively. Modify CI workflow to run pip-audit with the '--skip-editable' option for improved dependency auditing.
This commit is contained in:
@@ -143,6 +143,10 @@ reportMissingModuleSource = false
|
||||
# Sync: uv sync --extra dev
|
||||
# Tests: uv run pytest tests/
|
||||
# Build: uv run maturin build --release --out dist
|
||||
constraint-dependencies = [
|
||||
"pygments>=2.20.0",
|
||||
"requests>=2.33.0",
|
||||
]
|
||||
|
||||
[dependency-groups]
|
||||
dev = [
|
||||
|
||||
Reference in New Issue
Block a user