diff --git a/poetry.lock b/poetry.lock index 9dab323..fe194f5 100644 --- a/poetry.lock +++ b/poetry.lock @@ -525,13 +525,13 @@ reports = ["lxml"] [[package]] name = "mypy-extensions" -version = "0.4.3" -description = "Experimental type system extensions for programs checked with the mypy typechecker." +version = "1.0.0" +description = "Type system extensions for programs checked with the mypy type checker." optional = false -python-versions = "*" +python-versions = ">=3.5" files = [ - {file = "mypy_extensions-0.4.3-py2.py3-none-any.whl", hash = "sha256:090fedd75945a69ae91ce1303b5824f428daf5a028d2f6ab8a299250a846f15d"}, - {file = "mypy_extensions-0.4.3.tar.gz", hash = "sha256:2d82818f5bb3e369420cb3c4060a7970edba416647068eb4c5343488a6c604a8"}, + {file = "mypy_extensions-1.0.0-py3-none-any.whl", hash = "sha256:4392f6c0eb8a5668a69e23d168ffa70f0be9ccfd32b5cc2d26a34ae5b844552d"}, + {file = "mypy_extensions-1.0.0.tar.gz", hash = "sha256:75dbf8955dc00442a438fc4d0666508a9a97b6bd41aa2f0ffe9d2f2725af0782"}, ] [[package]] @@ -1113,4 +1113,4 @@ files = [ [metadata] lock-version = "2.0" python-versions = "^3.8" -content-hash = "dca058463d8bd19028a15ae8b7e9a6781e9baa34e8cfe7b88bedfcfbfc17424c" +content-hash = "7f7df83beea3019aaf45356db9907320d310f43470c7bb4247cfdacd6991682a" diff --git a/pyproject.toml b/pyproject.toml index 50901a8..b7f30da 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -43,7 +43,7 @@ black = { version = "^24.3.0", allow-prereleases = true } darglint = "^1.8.1" isort = { extras = ["colors"], version = "^5.10.1" } mypy = "^0.990" -mypy-extensions = "^0.4.3" +mypy-extensions = "^1.0.0" pre-commit = "^2.15.0" pydocstyle = "^6.1.1" pylint = "^2.17.5"