Skip to content

Commit 463e721

Browse files
authored
Addressed safety issues (#261)
Signed-off-by: Andreas Maier <andreas.r.maier@gmx.de>
1 parent bcfc195 commit 463e721

File tree

4 files changed

+5
-3
lines changed

4 files changed

+5
-3
lines changed

.safety-policy-develop.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,8 @@ security:
3636
reason: Disputed issue in jinja2 version 3.1.3 - No known fix
3737
82754:
3838
reason: Fixed filelock version 3.20.1 requires Python>=3.10 and is used there
39+
84183:
40+
reason: Fixed filelock version 3.20.3 requires Python>=3.10 and is used there
3941

4042
# Continue with exit code 0 when vulnerabilities are found.
4143
continue-on-vulnerability-error: False

changes/noissue.safety.fix.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
Fixed safety issues up to 2026-02-09.
1+
Fixed safety issues up to 2026-02-11.

dev-requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ typer>=0.16.0
3838
typer-cli>=0.16.0
3939
typer-slim>=0.16.0
4040
filelock==3.16.1; python_version == '3.9'
41-
filelock==3.20.1; python_version >= '3.10'
41+
filelock==3.20.3; python_version >= '3.10'
4242

4343
# PyYAML is pulled in by dparse
4444
# PyYAML is also pulled in by dparse and python-coveralls

minimum-constraints-develop.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ typer==0.16.0
4343
typer-cli==0.16.0
4444
typer-slim==0.16.0
4545
filelock==3.16.1; python_version == '3.9'
46-
filelock==3.20.1; python_version >= '3.10'
46+
filelock==3.20.3; python_version >= '3.10'
4747

4848
# PyYAML is pulled in by dparse
4949
PyYAML==6.0.2

0 commit comments

Comments
 (0)