Skip to content

Commit

Permalink
chore(meta): update minimum pminit version in poetry.lock
Browse files Browse the repository at this point in the history
  • Loading branch information
caleb-distributive committed May 1, 2024
1 parent 7b661a4 commit 63db894
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 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.

2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ include = [
python = "^3.8"
pyreadline3 = { version = "^3.4.1", platform = "win32" }
aiohttp = { version = "^3.9.5", extras = ["speedups"] }
pminit = { version = "*", allow-prereleases = true }
pminit = { version = ">=0.4.0", allow-prereleases = true }


[tool.poetry-dynamic-versioning]
Expand Down

0 comments on commit 63db894

Please sign in to comment.