diff --git a/poetry.lock b/poetry.lock index 53ecf5ea9..3689d852e 100644 --- a/poetry.lock +++ b/poetry.lock @@ -8150,13 +8150,13 @@ typing-extensions = ">=3.7.4.3" [[package]] name = "types-aiofiles" -version = "23.2.0.20240106" +version = "24.1.0.20241221" description = "Typing stubs for aiofiles" optional = false python-versions = ">=3.8" files = [ - {file = "types-aiofiles-23.2.0.20240106.tar.gz", hash = "sha256:ef4fa3072441c58beaadbd0d07ba18e89beff49c71648dd223e2ca861f3dac53"}, - {file = "types_aiofiles-23.2.0.20240106-py3-none-any.whl", hash = "sha256:7324f9a9f7200c1f4986a9e40a42b548290f707b967709f30b280e99fdacbd99"}, + {file = "types_aiofiles-24.1.0.20241221-py3-none-any.whl", hash = "sha256:11d4e102af0627c02e8c1d17736caa3c39de1058bea37e2f4de6ef11a5b652ab"}, + {file = "types_aiofiles-24.1.0.20241221.tar.gz", hash = "sha256:c40f6c290b0af9e902f7f3fa91213cf5bb67f37086fb21dc0ff458253586ad55"}, ] [[package]] @@ -9050,4 +9050,4 @@ testing = ["coverage[toml]", "zope.event", "zope.testing"] [metadata] lock-version = "2.0" python-versions = ">=3.9,<3.13" -content-hash = "f6a228eb016a838d49fc9875edd274c06cca93238c8e7fdfa6a493d796af8642" +content-hash = "461ccebe04aaae48827915fc8a4b61a4940aadecda689aad2b0069af37b7161c" diff --git a/pyproject.toml b/pyproject.toml index ad53c5ba3..99f51ed13 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -102,7 +102,7 @@ mypy = "1.11.2" mypy-protobuf = "3.1.0" types-protobuf = "5.26.0.20240422" types-orjson = "3.6.2" -types-aiofiles = "23.2.0.20240106" +types-aiofiles = "24.1.0.20241221" types-requests = "2.31.0.20240311" black = "24.8.0" pip-licenses = "4.4.0"