From 63e7340bb5f1c8672081edc601425a977be490b7 Mon Sep 17 00:00:00 2001 From: Bryan Forbes Date: Sun, 5 Nov 2023 14:37:57 -0600 Subject: [PATCH] Bump minimum `typing_extensions` version for Python 3.12 support --- poetry.lock | 4 ++-- pyproject.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/poetry.lock b/poetry.lock index deef95b..6cac967 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1,4 +1,4 @@ -# This file is automatically @generated by Poetry 1.6.1 and should not be changed by hand. +# This file is automatically @generated by Poetry 1.7.0 and should not be changed by hand. [[package]] name = "async-timeout" @@ -459,4 +459,4 @@ test = ["covdefaults (>=2.3)", "coverage (>=7.2.7)", "coverage-enable-subprocess [metadata] lock-version = "2.0" python-versions = "^3.8" -content-hash = "35083b7d65593b54ce912e9c4b4743ba3c8764986632e9e558e223cf00466eba" +content-hash = "7474c3cb501417da4b4ae401833c84aed7e3a6828975c6be157d0e71dc762908" diff --git a/pyproject.toml b/pyproject.toml index c8546ef..d8e1f50 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -18,7 +18,7 @@ classifiers = [ [tool.poetry.dependencies] python = "^3.8" asyncpg = ">=0.29,<0.30" -typing-extensions = "^4.2.0" +typing-extensions = "^4.7.0" async-timeout = { version = ">=4.0.3", python = "<3.12" } [tool.poetry.group.dev.dependencies]