From a14c4692671fee629b5cf1bdcd9c3ca3f8b4b7c2 Mon Sep 17 00:00:00 2001 From: dosisod <39638017+dosisod@users.noreply.github.com> Date: Sat, 2 Dec 2023 20:56:36 -0800 Subject: [PATCH] Bump packages --- dev-requirements.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-requirements.txt b/dev-requirements.txt index 20aaa39..6e41df3 100644 --- a/dev-requirements.txt +++ b/dev-requirements.txt @@ -8,7 +8,7 @@ fastapi==0.100.0 iniconfig==2.0.0 isort==5.12.0 mypy-extensions==1.0.0 -mypy==1.7.0 +mypy==1.7.1 packaging==23.1 pathspec==0.11.2 platformdirs==4.0.0 @@ -17,5 +17,5 @@ py==1.11.0 pyparsing==3.1.1 pytest-cov==4.1.0 pytest==7.4.3 -ruff==0.1.5 +ruff==0.1.6 typos==1.16.23