From 0794053109797484df09a3500413e19350813b9e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Bou=C5=A1ka?= Date: Tue, 10 Sep 2024 09:01:20 +0200 Subject: [PATCH] Pin specific versions to let Renovate upgrade the dependencies --- src/hello_world/pyproject.toml | 4 ++-- src/notes_linter/pyproject.toml | 4 ++-- src/outlookctl/pyproject.toml | 5 ++--- 3 files changed, 6 insertions(+), 7 deletions(-) diff --git a/src/hello_world/pyproject.toml b/src/hello_world/pyproject.toml index f904945..8c49f7a 100644 --- a/src/hello_world/pyproject.toml +++ b/src/hello_world/pyproject.toml @@ -7,8 +7,8 @@ readme = "README.md" [tool.poetry.dependencies] python = "^3.12" -pyfiglet = "^1.0.2" -click = "^8.1.7" +pyfiglet = "1.0.2" +click = "8.1.6" [build-system] requires = ["poetry-core", "pynvim"] diff --git a/src/notes_linter/pyproject.toml b/src/notes_linter/pyproject.toml index 6421ab1..ff5020b 100644 --- a/src/notes_linter/pyproject.toml +++ b/src/notes_linter/pyproject.toml @@ -7,8 +7,8 @@ readme = "README.md" [tool.poetry.dependencies] python = "^3.12" -click = "^8.1.7" -doogat-core = "^0.1.1" +click = "8.1.7" +doogat-core = "0.1.1" [build-system] requires = ["poetry-core", "pynvim"] diff --git a/src/outlookctl/pyproject.toml b/src/outlookctl/pyproject.toml index f78ab0a..0f005e0 100644 --- a/src/outlookctl/pyproject.toml +++ b/src/outlookctl/pyproject.toml @@ -7,9 +7,8 @@ readme = "README.md" [tool.poetry.dependencies] python = "^3.12" -click = "^8.1.7" -buvis = {path = "../buvis",develop=true} -pywin32 = "^306" +click = "8.1.7" +pywin32 = "306" [build-system] requires = ["poetry-core"]