diff --git a/poetry.lock b/poetry.lock index 60ffbd4e..ee7b3929 100644 --- a/poetry.lock +++ b/poetry.lock @@ -50,13 +50,13 @@ reports = ["lxml"] [[package]] name = "basedpyright" -version = "1.18.3" +version = "1.18.4" description = "static type checking for Python (but based)" optional = false python-versions = ">=3.8" files = [ - {file = "basedpyright-1.18.3-py3-none-any.whl", hash = "sha256:e2f060999004fe92d61d150d8e32fda35a73af2f237fdc41583d9cd7b08cb4c5"}, - {file = "basedpyright-1.18.3.tar.gz", hash = "sha256:996215cee36a504447678d5d26ec0f7932d7c8f9ff187b69ca8314e11dd5034d"}, + {file = "basedpyright-1.18.4-py3-none-any.whl", hash = "sha256:0cb4e192f66bfee9e8a34ce8c35f62e71c316b1c59a48e8d46c66dff268e19b4"}, + {file = "basedpyright-1.18.4.tar.gz", hash = "sha256:d32f8c3abab50792a61039ff8ff5a2412b68d1c13b101d4b63756cb773d9828f"}, ] [package.dependencies] @@ -89,13 +89,13 @@ files = [ [[package]] name = "distlib" -version = "0.3.8" +version = "0.3.9" description = "Distribution utilities" optional = false python-versions = "*" files = [ - {file = "distlib-0.3.8-py2.py3-none-any.whl", hash = "sha256:034db59a0b96f8ca18035f36290806a9a6e6bd9d1ff91e45a7f172eb17e51784"}, - {file = "distlib-0.3.8.tar.gz", hash = "sha256:1530ea13e350031b6312d8580ddb6b27a104275a31106523b8f123787f494f64"}, + {file = "distlib-0.3.9-py2.py3-none-any.whl", hash = "sha256:47f8c22fd27c27e25a65601af709b38e4f0a45ea4fc2e710f65755fa8caaaf87"}, + {file = "distlib-0.3.9.tar.gz", hash = "sha256:a60f20dea646b8a33f3e7772f74dc0b2d0772d2837ee1342a00645c81edf9403"}, ] [[package]] @@ -293,13 +293,13 @@ poetry-plugin = ["poetry (>=1.0,<2.0)"] [[package]] name = "pre-commit" -version = "4.0.0" +version = "4.0.1" description = "A framework for managing and maintaining multi-language pre-commit hooks." optional = false python-versions = ">=3.9" files = [ - {file = "pre_commit-4.0.0-py2.py3-none-any.whl", hash = "sha256:0ca2341cf94ac1865350970951e54b1a50521e57b7b500403307aed4315a1234"}, - {file = "pre_commit-4.0.0.tar.gz", hash = "sha256:5d9807162cc5537940f94f266cbe2d716a75cfad0d78a317a92cac16287cfed6"}, + {file = "pre_commit-4.0.1-py2.py3-none-any.whl", hash = "sha256:efde913840816312445dc98787724647c65473daefe420785f885e8ed9a06878"}, + {file = "pre_commit-4.0.1.tar.gz", hash = "sha256:80905ac375958c0444c65e9cebebd948b3cdb518f335a091a670a89d652139d2"}, ] [package.dependencies] @@ -493,4 +493,4 @@ test = ["covdefaults (>=2.3)", "coverage (>=7.2.7)", "coverage-enable-subprocess [metadata] lock-version = "2.0" python-versions = "^3.10.1" -content-hash = "a7af0dcf25e7e55b954a9e037572d08a94adbbc3f07e0a80a4901701d2d66b3c" +content-hash = "14697e57d604e0253359433f29b5bbf2902f45b74117224a49edf56dbd95a619" diff --git a/pyproject.toml b/pyproject.toml index bd8b1695..04572831 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -22,7 +22,7 @@ name = "scipy-stubs" packages = [{include = "scipy-stubs"}] readme = "README.md" repository = "https://github.com/jorenham/scipy-stubs/" -version = "1.4.1a3" +version = "1.4.1a4.dev0" [tool.poetry.urls] "Bug Tracker" = "https://github.com/jorenham/scipy-stubs/issues" @@ -35,12 +35,12 @@ scipy = "^1.14.1" [tool.poetry.group.lint.dependencies] basedmypy = "^2.6.0" -basedpyright = "^1.18.3" +basedpyright = "^1.18.4" ruff = "^0.6.9" [tool.poetry.group.dev.dependencies] poethepoet = "^0.29.0" -pre-commit = "^4.0.0" +pre-commit = "^4.0.1" [tool.poe.executor] type = "poetry"