Skip to content

Commit

Permalink
Pin specific versions to let Renovate upgrade the dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
tbouska committed Sep 10, 2024
1 parent 94e6ebc commit 0794053
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 7 deletions.
4 changes: 2 additions & 2 deletions src/hello_world/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"]
Expand Down
4 changes: 2 additions & 2 deletions src/notes_linter/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"]
Expand Down
5 changes: 2 additions & 3 deletions src/outlookctl/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"]
Expand Down

0 comments on commit 0794053

Please sign in to comment.