diff --git a/pyproject.toml b/pyproject.toml index b096b96..a78a07b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -36,11 +36,11 @@ dev = [ {include-group = "doc"}, ] test = [ - "pyright==1.1.406", - "pytest==8.4.2", + "pyright==1.1.407", + "pytest==9.0.1", "sybil==9.2.0", "pytest-regressions==2.8.3", - "beautifulsoup4==4.14.2" + "beautifulsoup4==4.14.3" ] lint = [ "black==25.9.0",