Skip to content

Commit

Permalink
relax requirements for TOML settings library
Browse files Browse the repository at this point in the history
Signed-off-by: Grant Ramsay <[email protected]>
  • Loading branch information
seapagan committed Mar 7, 2024
1 parent 12ec5ca commit 5e06061
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "github-changelog-md"
version = "0.9.1"
version = "0.9.2"
description = "Generate a Markdown Changelog from your Github repository."
authors = ["Grant Ramsay <[email protected]>"]
readme = "README.md"
Expand All @@ -24,7 +24,7 @@ python = ">=3.9,<4.0"
pygithub = ">=1.59.1,<3.0.0"
pydantic = "^2.3.0"
rtoml = "^0.9.0"
simple-toml-settings = "^0.4.0"
simple-toml-settings = ">=0.4.0,<1.0.0"
typer = "^0.9.0"
rich = "^13.6.0"

Expand Down

0 comments on commit 5e06061

Please sign in to comment.