diff --git a/pyproject.toml b/pyproject.toml index eea7ea7..5c7a7ac 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -36,11 +36,11 @@ dev = [ {include-group = "doc"}, ] test = [ - "pyright==1.1.405", + "pyright==1.1.406", "pytest==8.4.2", "sybil==9.2.0", "pytest-regressions==2.8.3", - "beautifulsoup4==4.14.0" + "beautifulsoup4==4.14.2" ] lint = [ "black==25.1.0",