From 4c81e3cc7331d94f1e26ada7f18e3dbfc72bf032 Mon Sep 17 00:00:00 2001 From: Kumaran Rajendhiran Date: Wed, 24 Jul 2024 17:15:00 +0530 Subject: [PATCH] Chore: Update dependency versions --- pyproject.toml | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index cb15482ce1..21fb85de92 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -97,7 +97,7 @@ devdocs = [ types = [ "faststream[optionals]", - "mypy==1.10.1", + "mypy==1.11.0", # mypy extensions "types-Deprecated", "types-PyYAML", @@ -111,16 +111,16 @@ types = [ lint = [ "faststream[types]", - "ruff==0.5.2", + "ruff==0.5.4", "bandit==1.7.9", - "semgrep==1.79.0", + "semgrep==1.80.0", "codespell==2.3.0", ] test-core = [ "coverage[toml]==7.6.0", - "pytest==8.2.2", - "pytest-asyncio==0.23.7", + "pytest==8.3.1", + "pytest-asyncio==0.23.8", "dirty-equals==0.7.1.post0", "typing-extensions>=4.8.0,<4.12.1; python_version < '3.9'", # to fix dirty-equals ] @@ -341,4 +341,3 @@ omit = [ [tool.codespell] skip = "./venv,./docs/site/*" ignore-words = ".codespell-whitelist.txt" -