Skip to content

Commit df9bea5

Browse files
committed
Safety issues
Signed-off-by: Andreas Maier <andreas.r.maier@gmx.de>
1 parent 00f46bb commit df9bea5

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

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-09.

dev-requirements.txt

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,8 +43,7 @@ typer-cli>=0.16.0
4343
typer-slim>=0.16.0
4444
# safety 3.4.0 depends on psutil~=6.1.0
4545
psutil~=6.1.0
46-
# safety 3.4.0 requires filelock~=3.16.1
47-
filelock~=3.16.1
46+
filelock>=3.20.1
4847

4948
# PyYAML is pulled in by dparse
5049
# PyYAML is also pulled in by dparse and python-coveralls

minimum-constraints-develop.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ dparse==0.6.4
3838
ruamel.yaml==0.17.21
3939
click==8.0.2
4040
Authlib==1.6.5
41-
marshmallow==3.15.0
41+
marshmallow==3.26.2
4242
pydantic==2.8.0; python_version == '3.8'
4343
pydantic==2.12.0; python_version >= '3.9'
4444
pydantic_core==2.20.0; python_version == '3.8'
@@ -47,7 +47,7 @@ typer==0.16.0
4747
typer-cli==0.16.0
4848
typer-slim==0.16.0
4949
psutil==6.1.0
50-
filelock==3.16.1
50+
filelock==3.20.1
5151

5252
# PyYAML is pulled in by dparse
5353
PyYAML==6.0.2
@@ -166,7 +166,7 @@ tenacity==8.5.0
166166
toml==0.10.0
167167
tomli==2.0.1
168168
tqdm==4.66.3
169-
urllib3==2.5.0
169+
urllib3==2.6.3
170170
wcwidth==0.1.7
171171
webencodings==0.5.1
172172
zipp==3.19.1

0 commit comments

Comments
 (0)