diff --git a/pyproject.toml b/pyproject.toml index 18ed6d5e1c..382127e4f8 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -91,19 +91,19 @@ lint = [ "types-setuptools", "types-ujson", "mypy==1.6.1", - "black==23.10.0", + "black==23.10.1", "isort>=5", - "ruff==0.1.1", + "ruff==0.1.3", "pyupgrade-directories", "bandit==1.7.5", "pre-commit==3.5.0", - "semgrep==1.45.0", + "semgrep==1.46.0", "detect-secrets==1.4.0", ] test-core = [ "coverage[toml]>=7.2", - "pytest==7.4.2", + "pytest==7.4.3", "pytest-asyncio>=0.21", "dirty-equals==0.6.0", ]