diff --git a/poetry.lock b/poetry.lock index b22d74a..0e6c778 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1,4 +1,4 @@ -# This file is automatically @generated by Poetry 1.8.3 and should not be changed by hand. +# This file is automatically @generated by Poetry 1.8.5 and should not be changed by hand. [[package]] name = "astroid" @@ -31,17 +31,18 @@ tests-no-zope = ["cloudpickle", "cloudpickle", "hypothesis", "hypothesis", "mypy [[package]] name = "autotyping" -version = "23.3.0" +version = "24.9.0" description = "A tool for autoadding simple type annotations." optional = false -python-versions = ">=3.7" +python-versions = ">=3.8" files = [ - {file = "autotyping-23.3.0-py3-none-any.whl", hash = "sha256:cf05803574f4172ccea59aa43d405d8e0b05d33ccca1b587ea82f23706e7cae1"}, - {file = "autotyping-23.3.0.tar.gz", hash = "sha256:9f45d8e32ef3f25091c64f13a31464576fc9fbf7ecb9ce2325166652a23abded"}, + {file = "autotyping-24.9.0-py3-none-any.whl", hash = "sha256:9c16b0bcab310a2dfe5228bb01c4d1dd5499e7bf67fc6b7915c35267c665b498"}, + {file = "autotyping-24.9.0.tar.gz", hash = "sha256:d7e9787aca0f69b089431581f703c53210d2cf39e792e2106759d04034c1251b"}, ] [package.dependencies] libcst = "*" +typing-extensions = "*" [[package]] name = "cfgv" @@ -605,4 +606,4 @@ test = ["covdefaults (>=2.2.2)", "coverage (>=7.1)", "coverage-enable-subprocess [metadata] lock-version = "2.0" python-versions = "^3.11" -content-hash = "c22ed4f41135c250d46a2bee1159be50bf3fd7e5561359b68e8e83be34f52975" +content-hash = "fc89cf60c3454ce7dac80918d47612aa505e5ce220b64423121bef37bda7cc51" diff --git a/pyproject.toml b/pyproject.toml index ee3517f..08db996 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -19,7 +19,7 @@ pre-commit = "^3.4.0" pylint = "^3.3.1" eradicate = "^2.3.0" pybetter = "^0.4.1" -autotyping = "^23.3.0" +autotyping = "^24.9.0" pytest = "^7.4.1"