Skip to content
Open
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
4 changes: 2 additions & 2 deletions requirements/base.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ scipy~=1.10
# yaml config
omegaconf~=2.3
# omegaconf arithmetic resolver
simpleeval~=0.9.12
simpleeval~=1.0.5

Copy link
Copy Markdown
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

pip-audit flagged two dependencies with known CVEs:

  • simpleeval ~=0.9.12~=1.0.5 (PYSEC-2026-132)
  • click ~=8.1.6~=8.3.3 (PYSEC-2026-2132)

Verified API compatibility:

  • simpleeval: major version bump (0.9.x → 1.0.x), but the API used by Savant (simple_eval() with names parameter in savant/config/calc_resolver.py) is unchanged. Tested manually and confirmed compatible.
  • click: minor version bump (8.1.x → 8.3.x), imports and CLI scripts unaffected.

# dynamic pyfunc reloading
inotify-simple~=1.3.5

Expand All @@ -19,7 +19,7 @@ google-cloud-storage~=3.1.0
tqdm~=4.64

# ClientSDK JpegSource, PngSource
click~=8.1.6
click~=8.3.3
python-magic~=0.4.27

# pyds
Expand Down