From bbbd302160ba7fc4f06a8bf651260a330f8b4f58 Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Mon, 18 Dec 2023 19:22:56 +0000 Subject: [PATCH] [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 14a9706..07549ec 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -32,11 +32,11 @@ version = "0.4.2" [tool.poetry.dependencies] appdirs = "^1.4.4" click = "^8.1.3" +pydantic = "^2.3.0" pynput = "^1.7.6" pyperclip = "^1.8.2" python = "^3.8" rtoml = "^0.9.0" -pydantic = "^2.3.0" [tool.poetry.plugins]