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
7 changes: 7 additions & 0 deletions osv-scanner.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
[[PackageOverrides]]
name = "idna"
version = "3.13"
ecosystem = "PyPI"
vulnerability.ignore = true
effectiveUntil = 2026-06-30
reason = "Temporary suppression for stale poetry.lock entry; exported requirements are updated to idna 3.15. Regenerate poetry.lock with Poetry to remove this override."
2 changes: 1 addition & 1 deletion requirements-dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ filelock==3.29.0 ; python_version >= "3.11" and python_version < "3.15"
fonttools==4.62.1 ; python_version >= "3.11" and python_version < "3.15"
fsspec==2026.3.0 ; python_version >= "3.11" and python_version < "3.15"
healpy==1.19.0 ; python_version >= "3.11" and python_version < "3.15"
idna==3.13 ; python_version >= "3.11" and python_version < "3.15"
idna==3.15 ; python_version >= "3.11" and python_version < "3.15"
iniconfig==2.3.0 ; python_version >= "3.11" and python_version < "3.15"
jax==0.10.0 ; python_version >= "3.11" and python_version < "3.15"
jaxlib==0.10.0 ; python_version >= "3.11" and python_version < "3.15"
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ filelock==3.29.0 ; python_version >= "3.11" and python_version < "3.15"
fonttools==4.62.1 ; python_version >= "3.11" and python_version < "3.15"
fsspec==2026.3.0 ; python_version >= "3.11" and python_version < "3.15"
healpy==1.19.0 ; python_version >= "3.11" and python_version < "3.15"
idna==3.13 ; python_version >= "3.11" and python_version < "3.15"
idna==3.15 ; python_version >= "3.11" and python_version < "3.15"
jinja2==3.1.6 ; python_version >= "3.11" and python_version < "3.15"
kiwisolver==1.5.0 ; python_version >= "3.11" and python_version < "3.15"
markupsafe==3.0.3 ; python_version >= "3.11" and python_version < "3.15"
Expand Down