Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 1 addition & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -147,8 +147,7 @@ jobs:
shell: bash
run: |
set +e
pip-audit -r requirements-dev.lock.txt \
--ignore-vuln PYSEC-2026-3721 > pip-audit-output.txt 2>&1
pip-audit -r requirements-dev.lock.txt > pip-audit-output.txt 2>&1
status=$?
cat pip-audit-output.txt
echo "status=$status" >> "$GITHUB_OUTPUT"
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ dependencies = [
[project.optional-dependencies]
dev = [
"pytest>=8.0.0",
"pip-tools>=7.6.0",
"pip-tools>=7.6.1",
"ruff>=0.6.0",
"mypy>=1.10.0",
"bandit>=1.7.0",
Expand Down
12 changes: 6 additions & 6 deletions requirements-dev.lock.txt
Original file line number Diff line number Diff line change
Expand Up @@ -844,9 +844,9 @@ pip-requirements-parser==32.0.1 \
--hash=sha256:4659bc2a667783e7a15d190f6fccf8b2486685b6dba4c19c3876314769c57526 \
--hash=sha256:b4fa3a7a0be38243123cf9d1f3518da10c51bdb165a2b2985566247f9155a7d3
# via pip-audit
pip-tools==7.6.0 \
--hash=sha256:4bd99155b6d8de358a214b0865e1a2855a453570c1a83d40f7b564870b8657be \
--hash=sha256:c1c59f7844df4866fa9542d3f50d1f44be537ac0027cb50b2563d6a992853981
pip-tools==7.6.1 \
--hash=sha256:6111c8b4b07fd14b7223ca921485b0e96cf66e20bf94da95eeed9845f510cb8f \
--hash=sha256:695556edeb647eb94ee8345cc7108657fdb7fb16b3876623a399b4f61bbede01
# via ghostmcp-server (pyproject.toml)
platformdirs==4.10.0 \
--hash=sha256:31e761a6a0ca04faf7353ea759bdba55652be214725111e5aac52dfa29d4bef7 \
Expand Down Expand Up @@ -1424,9 +1424,9 @@ zipp==4.1.0 \
# via importlib-metadata

# The following packages are considered to be unsafe in a requirements file:
pip==26.1.2 \
--hash=sha256:382ff9f685ee3bc25864f820aa50505825f10f5458ffff07e30a6d96e5715cab \
--hash=sha256:f49cd134c61cf2fd75e0ce2676db03e4054504a5a4986d00f8299ae632dc4605
pip==26.2.1 \
--hash=sha256:71138adf1f4ca900cdb7d289c21b7494329f2332b6d85f0e1c42108c0384ed3e \
--hash=sha256:f6ad667e89a1fe78046c8f13232b247200f5258d7828f3f7883d660878e0813f
# via
# pip-api
# pip-tools
Expand Down