diff --git a/pyproject.toml b/pyproject.toml index 18244553..68e899b1 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -48,7 +48,7 @@ dev = [ # nothing. "mewbo-iam[ldap,oidc,saml]", "mongomock==4.3.0", - "mypy==1.19.1", + "mypy==1.20.2", "pandas>=2.3.3", "pre-commit==3.8.0", "pylint==3.3.9", @@ -63,7 +63,7 @@ dev = [ # a single file across workers. "pytest-xdist==3.8.0", "pytest-timeout==2.4.0", - "ruff==0.15.8", + "ruff==0.16.2", "streamlit>=1.56.0", # zoneinfo has no tz database of its own: uv's managed CPython ships none, so # ZoneInfo("US/Eastern") (the IDE TTL tests) raises ZoneInfoNotFoundError on