Skip to content

Commit

Permalink
Update mkinit
Browse files Browse the repository at this point in the history
  • Loading branch information
pvandyken committed Feb 1, 2024
1 parent 64bb188 commit 8feb990
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 14 deletions.
25 changes: 12 additions & 13 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 @@ -81,7 +81,7 @@ pre-commit = "^3.0.0"
# a mkinit dep has the 'platform_system == "Windows"' as a marker on an incompatible dependeny
# (pydantic<2.0 cf copier), so set the inverse as a marker here so mkinit can
# still be resolved
mkinit = { git = "https://github.com/pvandyken/mkinit.git", rev = "f9896e5", markers = "platform_system != 'Windows'" }
mkinit = { version="^1.1.0", markers = "platform_system != 'Windows'" }
hypothesis = "^6.34.1"
pytest-benchmark = "^4.0.0"
pyfakefs = "^5.1.0"
Expand Down

0 comments on commit 8feb990

Please sign in to comment.