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",