From aa6f42e6350f71d2cbee83303ddec281420ced1f Mon Sep 17 00:00:00 2001 From: Vlad Emelianov Date: Thu, 9 Nov 2023 00:16:23 +0300 Subject: [PATCH] Update stubs to 0.19.9 --- awscrt-stubs/s3.pyi | 14 ++++- poetry.lock | 124 ++++++++++++++++++++++---------------------- 2 files changed, 75 insertions(+), 63 deletions(-) diff --git a/awscrt-stubs/s3.pyi b/awscrt-stubs/s3.pyi index b7796d9..30a03de 100644 --- a/awscrt-stubs/s3.pyi +++ b/awscrt-stubs/s3.pyi @@ -2,7 +2,7 @@ from concurrent.futures import Future from dataclasses import dataclass from enum import IntEnum from threading import Event -from typing import Any, Callable, List, Optional, Tuple +from typing import Any, Callable, List, Optional, Tuple, Type from awscrt import NativeResource as NativeResource from awscrt.auth import AwsCredentialsProvider as AwsCredentialsProvider @@ -11,6 +11,18 @@ from awscrt.http import HttpRequest as HttpRequest from awscrt.io import ClientBootstrap as ClientBootstrap from awscrt.io import TlsConnectionOptions as TlsConnectionOptions +class CrossProcessLock(NativeResource): + def __init__(self, lock_scope_name: str) -> None: ... + def acquire(self) -> None: ... + def __enter__(self) -> None: ... + def release(self) -> None: ... + def __exit__( + self, + exc_type: Optional[Type[Exception]], + exc_value: Optional[Exception], + exc_tb: Any, + ) -> None: ... + class S3RequestType(IntEnum): DEFAULT: int GET_OBJECT: int diff --git a/poetry.lock b/poetry.lock index fe8373a..6b7de91 100644 --- a/poetry.lock +++ b/poetry.lock @@ -2,80 +2,80 @@ [[package]] name = "awscrt" -version = "0.19.8" +version = "0.19.9" description = "A common runtime for AWS Python projects" optional = false python-versions = ">=3.7" files = [ - {file = "awscrt-0.19.8-cp310-cp310-macosx_10_9_universal2.whl", hash = "sha256:a50d30b9cd4b8d7430a20ddddddab78191b66b9756aacb019a74e8661e84e287"}, - {file = "awscrt-0.19.8-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:08643278633db4379127c43cc8de1263d9a9a167cf5ad29e1fc393ae19be237b"}, - {file = "awscrt-0.19.8-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:09935af1bfcb91de8d14af1bbc515c963c4e444cdfd45d28f62f996f1ab43090"}, - {file = "awscrt-0.19.8-cp310-cp310-musllinux_1_1_aarch64.whl", hash = "sha256:8bea484d840cf3cfb99a39b27d25ae4c85ef6d2dfbe3805eb4ae76d348d05d97"}, - {file = "awscrt-0.19.8-cp310-cp310-musllinux_1_1_x86_64.whl", hash = "sha256:78272e9b143cbe4fe539ba27c9d984804eaf4234b28b5a177da39b4714dfe139"}, - {file = "awscrt-0.19.8-cp310-cp310-win32.whl", hash = "sha256:62ccaffa5ef889012e6a7538488ff545f62050f5ff34e05b1beb89b4873a025b"}, - {file = "awscrt-0.19.8-cp310-cp310-win_amd64.whl", hash = "sha256:f0df09cf7249dcac80ee5e3b2124c0da4d4b3ecd8eacc0b4b029dbe96c459fd3"}, - {file = "awscrt-0.19.8-cp311-abi3-macosx_10_9_universal2.whl", hash = "sha256:65d6dac55c62fde813e6b58d3a5b38cd3aa3c936fe6a5e108c924c87848a723e"}, - {file = "awscrt-0.19.8-cp311-abi3-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:3e557bdc34f3e99ea5f25020ad5ba0df74c1a8c0b1f23115b80c3023131a605a"}, - {file = "awscrt-0.19.8-cp311-abi3-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:4558335e0e6a806a8927667d2a759c6c12d31d0bf7d61d79562edbf90a3088c0"}, - {file = "awscrt-0.19.8-cp311-abi3-musllinux_1_1_aarch64.whl", hash = "sha256:97bbeea34f830a27716770b40de4cd94a7b0ca6d6383e5dc30ff2a0ad019cfa1"}, - {file = "awscrt-0.19.8-cp311-abi3-musllinux_1_1_x86_64.whl", hash = "sha256:36b0b583c5c6a878d46d4941cda2575b679d9c69fec9f53a40092e76f50acc11"}, - {file = "awscrt-0.19.8-cp311-abi3-win32.whl", hash = "sha256:8ca19a57ca03b4f5bd24ef7a7b38b4c63b7d46951d53962f4bc152431605d0c5"}, - {file = "awscrt-0.19.8-cp311-abi3-win_amd64.whl", hash = "sha256:3338df15839971935ad39265849a1f91ebe24f3f51283691932695b413cd6647"}, - {file = "awscrt-0.19.8-cp37-cp37m-macosx_10_9_x86_64.whl", hash = "sha256:a0cd3194ae6a9c1eba672b0f45defc50681e69a965710bdb8ea3342795a3cb13"}, - {file = "awscrt-0.19.8-cp37-cp37m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:bfad3d46491106b17790e2b63b81d933e0d9e6bc0d24d30e6bc5624b577fd4a6"}, - {file = "awscrt-0.19.8-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:613f0dc8311e4734bab4d39186c4bae82fa883bdad4f8a785122d3a12007ff30"}, - {file = "awscrt-0.19.8-cp37-cp37m-manylinux_2_5_i686.manylinux1_i686.whl", hash = "sha256:8f48e5dcf85088056fd3c813216040d9d9bcaeaba8e55aaf6f9c45fb89944d19"}, - {file = "awscrt-0.19.8-cp37-cp37m-manylinux_2_5_x86_64.manylinux1_x86_64.whl", hash = "sha256:641c4b1284a46fa0dde86525f4787f8ca8f1c16eea266ed46e26456d2a84e4cc"}, - {file = "awscrt-0.19.8-cp37-cp37m-musllinux_1_1_aarch64.whl", hash = "sha256:2ea018dfaeaabf234e31dfc6bf83ddb876c4e4b9334fed8ba6fe9a475e1e460e"}, - {file = "awscrt-0.19.8-cp37-cp37m-musllinux_1_1_x86_64.whl", hash = "sha256:7e715ff78059951107b02aa0379b284673f82f9323ae6cc7fd25d676bc15ca3d"}, - {file = "awscrt-0.19.8-cp37-cp37m-win32.whl", hash = "sha256:04534ecb38a6ccf5cf8d569dda5ef61cf09a3b2954cd121abfc7aaa8ea325245"}, - {file = "awscrt-0.19.8-cp37-cp37m-win_amd64.whl", hash = "sha256:6f4c288e4360268928f07f17cbd011286360e80b1ac7e7028615fb5c6fb472f6"}, - {file = "awscrt-0.19.8-cp38-cp38-macosx_10_9_x86_64.whl", hash = "sha256:582b53030a3dac3fafb5714cb7e8e467d7ee17b5dc460f09eb07e78e34c7d120"}, - {file = "awscrt-0.19.8-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:c240e0a7bdf34e15b51f52af03e9e13d6ee8d24ea79269e1d7c1a10acc768bc9"}, - {file = "awscrt-0.19.8-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:d7dd097e96f87d118ddca75af31ef615d1d5cf4d7bede1cadbb870d78e1a10f2"}, - {file = "awscrt-0.19.8-cp38-cp38-manylinux_2_5_i686.manylinux1_i686.whl", hash = "sha256:68ab4e7a8220ff8ecc9de5b3e9dd244d8cd58323a124633b68adee07822b5aca"}, - {file = "awscrt-0.19.8-cp38-cp38-manylinux_2_5_x86_64.manylinux1_x86_64.whl", hash = "sha256:be5cd66203a5a9beaf9976fb5fc605bc0e8caf5a17c56af4873fa0ad126e9d5b"}, - {file = "awscrt-0.19.8-cp38-cp38-musllinux_1_1_aarch64.whl", hash = "sha256:f3bbe2b225bcb5b11248c9ea24439bafaeb752292da2354cb1e63df2cd9d9e24"}, - {file = "awscrt-0.19.8-cp38-cp38-musllinux_1_1_x86_64.whl", hash = "sha256:ab1b167660ea00e2ecd9712b6ac2b06b25c870b723c59d938f440ff34abae175"}, - {file = "awscrt-0.19.8-cp38-cp38-win32.whl", hash = "sha256:aaa3b004f6419e9ee137e54e8a10fd0519021d89cea426dc367575927960092a"}, - {file = "awscrt-0.19.8-cp38-cp38-win_amd64.whl", hash = "sha256:fe0bfa5ab76711f92e04d8a7bdbfc194f4eb4cf9e437ddd15e25d60d7d02bd06"}, - {file = "awscrt-0.19.8-cp39-cp39-macosx_10_9_universal2.whl", hash = "sha256:a4b88fdf11be99b746085b63fba6de23a9e1f29c0060a9bf413827d9a17b83ad"}, - {file = "awscrt-0.19.8-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:0cb486f21f7f1c5cac75b4ddd50a90f5dcce4363e5e2fe308b57c1d7732535d3"}, - {file = "awscrt-0.19.8-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:33369c96b0364989f9420ef57b89eed3dd6e934ba698bfc761007efef600c04f"}, - {file = "awscrt-0.19.8-cp39-cp39-manylinux_2_5_i686.manylinux1_i686.whl", hash = "sha256:80f6b561048678f96f33eb515a947e345fa6dbff2fdb5b044475d9b9ed8990b2"}, - {file = "awscrt-0.19.8-cp39-cp39-manylinux_2_5_x86_64.manylinux1_x86_64.whl", hash = "sha256:cdb69ec894563c9dd568c0f708c55c8e83f813ea87433876dfa5d8e44f22594b"}, - {file = "awscrt-0.19.8-cp39-cp39-musllinux_1_1_aarch64.whl", hash = "sha256:a9144b692213bb0b5ff97e65b1690c11de0edf1c114f483fa10580784140391d"}, - {file = "awscrt-0.19.8-cp39-cp39-musllinux_1_1_x86_64.whl", hash = "sha256:fdcb3d64d1087147f4e288515d1ca14ad20834091273d5405896881cc91b24a0"}, - {file = "awscrt-0.19.8-cp39-cp39-win32.whl", hash = "sha256:5c88b378ed0b2eef2afa03578e3dad1f011b8905ba9177eb979b10f8ff3c240a"}, - {file = "awscrt-0.19.8-cp39-cp39-win_amd64.whl", hash = "sha256:e5e82a35ebcbd5854b9c164eb66506f8c6b2e0b863fd0b9415abaee2ad971a37"}, - {file = "awscrt-0.19.8.tar.gz", hash = "sha256:77a2359d12f8d6c585beff4dc70e5d4890c4bf5e62f4b9e2d30c92c96aee1065"}, + {file = "awscrt-0.19.9-cp310-cp310-macosx_10_9_universal2.whl", hash = "sha256:b9dedd758c8237cf74bbb1bfd44fc572356cf0c75091499a075c6002494435de"}, + {file = "awscrt-0.19.9-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:25e77876ad85e6258bcbce86e3a17b12751ecc91a7d33ba4a7ac4d32b843ba03"}, + {file = "awscrt-0.19.9-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:49b1a27474d40dde15a12ce0e2e9c0a9d8c16a8a7d937ef46170d78b5402a5e4"}, + {file = "awscrt-0.19.9-cp310-cp310-musllinux_1_1_aarch64.whl", hash = "sha256:28f8d084eff11fd87851e8ec2ef63c8f5eb640772cfdc017e433e010fa0bbf4b"}, + {file = "awscrt-0.19.9-cp310-cp310-musllinux_1_1_x86_64.whl", hash = "sha256:ff9cd8cb8028faf5d80b629bcf0b29b61ed56a756c2999dae6ad51f756553342"}, + {file = "awscrt-0.19.9-cp310-cp310-win32.whl", hash = "sha256:e5863e41b162af51dc237e931b52523a1503c8fa016c81e3449866cce94bcc9e"}, + {file = "awscrt-0.19.9-cp310-cp310-win_amd64.whl", hash = "sha256:a99a9e4c337ef805590fbe5706a548c656141b05628f88d7f573d9acb96882cb"}, + {file = "awscrt-0.19.9-cp311-abi3-macosx_10_9_universal2.whl", hash = "sha256:028e8e367019a05b4fef4dd5403220891316634e940826e6c59281f29debf079"}, + {file = "awscrt-0.19.9-cp311-abi3-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:64240fefe30d391a7a38eec8ac259b21ee6233fe878853be4a67189b55efeb68"}, + {file = "awscrt-0.19.9-cp311-abi3-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:1b88a24886e29e20ef18906c12b96cc7dc31d8c131e914de1ad9ad5bb7b4bf4b"}, + {file = "awscrt-0.19.9-cp311-abi3-musllinux_1_1_aarch64.whl", hash = "sha256:164dca88cb79cbefbc9f4188d91f0ae214c7369f83b9cf8667aba553352432f9"}, + {file = "awscrt-0.19.9-cp311-abi3-musllinux_1_1_x86_64.whl", hash = "sha256:a0fb361e9ae83db46c7259f07d67cb5a3c00c4b70ed939b7a2dc675bc5d42651"}, + {file = "awscrt-0.19.9-cp311-abi3-win32.whl", hash = "sha256:5263a3b1ad049b556da22df66508eeaaea99cdf183b3b89fbf6e4bd4ceabb120"}, + {file = "awscrt-0.19.9-cp311-abi3-win_amd64.whl", hash = "sha256:0de38b676b3cf3c24dcb0023ccf8d77781b782acbd1f1cc87b8a694cc8df414e"}, + {file = "awscrt-0.19.9-cp37-cp37m-macosx_10_9_x86_64.whl", hash = "sha256:1500473b3edbfd24e280e55d793c08cb9a71a5aaea9670e674e0dbf69fa427ac"}, + {file = "awscrt-0.19.9-cp37-cp37m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:c31dacd8ba1bb1ba97d63e925958ffcc460839013954f3c40aabdb56579152ac"}, + {file = "awscrt-0.19.9-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:463734d3a85c5d1001b8ccfec137b5e0f400c3e7fd5d9674842cc17203fcfd97"}, + {file = "awscrt-0.19.9-cp37-cp37m-manylinux_2_5_i686.manylinux1_i686.whl", hash = "sha256:176b270d1eecc0e2cf33fb1bf56df7c8e4dbeb58ba5431fdd068b66097e7363d"}, + {file = "awscrt-0.19.9-cp37-cp37m-manylinux_2_5_x86_64.manylinux1_x86_64.whl", hash = "sha256:a018b23140c0db48a1ce505b579c00bfdb339e04a7859c87cbb31e96b0a61910"}, + {file = "awscrt-0.19.9-cp37-cp37m-musllinux_1_1_aarch64.whl", hash = "sha256:917e3eb3e69630dc541717d4d684a899eeabf1ab7a68075e91abf5218ac6b288"}, + {file = "awscrt-0.19.9-cp37-cp37m-musllinux_1_1_x86_64.whl", hash = "sha256:01782488cf20790cf7ae8514c01a0a886ce372737f70fda31bff523947f00b88"}, + {file = "awscrt-0.19.9-cp37-cp37m-win32.whl", hash = "sha256:ecb6889d0ead130bc8e7d342c018e0c976c9f6feb70936ee293e3f106b2d631f"}, + {file = "awscrt-0.19.9-cp37-cp37m-win_amd64.whl", hash = "sha256:ffaceced2d6a17fbfbc058a18c0da341bc5feada6d6f292eb3a619034a88877c"}, + {file = "awscrt-0.19.9-cp38-cp38-macosx_10_9_x86_64.whl", hash = "sha256:833b31cdbf395c3084180f1aad6949bc01dbfd4844e17101fb9f2563c366e171"}, + {file = "awscrt-0.19.9-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:875128fcdd3756807e675f99a4a2dafe79492a7869dbf561585625a4bffed21e"}, + {file = "awscrt-0.19.9-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:3c91cbb4b87c66ae8589b0efe0eca45c1e54439c3ea8326068294b86f7be0d60"}, + {file = "awscrt-0.19.9-cp38-cp38-manylinux_2_5_i686.manylinux1_i686.whl", hash = "sha256:aaa586ee018a14b7a13c8465219dcc90ab4c7129cb98b7a81e047e92c20b1f2f"}, + {file = "awscrt-0.19.9-cp38-cp38-manylinux_2_5_x86_64.manylinux1_x86_64.whl", hash = "sha256:66e8db0e14d20f71512f56500be892ef35fd2d2d5f6aedbcc173c55b7d520a26"}, + {file = "awscrt-0.19.9-cp38-cp38-musllinux_1_1_aarch64.whl", hash = "sha256:b8fbd985f4b13bf41783797647e50a674d66168d6e8a53d22c8aeb330d003e2a"}, + {file = "awscrt-0.19.9-cp38-cp38-musllinux_1_1_x86_64.whl", hash = "sha256:c978b268c6580190ea1ec337051a4432a50175054c348565f3b02cbf974ca52e"}, + {file = "awscrt-0.19.9-cp38-cp38-win32.whl", hash = "sha256:ade7a499bd452836ffa8875040ff830ccca9f9a67f6aa1b2eb327bd16bdc10d7"}, + {file = "awscrt-0.19.9-cp38-cp38-win_amd64.whl", hash = "sha256:2e5ac572d781cb79aa2b6fdab0d27db596811c50a8e9064f0a1bc8522ba0e94a"}, + {file = "awscrt-0.19.9-cp39-cp39-macosx_10_9_universal2.whl", hash = "sha256:498ac0abb60e81dc40407d1a424498939ab620df377b1db56a2739e5b29c9690"}, + {file = "awscrt-0.19.9-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:eaeac44a66ac7aa6322be4ec1adaa9f6c3c6a1caddbe2633695add68b268713c"}, + {file = "awscrt-0.19.9-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:ec8ce5e10bbe9e24beefd01c0ff1e41ee11ab0835a4393dff4340079140bc454"}, + {file = "awscrt-0.19.9-cp39-cp39-manylinux_2_5_i686.manylinux1_i686.whl", hash = "sha256:045265d5e27c213084e9a6aa4e90b1526ad5d7730baf25bba1a8f1e538414cb0"}, + {file = "awscrt-0.19.9-cp39-cp39-manylinux_2_5_x86_64.manylinux1_x86_64.whl", hash = "sha256:92ad12de29c5563bec90d9eee4454dbb5fb1d84da26509549ed09cad8c023a62"}, + {file = "awscrt-0.19.9-cp39-cp39-musllinux_1_1_aarch64.whl", hash = "sha256:93e900a2b738923e68acb8a0a66451bb8e5907c427942bfbf04392c3e91bbcf9"}, + {file = "awscrt-0.19.9-cp39-cp39-musllinux_1_1_x86_64.whl", hash = "sha256:4e49a92503ab7cecb4e705fd3f2d8be8eeaee360b164f6a3c8e8874b69add2c7"}, + {file = "awscrt-0.19.9-cp39-cp39-win32.whl", hash = "sha256:d0f4c46f6721fcb5c7c999e5b9df2de1caf2d3bedfc58b0fc1140496066b9cb0"}, + {file = "awscrt-0.19.9-cp39-cp39-win_amd64.whl", hash = "sha256:0e445f95fb0607f6f9331620a7362d6b45c3d60887715177c21a9382c74dea28"}, + {file = "awscrt-0.19.9.tar.gz", hash = "sha256:a58ae3d6b9a736f02d85d2301ebafc71626c3bf858a78f98948cd550f8240166"}, ] [[package]] name = "black" -version = "23.10.1" +version = "23.11.0" description = "The uncompromising code formatter." optional = false python-versions = ">=3.8" files = [ - {file = "black-23.10.1-cp310-cp310-macosx_10_16_arm64.whl", hash = "sha256:ec3f8e6234c4e46ff9e16d9ae96f4ef69fa328bb4ad08198c8cee45bb1f08c69"}, - {file = "black-23.10.1-cp310-cp310-macosx_10_16_x86_64.whl", hash = "sha256:1b917a2aa020ca600483a7b340c165970b26e9029067f019e3755b56e8dd5916"}, - {file = "black-23.10.1-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:9c74de4c77b849e6359c6f01987e94873c707098322b91490d24296f66d067dc"}, - {file = "black-23.10.1-cp310-cp310-win_amd64.whl", hash = "sha256:7b4d10b0f016616a0d93d24a448100adf1699712fb7a4efd0e2c32bbb219b173"}, - {file = "black-23.10.1-cp311-cp311-macosx_10_16_arm64.whl", hash = "sha256:b15b75fc53a2fbcac8a87d3e20f69874d161beef13954747e053bca7a1ce53a0"}, - {file = "black-23.10.1-cp311-cp311-macosx_10_16_x86_64.whl", hash = "sha256:e293e4c2f4a992b980032bbd62df07c1bcff82d6964d6c9496f2cd726e246ace"}, - {file = "black-23.10.1-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:7d56124b7a61d092cb52cce34182a5280e160e6aff3137172a68c2c2c4b76bcb"}, - {file = "black-23.10.1-cp311-cp311-win_amd64.whl", hash = "sha256:3f157a8945a7b2d424da3335f7ace89c14a3b0625e6593d21139c2d8214d55ce"}, - {file = "black-23.10.1-cp38-cp38-macosx_10_16_arm64.whl", hash = "sha256:cfcce6f0a384d0da692119f2d72d79ed07c7159879d0bb1bb32d2e443382bf3a"}, - {file = "black-23.10.1-cp38-cp38-macosx_10_16_x86_64.whl", hash = "sha256:33d40f5b06be80c1bbce17b173cda17994fbad096ce60eb22054da021bf933d1"}, - {file = "black-23.10.1-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:840015166dbdfbc47992871325799fd2dc0dcf9395e401ada6d88fe11498abad"}, - {file = "black-23.10.1-cp38-cp38-win_amd64.whl", hash = "sha256:037e9b4664cafda5f025a1728c50a9e9aedb99a759c89f760bd83730e76ba884"}, - {file = "black-23.10.1-cp39-cp39-macosx_10_16_arm64.whl", hash = "sha256:7cb5936e686e782fddb1c73f8aa6f459e1ad38a6a7b0e54b403f1f05a1507ee9"}, - {file = "black-23.10.1-cp39-cp39-macosx_10_16_x86_64.whl", hash = "sha256:7670242e90dc129c539e9ca17665e39a146a761e681805c54fbd86015c7c84f7"}, - {file = "black-23.10.1-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:5ed45ac9a613fb52dad3b61c8dea2ec9510bf3108d4db88422bacc7d1ba1243d"}, - {file = "black-23.10.1-cp39-cp39-win_amd64.whl", hash = "sha256:6d23d7822140e3fef190734216cefb262521789367fbdc0b3f22af6744058982"}, - {file = "black-23.10.1-py3-none-any.whl", hash = "sha256:d431e6739f727bb2e0495df64a6c7a5310758e87505f5f8cde9ff6c0f2d7e4fe"}, - {file = "black-23.10.1.tar.gz", hash = "sha256:1f8ce316753428ff68749c65a5f7844631aa18c8679dfd3ca9dc1a289979c258"}, + {file = "black-23.11.0-cp310-cp310-macosx_10_9_x86_64.whl", hash = "sha256:dbea0bb8575c6b6303cc65017b46351dc5953eea5c0a59d7b7e3a2d2f433a911"}, + {file = "black-23.11.0-cp310-cp310-macosx_11_0_arm64.whl", hash = "sha256:412f56bab20ac85927f3a959230331de5614aecda1ede14b373083f62ec24e6f"}, + {file = "black-23.11.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:d136ef5b418c81660ad847efe0e55c58c8208b77a57a28a503a5f345ccf01394"}, + {file = "black-23.11.0-cp310-cp310-win_amd64.whl", hash = "sha256:6c1cac07e64433f646a9a838cdc00c9768b3c362805afc3fce341af0e6a9ae9f"}, + {file = "black-23.11.0-cp311-cp311-macosx_10_9_x86_64.whl", hash = "sha256:cf57719e581cfd48c4efe28543fea3d139c6b6f1238b3f0102a9c73992cbb479"}, + {file = "black-23.11.0-cp311-cp311-macosx_11_0_arm64.whl", hash = "sha256:698c1e0d5c43354ec5d6f4d914d0d553a9ada56c85415700b81dc90125aac244"}, + {file = "black-23.11.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:760415ccc20f9e8747084169110ef75d545f3b0932ee21368f63ac0fee86b221"}, + {file = "black-23.11.0-cp311-cp311-win_amd64.whl", hash = "sha256:58e5f4d08a205b11800332920e285bd25e1a75c54953e05502052738fe16b3b5"}, + {file = "black-23.11.0-cp38-cp38-macosx_10_9_x86_64.whl", hash = "sha256:45aa1d4675964946e53ab81aeec7a37613c1cb71647b5394779e6efb79d6d187"}, + {file = "black-23.11.0-cp38-cp38-macosx_11_0_arm64.whl", hash = "sha256:4c44b7211a3a0570cc097e81135faa5f261264f4dfaa22bd5ee2875a4e773bd6"}, + {file = "black-23.11.0-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:2a9acad1451632021ee0d146c8765782a0c3846e0e0ea46659d7c4f89d9b212b"}, + {file = "black-23.11.0-cp38-cp38-win_amd64.whl", hash = "sha256:fc7f6a44d52747e65a02558e1d807c82df1d66ffa80a601862040a43ec2e3142"}, + {file = "black-23.11.0-cp39-cp39-macosx_10_9_x86_64.whl", hash = "sha256:7f622b6822f02bfaf2a5cd31fdb7cd86fcf33dab6ced5185c35f5db98260b055"}, + {file = "black-23.11.0-cp39-cp39-macosx_11_0_arm64.whl", hash = "sha256:250d7e60f323fcfc8ea6c800d5eba12f7967400eb6c2d21ae85ad31c204fb1f4"}, + {file = "black-23.11.0-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:5133f5507007ba08d8b7b263c7aa0f931af5ba88a29beacc4b2dc23fcefe9c06"}, + {file = "black-23.11.0-cp39-cp39-win_amd64.whl", hash = "sha256:421f3e44aa67138ab1b9bfbc22ee3780b22fa5b291e4db8ab7eee95200726b07"}, + {file = "black-23.11.0-py3-none-any.whl", hash = "sha256:54caaa703227c6e0c87b76326d0862184729a69b73d3b7305b6288e1d830067e"}, + {file = "black-23.11.0.tar.gz", hash = "sha256:4c68855825ff432d197229846f971bc4d6666ce90492e5b02013bcaca4d9ab05"}, ] [package.dependencies]