diff --git a/poetry.lock b/poetry.lock index 63f7ad4f..e97b1624 100644 --- a/poetry.lock +++ b/poetry.lock @@ -2546,13 +2546,13 @@ typing-extensions = ">=3.7.4.3" [[package]] name = "types-aiofiles" -version = "23.2.0.20240623" +version = "24.1.0.20240626" description = "Typing stubs for aiofiles" optional = false python-versions = ">=3.8" files = [ - {file = "types-aiofiles-23.2.0.20240623.tar.gz", hash = "sha256:d515b2fa46bf894aff45a364a704f050de3898344fd6c5994d58dc8b59ab71e6"}, - {file = "types_aiofiles-23.2.0.20240623-py3-none-any.whl", hash = "sha256:70597b29fc40c8583b6d755814b2cd5fcdb6785622e82d74ef499f9066316e08"}, + {file = "types-aiofiles-24.1.0.20240626.tar.gz", hash = "sha256:48604663e24bc2d5038eac05ccc33e75799b0779e93e13d6a8f711ddc306ac08"}, + {file = "types_aiofiles-24.1.0.20240626-py3-none-any.whl", hash = "sha256:7939eca4a8b4f9c6491b6e8ef160caee9a21d32e18534a57d5ed90aee47c66b4"}, ] [[package]] @@ -3192,4 +3192,4 @@ sqlite = ["aiosqlite"] [metadata] lock-version = "2.0" python-versions = "^3.8.0" -content-hash = "17f2772ae4d107b690ea9a950c9a54cdeb2093a8762d242866c946dbf6467b9d" +content-hash = "c48acce3cd2093c1e03791dce171df63d981071f9a733c2ab198b9b5299177f0" diff --git a/pyproject.toml b/pyproject.toml index 8ea8b616..9563a659 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -101,7 +101,7 @@ types-ipaddress = "^1.0.1" types-enum34 = "^1.1.1" types-cryptography = "^3.3.23" types-orjson = "^3.6.1" -types-aiofiles = "^23.2.0" +types-aiofiles = ">=23.2,<25.0" types-pkg-resources = "^0.1.3" types-requests = "^2.31.0" types-toml = "^0.10.8"