diff --git a/poetry.lock b/poetry.lock index 82a96a54..8a1d8b89 100644 --- a/poetry.lock +++ b/poetry.lock @@ -383,17 +383,17 @@ files = [ [[package]] name = "typing-extensions" -version = "4.13.2" -description = "Backported and Experimental Type Hints for Python 3.8+" +version = "4.14.0" +description = "Backported and Experimental Type Hints for Python 3.9+" optional = false -python-versions = ">=3.8" +python-versions = ">=3.9" groups = ["main", "dev"] files = [ - {file = "typing_extensions-4.13.2-py3-none-any.whl", hash = "sha256:a439e7c04b49fec3e5d3e2beaa21755cadbbdc391694e28ccdd36ca4a1408f8c"}, - {file = "typing_extensions-4.13.2.tar.gz", hash = "sha256:e6c81219bd689f51865d9e372991c540bda33a0379d5573cddb9a3a23f7caaef"}, + {file = "typing_extensions-4.14.0-py3-none-any.whl", hash = "sha256:a1514509136dd0b477638fc68d6a91497af5076466ad0fa6c338e44e359944af"}, + {file = "typing_extensions-4.14.0.tar.gz", hash = "sha256:8676b788e32f02ab42d9e7c61324048ae4c6d844a399eebace3d4979d75ceef4"}, ] [metadata] lock-version = "2.1" python-versions = "^3.9.1" -content-hash = "c239412dc6f93c2f106ceebbe058bf0b271ad4e5f263db6e997aaf5041127e30" +content-hash = "ab14a3c99e069a10f4118eb4fcf0ac3ff8b7071e6cb5f0041d20db5da499d315" diff --git a/pyproject.toml b/pyproject.toml index 23e9b75c..e2329d81 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -48,7 +48,7 @@ select = [ [tool.poetry.dependencies] python = "^3.9.1" fl-studio-api-stubs = "^33.2.0" -typing-extensions = "^4.13.2" +typing-extensions = "^4.14.0" jestspectation = "^1.4.5" [tool.poetry.group.dev.dependencies]