diff --git a/pyproject.toml b/pyproject.toml index 02549b29..4e6a69fa 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -36,13 +36,13 @@ 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", "pytest==8.4.2", "pytest-cov==7.1.0", - "ruff==0.15.8", + "ruff==0.15.22", "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