Skip to content

Commit

Permalink
Merge pull request #179 from seapagan/relax--deps
Browse files Browse the repository at this point in the history
Relax some dependency version specs
  • Loading branch information
seapagan committed May 2, 2024
2 parents 176c658 + 8fe88f1 commit 39cb49d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion 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
Expand Up @@ -33,8 +33,8 @@ classifiers = [

[tool.poetry.dependencies]
python = ">=3.9,<4.0"
rtoml = "^0.9.0"
github-changelog-md = "0.9.2"
rtoml = ">=0.9.0,<1.0.0"
github-changelog-md = ">=0.9.0"

[build-system]
requires = ["poetry-core"]
Expand Down

0 comments on commit 39cb49d

Please sign in to comment.