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 @@ -36,6 +36,8 @@ security:
reason: Disputed issue in jinja2 version 3.1.3 - No known fix
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
2 changes: 1 addition & 1 deletion changes/noissue.safety.fix.rst
Original file line number Diff line number Diff line change
@@ -1 +1 @@
Fixed safety issues up to 2026-02-09.
Fixed safety issues up to 2026-02-11.
2 changes: 1 addition & 1 deletion dev-requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ typer>=0.16.0
typer-cli>=0.16.0
typer-slim>=0.16.0
filelock==3.16.1; python_version == '3.9'
filelock==3.20.1; python_version >= '3.10'
filelock==3.20.3; python_version >= '3.10'

# PyYAML is pulled in by dparse
# PyYAML is also pulled in by dparse and python-coveralls
Expand Down
2 changes: 1 addition & 1 deletion minimum-constraints-develop.txt
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ typer==0.16.0
typer-cli==0.16.0
typer-slim==0.16.0
filelock==3.16.1; python_version == '3.9'
filelock==3.20.1; python_version >= '3.10'
filelock==3.20.3; python_version >= '3.10'

# PyYAML is pulled in by dparse
PyYAML==6.0.2
Expand Down