diff --git a/pyproject.toml b/pyproject.toml index d5520d5..8936110 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -34,10 +34,10 @@ dev = [ test = [ "beautifulsoup4==4.15.0", "myst-parser==5.1.0", - "pyright==1.1.410", + "pyright==1.1.411", "pytest-cov==7.1.0", "pytest-regressions==2.11.0", - "pytest==9.1.0", + "pytest==9.1.1", "sybil==10.1.0", ] doc = [ @@ -53,7 +53,7 @@ lint = [ ] ci = [ "pytest-cov==7.1.0", - "tox==4.55.1", + "tox==4.56.1", "tox-uv==1.35.2", ]