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
2 changes: 2 additions & 0 deletions .safety-policy-develop.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,8 @@ security:
reason: Fixed jupyterlab version 4.4.8 requires Python>=3.9 and other upgrades
82754:
reason: Fixed filelock version 3.20.1 requires Python>=3.10 and is used there
84183:
reason: Fixed filelock version 3.20.3 requires Python>=3.10 and is used there

# Continue with exit code 0 when vulnerabilities are found.
continue-on-vulnerability-error: False
1 change: 1 addition & 0 deletions changes/noissue.safety.fix.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Fixed safety issues up to 2026-02-11.
2 changes: 1 addition & 1 deletion minimum-constraints-develop.txt
Original file line number Diff line number Diff line change
Expand Up @@ -171,7 +171,7 @@ decorator==4.0.11
defusedxml==0.7.1
distlib==0.3.7
filelock==3.16.1; python_version == '3.9'
filelock==3.20.1; python_version >= '3.10'
filelock==3.20.3; python_version >= '3.10'
gitdb==4.0.8
gitdb2==2.0.0
html5lib==1.1
Expand Down