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
+1 -1
View File
@@ -32,7 +32,7 @@ jobs:
run: pip install uv
- name: Install pip-audit via uv and run pip-audit
run: uv run --with pip-audit pip-audit
run: uv run --with pip-audit pip-audit --skip-editable
- name: Verify uv.lock is up-to-date
run: uv lock --check