From 2be44fe43ab2fdcda7ecf034ed1889c637f1b96c Mon Sep 17 00:00:00 2001 From: Stefano Braghin <527806+stefano81@users.noreply.github.com> Date: Fri, 19 Jun 2026 01:31:45 +0100 Subject: [PATCH] chore: upgrade vulnerable dependencies Signed-off-by: Stefano Braghin <527806+stefano81@users.noreply.github.com> --- pyproject.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index f10a953..3b454ce 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -61,8 +61,8 @@ dev = [ # "git+https://github.com/explosion/spacy-models/releases/download/en_core_web_trf-3.7.3/en_core_web_trf-3.7.3-py3-none-any.whl", # "git+https://github.com/explosion/spacy-models/releases/download/ja_core_news_sm-3.7.0/ja_core_news_sm-3.7.0-py3-none-any.whl", # "git+https://github.com/explosion/spacy-models/releases/download/xx_ent_wiki_sm-3.7.0/xx_ent_wiki_sm-3.7.0-py3-none-any.whl", - "httpx==0.27.2", - "notebook==7.5.6", + "httpx==0.28.1", + "notebook==7.6.0", "pytest-faker", "pytest-mock", "ruff",