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:
Pratik Bhadane
2026-04-01 20:50:24 +05:30
parent 149c91d111
commit 45ee06f4fc
3 changed files with 17 additions and 7 deletions
+4
View File
@@ -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 = [