Skip to content

Commit

Permalink
Downgrade dependency version constraints
Browse files Browse the repository at this point in the history
  • Loading branch information
OmeGak committed Aug 11, 2023
1 parent 37ee214 commit 3f13317
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 @@ -30,8 +30,8 @@ unbehead = "unbeheader.cli:main"
[tool.poetry.dependencies]
python = ">=3.9.0"
colorclass = ">=2.2.2"
pyyaml = ">=6.0.1"
click = ">=8.1.6"
pyyaml = ">=6"
click = ">=8"

[tool.poetry.group.dev.dependencies]
pytest = "^7.4.0"
Expand Down

0 comments on commit 3f13317

Please sign in to comment.