Skip to content

Commit

Permalink
Update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
tbouska committed Nov 6, 2024
1 parent c0afb4c commit 6d69d78
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,13 +9,13 @@ package-mode = false
[tool.poetry.dependencies]
python = "^3.12"
# buvis-pybase = "0.1.3"
buvis-pybase = {version = "0.1.4a5", source = "test-pypi"}
buvis-pybase = {version = "0.1.4a6", source = "test-pypi"}
# buvis-pybase = {path = "../buvis-pybase", develop = true}

[tool.poetry.group.dev.dependencies]
click = "8.1.7"
# doogat-core = "0.1.2"
doogat-core = {version = "0.1.3a6", source = "test-pypi"}
doogat-core = {version = "0.1.3a7", source = "test-pypi"}
# doogat-core = {path = "../../doogat/doogat-core", develop = true}
pre-commit = "4.0.1"
pyfiglet = "1.0.2"
Expand Down

0 comments on commit 6d69d78

Please sign in to comment.