File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed
Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 1+ Fixed safety issues up to 2026-02-09.
Original file line number Diff line number Diff line change @@ -43,8 +43,7 @@ typer-cli>=0.16.0
4343typer-slim >= 0.16.0
4444# safety 3.4.0 depends on psutil~=6.1.0
4545psutil ~= 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
Original file line number Diff line number Diff line change @@ -38,7 +38,7 @@ dparse==0.6.4
3838ruamel.yaml==0.17.21
3939click==8.0.2
4040Authlib==1.6.5
41- marshmallow==3.15.0
41+ marshmallow==3.26.2
4242pydantic==2.8.0; python_version == '3.8'
4343pydantic==2.12.0; python_version >= '3.9'
4444pydantic_core==2.20.0; python_version == '3.8'
@@ -47,7 +47,7 @@ typer==0.16.0
4747typer-cli==0.16.0
4848typer-slim==0.16.0
4949psutil==6.1.0
50- filelock==3.16 .1
50+ filelock==3.20 .1
5151
5252# PyYAML is pulled in by dparse
5353PyYAML==6.0.2
@@ -166,7 +166,7 @@ tenacity==8.5.0
166166toml==0.10.0
167167tomli==2.0.1
168168tqdm==4.66.3
169- urllib3==2.5.0
169+ urllib3==2.6.3
170170wcwidth==0.1.7
171171webencodings==0.5.1
172172zipp==3.19.1
You can’t perform that action at this time.
0 commit comments