diff --git a/pyproject.toml b/pyproject.toml index def1c5b6c..a1969e7de 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -62,4 +62,4 @@ all = true disable_all_dunder_policy = true [tool.typeshed] -pyright_version = "1.1.304" +pyright_version = "1.1.305" diff --git a/requirements-tests.txt b/requirements-tests.txt index 2bcd6b0ec..f08f60bec 100644 --- a/requirements-tests.txt +++ b/requirements-tests.txt @@ -10,11 +10,11 @@ packaging==23.1 pathspec>=0.10.3 pre-commit-hooks==4.4.0 # must match .pre-commit-config.yaml pycln==2.1.3 # must match .pre-commit-config.yaml -pytype==2023.4.11; platform_system != "Windows" and python_version < "3.11" +pytype==2023.4.27; platform_system != "Windows" and python_version < "3.11" pyyaml==6.0 termcolor>=2.3 tomli==2.0.1 -tomlkit==0.11.7 +tomlkit==0.11.8 types-pyyaml>=6.0.12.7 types-setuptools>=67.5.0.0 typing-extensions