Skip to content

Commit

Permalink
Merge pull request #295 from shunichironomura/bump-dep-min-ver
Browse files Browse the repository at this point in the history
Bump minimum version for dependencies
  • Loading branch information
shunichironomura authored Jul 27, 2024
2 parents 7abe42c + 935916e commit 7ab83cf
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,10 +21,10 @@ packages = [{ include = "capsula" }]
[tool.poetry.dependencies]
python = ">=3.8"
py-cpuinfo = ">=9.0.0"
gitpython = ">=3.1.31"
gitpython = ">=3.1.41"
tomli = { version = ">=2.0.1", python = "<3.11" }
typing-extensions = { version = ">=4.7.1", python = "<3.11" }
orjson = ">=3.9.10"
orjson = ">=3.9.15"
typer = ">=0.9.0"

[tool.poetry.group.dev.dependencies]
Expand All @@ -33,10 +33,11 @@ mypy = "1.11.0"
pytest = "8.3.2"
coverage = "7.6.0"
genbadge = { extras = ["coverage"], version = "1.1.1" }
deptry = "0.17.0"

[tool.poetry.group.examples.dependencies]
click = ">=8.1.3"
rich = ">=13.7.0"
click = "8.1.7"
rich = "13.7.1"


[tool.poetry.group.docs.dependencies]
Expand Down

0 comments on commit 7ab83cf

Please sign in to comment.