Skip to content

Commit 317e061

Browse files
authored
Addressed safety issues (#2098)
Signed-off-by: Andreas Maier <maiera@de.ibm.com>
1 parent 16adaec commit 317e061

3 files changed

Lines changed: 4 additions & 1 deletion

File tree

.safety-policy-develop.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,8 @@ security:
3434
reason: Fixed jupyterlab version 4.4.8 requires Python>=3.9 and other upgrades
3535
82754:
3636
reason: Fixed filelock version 3.20.1 requires Python>=3.10 and is used there
37+
84183:
38+
reason: Fixed filelock version 3.20.3 requires Python>=3.10 and is used there
3739

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

changes/noissue.safety.fix.rst

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

minimum-constraints-develop.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -171,7 +171,7 @@ decorator==4.0.11
171171
defusedxml==0.7.1
172172
distlib==0.3.7
173173
filelock==3.16.1; python_version == '3.9'
174-
filelock==3.20.1; python_version >= '3.10'
174+
filelock==3.20.3; python_version >= '3.10'
175175
gitdb==4.0.8
176176
gitdb2==2.0.0
177177
html5lib==1.1

0 commit comments

Comments
 (0)