From b37a44c1bfa85cbb86244b5d6b5b0717461ad197 Mon Sep 17 00:00:00 2001 From: Dmitry Afanasyev Date: Wed, 5 Apr 2023 23:28:32 +0300 Subject: [PATCH] update to python 3.11.3 --- poetry.lock | 444 +++++++++++++++++------------------ pyproject.toml | 2 +- requirements.txt | 594 +++++++++++++++++++++++------------------------ 3 files changed, 510 insertions(+), 530 deletions(-) diff --git a/poetry.lock b/poetry.lock index e4c0813..3ca0cf4 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1,4 +1,4 @@ -# This file is automatically @generated by Poetry 1.4.1 and should not be changed by hand. +# This file is automatically @generated by Poetry 1.4.2 and should not be changed by hand. [[package]] name = "aiohttp" @@ -126,14 +126,14 @@ frozenlist = ">=1.1.0" [[package]] name = "alembic" -version = "1.10.2" +version = "1.10.3" description = "A database migration tool for SQLAlchemy." category = "main" optional = false python-versions = ">=3.7" files = [ - {file = "alembic-1.10.2-py3-none-any.whl", hash = "sha256:8b48368f6533c064b39c024e1daba15ae7f947eac84185c28c06bbe1301a5497"}, - {file = "alembic-1.10.2.tar.gz", hash = "sha256:457eafbdc0769d855c2c92cbafe6b7f319f916c80cf4ed02b8f394f38b51b89d"}, + {file = "alembic-1.10.3-py3-none-any.whl", hash = "sha256:b2e0a6cfd3a8ce936a1168320bcbe94aefa3f4463cd773a968a55071beb3cd37"}, + {file = "alembic-1.10.3.tar.gz", hash = "sha256:32a69b13a613aeb7e8093f242da60eff9daed13c0df02fff279c1b06c32965d2"}, ] [package.dependencies] @@ -844,19 +844,19 @@ files = [ [[package]] name = "django" -version = "4.1.7" +version = "4.2" description = "A high-level Python web framework that encourages rapid development and clean, pragmatic design." category = "main" optional = false python-versions = ">=3.8" files = [ - {file = "Django-4.1.7-py3-none-any.whl", hash = "sha256:f2f431e75adc40039ace496ad3b9f17227022e8b11566f4b363da44c7e44761e"}, - {file = "Django-4.1.7.tar.gz", hash = "sha256:44f714b81c5f190d9d2ddad01a532fe502fa01c4cb8faf1d081f4264ed15dcd8"}, + {file = "Django-4.2-py3-none-any.whl", hash = "sha256:ad33ed68db9398f5dfb33282704925bce044bef4261cd4fb59e4e7f9ae505a78"}, + {file = "Django-4.2.tar.gz", hash = "sha256:c36e2ab12824e2ac36afa8b2515a70c53c7742f0d6eaefa7311ec379558db997"}, ] [package.dependencies] -asgiref = ">=3.5.2,<4" -sqlparse = ">=0.2.2" +asgiref = ">=3.6.0,<4" +sqlparse = ">=0.3.1" tzdata = {version = "*", markers = "sys_platform == \"win32\""} [package.extras] @@ -971,19 +971,19 @@ test = ["anyio[trio] (>=3.2.1,<4.0.0)", "black (==22.10.0)", "coverage[toml] (>= [[package]] name = "filelock" -version = "3.10.4" +version = "3.10.7" description = "A platform independent file lock." category = "main" optional = false python-versions = ">=3.7" files = [ - {file = "filelock-3.10.4-py3-none-any.whl", hash = "sha256:6d332dc5c896f18ba93a21d987155e97c434a96d3fe4042ca70d0b3b46e3b470"}, - {file = "filelock-3.10.4.tar.gz", hash = "sha256:9fc1734dbddcdcd4aaa02c160dd94db5272b92dfa859b44ec8df28e160b751f0"}, + {file = "filelock-3.10.7-py3-none-any.whl", hash = "sha256:bde48477b15fde2c7e5a0713cbe72721cb5a5ad32ee0b8f419907960b9d75536"}, + {file = "filelock-3.10.7.tar.gz", hash = "sha256:892be14aa8efc01673b5ed6589dbccb95f9a8596f0507e232626155495c18105"}, ] [package.extras] docs = ["furo (>=2022.12.7)", "sphinx (>=6.1.3)", "sphinx-autodoc-typehints (>=1.22,!=1.23.4)"] -testing = ["covdefaults (>=2.3)", "coverage (>=7.2.2)", "pytest (>=7.2.2)", "pytest-cov (>=4)", "pytest-timeout (>=2.1)"] +testing = ["covdefaults (>=2.3)", "coverage (>=7.2.2)", "diff-cover (>=7.5)", "pytest (>=7.2.2)", "pytest-cov (>=4)", "pytest-mock (>=3.10)", "pytest-timeout (>=2.1)"] [[package]] name = "flake8" @@ -1280,14 +1280,14 @@ files = [ [[package]] name = "ipython" -version = "8.11.0" +version = "8.12.0" description = "IPython: Productive Interactive Computing" category = "dev" optional = false python-versions = ">=3.8" files = [ - {file = "ipython-8.11.0-py3-none-any.whl", hash = "sha256:5b54478e459155a326bf5f42ee4f29df76258c0279c36f21d71ddb560f88b156"}, - {file = "ipython-8.11.0.tar.gz", hash = "sha256:735cede4099dbc903ee540307b9171fbfef4aa75cfcacc5a273b2cda2f02be04"}, + {file = "ipython-8.12.0-py3-none-any.whl", hash = "sha256:1c183bf61b148b00bcebfa5d9b39312733ae97f6dad90d7e9b4d86c8647f498c"}, + {file = "ipython-8.12.0.tar.gz", hash = "sha256:a950236df04ad75b5bc7f816f9af3d74dc118fd42f2ff7e80e8e60ca1f182e2d"}, ] [package.dependencies] @@ -1762,61 +1762,61 @@ files = [ [[package]] name = "orjson" -version = "3.8.8" +version = "3.8.9" description = "Fast, correct Python JSON library supporting dataclasses, datetimes, and numpy" category = "main" optional = false python-versions = ">=3.7" files = [ - {file = "orjson-3.8.8-cp310-cp310-macosx_10_7_x86_64.whl", hash = "sha256:18fcdea75d8b571dc9b185652b81397b62878ae7934fd62e6a0103a5b8448e34"}, - {file = "orjson-3.8.8-cp310-cp310-macosx_10_9_x86_64.macosx_11_0_arm64.macosx_10_9_universal2.whl", hash = "sha256:306618884929b596e2e083f82b5617da812df25b0c467542371f1d51f0c5a6f5"}, - {file = "orjson-3.8.8-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:edc65ddb6ae6f8fbb2bbf78ac98f75b729c9eeb0776d5508dd76d3a948dda1dd"}, - {file = "orjson-3.8.8-cp310-cp310-manylinux_2_17_armv7l.manylinux2014_armv7l.whl", hash = "sha256:e6a6d55e01bce74516dff15302627a13b1f4edcb1c3942dd660978dee423ccf2"}, - {file = "orjson-3.8.8-cp310-cp310-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl", hash = "sha256:28075c4b502d792fb6703e983d456b2a30d5d6f332d26092eb312dc782e64c64"}, - {file = "orjson-3.8.8-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:9eda4c37e48ff549763183a1549c10eec6ea40439520b17d09359cd74a425069"}, - {file = "orjson-3.8.8-cp310-cp310-manylinux_2_28_x86_64.whl", hash = "sha256:a3eac485a15493164867729f44e1e1247b3094ff19d37708e8cdc9c88a93c623"}, - {file = "orjson-3.8.8-cp310-cp310-musllinux_1_1_aarch64.whl", hash = "sha256:88bf40e5468444c04374d1b8f1877cebbaef6bb7406cb6b4a34a570c5cbb87bc"}, - {file = "orjson-3.8.8-cp310-cp310-musllinux_1_1_x86_64.whl", hash = "sha256:747bd4e09d8aa61e1ff677a7dd1cffd28a5d13c22f3769123c58ec988bf1b83d"}, - {file = "orjson-3.8.8-cp310-none-win_amd64.whl", hash = "sha256:dd7d86c5f5f820ac9d4783477e86eb984b63bdb32359935609eb33cf65049c54"}, - {file = "orjson-3.8.8-cp311-cp311-macosx_10_7_x86_64.whl", hash = "sha256:52293a6097750c2d434737966fe6e2a1ed489ac70cc8e584f5944af83de0b787"}, - {file = "orjson-3.8.8-cp311-cp311-macosx_10_9_x86_64.macosx_11_0_arm64.macosx_10_9_universal2.whl", hash = "sha256:9322450f392dceb49810d2f820b1932af22d66f67f1d45c31f160067dd06359f"}, - {file = "orjson-3.8.8-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:68d59e3ae84a9b6f14b45a89f7fde4a08a87ea5eb76bfc854b354640de8156f5"}, - {file = "orjson-3.8.8-cp311-cp311-manylinux_2_17_armv7l.manylinux2014_armv7l.whl", hash = "sha256:022347dad2253081eaa25366834bb8b06a5aceb0e83b39c6b0aa865759e49d69"}, - {file = "orjson-3.8.8-cp311-cp311-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl", hash = "sha256:ddfcc54793e266056fe1c257d0804c336bca1c5c1ee7979d674e1fc19cfb0a6a"}, - {file = "orjson-3.8.8-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:449d8ed1e0e6b24e9df5a06b59fd66ea7f7293e141257069601ae8ff9fad705c"}, - {file = "orjson-3.8.8-cp311-cp311-manylinux_2_28_x86_64.whl", hash = "sha256:0204bc414bc6f7a595211569840b422d96649fd8686efa1fbbcb12eed5dd9521"}, - {file = "orjson-3.8.8-cp311-none-win_amd64.whl", hash = "sha256:e991a5c2c5f2f299c77e1d07ef2812ff5b68e1d97a2aab01aca29cf756473aa3"}, - {file = "orjson-3.8.8-cp37-cp37m-macosx_10_7_x86_64.whl", hash = "sha256:2006d9c046bbf335c951f61e016a27bd4f17323dd116f601e4a8a11739cd0a62"}, - {file = "orjson-3.8.8-cp37-cp37m-macosx_10_9_x86_64.macosx_11_0_arm64.macosx_10_9_universal2.whl", hash = "sha256:4553d85bad4cbd634a40b7b5d36daaa197a6025f9ce3e2165b371e528759093d"}, - {file = "orjson-3.8.8-cp37-cp37m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:57ee45d2cc6c11c50afb5a0c09d7cd559aea76c77250dbe996be6a03464d4a50"}, - {file = "orjson-3.8.8-cp37-cp37m-manylinux_2_17_armv7l.manylinux2014_armv7l.whl", hash = "sha256:02f5b5db1e424706eb9f70f1c25699ff4cef16fadfc64af5b70f8628eafe4771"}, - {file = "orjson-3.8.8-cp37-cp37m-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl", hash = "sha256:4d7c9f3b1598a1ccd806ef02257a76a00c7ede09662ddb54eec2b4bd92874254"}, - {file = "orjson-3.8.8-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:b90d171932b6a9d50e79fa2762cb303e3556bbf25c08bb316fe346ec58af9c19"}, - {file = "orjson-3.8.8-cp37-cp37m-manylinux_2_28_x86_64.whl", hash = "sha256:28dfe774c345130f1117c4d023644ec52d9d50e3eaadb9bd1c668d91dc109bb5"}, - {file = "orjson-3.8.8-cp37-cp37m-musllinux_1_1_aarch64.whl", hash = "sha256:8f84116fcc3714e7ba3cbeb1b11ac5e4549e7d2726c50142f8299fff9dea7d53"}, - {file = "orjson-3.8.8-cp37-cp37m-musllinux_1_1_x86_64.whl", hash = "sha256:f989f8580db86166aaaa938ccd1597ba1817e3f5df14c047baafe783e3d24173"}, - {file = "orjson-3.8.8-cp37-none-win_amd64.whl", hash = "sha256:66045850f286090800a18662d81d44f88c3fcb60ea3a9947d5caeab5d1efc92e"}, - {file = "orjson-3.8.8-cp38-cp38-macosx_10_7_x86_64.whl", hash = "sha256:2c2c5f3d3bbd61dba646e2b9c54a0dd7941b03fba49726bd31c1c23fedf0b9aa"}, - {file = "orjson-3.8.8-cp38-cp38-macosx_10_9_x86_64.macosx_11_0_arm64.macosx_10_9_universal2.whl", hash = "sha256:9cb36d4a14f3a911369219d5abc19b907bc41ed2730f7bfe0847b0fd3e834c87"}, - {file = "orjson-3.8.8-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:343124f84da0a33c83ee106a98b3e3c42767c88323d4a2809683cbe83816e8be"}, - {file = "orjson-3.8.8-cp38-cp38-manylinux_2_17_armv7l.manylinux2014_armv7l.whl", hash = "sha256:24ad122d8dd057acf2a9965a2ffc1bc12fb310ae1cfe2912db930cbb9ef7eaba"}, - {file = "orjson-3.8.8-cp38-cp38-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl", hash = "sha256:c2f28a92a9bcb4e8635524b20db1b539bda8613872f306b36cdfd9d3577d03ac"}, - {file = "orjson-3.8.8-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:81d3c5b253eebfc4a61cea1f255a576cb2b889afa99f4510f30ec13201d4f457"}, - {file = "orjson-3.8.8-cp38-cp38-manylinux_2_28_x86_64.whl", hash = "sha256:317164f7d4c0540a6eb8b0a0faeec84ef011d359da05188423db762b65f84e1d"}, - {file = "orjson-3.8.8-cp38-cp38-musllinux_1_1_aarch64.whl", hash = "sha256:5e7e39357371d4ae5649f33c01886508a4c8e5fa5c7344554af041dc0f004c01"}, - {file = "orjson-3.8.8-cp38-cp38-musllinux_1_1_x86_64.whl", hash = "sha256:60fefd4bbd796b4296f478e705fe2c2c7defd28da98d3017743eb87c3238a380"}, - {file = "orjson-3.8.8-cp38-none-win_amd64.whl", hash = "sha256:0dc4a52f1087baeec6b58248fd6b01f17c124fb99f6f770596851ea434a7be0b"}, - {file = "orjson-3.8.8-cp39-cp39-macosx_10_7_x86_64.whl", hash = "sha256:a6bcb449537a99f55c5f05187bac00b4549a795e89c10dcca0d7629548852357"}, - {file = "orjson-3.8.8-cp39-cp39-macosx_10_9_x86_64.macosx_11_0_arm64.macosx_10_9_universal2.whl", hash = "sha256:9c98dc791aa44268ba7f6e21124cf885c813b155316c6bf257560571d243fe15"}, - {file = "orjson-3.8.8-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:1b2abf93b727a6af7c5ec8816168cbdff39c716af18ced425dd50ae46d69765c"}, - {file = "orjson-3.8.8-cp39-cp39-manylinux_2_17_armv7l.manylinux2014_armv7l.whl", hash = "sha256:23447d38375a19d57975d4e32d9ce9f533803c197fd4292e10d3234c052037a8"}, - {file = "orjson-3.8.8-cp39-cp39-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl", hash = "sha256:4c2e19d2b46cc93c7218bf8180807bf922ff61dc9883458a06edc66d22970fff"}, - {file = "orjson-3.8.8-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:e480d74d7bf415e6548a364669404119a85dbe0e3c6cd5f7cb4c7003eac20164"}, - {file = "orjson-3.8.8-cp39-cp39-manylinux_2_28_x86_64.whl", hash = "sha256:8e0bff5656b99dd975cae2e5230b39e5909d06c0692fd1f6f06dc46f1fe705d0"}, - {file = "orjson-3.8.8-cp39-cp39-musllinux_1_1_aarch64.whl", hash = "sha256:56bb6eb7a254eec3b15feba9b20f4172ccbe6ea50a54cf66cbc8e1e4a19585c2"}, - {file = "orjson-3.8.8-cp39-cp39-musllinux_1_1_x86_64.whl", hash = "sha256:1af1cfad5d90b68e15fd625c889c4f9f91d7a88f49512cdb89f01c3881e0c9d9"}, - {file = "orjson-3.8.8-cp39-none-win_amd64.whl", hash = "sha256:d5514dfe200356a1d5a6039e00dca78d87d063f3da1eb6a371253e5a8b7ab5b0"}, - {file = "orjson-3.8.8.tar.gz", hash = "sha256:c096d7a523bae6ffb9c4a228ba4691d66113f0f2231579dc945523fbef09c6da"}, + {file = "orjson-3.8.9-cp310-cp310-macosx_10_7_x86_64.whl", hash = "sha256:5d029843eae7b6cbd6468b63517b8b61471afed6572162171d8b6471b6dbf41f"}, + {file = "orjson-3.8.9-cp310-cp310-macosx_10_9_x86_64.macosx_11_0_arm64.macosx_10_9_universal2.whl", hash = "sha256:405933c05490efb209d0f940d8ef1403d2932a97e47010a26d2694e9dd49f84d"}, + {file = "orjson-3.8.9-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:183de66eff4d41c330a3006f210ab0bce7affe398da6f6eda9579b67245a34ff"}, + {file = "orjson-3.8.9-cp310-cp310-manylinux_2_17_armv7l.manylinux2014_armv7l.whl", hash = "sha256:bb4081fe340ed1df42dddfd055e1d50479cb0ccb976d13e6b5e8667a07fec6f4"}, + {file = "orjson-3.8.9-cp310-cp310-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl", hash = "sha256:d11593a2e736055dd7b9587dbf89cd1cbe4a42a70e70f186e51aee7e1b38902e"}, + {file = "orjson-3.8.9-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:e20649359e28f34d01b2570e4650a076f439a959bae3a8bbe7f5923ad80f54e8"}, + {file = "orjson-3.8.9-cp310-cp310-manylinux_2_28_x86_64.whl", hash = "sha256:c02ece4f36a160c83efe74adfba5f189c7c7702361f02b809ab73744923ee139"}, + {file = "orjson-3.8.9-cp310-cp310-musllinux_1_1_aarch64.whl", hash = "sha256:f0e19801836cf1b30f333d475b05d79051b8ae8639a8e2422fb5f64e82676ae7"}, + {file = "orjson-3.8.9-cp310-cp310-musllinux_1_1_x86_64.whl", hash = "sha256:d4850fe5650cead3c0f8822192e381cee9d4c3b8162eb082c86c927124572dc6"}, + {file = "orjson-3.8.9-cp310-none-win_amd64.whl", hash = "sha256:5fd4193f260d9d30112b5e379d0870b54dc88040807c93cbe8d67bfea148ba5a"}, + {file = "orjson-3.8.9-cp311-cp311-macosx_10_7_x86_64.whl", hash = "sha256:70eae063ad8d7405dc63873760567b600fc10728ba0da24a69d49c1a5d318d6d"}, + {file = "orjson-3.8.9-cp311-cp311-macosx_10_9_x86_64.macosx_11_0_arm64.macosx_10_9_universal2.whl", hash = "sha256:251653437632583d02203e6b118b72b99c04425175853f35340f4bac7034a36e"}, + {file = "orjson-3.8.9-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:6ea833751f017ba321c277e7425b51c0b1a18a2c60f8c9c0f4c6c4d7e16cbd6c"}, + {file = "orjson-3.8.9-cp311-cp311-manylinux_2_17_armv7l.manylinux2014_armv7l.whl", hash = "sha256:8563c2cdeb923b82a5cc5bfc76c28c786777428263ee39292d928e9687165fb4"}, + {file = "orjson-3.8.9-cp311-cp311-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl", hash = "sha256:6f33e9ea45b4c9457eedca0c40f38cf5732c91b0fb68f091ac59e6ea68e03eb2"}, + {file = "orjson-3.8.9-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:855dee152daecb7de7b4cd7069d7854e11aa291687bffe8433156af0a224417e"}, + {file = "orjson-3.8.9-cp311-cp311-manylinux_2_28_x86_64.whl", hash = "sha256:74fa9e02589339defc9d3662de9e7eef51d8f9f3a7f6304b43b18b39d7bbf10f"}, + {file = "orjson-3.8.9-cp311-none-win_amd64.whl", hash = "sha256:6c5b10ba1e62df8f96cbc37f6d5ae9acb3f6475926dea8b1b6a1a60f201a64f7"}, + {file = "orjson-3.8.9-cp37-cp37m-macosx_10_7_x86_64.whl", hash = "sha256:a651123d01bc399fcd866e56acc2d76512e62aae3673652b13b470ea69faf1f4"}, + {file = "orjson-3.8.9-cp37-cp37m-macosx_10_9_x86_64.macosx_11_0_arm64.macosx_10_9_universal2.whl", hash = "sha256:73019b6d2cc998c99556020c6bd8f8bc28420c69583186ca290c66a27916a3b7"}, + {file = "orjson-3.8.9-cp37-cp37m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:8f5c3daa8b02786ad5f0e14ae16a59bbb4e02cbae3a41989a25188e5a6c962ff"}, + {file = "orjson-3.8.9-cp37-cp37m-manylinux_2_17_armv7l.manylinux2014_armv7l.whl", hash = "sha256:598598b7f81f8fda7c3e09c88165f844152b7be223bc4ea929ec8ad59b00ea17"}, + {file = "orjson-3.8.9-cp37-cp37m-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl", hash = "sha256:090b10bdb06baae6d5cd3550d772ecbabd833bfceed7592ff167c0a82f5b4c20"}, + {file = "orjson-3.8.9-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:bd46f688ddf9c2ea10367446fe9bf3ceba0f7490c15b4f96420491c7f00bb283"}, + {file = "orjson-3.8.9-cp37-cp37m-manylinux_2_28_x86_64.whl", hash = "sha256:b8ed8d780e9fab01bc404a70d755a8b2b34ea6c0b6604b65de135daaaadaf9a9"}, + {file = "orjson-3.8.9-cp37-cp37m-musllinux_1_1_aarch64.whl", hash = "sha256:8a32c9fb742868a34346f3c52e12d893a9d27f8e0c0bf3c480db7e6903d8be28"}, + {file = "orjson-3.8.9-cp37-cp37m-musllinux_1_1_x86_64.whl", hash = "sha256:2ba366009b98ac8899e935eff6fef7672d3ea43d3ce9deb3ee33452134b6cc3a"}, + {file = "orjson-3.8.9-cp37-none-win_amd64.whl", hash = "sha256:236b9313425cb2570626c64dd5cb6caff13882d1717d491da542cff228b96e97"}, + {file = "orjson-3.8.9-cp38-cp38-macosx_10_7_x86_64.whl", hash = "sha256:e8efc7e9ec35336f7cc98b6692536b1262046ff1d2a545295a4d89b8a2495903"}, + {file = "orjson-3.8.9-cp38-cp38-macosx_10_9_x86_64.macosx_11_0_arm64.macosx_10_9_universal2.whl", hash = "sha256:8c7eba3610ae69f4aba4032ecb61b0a6fbd1e4537283d1553eb8c1cb136e9118"}, + {file = "orjson-3.8.9-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:7742649e4c357d4e7ad483a35ff5f55d519e895de56772cc486913614ee7d23b"}, + {file = "orjson-3.8.9-cp38-cp38-manylinux_2_17_armv7l.manylinux2014_armv7l.whl", hash = "sha256:b6566fb8daa538c7848fd6822e2409a7e1c41dae8e65e6536598d505f641a318"}, + {file = "orjson-3.8.9-cp38-cp38-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl", hash = "sha256:0ce8a2a667221e2e5160021e26b09e9c13eeedafb5cda1981340c8c0c0bc8f9d"}, + {file = "orjson-3.8.9-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:4c0399631b88fa4868956badef2561fba07dffcaf050bf53959ee50d26edf6f6"}, + {file = "orjson-3.8.9-cp38-cp38-manylinux_2_28_x86_64.whl", hash = "sha256:189ccb16ed140a824d133fa1c55175cf0d2207edaade54f1db0456a526cb5fd8"}, + {file = "orjson-3.8.9-cp38-cp38-musllinux_1_1_aarch64.whl", hash = "sha256:b707fa4481e1af19b3052ec9352c688bad3f539d7bdd8aa4a451f6dd7e4bae73"}, + {file = "orjson-3.8.9-cp38-cp38-musllinux_1_1_x86_64.whl", hash = "sha256:c3d988eb562da1dda7d49e9abd8a64b3cabc632b4299d177fb9e0c0ca9f06b8c"}, + {file = "orjson-3.8.9-cp38-none-win_amd64.whl", hash = "sha256:b30240eb6b22daab604f1595f6aacf92bcdac0d29e2d7ad507dfac68d2b39182"}, + {file = "orjson-3.8.9-cp39-cp39-macosx_10_7_x86_64.whl", hash = "sha256:81869a6de00bc676d10056fa8bb28cbe805b1cf498a45c14cb7b1765eee33fcb"}, + {file = "orjson-3.8.9-cp39-cp39-macosx_10_9_x86_64.macosx_11_0_arm64.macosx_10_9_universal2.whl", hash = "sha256:a25a5a215b19d414de8d416a3c5414f29165843a06f704cc0345ded9eac34ac1"}, + {file = "orjson-3.8.9-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:dec0f2bea52e30ea98ce095f1f42da04535791f9a31b2aab2499caa88307bc49"}, + {file = "orjson-3.8.9-cp39-cp39-manylinux_2_17_armv7l.manylinux2014_armv7l.whl", hash = "sha256:7b91d88fe96b698b28bb1b95b1fce226f72757ab3ab7d8d97551e23bc629c84f"}, + {file = "orjson-3.8.9-cp39-cp39-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl", hash = "sha256:7629841ccdcccd3c43ebc6a4165abe9844909fcedb2041994c0153470f610801"}, + {file = "orjson-3.8.9-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:d875b304e19f4b2758d233bbf2b9d627c66fac50b3150b8d31a35ba6cda3db67"}, + {file = "orjson-3.8.9-cp39-cp39-manylinux_2_28_x86_64.whl", hash = "sha256:723ec880c5290fe4de330febb8030e57c1978fbd624fc5b9399969e7d7d74984"}, + {file = "orjson-3.8.9-cp39-cp39-musllinux_1_1_aarch64.whl", hash = "sha256:b11f8a71c82d19fce11ce487efeec2ca0dc3bcf5b4564445fecfc68d9c268744"}, + {file = "orjson-3.8.9-cp39-cp39-musllinux_1_1_x86_64.whl", hash = "sha256:b2079bf86dec62731c1b90fdfea3211f993f0c894d9261e0ce9b68ed9c9dfbec"}, + {file = "orjson-3.8.9-cp39-none-win_amd64.whl", hash = "sha256:97d94322a2eaab767ba8d52f6bf9d0ec0f35313fe36287be6e6085dd65d55d37"}, + {file = "orjson-3.8.9.tar.gz", hash = "sha256:c40bece58c11cb09aff17424d21b41f6f767d2b1252b2f745ec3ff29cce6a240"}, ] [[package]] @@ -1918,110 +1918,99 @@ files = [ [[package]] name = "pillow" -version = "9.4.0" +version = "9.5.0" description = "Python Imaging Library (Fork)" category = "main" optional = false python-versions = ">=3.7" files = [ - {file = "Pillow-9.4.0-1-cp310-cp310-macosx_10_10_x86_64.whl", hash = "sha256:1b4b4e9dda4f4e4c4e6896f93e84a8f0bcca3b059de9ddf67dac3c334b1195e1"}, - {file = "Pillow-9.4.0-1-cp311-cp311-macosx_10_10_x86_64.whl", hash = "sha256:fb5c1ad6bad98c57482236a21bf985ab0ef42bd51f7ad4e4538e89a997624e12"}, - {file = "Pillow-9.4.0-1-cp37-cp37m-macosx_10_10_x86_64.whl", hash = "sha256:f0caf4a5dcf610d96c3bd32932bfac8aee61c96e60481c2a0ea58da435e25acd"}, - {file = "Pillow-9.4.0-1-cp38-cp38-macosx_10_10_x86_64.whl", hash = "sha256:3f4cc516e0b264c8d4ccd6b6cbc69a07c6d582d8337df79be1e15a5056b258c9"}, - {file = "Pillow-9.4.0-1-cp39-cp39-macosx_10_10_x86_64.whl", hash = "sha256:b8c2f6eb0df979ee99433d8b3f6d193d9590f735cf12274c108bd954e30ca858"}, - {file = "Pillow-9.4.0-1-pp38-pypy38_pp73-macosx_10_10_x86_64.whl", hash = "sha256:b70756ec9417c34e097f987b4d8c510975216ad26ba6e57ccb53bc758f490dab"}, - {file = "Pillow-9.4.0-1-pp39-pypy39_pp73-macosx_10_10_x86_64.whl", hash = "sha256:43521ce2c4b865d385e78579a082b6ad1166ebed2b1a2293c3be1d68dd7ca3b9"}, - {file = "Pillow-9.4.0-2-cp310-cp310-macosx_10_10_x86_64.whl", hash = "sha256:9d9a62576b68cd90f7075876f4e8444487db5eeea0e4df3ba298ee38a8d067b0"}, - {file = "Pillow-9.4.0-2-cp311-cp311-macosx_10_10_x86_64.whl", hash = "sha256:87708d78a14d56a990fbf4f9cb350b7d89ee8988705e58e39bdf4d82c149210f"}, - {file = "Pillow-9.4.0-2-cp37-cp37m-macosx_10_10_x86_64.whl", hash = "sha256:8a2b5874d17e72dfb80d917213abd55d7e1ed2479f38f001f264f7ce7bae757c"}, - {file = "Pillow-9.4.0-2-cp38-cp38-macosx_10_10_x86_64.whl", hash = "sha256:83125753a60cfc8c412de5896d10a0a405e0bd88d0470ad82e0869ddf0cb3848"}, - {file = "Pillow-9.4.0-2-cp39-cp39-macosx_10_10_x86_64.whl", hash = "sha256:9e5f94742033898bfe84c93c831a6f552bb629448d4072dd312306bab3bd96f1"}, - {file = "Pillow-9.4.0-2-pp38-pypy38_pp73-macosx_10_10_x86_64.whl", hash = "sha256:013016af6b3a12a2f40b704677f8b51f72cb007dac785a9933d5c86a72a7fe33"}, - {file = "Pillow-9.4.0-2-pp39-pypy39_pp73-macosx_10_10_x86_64.whl", hash = "sha256:99d92d148dd03fd19d16175b6d355cc1b01faf80dae93c6c3eb4163709edc0a9"}, - {file = "Pillow-9.4.0-cp310-cp310-macosx_10_10_x86_64.whl", hash = "sha256:2968c58feca624bb6c8502f9564dd187d0e1389964898f5e9e1fbc8533169157"}, - {file = "Pillow-9.4.0-cp310-cp310-macosx_11_0_arm64.whl", hash = "sha256:c5c1362c14aee73f50143d74389b2c158707b4abce2cb055b7ad37ce60738d47"}, - {file = "Pillow-9.4.0-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:bd752c5ff1b4a870b7661234694f24b1d2b9076b8bf337321a814c612665f343"}, - {file = "Pillow-9.4.0-cp310-cp310-manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:9a3049a10261d7f2b6514d35bbb7a4dfc3ece4c4de14ef5876c4b7a23a0e566d"}, - {file = "Pillow-9.4.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:16a8df99701f9095bea8a6c4b3197da105df6f74e6176c5b410bc2df2fd29a57"}, - {file = "Pillow-9.4.0-cp310-cp310-manylinux_2_28_aarch64.whl", hash = "sha256:94cdff45173b1919350601f82d61365e792895e3c3a3443cf99819e6fbf717a5"}, - {file = "Pillow-9.4.0-cp310-cp310-manylinux_2_28_x86_64.whl", hash = "sha256:ed3e4b4e1e6de75fdc16d3259098de7c6571b1a6cc863b1a49e7d3d53e036070"}, - {file = "Pillow-9.4.0-cp310-cp310-musllinux_1_1_aarch64.whl", hash = "sha256:d5b2f8a31bd43e0f18172d8ac82347c8f37ef3e0b414431157718aa234991b28"}, - {file = "Pillow-9.4.0-cp310-cp310-musllinux_1_1_x86_64.whl", hash = "sha256:09b89ddc95c248ee788328528e6a2996e09eaccddeeb82a5356e92645733be35"}, - {file = "Pillow-9.4.0-cp310-cp310-win32.whl", hash = "sha256:f09598b416ba39a8f489c124447b007fe865f786a89dbfa48bb5cf395693132a"}, - {file = "Pillow-9.4.0-cp310-cp310-win_amd64.whl", hash = "sha256:f6e78171be3fb7941f9910ea15b4b14ec27725865a73c15277bc39f5ca4f8391"}, - {file = "Pillow-9.4.0-cp311-cp311-macosx_10_10_x86_64.whl", hash = "sha256:3fa1284762aacca6dc97474ee9c16f83990b8eeb6697f2ba17140d54b453e133"}, - {file = "Pillow-9.4.0-cp311-cp311-macosx_11_0_arm64.whl", hash = "sha256:eaef5d2de3c7e9b21f1e762f289d17b726c2239a42b11e25446abf82b26ac132"}, - {file = "Pillow-9.4.0-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:a4dfdae195335abb4e89cc9762b2edc524f3c6e80d647a9a81bf81e17e3fb6f0"}, - {file = "Pillow-9.4.0-cp311-cp311-manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:6abfb51a82e919e3933eb137e17c4ae9c0475a25508ea88993bb59faf82f3b35"}, - {file = "Pillow-9.4.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:451f10ef963918e65b8869e17d67db5e2f4ab40e716ee6ce7129b0cde2876eab"}, - {file = "Pillow-9.4.0-cp311-cp311-manylinux_2_28_aarch64.whl", hash = "sha256:6663977496d616b618b6cfa43ec86e479ee62b942e1da76a2c3daa1c75933ef4"}, - {file = "Pillow-9.4.0-cp311-cp311-manylinux_2_28_x86_64.whl", hash = "sha256:60e7da3a3ad1812c128750fc1bc14a7ceeb8d29f77e0a2356a8fb2aa8925287d"}, - {file = "Pillow-9.4.0-cp311-cp311-musllinux_1_1_aarch64.whl", hash = "sha256:19005a8e58b7c1796bc0167862b1f54a64d3b44ee5d48152b06bb861458bc0f8"}, - {file = "Pillow-9.4.0-cp311-cp311-musllinux_1_1_x86_64.whl", hash = "sha256:f715c32e774a60a337b2bb8ad9839b4abf75b267a0f18806f6f4f5f1688c4b5a"}, - {file = "Pillow-9.4.0-cp311-cp311-win32.whl", hash = "sha256:b222090c455d6d1a64e6b7bb5f4035c4dff479e22455c9eaa1bdd4c75b52c80c"}, - {file = "Pillow-9.4.0-cp311-cp311-win_amd64.whl", hash = "sha256:ba6612b6548220ff5e9df85261bddc811a057b0b465a1226b39bfb8550616aee"}, - {file = "Pillow-9.4.0-cp37-cp37m-macosx_10_10_x86_64.whl", hash = "sha256:5f532a2ad4d174eb73494e7397988e22bf427f91acc8e6ebf5bb10597b49c493"}, - {file = "Pillow-9.4.0-cp37-cp37m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:5dd5a9c3091a0f414a963d427f920368e2b6a4c2f7527fdd82cde8ef0bc7a327"}, - {file = "Pillow-9.4.0-cp37-cp37m-manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:ef21af928e807f10bf4141cad4746eee692a0dd3ff56cfb25fce076ec3cc8abe"}, - {file = "Pillow-9.4.0-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:847b114580c5cc9ebaf216dd8c8dbc6b00a3b7ab0131e173d7120e6deade1f57"}, - {file = "Pillow-9.4.0-cp37-cp37m-manylinux_2_28_aarch64.whl", hash = "sha256:653d7fb2df65efefbcbf81ef5fe5e5be931f1ee4332c2893ca638c9b11a409c4"}, - {file = "Pillow-9.4.0-cp37-cp37m-manylinux_2_28_x86_64.whl", hash = "sha256:46f39cab8bbf4a384ba7cb0bc8bae7b7062b6a11cfac1ca4bc144dea90d4a9f5"}, - {file = "Pillow-9.4.0-cp37-cp37m-win32.whl", hash = "sha256:7ac7594397698f77bce84382929747130765f66406dc2cd8b4ab4da68ade4c6e"}, - {file = "Pillow-9.4.0-cp37-cp37m-win_amd64.whl", hash = "sha256:46c259e87199041583658457372a183636ae8cd56dbf3f0755e0f376a7f9d0e6"}, - {file = "Pillow-9.4.0-cp38-cp38-macosx_10_10_x86_64.whl", hash = "sha256:0e51f608da093e5d9038c592b5b575cadc12fd748af1479b5e858045fff955a9"}, - {file = "Pillow-9.4.0-cp38-cp38-macosx_11_0_arm64.whl", hash = "sha256:765cb54c0b8724a7c12c55146ae4647e0274a839fb6de7bcba841e04298e1011"}, - {file = "Pillow-9.4.0-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:519e14e2c49fcf7616d6d2cfc5c70adae95682ae20f0395e9280db85e8d6c4df"}, - {file = "Pillow-9.4.0-cp38-cp38-manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:d197df5489004db87d90b918033edbeee0bd6df3848a204bca3ff0a903bef837"}, - {file = "Pillow-9.4.0-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:0845adc64fe9886db00f5ab68c4a8cd933ab749a87747555cec1c95acea64b0b"}, - {file = "Pillow-9.4.0-cp38-cp38-manylinux_2_28_aarch64.whl", hash = "sha256:e1339790c083c5a4de48f688b4841f18df839eb3c9584a770cbd818b33e26d5d"}, - {file = "Pillow-9.4.0-cp38-cp38-manylinux_2_28_x86_64.whl", hash = "sha256:a96e6e23f2b79433390273eaf8cc94fec9c6370842e577ab10dabdcc7ea0a66b"}, - {file = "Pillow-9.4.0-cp38-cp38-musllinux_1_1_aarch64.whl", hash = "sha256:7cfc287da09f9d2a7ec146ee4d72d6ea1342e770d975e49a8621bf54eaa8f30f"}, - {file = "Pillow-9.4.0-cp38-cp38-musllinux_1_1_x86_64.whl", hash = "sha256:d7081c084ceb58278dd3cf81f836bc818978c0ccc770cbbb202125ddabec6628"}, - {file = "Pillow-9.4.0-cp38-cp38-win32.whl", hash = "sha256:df41112ccce5d47770a0c13651479fbcd8793f34232a2dd9faeccb75eb5d0d0d"}, - {file = "Pillow-9.4.0-cp38-cp38-win_amd64.whl", hash = "sha256:7a21222644ab69ddd9967cfe6f2bb420b460dae4289c9d40ff9a4896e7c35c9a"}, - {file = "Pillow-9.4.0-cp39-cp39-macosx_10_10_x86_64.whl", hash = "sha256:0f3269304c1a7ce82f1759c12ce731ef9b6e95b6df829dccd9fe42912cc48569"}, - {file = "Pillow-9.4.0-cp39-cp39-macosx_11_0_arm64.whl", hash = "sha256:cb362e3b0976dc994857391b776ddaa8c13c28a16f80ac6522c23d5257156bed"}, - {file = "Pillow-9.4.0-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:a2e0f87144fcbbe54297cae708c5e7f9da21a4646523456b00cc956bd4c65815"}, - {file = "Pillow-9.4.0-cp39-cp39-manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:28676836c7796805914b76b1837a40f76827ee0d5398f72f7dcc634bae7c6264"}, - {file = "Pillow-9.4.0-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:0884ba7b515163a1a05440a138adeb722b8a6ae2c2b33aea93ea3118dd3a899e"}, - {file = "Pillow-9.4.0-cp39-cp39-manylinux_2_28_aarch64.whl", hash = "sha256:53dcb50fbdc3fb2c55431a9b30caeb2f7027fcd2aeb501459464f0214200a503"}, - {file = "Pillow-9.4.0-cp39-cp39-manylinux_2_28_x86_64.whl", hash = "sha256:e8c5cf126889a4de385c02a2c3d3aba4b00f70234bfddae82a5eaa3ee6d5e3e6"}, - {file = "Pillow-9.4.0-cp39-cp39-musllinux_1_1_aarch64.whl", hash = "sha256:6c6b1389ed66cdd174d040105123a5a1bc91d0aa7059c7261d20e583b6d8cbd2"}, - {file = "Pillow-9.4.0-cp39-cp39-musllinux_1_1_x86_64.whl", hash = "sha256:0dd4c681b82214b36273c18ca7ee87065a50e013112eea7d78c7a1b89a739153"}, - {file = "Pillow-9.4.0-cp39-cp39-win32.whl", hash = "sha256:6d9dfb9959a3b0039ee06c1a1a90dc23bac3b430842dcb97908ddde05870601c"}, - {file = "Pillow-9.4.0-cp39-cp39-win_amd64.whl", hash = "sha256:54614444887e0d3043557d9dbc697dbb16cfb5a35d672b7a0fcc1ed0cf1c600b"}, - {file = "Pillow-9.4.0-pp38-pypy38_pp73-macosx_10_10_x86_64.whl", hash = "sha256:b9b752ab91e78234941e44abdecc07f1f0d8f51fb62941d32995b8161f68cfe5"}, - {file = "Pillow-9.4.0-pp38-pypy38_pp73-manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:d3b56206244dc8711f7e8b7d6cad4663917cd5b2d950799425076681e8766286"}, - {file = "Pillow-9.4.0-pp38-pypy38_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:aabdab8ec1e7ca7f1434d042bf8b1e92056245fb179790dc97ed040361f16bfd"}, - {file = "Pillow-9.4.0-pp38-pypy38_pp73-manylinux_2_28_x86_64.whl", hash = "sha256:db74f5562c09953b2c5f8ec4b7dfd3f5421f31811e97d1dbc0a7c93d6e3a24df"}, - {file = "Pillow-9.4.0-pp38-pypy38_pp73-win_amd64.whl", hash = "sha256:e9d7747847c53a16a729b6ee5e737cf170f7a16611c143d95aa60a109a59c336"}, - {file = "Pillow-9.4.0-pp39-pypy39_pp73-macosx_10_10_x86_64.whl", hash = "sha256:b52ff4f4e002f828ea6483faf4c4e8deea8d743cf801b74910243c58acc6eda3"}, - {file = "Pillow-9.4.0-pp39-pypy39_pp73-manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:575d8912dca808edd9acd6f7795199332696d3469665ef26163cd090fa1f8bfa"}, - {file = "Pillow-9.4.0-pp39-pypy39_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:c3c4ed2ff6760e98d262e0cc9c9a7f7b8a9f61aa4d47c58835cdaf7b0b8811bb"}, - {file = "Pillow-9.4.0-pp39-pypy39_pp73-manylinux_2_28_x86_64.whl", hash = "sha256:e621b0246192d3b9cb1dc62c78cfa4c6f6d2ddc0ec207d43c0dedecb914f152a"}, - {file = "Pillow-9.4.0-pp39-pypy39_pp73-win_amd64.whl", hash = "sha256:8f127e7b028900421cad64f51f75c051b628db17fb00e099eb148761eed598c9"}, - {file = "Pillow-9.4.0.tar.gz", hash = "sha256:a1c2d7780448eb93fbcc3789bf3916aa5720d942e37945f4056680317f1cd23e"}, + {file = "Pillow-9.5.0-cp310-cp310-macosx_10_10_x86_64.whl", hash = "sha256:ace6ca218308447b9077c14ea4ef381ba0b67ee78d64046b3f19cf4e1139ad16"}, + {file = "Pillow-9.5.0-cp310-cp310-macosx_11_0_arm64.whl", hash = "sha256:d3d403753c9d5adc04d4694d35cf0391f0f3d57c8e0030aac09d7678fa8030aa"}, + {file = "Pillow-9.5.0-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:5ba1b81ee69573fe7124881762bb4cd2e4b6ed9dd28c9c60a632902fe8db8b38"}, + {file = "Pillow-9.5.0-cp310-cp310-manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:fe7e1c262d3392afcf5071df9afa574544f28eac825284596ac6db56e6d11062"}, + {file = "Pillow-9.5.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:8f36397bf3f7d7c6a3abdea815ecf6fd14e7fcd4418ab24bae01008d8d8ca15e"}, + {file = "Pillow-9.5.0-cp310-cp310-manylinux_2_28_aarch64.whl", hash = "sha256:252a03f1bdddce077eff2354c3861bf437c892fb1832f75ce813ee94347aa9b5"}, + {file = "Pillow-9.5.0-cp310-cp310-manylinux_2_28_x86_64.whl", hash = "sha256:85ec677246533e27770b0de5cf0f9d6e4ec0c212a1f89dfc941b64b21226009d"}, + {file = "Pillow-9.5.0-cp310-cp310-musllinux_1_1_aarch64.whl", hash = "sha256:b416f03d37d27290cb93597335a2f85ed446731200705b22bb927405320de903"}, + {file = "Pillow-9.5.0-cp310-cp310-musllinux_1_1_x86_64.whl", hash = "sha256:1781a624c229cb35a2ac31cc4a77e28cafc8900733a864870c49bfeedacd106a"}, + {file = "Pillow-9.5.0-cp310-cp310-win32.whl", hash = "sha256:8507eda3cd0608a1f94f58c64817e83ec12fa93a9436938b191b80d9e4c0fc44"}, + {file = "Pillow-9.5.0-cp310-cp310-win_amd64.whl", hash = "sha256:d3c6b54e304c60c4181da1c9dadf83e4a54fd266a99c70ba646a9baa626819eb"}, + {file = "Pillow-9.5.0-cp311-cp311-macosx_10_10_x86_64.whl", hash = "sha256:7ec6f6ce99dab90b52da21cf0dc519e21095e332ff3b399a357c187b1a5eee32"}, + {file = "Pillow-9.5.0-cp311-cp311-macosx_11_0_arm64.whl", hash = "sha256:560737e70cb9c6255d6dcba3de6578a9e2ec4b573659943a5e7e4af13f298f5c"}, + {file = "Pillow-9.5.0-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:96e88745a55b88a7c64fa49bceff363a1a27d9a64e04019c2281049444a571e3"}, + {file = "Pillow-9.5.0-cp311-cp311-manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:d9c206c29b46cfd343ea7cdfe1232443072bbb270d6a46f59c259460db76779a"}, + {file = "Pillow-9.5.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:cfcc2c53c06f2ccb8976fb5c71d448bdd0a07d26d8e07e321c103416444c7ad1"}, + {file = "Pillow-9.5.0-cp311-cp311-manylinux_2_28_aarch64.whl", hash = "sha256:a0f9bb6c80e6efcde93ffc51256d5cfb2155ff8f78292f074f60f9e70b942d99"}, + {file = "Pillow-9.5.0-cp311-cp311-manylinux_2_28_x86_64.whl", hash = "sha256:8d935f924bbab8f0a9a28404422da8af4904e36d5c33fc6f677e4c4485515625"}, + {file = "Pillow-9.5.0-cp311-cp311-musllinux_1_1_aarch64.whl", hash = "sha256:fed1e1cf6a42577953abbe8e6cf2fe2f566daebde7c34724ec8803c4c0cda579"}, + {file = "Pillow-9.5.0-cp311-cp311-musllinux_1_1_x86_64.whl", hash = "sha256:c1170d6b195555644f0616fd6ed929dfcf6333b8675fcca044ae5ab110ded296"}, + {file = "Pillow-9.5.0-cp311-cp311-win32.whl", hash = "sha256:54f7102ad31a3de5666827526e248c3530b3a33539dbda27c6843d19d72644ec"}, + {file = "Pillow-9.5.0-cp311-cp311-win_amd64.whl", hash = "sha256:cfa4561277f677ecf651e2b22dc43e8f5368b74a25a8f7d1d4a3a243e573f2d4"}, + {file = "Pillow-9.5.0-cp311-cp311-win_arm64.whl", hash = "sha256:965e4a05ef364e7b973dd17fc765f42233415974d773e82144c9bbaaaea5d089"}, + {file = "Pillow-9.5.0-cp312-cp312-win32.whl", hash = "sha256:22baf0c3cf0c7f26e82d6e1adf118027afb325e703922c8dfc1d5d0156bb2eeb"}, + {file = "Pillow-9.5.0-cp312-cp312-win_amd64.whl", hash = "sha256:432b975c009cf649420615388561c0ce7cc31ce9b2e374db659ee4f7d57a1f8b"}, + {file = "Pillow-9.5.0-cp37-cp37m-macosx_10_10_x86_64.whl", hash = "sha256:5d4ebf8e1db4441a55c509c4baa7a0587a0210f7cd25fcfe74dbbce7a4bd1906"}, + {file = "Pillow-9.5.0-cp37-cp37m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:375f6e5ee9620a271acb6820b3d1e94ffa8e741c0601db4c0c4d3cb0a9c224bf"}, + {file = "Pillow-9.5.0-cp37-cp37m-manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:99eb6cafb6ba90e436684e08dad8be1637efb71c4f2180ee6b8f940739406e78"}, + {file = "Pillow-9.5.0-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:2dfaaf10b6172697b9bceb9a3bd7b951819d1ca339a5ef294d1f1ac6d7f63270"}, + {file = "Pillow-9.5.0-cp37-cp37m-manylinux_2_28_aarch64.whl", hash = "sha256:763782b2e03e45e2c77d7779875f4432e25121ef002a41829d8868700d119392"}, + {file = "Pillow-9.5.0-cp37-cp37m-manylinux_2_28_x86_64.whl", hash = "sha256:35f6e77122a0c0762268216315bf239cf52b88865bba522999dc38f1c52b9b47"}, + {file = "Pillow-9.5.0-cp37-cp37m-win32.whl", hash = "sha256:aca1c196f407ec7cf04dcbb15d19a43c507a81f7ffc45b690899d6a76ac9fda7"}, + {file = "Pillow-9.5.0-cp37-cp37m-win_amd64.whl", hash = "sha256:322724c0032af6692456cd6ed554bb85f8149214d97398bb80613b04e33769f6"}, + {file = "Pillow-9.5.0-cp38-cp38-macosx_10_10_x86_64.whl", hash = "sha256:a0aa9417994d91301056f3d0038af1199eb7adc86e646a36b9e050b06f526597"}, + {file = "Pillow-9.5.0-cp38-cp38-macosx_11_0_arm64.whl", hash = "sha256:f8286396b351785801a976b1e85ea88e937712ee2c3ac653710a4a57a8da5d9c"}, + {file = "Pillow-9.5.0-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:c830a02caeb789633863b466b9de10c015bded434deb3ec87c768e53752ad22a"}, + {file = "Pillow-9.5.0-cp38-cp38-manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:fbd359831c1657d69bb81f0db962905ee05e5e9451913b18b831febfe0519082"}, + {file = "Pillow-9.5.0-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:f8fc330c3370a81bbf3f88557097d1ea26cd8b019d6433aa59f71195f5ddebbf"}, + {file = "Pillow-9.5.0-cp38-cp38-manylinux_2_28_aarch64.whl", hash = "sha256:7002d0797a3e4193c7cdee3198d7c14f92c0836d6b4a3f3046a64bd1ce8df2bf"}, + {file = "Pillow-9.5.0-cp38-cp38-manylinux_2_28_x86_64.whl", hash = "sha256:229e2c79c00e85989a34b5981a2b67aa079fd08c903f0aaead522a1d68d79e51"}, + {file = "Pillow-9.5.0-cp38-cp38-musllinux_1_1_aarch64.whl", hash = "sha256:9adf58f5d64e474bed00d69bcd86ec4bcaa4123bfa70a65ce72e424bfb88ed96"}, + {file = "Pillow-9.5.0-cp38-cp38-musllinux_1_1_x86_64.whl", hash = "sha256:662da1f3f89a302cc22faa9f14a262c2e3951f9dbc9617609a47521c69dd9f8f"}, + {file = "Pillow-9.5.0-cp38-cp38-win32.whl", hash = "sha256:6608ff3bf781eee0cd14d0901a2b9cc3d3834516532e3bd673a0a204dc8615fc"}, + {file = "Pillow-9.5.0-cp38-cp38-win_amd64.whl", hash = "sha256:e49eb4e95ff6fd7c0c402508894b1ef0e01b99a44320ba7d8ecbabefddcc5569"}, + {file = "Pillow-9.5.0-cp39-cp39-macosx_10_10_x86_64.whl", hash = "sha256:482877592e927fd263028c105b36272398e3e1be3269efda09f6ba21fd83ec66"}, + {file = "Pillow-9.5.0-cp39-cp39-macosx_11_0_arm64.whl", hash = "sha256:3ded42b9ad70e5f1754fb7c2e2d6465a9c842e41d178f262e08b8c85ed8a1d8e"}, + {file = "Pillow-9.5.0-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:c446d2245ba29820d405315083d55299a796695d747efceb5717a8b450324115"}, + {file = "Pillow-9.5.0-cp39-cp39-manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:8aca1152d93dcc27dc55395604dcfc55bed5f25ef4c98716a928bacba90d33a3"}, + {file = "Pillow-9.5.0-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:608488bdcbdb4ba7837461442b90ea6f3079397ddc968c31265c1e056964f1ef"}, + {file = "Pillow-9.5.0-cp39-cp39-manylinux_2_28_aarch64.whl", hash = "sha256:60037a8db8750e474af7ffc9faa9b5859e6c6d0a50e55c45576bf28be7419705"}, + {file = "Pillow-9.5.0-cp39-cp39-manylinux_2_28_x86_64.whl", hash = "sha256:07999f5834bdc404c442146942a2ecadd1cb6292f5229f4ed3b31e0a108746b1"}, + {file = "Pillow-9.5.0-cp39-cp39-musllinux_1_1_aarch64.whl", hash = "sha256:a127ae76092974abfbfa38ca2d12cbeddcdeac0fb71f9627cc1135bedaf9d51a"}, + {file = "Pillow-9.5.0-cp39-cp39-musllinux_1_1_x86_64.whl", hash = "sha256:489f8389261e5ed43ac8ff7b453162af39c3e8abd730af8363587ba64bb2e865"}, + {file = "Pillow-9.5.0-cp39-cp39-win32.whl", hash = "sha256:9b1af95c3a967bf1da94f253e56b6286b50af23392a886720f563c547e48e964"}, + {file = "Pillow-9.5.0-cp39-cp39-win_amd64.whl", hash = "sha256:77165c4a5e7d5a284f10a6efaa39a0ae8ba839da344f20b111d62cc932fa4e5d"}, + {file = "Pillow-9.5.0-pp38-pypy38_pp73-macosx_10_10_x86_64.whl", hash = "sha256:833b86a98e0ede388fa29363159c9b1a294b0905b5128baf01db683672f230f5"}, + {file = "Pillow-9.5.0-pp38-pypy38_pp73-manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:aaf305d6d40bd9632198c766fb64f0c1a83ca5b667f16c1e79e1661ab5060140"}, + {file = "Pillow-9.5.0-pp38-pypy38_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:0852ddb76d85f127c135b6dd1f0bb88dbb9ee990d2cd9aa9e28526c93e794fba"}, + {file = "Pillow-9.5.0-pp38-pypy38_pp73-manylinux_2_28_x86_64.whl", hash = "sha256:91ec6fe47b5eb5a9968c79ad9ed78c342b1f97a091677ba0e012701add857829"}, + {file = "Pillow-9.5.0-pp38-pypy38_pp73-win_amd64.whl", hash = "sha256:cb841572862f629b99725ebaec3287fc6d275be9b14443ea746c1dd325053cbd"}, + {file = "Pillow-9.5.0-pp39-pypy39_pp73-macosx_10_10_x86_64.whl", hash = "sha256:c380b27d041209b849ed246b111b7c166ba36d7933ec6e41175fd15ab9eb1572"}, + {file = "Pillow-9.5.0-pp39-pypy39_pp73-manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:7c9af5a3b406a50e313467e3565fc99929717f780164fe6fbb7704edba0cebbe"}, + {file = "Pillow-9.5.0-pp39-pypy39_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:5671583eab84af046a397d6d0ba25343c00cd50bce03787948e0fff01d4fd9b1"}, + {file = "Pillow-9.5.0-pp39-pypy39_pp73-manylinux_2_28_x86_64.whl", hash = "sha256:84a6f19ce086c1bf894644b43cd129702f781ba5751ca8572f08aa40ef0ab7b7"}, + {file = "Pillow-9.5.0-pp39-pypy39_pp73-win_amd64.whl", hash = "sha256:1e7723bd90ef94eda669a3c2c19d549874dd5badaeefabefd26053304abe5799"}, + {file = "Pillow-9.5.0.tar.gz", hash = "sha256:bf548479d336726d7a0eceb6e767e179fbde37833ae42794602631a070d630f1"}, ] [package.extras] -docs = ["furo", "olefile", "sphinx (>=2.4)", "sphinx-copybutton", "sphinx-inline-tabs", "sphinx-issues (>=3.0.1)", "sphinx-removed-in", "sphinxext-opengraph"] +docs = ["furo", "olefile", "sphinx (>=2.4)", "sphinx-copybutton", "sphinx-inline-tabs", "sphinx-removed-in", "sphinxext-opengraph"] tests = ["check-manifest", "coverage", "defusedxml", "markdown2", "olefile", "packaging", "pyroma", "pytest", "pytest-cov", "pytest-timeout"] [[package]] name = "platformdirs" -version = "3.1.1" +version = "3.2.0" description = "A small Python package for determining appropriate platform-specific dirs, e.g. a \"user data dir\"." category = "main" optional = false python-versions = ">=3.7" files = [ - {file = "platformdirs-3.1.1-py3-none-any.whl", hash = "sha256:e5986afb596e4bb5bde29a79ac9061aa955b94fca2399b7aaac4090860920dd8"}, - {file = "platformdirs-3.1.1.tar.gz", hash = "sha256:024996549ee88ec1a9aa99ff7f8fc819bb59e2c3477b410d90a16d32d6e707aa"}, + {file = "platformdirs-3.2.0-py3-none-any.whl", hash = "sha256:ebe11c0d7a805086e99506aa331612429a72ca7cd52a1f0d277dc4adc20cb10e"}, + {file = "platformdirs-3.2.0.tar.gz", hash = "sha256:d5b638ca397f25f979350ff789db335903d7ea010ab28903f57b27e1b16c2b08"}, ] [package.extras] docs = ["furo (>=2022.12.7)", "proselint (>=0.13)", "sphinx (>=6.1.3)", "sphinx-autodoc-typehints (>=1.22,!=1.23.4)"] -test = ["appdirs (==1.4.4)", "covdefaults (>=2.2.2)", "pytest (>=7.2.1)", "pytest-cov (>=4)", "pytest-mock (>=3.10)"] +test = ["appdirs (==1.4.4)", "covdefaults (>=2.3)", "pytest (>=7.2.2)", "pytest-cov (>=4)", "pytest-mock (>=3.10)"] [[package]] name = "pluggy" @@ -2075,83 +2064,74 @@ wcwidth = "*" [[package]] name = "psycopg2-binary" -version = "2.9.5" +version = "2.9.6" description = "psycopg2 - Python-PostgreSQL Database Adapter" category = "main" optional = false python-versions = ">=3.6" files = [ - {file = "psycopg2-binary-2.9.5.tar.gz", hash = "sha256:33e632d0885b95a8b97165899006c40e9ecdc634a529dca7b991eb7de4ece41c"}, - {file = "psycopg2_binary-2.9.5-cp310-cp310-macosx_10_15_x86_64.macosx_10_9_intel.macosx_10_9_x86_64.macosx_10_10_intel.macosx_10_10_x86_64.whl", hash = "sha256:0775d6252ccb22b15da3b5d7adbbf8cfe284916b14b6dc0ff503a23edb01ee85"}, - {file = "psycopg2_binary-2.9.5-cp310-cp310-macosx_11_0_arm64.whl", hash = "sha256:2ec46ed947801652c9643e0b1dc334cfb2781232e375ba97312c2fc256597632"}, - {file = "psycopg2_binary-2.9.5-cp310-cp310-manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:3520d7af1ebc838cc6084a3281145d5cd5bdd43fdef139e6db5af01b92596cb7"}, - {file = "psycopg2_binary-2.9.5-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:5cbc554ba47ecca8cd3396ddaca85e1ecfe3e48dd57dc5e415e59551affe568e"}, - {file = "psycopg2_binary-2.9.5-cp310-cp310-manylinux_2_24_aarch64.whl", hash = "sha256:5d28ecdf191db558d0c07d0f16524ee9d67896edf2b7990eea800abeb23ebd61"}, - {file = "psycopg2_binary-2.9.5-cp310-cp310-manylinux_2_24_ppc64le.whl", hash = "sha256:b9c33d4aef08dfecbd1736ceab8b7b3c4358bf10a0121483e5cd60d3d308cc64"}, - {file = "psycopg2_binary-2.9.5-cp310-cp310-musllinux_1_1_aarch64.whl", hash = "sha256:05b3d479425e047c848b9782cd7aac9c6727ce23181eb9647baf64ffdfc3da41"}, - {file = "psycopg2_binary-2.9.5-cp310-cp310-musllinux_1_1_i686.whl", hash = "sha256:1e491e6489a6cb1d079df8eaa15957c277fdedb102b6a68cfbf40c4994412fd0"}, - {file = "psycopg2_binary-2.9.5-cp310-cp310-musllinux_1_1_ppc64le.whl", hash = "sha256:9e32cedc389bcb76d9f24ea8a012b3cb8385ee362ea437e1d012ffaed106c17d"}, - {file = "psycopg2_binary-2.9.5-cp310-cp310-musllinux_1_1_x86_64.whl", hash = "sha256:46850a640df62ae940e34a163f72e26aca1f88e2da79148e1862faaac985c302"}, - {file = "psycopg2_binary-2.9.5-cp310-cp310-win32.whl", hash = "sha256:3d790f84201c3698d1bfb404c917f36e40531577a6dda02e45ba29b64d539867"}, - {file = "psycopg2_binary-2.9.5-cp310-cp310-win_amd64.whl", hash = "sha256:1764546ffeaed4f9428707be61d68972eb5ede81239b46a45843e0071104d0dd"}, - {file = "psycopg2_binary-2.9.5-cp311-cp311-macosx_10_9_universal2.macosx_10_9_intel.macosx_10_9_x86_64.macosx_10_10_intel.macosx_10_10_x86_64.whl", hash = "sha256:426c2ae999135d64e6a18849a7d1ad0e1bd007277e4a8f4752eaa40a96b550ff"}, - {file = "psycopg2_binary-2.9.5-cp311-cp311-macosx_11_0_arm64.whl", hash = "sha256:7cf1d44e710ca3a9ce952bda2855830fe9f9017ed6259e01fcd71ea6287565f5"}, - {file = "psycopg2_binary-2.9.5-cp311-cp311-manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:024030b13bdcbd53d8a93891a2cf07719715724fc9fee40243f3bd78b4264b8f"}, - {file = "psycopg2_binary-2.9.5-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:bcda1c84a1c533c528356da5490d464a139b6e84eb77cc0b432e38c5c6dd7882"}, - {file = "psycopg2_binary-2.9.5-cp311-cp311-manylinux_2_24_aarch64.whl", hash = "sha256:2ef892cabdccefe577088a79580301f09f2a713eb239f4f9f62b2b29cafb0577"}, - {file = "psycopg2_binary-2.9.5-cp311-cp311-manylinux_2_24_ppc64le.whl", hash = "sha256:af0516e1711995cb08dc19bbd05bec7dbdebf4185f68870595156718d237df3e"}, - {file = "psycopg2_binary-2.9.5-cp311-cp311-musllinux_1_1_aarch64.whl", hash = "sha256:e72c91bda9880f097c8aa3601a2c0de6c708763ba8128006151f496ca9065935"}, - {file = "psycopg2_binary-2.9.5-cp311-cp311-musllinux_1_1_i686.whl", hash = "sha256:e67b3c26e9b6d37b370c83aa790bbc121775c57bfb096c2e77eacca25fd0233b"}, - {file = "psycopg2_binary-2.9.5-cp311-cp311-musllinux_1_1_ppc64le.whl", hash = "sha256:5fc447058d083b8c6ac076fc26b446d44f0145308465d745fba93a28c14c9e32"}, - {file = "psycopg2_binary-2.9.5-cp311-cp311-musllinux_1_1_x86_64.whl", hash = "sha256:d892bfa1d023c3781a3cab8dd5af76b626c483484d782e8bd047c180db590e4c"}, - {file = "psycopg2_binary-2.9.5-cp311-cp311-win32.whl", hash = "sha256:2abccab84d057723d2ca8f99ff7b619285d40da6814d50366f61f0fc385c3903"}, - {file = "psycopg2_binary-2.9.5-cp311-cp311-win_amd64.whl", hash = "sha256:bef7e3f9dc6f0c13afdd671008534be5744e0e682fb851584c8c3a025ec09720"}, - {file = "psycopg2_binary-2.9.5-cp36-cp36m-macosx_10_14_x86_64.macosx_10_9_intel.macosx_10_9_x86_64.macosx_10_10_intel.macosx_10_10_x86_64.whl", hash = "sha256:6e63814ec71db9bdb42905c925639f319c80e7909fb76c3b84edc79dadef8d60"}, - {file = "psycopg2_binary-2.9.5-cp36-cp36m-manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:212757ffcecb3e1a5338d4e6761bf9c04f750e7d027117e74aa3cd8a75bb6fbd"}, - {file = "psycopg2_binary-2.9.5-cp36-cp36m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:6f8a9bcab7b6db2e3dbf65b214dfc795b4c6b3bb3af922901b6a67f7cb47d5f8"}, - {file = "psycopg2_binary-2.9.5-cp36-cp36m-manylinux_2_24_aarch64.whl", hash = "sha256:56b2957a145f816726b109ee3d4e6822c23f919a7d91af5a94593723ed667835"}, - {file = "psycopg2_binary-2.9.5-cp36-cp36m-manylinux_2_24_ppc64le.whl", hash = "sha256:f95b8aca2703d6a30249f83f4fe6a9abf2e627aa892a5caaab2267d56be7ab69"}, - {file = "psycopg2_binary-2.9.5-cp36-cp36m-musllinux_1_1_aarch64.whl", hash = "sha256:70831e03bd53702c941da1a1ad36c17d825a24fbb26857b40913d58df82ec18b"}, - {file = "psycopg2_binary-2.9.5-cp36-cp36m-musllinux_1_1_i686.whl", hash = "sha256:dbc332beaf8492b5731229a881807cd7b91b50dbbbaf7fe2faf46942eda64a24"}, - {file = "psycopg2_binary-2.9.5-cp36-cp36m-musllinux_1_1_ppc64le.whl", hash = "sha256:2d964eb24c8b021623df1c93c626671420c6efadbdb8655cb2bd5e0c6fa422ba"}, - {file = "psycopg2_binary-2.9.5-cp36-cp36m-musllinux_1_1_x86_64.whl", hash = "sha256:95076399ec3b27a8f7fa1cc9a83417b1c920d55cf7a97f718a94efbb96c7f503"}, - {file = "psycopg2_binary-2.9.5-cp36-cp36m-win32.whl", hash = "sha256:3fc33295cfccad697a97a76dec3f1e94ad848b7b163c3228c1636977966b51e2"}, - {file = "psycopg2_binary-2.9.5-cp36-cp36m-win_amd64.whl", hash = "sha256:02551647542f2bf89073d129c73c05a25c372fc0a49aa50e0de65c3c143d8bd0"}, - {file = "psycopg2_binary-2.9.5-cp37-cp37m-macosx_10_15_x86_64.macosx_10_9_intel.macosx_10_9_x86_64.macosx_10_10_intel.macosx_10_10_x86_64.whl", hash = "sha256:63e318dbe52709ed10d516a356f22a635e07a2e34c68145484ed96a19b0c4c68"}, - {file = "psycopg2_binary-2.9.5-cp37-cp37m-manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:a7e518a0911c50f60313cb9e74a169a65b5d293770db4770ebf004245f24b5c5"}, - {file = "psycopg2_binary-2.9.5-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:b9d38a4656e4e715d637abdf7296e98d6267df0cc0a8e9a016f8ba07e4aa3eeb"}, - {file = "psycopg2_binary-2.9.5-cp37-cp37m-manylinux_2_24_aarch64.whl", hash = "sha256:68d81a2fe184030aa0c5c11e518292e15d342a667184d91e30644c9d533e53e1"}, - {file = "psycopg2_binary-2.9.5-cp37-cp37m-manylinux_2_24_ppc64le.whl", hash = "sha256:7ee3095d02d6f38bd7d9a5358fcc9ea78fcdb7176921528dd709cc63f40184f5"}, - {file = "psycopg2_binary-2.9.5-cp37-cp37m-musllinux_1_1_aarch64.whl", hash = "sha256:46512486be6fbceef51d7660dec017394ba3e170299d1dc30928cbedebbf103a"}, - {file = "psycopg2_binary-2.9.5-cp37-cp37m-musllinux_1_1_i686.whl", hash = "sha256:b911dfb727e247340d36ae20c4b9259e4a64013ab9888ccb3cbba69b77fd9636"}, - {file = "psycopg2_binary-2.9.5-cp37-cp37m-musllinux_1_1_ppc64le.whl", hash = "sha256:422e3d43b47ac20141bc84b3d342eead8d8099a62881a501e97d15f6addabfe9"}, - {file = "psycopg2_binary-2.9.5-cp37-cp37m-musllinux_1_1_x86_64.whl", hash = "sha256:c5682a45df7d9642eff590abc73157c887a68f016df0a8ad722dcc0f888f56d7"}, - {file = "psycopg2_binary-2.9.5-cp37-cp37m-win32.whl", hash = "sha256:b8104f709590fff72af801e916817560dbe1698028cd0afe5a52d75ceb1fce5f"}, - {file = "psycopg2_binary-2.9.5-cp37-cp37m-win_amd64.whl", hash = "sha256:7b3751857da3e224f5629400736a7b11e940b5da5f95fa631d86219a1beaafec"}, - {file = "psycopg2_binary-2.9.5-cp38-cp38-macosx_10_15_x86_64.macosx_10_9_intel.macosx_10_9_x86_64.macosx_10_10_intel.macosx_10_10_x86_64.whl", hash = "sha256:043a9fd45a03858ff72364b4b75090679bd875ee44df9c0613dc862ca6b98460"}, - {file = "psycopg2_binary-2.9.5-cp38-cp38-macosx_11_0_arm64.whl", hash = "sha256:9ffdc51001136b699f9563b1c74cc1f8c07f66ef7219beb6417a4c8aaa896c28"}, - {file = "psycopg2_binary-2.9.5-cp38-cp38-manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:c15ba5982c177bc4b23a7940c7e4394197e2d6a424a2d282e7c236b66da6d896"}, - {file = "psycopg2_binary-2.9.5-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:dc85b3777068ed30aff8242be2813038a929f2084f69e43ef869daddae50f6ee"}, - {file = "psycopg2_binary-2.9.5-cp38-cp38-manylinux_2_24_aarch64.whl", hash = "sha256:215d6bf7e66732a514f47614f828d8c0aaac9a648c46a831955cb103473c7147"}, - {file = "psycopg2_binary-2.9.5-cp38-cp38-manylinux_2_24_ppc64le.whl", hash = "sha256:7d07f552d1e412f4b4e64ce386d4c777a41da3b33f7098b6219012ba534fb2c2"}, - {file = "psycopg2_binary-2.9.5-cp38-cp38-musllinux_1_1_aarch64.whl", hash = "sha256:a0adef094c49f242122bb145c3c8af442070dc0e4312db17e49058c1702606d4"}, - {file = "psycopg2_binary-2.9.5-cp38-cp38-musllinux_1_1_i686.whl", hash = "sha256:00475004e5ed3e3bf5e056d66e5dcdf41a0dc62efcd57997acd9135c40a08a50"}, - {file = "psycopg2_binary-2.9.5-cp38-cp38-musllinux_1_1_ppc64le.whl", hash = "sha256:7d88db096fa19d94f433420eaaf9f3c45382da2dd014b93e4bf3215639047c16"}, - {file = "psycopg2_binary-2.9.5-cp38-cp38-musllinux_1_1_x86_64.whl", hash = "sha256:902844f9c4fb19b17dfa84d9e2ca053d4a4ba265723d62ea5c9c26b38e0aa1e6"}, - {file = "psycopg2_binary-2.9.5-cp38-cp38-win32.whl", hash = "sha256:4e7904d1920c0c89105c0517dc7e3f5c20fb4e56ba9cdef13048db76947f1d79"}, - {file = "psycopg2_binary-2.9.5-cp38-cp38-win_amd64.whl", hash = "sha256:a36a0e791805aa136e9cbd0ffa040d09adec8610453ee8a753f23481a0057af5"}, - {file = "psycopg2_binary-2.9.5-cp39-cp39-macosx_10_15_x86_64.macosx_10_9_intel.macosx_10_9_x86_64.macosx_10_10_intel.macosx_10_10_x86_64.whl", hash = "sha256:25382c7d174c679ce6927c16b6fbb68b10e56ee44b1acb40671e02d29f2fce7c"}, - {file = "psycopg2_binary-2.9.5-cp39-cp39-macosx_11_0_arm64.whl", hash = "sha256:9c38d3869238e9d3409239bc05bc27d6b7c99c2a460ea337d2814b35fb4fea1b"}, - {file = "psycopg2_binary-2.9.5-cp39-cp39-manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:5c6527c8efa5226a9e787507652dd5ba97b62d29b53c371a85cd13f957fe4d42"}, - {file = "psycopg2_binary-2.9.5-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:e59137cdb970249ae60be2a49774c6dfb015bd0403f05af1fe61862e9626642d"}, - {file = "psycopg2_binary-2.9.5-cp39-cp39-manylinux_2_24_aarch64.whl", hash = "sha256:d4c7b3a31502184e856df1f7bbb2c3735a05a8ce0ade34c5277e1577738a5c91"}, - {file = "psycopg2_binary-2.9.5-cp39-cp39-manylinux_2_24_ppc64le.whl", hash = "sha256:b9a794cef1d9c1772b94a72eec6da144c18e18041d294a9ab47669bc77a80c1d"}, - {file = "psycopg2_binary-2.9.5-cp39-cp39-musllinux_1_1_aarch64.whl", hash = "sha256:c5254cbd4f4855e11cebf678c1a848a3042d455a22a4ce61349c36aafd4c2267"}, - {file = "psycopg2_binary-2.9.5-cp39-cp39-musllinux_1_1_i686.whl", hash = "sha256:c5e65c6ac0ae4bf5bef1667029f81010b6017795dcb817ba5c7b8a8d61fab76f"}, - {file = "psycopg2_binary-2.9.5-cp39-cp39-musllinux_1_1_ppc64le.whl", hash = "sha256:74eddec4537ab1f701a1647214734bc52cee2794df748f6ae5908e00771f180a"}, - {file = "psycopg2_binary-2.9.5-cp39-cp39-musllinux_1_1_x86_64.whl", hash = "sha256:01ad49d68dd8c5362e4bfb4158f2896dc6e0c02e87b8a3770fc003459f1a4425"}, - {file = "psycopg2_binary-2.9.5-cp39-cp39-win32.whl", hash = "sha256:937880290775033a743f4836aa253087b85e62784b63fd099ee725d567a48aa1"}, - {file = "psycopg2_binary-2.9.5-cp39-cp39-win_amd64.whl", hash = "sha256:484405b883630f3e74ed32041a87456c5e0e63a8e3429aa93e8714c366d62bd1"}, + {file = "psycopg2-binary-2.9.6.tar.gz", hash = "sha256:1f64dcfb8f6e0c014c7f55e51c9759f024f70ea572fbdef123f85318c297947c"}, + {file = "psycopg2_binary-2.9.6-cp310-cp310-macosx_10_9_x86_64.whl", hash = "sha256:d26e0342183c762de3276cca7a530d574d4e25121ca7d6e4a98e4f05cb8e4df7"}, + {file = "psycopg2_binary-2.9.6-cp310-cp310-macosx_11_0_arm64.whl", hash = "sha256:c48d8f2db17f27d41fb0e2ecd703ea41984ee19362cbce52c097963b3a1b4365"}, + {file = "psycopg2_binary-2.9.6-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:ffe9dc0a884a8848075e576c1de0290d85a533a9f6e9c4e564f19adf8f6e54a7"}, + {file = "psycopg2_binary-2.9.6-cp310-cp310-manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:8a76e027f87753f9bd1ab5f7c9cb8c7628d1077ef927f5e2446477153a602f2c"}, + {file = "psycopg2_binary-2.9.6-cp310-cp310-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl", hash = "sha256:6460c7a99fc939b849431f1e73e013d54aa54293f30f1109019c56a0b2b2ec2f"}, + {file = "psycopg2_binary-2.9.6-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:ae102a98c547ee2288637af07393dd33f440c25e5cd79556b04e3fca13325e5f"}, + {file = "psycopg2_binary-2.9.6-cp310-cp310-musllinux_1_1_aarch64.whl", hash = "sha256:9972aad21f965599ed0106f65334230ce826e5ae69fda7cbd688d24fa922415e"}, + {file = "psycopg2_binary-2.9.6-cp310-cp310-musllinux_1_1_i686.whl", hash = "sha256:7a40c00dbe17c0af5bdd55aafd6ff6679f94a9be9513a4c7e071baf3d7d22a70"}, + {file = "psycopg2_binary-2.9.6-cp310-cp310-musllinux_1_1_ppc64le.whl", hash = "sha256:cacbdc5839bdff804dfebc058fe25684cae322987f7a38b0168bc1b2df703fb1"}, + {file = "psycopg2_binary-2.9.6-cp310-cp310-musllinux_1_1_x86_64.whl", hash = "sha256:7f0438fa20fb6c7e202863e0d5ab02c246d35efb1d164e052f2f3bfe2b152bd0"}, + {file = "psycopg2_binary-2.9.6-cp310-cp310-win32.whl", hash = "sha256:b6c8288bb8a84b47e07013bb4850f50538aa913d487579e1921724631d02ea1b"}, + {file = "psycopg2_binary-2.9.6-cp310-cp310-win_amd64.whl", hash = "sha256:61b047a0537bbc3afae10f134dc6393823882eb263088c271331602b672e52e9"}, + {file = "psycopg2_binary-2.9.6-cp311-cp311-macosx_10_9_x86_64.whl", hash = "sha256:964b4dfb7c1c1965ac4c1978b0f755cc4bd698e8aa2b7667c575fb5f04ebe06b"}, + {file = "psycopg2_binary-2.9.6-cp311-cp311-macosx_11_0_arm64.whl", hash = "sha256:afe64e9b8ea66866a771996f6ff14447e8082ea26e675a295ad3bdbffdd72afb"}, + {file = "psycopg2_binary-2.9.6-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:15e2ee79e7cf29582ef770de7dab3d286431b01c3bb598f8e05e09601b890081"}, + {file = "psycopg2_binary-2.9.6-cp311-cp311-manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:dfa74c903a3c1f0d9b1c7e7b53ed2d929a4910e272add6700c38f365a6002820"}, + {file = "psycopg2_binary-2.9.6-cp311-cp311-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl", hash = "sha256:b83456c2d4979e08ff56180a76429263ea254c3f6552cd14ada95cff1dec9bb8"}, + {file = "psycopg2_binary-2.9.6-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:0645376d399bfd64da57148694d78e1f431b1e1ee1054872a5713125681cf1be"}, + {file = "psycopg2_binary-2.9.6-cp311-cp311-musllinux_1_1_aarch64.whl", hash = "sha256:e99e34c82309dd78959ba3c1590975b5d3c862d6f279f843d47d26ff89d7d7e1"}, + {file = "psycopg2_binary-2.9.6-cp311-cp311-musllinux_1_1_i686.whl", hash = "sha256:4ea29fc3ad9d91162c52b578f211ff1c931d8a38e1f58e684c45aa470adf19e2"}, + {file = "psycopg2_binary-2.9.6-cp311-cp311-musllinux_1_1_ppc64le.whl", hash = "sha256:4ac30da8b4f57187dbf449294d23b808f8f53cad6b1fc3623fa8a6c11d176dd0"}, + {file = "psycopg2_binary-2.9.6-cp311-cp311-musllinux_1_1_x86_64.whl", hash = "sha256:e78e6e2a00c223e164c417628572a90093c031ed724492c763721c2e0bc2a8df"}, + {file = "psycopg2_binary-2.9.6-cp311-cp311-win32.whl", hash = "sha256:1876843d8e31c89c399e31b97d4b9725a3575bb9c2af92038464231ec40f9edb"}, + {file = "psycopg2_binary-2.9.6-cp311-cp311-win_amd64.whl", hash = "sha256:b4b24f75d16a89cc6b4cdff0eb6a910a966ecd476d1e73f7ce5985ff1328e9a6"}, + {file = "psycopg2_binary-2.9.6-cp36-cp36m-win32.whl", hash = "sha256:498807b927ca2510baea1b05cc91d7da4718a0f53cb766c154c417a39f1820a0"}, + {file = "psycopg2_binary-2.9.6-cp36-cp36m-win_amd64.whl", hash = "sha256:0d236c2825fa656a2d98bbb0e52370a2e852e5a0ec45fc4f402977313329174d"}, + {file = "psycopg2_binary-2.9.6-cp37-cp37m-macosx_10_9_x86_64.whl", hash = "sha256:34b9ccdf210cbbb1303c7c4db2905fa0319391bd5904d32689e6dd5c963d2ea8"}, + {file = "psycopg2_binary-2.9.6-cp37-cp37m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:84d2222e61f313c4848ff05353653bf5f5cf6ce34df540e4274516880d9c3763"}, + {file = "psycopg2_binary-2.9.6-cp37-cp37m-manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:30637a20623e2a2eacc420059be11527f4458ef54352d870b8181a4c3020ae6b"}, + {file = "psycopg2_binary-2.9.6-cp37-cp37m-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl", hash = "sha256:8122cfc7cae0da9a3077216528b8bb3629c43b25053284cc868744bfe71eb141"}, + {file = "psycopg2_binary-2.9.6-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:38601cbbfe600362c43714482f43b7c110b20cb0f8172422c616b09b85a750c5"}, + {file = "psycopg2_binary-2.9.6-cp37-cp37m-musllinux_1_1_aarch64.whl", hash = "sha256:c7e62ab8b332147a7593a385d4f368874d5fe4ad4e341770d4983442d89603e3"}, + {file = "psycopg2_binary-2.9.6-cp37-cp37m-musllinux_1_1_i686.whl", hash = "sha256:2ab652e729ff4ad76d400df2624d223d6e265ef81bb8aa17fbd63607878ecbee"}, + {file = "psycopg2_binary-2.9.6-cp37-cp37m-musllinux_1_1_ppc64le.whl", hash = "sha256:c83a74b68270028dc8ee74d38ecfaf9c90eed23c8959fca95bd703d25b82c88e"}, + {file = "psycopg2_binary-2.9.6-cp37-cp37m-musllinux_1_1_x86_64.whl", hash = "sha256:d4e6036decf4b72d6425d5b29bbd3e8f0ff1059cda7ac7b96d6ac5ed34ffbacd"}, + {file = "psycopg2_binary-2.9.6-cp37-cp37m-win32.whl", hash = "sha256:a8c28fd40a4226b4a84bdf2d2b5b37d2c7bd49486b5adcc200e8c7ec991dfa7e"}, + {file = "psycopg2_binary-2.9.6-cp37-cp37m-win_amd64.whl", hash = "sha256:51537e3d299be0db9137b321dfb6a5022caaab275775680e0c3d281feefaca6b"}, + {file = "psycopg2_binary-2.9.6-cp38-cp38-macosx_10_9_x86_64.whl", hash = "sha256:cf4499e0a83b7b7edcb8dabecbd8501d0d3a5ef66457200f77bde3d210d5debb"}, + {file = "psycopg2_binary-2.9.6-cp38-cp38-macosx_11_0_arm64.whl", hash = "sha256:7e13a5a2c01151f1208d5207e42f33ba86d561b7a89fca67c700b9486a06d0e2"}, + {file = "psycopg2_binary-2.9.6-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:0e0f754d27fddcfd74006455b6e04e6705d6c31a612ec69ddc040a5468e44b4e"}, + {file = "psycopg2_binary-2.9.6-cp38-cp38-manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:d57c3fd55d9058645d26ae37d76e61156a27722097229d32a9e73ed54819982a"}, + {file = "psycopg2_binary-2.9.6-cp38-cp38-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl", hash = "sha256:71f14375d6f73b62800530b581aed3ada394039877818b2d5f7fc77e3bb6894d"}, + {file = "psycopg2_binary-2.9.6-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:441cc2f8869a4f0f4bb408475e5ae0ee1f3b55b33f350406150277f7f35384fc"}, + {file = "psycopg2_binary-2.9.6-cp38-cp38-musllinux_1_1_aarch64.whl", hash = "sha256:65bee1e49fa6f9cf327ce0e01c4c10f39165ee76d35c846ade7cb0ec6683e303"}, + {file = "psycopg2_binary-2.9.6-cp38-cp38-musllinux_1_1_i686.whl", hash = "sha256:af335bac6b666cc6aea16f11d486c3b794029d9df029967f9938a4bed59b6a19"}, + {file = "psycopg2_binary-2.9.6-cp38-cp38-musllinux_1_1_ppc64le.whl", hash = "sha256:cfec476887aa231b8548ece2e06d28edc87c1397ebd83922299af2e051cf2827"}, + {file = "psycopg2_binary-2.9.6-cp38-cp38-musllinux_1_1_x86_64.whl", hash = "sha256:65c07febd1936d63bfde78948b76cd4c2a411572a44ac50719ead41947d0f26b"}, + {file = "psycopg2_binary-2.9.6-cp38-cp38-win32.whl", hash = "sha256:4dfb4be774c4436a4526d0c554af0cc2e02082c38303852a36f6456ece7b3503"}, + {file = "psycopg2_binary-2.9.6-cp38-cp38-win_amd64.whl", hash = "sha256:02c6e3cf3439e213e4ee930308dc122d6fb4d4bea9aef4a12535fbd605d1a2fe"}, + {file = "psycopg2_binary-2.9.6-cp39-cp39-macosx_10_9_x86_64.whl", hash = "sha256:e9182eb20f41417ea1dd8e8f7888c4d7c6e805f8a7c98c1081778a3da2bee3e4"}, + {file = "psycopg2_binary-2.9.6-cp39-cp39-macosx_11_0_arm64.whl", hash = "sha256:8a6979cf527e2603d349a91060f428bcb135aea2be3201dff794813256c274f1"}, + {file = "psycopg2_binary-2.9.6-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:8338a271cb71d8da40b023a35d9c1e919eba6cbd8fa20a54b748a332c355d896"}, + {file = "psycopg2_binary-2.9.6-cp39-cp39-manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:e3ed340d2b858d6e6fb5083f87c09996506af483227735de6964a6100b4e6a54"}, + {file = "psycopg2_binary-2.9.6-cp39-cp39-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl", hash = "sha256:f81e65376e52f03422e1fb475c9514185669943798ed019ac50410fb4c4df232"}, + {file = "psycopg2_binary-2.9.6-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:bfb13af3c5dd3a9588000910178de17010ebcccd37b4f9794b00595e3a8ddad3"}, + {file = "psycopg2_binary-2.9.6-cp39-cp39-musllinux_1_1_aarch64.whl", hash = "sha256:4c727b597c6444a16e9119386b59388f8a424223302d0c06c676ec8b4bc1f963"}, + {file = "psycopg2_binary-2.9.6-cp39-cp39-musllinux_1_1_i686.whl", hash = "sha256:4d67fbdaf177da06374473ef6f7ed8cc0a9dc640b01abfe9e8a2ccb1b1402c1f"}, + {file = "psycopg2_binary-2.9.6-cp39-cp39-musllinux_1_1_ppc64le.whl", hash = "sha256:0892ef645c2fabb0c75ec32d79f4252542d0caec1d5d949630e7d242ca4681a3"}, + {file = "psycopg2_binary-2.9.6-cp39-cp39-musllinux_1_1_x86_64.whl", hash = "sha256:02c0f3757a4300cf379eb49f543fb7ac527fb00144d39246ee40e1df684ab514"}, + {file = "psycopg2_binary-2.9.6-cp39-cp39-win32.whl", hash = "sha256:c3dba7dab16709a33a847e5cd756767271697041fbe3fe97c215b1fc1f5c9848"}, + {file = "psycopg2_binary-2.9.6-cp39-cp39-win_amd64.whl", hash = "sha256:f6a88f384335bb27812293fdb11ac6aee2ca3f51d3c7820fe03de0a304ab6249"}, ] [[package]] @@ -5450,14 +5430,14 @@ files = [ [[package]] name = "redis" -version = "4.5.3" +version = "4.5.4" description = "Python client for Redis database and key-value store" category = "main" optional = false python-versions = ">=3.7" files = [ - {file = "redis-4.5.3-py3-none-any.whl", hash = "sha256:7df17a0a2b72a4c8895b462dd07616c51b1dcb48fdd7ecb7b6f4bf39ecb2e94e"}, - {file = "redis-4.5.3.tar.gz", hash = "sha256:56732e156fe31801c4f43396bd3ca0c2a7f6f83d7936798531b9848d103381aa"}, + {file = "redis-4.5.4-py3-none-any.whl", hash = "sha256:2c19e6767c474f2e85167909061d525ed65bea9301c0770bb151e041b7ac89a2"}, + {file = "redis-4.5.4.tar.gz", hash = "sha256:73ec35da4da267d6847e47f68730fdd5f62e2ca69e3ef5885c6a78a9374c3893"}, ] [package.extras] @@ -5564,14 +5544,14 @@ urllib3 = {version = ">=1.26,<2.0", extras = ["socks"]} [[package]] name = "setuptools" -version = "67.6.0" +version = "67.6.1" description = "Easily download, build, install, upgrade, and uninstall Python packages" category = "main" optional = false python-versions = ">=3.7" files = [ - {file = "setuptools-67.6.0-py3-none-any.whl", hash = "sha256:b78aaa36f6b90a074c1fa651168723acbf45d14cb1196b6f02c0fd07f17623b2"}, - {file = "setuptools-67.6.0.tar.gz", hash = "sha256:2ee892cd5f29f3373097f5a814697e397cf3ce313616df0af11231e2ad118077"}, + {file = "setuptools-67.6.1-py3-none-any.whl", hash = "sha256:e728ca814a823bf7bf60162daf9db95b93d532948c4c0bea762ce62f60189078"}, + {file = "setuptools-67.6.1.tar.gz", hash = "sha256:257de92a9d50a60b8e22abfcbb771571fde0dbf3ec234463212027a4eeecbe9a"}, ] [package.extras] @@ -5888,14 +5868,14 @@ files = [ [[package]] name = "tzdata" -version = "2023.2" +version = "2023.3" description = "Provider of IANA time zone data" category = "main" optional = false python-versions = ">=2" files = [ - {file = "tzdata-2023.2-py2.py3-none-any.whl", hash = "sha256:905ae9e6744dd9ef5ce94d2aaa2dd00282fee38b670b2133407f23c388f110a1"}, - {file = "tzdata-2023.2.tar.gz", hash = "sha256:c3b51b235b07f9f1889089c2264bcbeaaba260a63f89bea09e350ea4205eb95f"}, + {file = "tzdata-2023.3-py2.py3-none-any.whl", hash = "sha256:7e65763eef3120314099b6939b5546db7adce1e7d6f2e179e3df563c70511eda"}, + {file = "tzdata-2023.3.tar.gz", hash = "sha256:11ef1e08e54acb0d4f95bdb1be05da659673de4acbd21bf9c69e94cc5e907a3a"}, ] [[package]] @@ -6146,5 +6126,5 @@ testing = ["big-O", "flake8 (<5)", "jaraco.functools", "jaraco.itertools", "more [metadata] lock-version = "2.0" -python-versions = "3.11.1" -content-hash = "96fa032e0076f9abd7d1ba3a602d1926abfdf94f8a7cf4b20fb1f6b5bed1e547" +python-versions = "3.11.3" +content-hash = "c9baabef3a871ce43ead08387c054cc9e73fae583ec115fc2e6267a95565495b" diff --git a/pyproject.toml b/pyproject.toml index 9c2649a..100276e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -5,7 +5,7 @@ description = "poetry requiremts creation" authors = ["Dmitry Afanasyev "] [tool.poetry.dependencies] -Python="3.11.1" +Python="3.11.3" aiohttp = "^3.8" aiosignal = "^1.3" alembic = "^1.9" diff --git a/requirements.txt b/requirements.txt index bed422f..33fce14 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,297 +1,297 @@ -aiohttp==3.8.4 ; python_full_version == "3.11.1" -aiosignal==1.3.1 ; python_full_version == "3.11.1" -alembic==1.10.2 ; python_full_version == "3.11.1" -altgraph==0.17.3 ; python_full_version == "3.11.1" -amqp==5.1.1 ; python_full_version == "3.11.1" -anyio==3.6.2 ; python_full_version == "3.11.1" -appnope==0.1.3 ; sys_platform == "darwin" and python_full_version == "3.11.1" -arrow==1.2.3 ; python_full_version == "3.11.1" -asgiref==3.6.0 ; python_full_version == "3.11.1" -asttokens==2.2.1 ; python_full_version == "3.11.1" -async-generator==1.10 ; python_full_version == "3.11.1" -async-timeout==4.0.2 ; python_full_version == "3.11.1" -attrs==22.2.0 ; python_full_version == "3.11.1" -backcall==0.2.0 ; python_full_version == "3.11.1" -bcrypt==4.0.1 ; python_full_version == "3.11.1" -billiard==3.6.4.0 ; python_full_version == "3.11.1" -binaryornot==0.4.4 ; python_full_version == "3.11.1" -black==22.12.0 ; python_full_version == "3.11.1" -celery==5.2.7 ; python_full_version == "3.11.1" -certifi==2022.12.7 ; python_full_version == "3.11.1" -cffi==1.15.1 ; os_name == "nt" and implementation_name != "pypy" and python_full_version == "3.11.1" -cfgv==3.3.1 ; python_full_version == "3.11.1" -chardet==5.1.0 ; python_full_version == "3.11.1" -charset-normalizer==3.1.0 ; python_full_version == "3.11.1" -click-didyoumean==0.3.0 ; python_full_version == "3.11.1" -click-plugins==1.1.1 ; python_full_version == "3.11.1" -click-repl==0.2.0 ; python_full_version == "3.11.1" -click==8.1.3 ; python_full_version == "3.11.1" -colorama==0.4.6 ; python_full_version == "3.11.1" and platform_system == "Windows" or python_full_version == "3.11.1" and sys_platform == "win32" -cookiecutter==2.1.1 ; python_full_version == "3.11.1" -coverage==7.2.2 ; python_full_version == "3.11.1" -coverage[toml]==7.2.2 ; python_full_version == "3.11.1" -decorator==5.1.1 ; python_full_version == "3.11.1" -distlib==0.3.6 ; python_full_version == "3.11.1" -django==4.1.7 ; python_full_version == "3.11.1" -dparse==0.6.2 ; python_full_version == "3.11.1" -exceptiongroup==1.1.1 ; python_full_version == "3.11.1" -executing==1.2.0 ; python_full_version == "3.11.1" -factory-boy==3.2.1 ; python_full_version == "3.11.1" -faker==16.9.0 ; python_full_version == "3.11.1" -fastapi==0.89.1 ; python_full_version == "3.11.1" -filelock==3.10.4 ; python_full_version == "3.11.1" -flake8==6.0.0 ; python_full_version == "3.11.1" -frozenlist==1.3.3 ; python_full_version == "3.11.1" -greenlet==2.0.2 ; python_full_version == "3.11.1" and platform_machine == "aarch64" or python_full_version == "3.11.1" and platform_machine == "ppc64le" or python_full_version == "3.11.1" and platform_machine == "x86_64" or python_full_version == "3.11.1" and platform_machine == "amd64" or python_full_version == "3.11.1" and platform_machine == "AMD64" or python_full_version == "3.11.1" and platform_machine == "win32" or python_full_version == "3.11.1" and platform_machine == "WIN32" -gunicorn==20.1.0 ; python_full_version == "3.11.1" -h11==0.14.0 ; python_full_version == "3.11.1" -httpcore==0.16.3 ; python_full_version == "3.11.1" -httpx==0.23.3 ; python_full_version == "3.11.1" -identify==2.5.22 ; python_full_version == "3.11.1" -idna==3.4 ; python_full_version == "3.11.1" -iniconfig==2.0.0 ; python_full_version == "3.11.1" -ipython==8.11.0 ; python_full_version == "3.11.1" -jedi==0.18.2 ; python_full_version == "3.11.1" -jinja2-time==0.2.0 ; python_full_version == "3.11.1" -jinja2==3.1.2 ; python_full_version == "3.11.1" -kombu==5.2.4 ; python_full_version == "3.11.1" -loguru==0.6.0 ; python_full_version == "3.11.1" -macholib==1.16.2 ; sys_platform == "darwin" and python_full_version == "3.11.1" -mako==1.2.4 ; python_full_version == "3.11.1" -markupsafe==2.1.2 ; python_full_version == "3.11.1" -matplotlib-inline==0.1.6 ; python_full_version == "3.11.1" -mccabe==0.7.0 ; python_full_version == "3.11.1" -mouseinfo==0.1.0 ; python_full_version == "3.11.1" -multidict==6.0.4 ; python_full_version == "3.11.1" -mypy-extensions==1.0.0 ; python_full_version == "3.11.1" -mypy==0.991 ; python_full_version == "3.11.1" -nodeenv==1.7.0 ; python_full_version == "3.11.1" -numpy==1.24.2 ; python_full_version == "3.11.1" -orjson==3.8.8 ; python_full_version == "3.11.1" -outcome==1.2.0 ; python_full_version == "3.11.1" -packaging==21.3 ; python_full_version == "3.11.1" -parso==0.8.3 ; python_full_version == "3.11.1" -pathspec==0.11.1 ; python_full_version == "3.11.1" -pefile==2023.2.7 ; sys_platform == "win32" and python_full_version == "3.11.1" -pexpect==4.8.0 ; sys_platform != "win32" and python_full_version == "3.11.1" -pickleshare==0.7.5 ; python_full_version == "3.11.1" -pillow==9.4.0 ; python_full_version == "3.11.1" -platformdirs==3.1.1 ; python_full_version == "3.11.1" -pluggy==1.0.0 ; python_full_version == "3.11.1" -pre-commit==2.21.0 ; python_full_version == "3.11.1" -prompt-toolkit==3.0.38 ; python_full_version == "3.11.1" -psycopg2-binary==2.9.5 ; python_full_version == "3.11.1" -ptyprocess==0.7.0 ; sys_platform != "win32" and python_full_version == "3.11.1" -pure-eval==0.2.2 ; python_full_version == "3.11.1" -pyautogui==0.9.53 ; python_full_version == "3.11.1" -pycodestyle==2.10.0 ; python_full_version == "3.11.1" -pycparser==2.21 ; python_full_version == "3.11.1" and os_name == "nt" and implementation_name != "pypy" -pydantic==1.10.7 ; python_full_version == "3.11.1" -pyflakes==3.0.1 ; python_full_version == "3.11.1" -pygetwindow==0.0.9 ; python_full_version == "3.11.1" -pygments==2.14.0 ; python_full_version == "3.11.1" -pyinstaller-hooks-contrib==2023.1 ; python_full_version == "3.11.1" -pyinstaller==5.9.0 ; python_full_version == "3.11.1" -pymsgbox==1.0.9 ; python_full_version == "3.11.1" -pyobjc-core==9.0.1 ; platform_system == "Darwin" and python_full_version == "3.11.1" -pyobjc-framework-accessibility==9.0.1 ; platform_system == "Darwin" and python_full_version == "3.11.1" and platform_release >= "20.0" -pyobjc-framework-accounts==9.0.1 ; platform_system == "Darwin" and python_full_version == "3.11.1" and platform_release >= "12.0" -pyobjc-framework-addressbook==9.0.1 ; platform_system == "Darwin" and python_full_version == "3.11.1" -pyobjc-framework-adservices==9.0.1 ; platform_system == "Darwin" and python_full_version == "3.11.1" and platform_release >= "20.0" -pyobjc-framework-adsupport==9.0.1 ; platform_system == "Darwin" and python_full_version == "3.11.1" and platform_release >= "18.0" -pyobjc-framework-applescriptkit==9.0.1 ; platform_system == "Darwin" and python_full_version == "3.11.1" -pyobjc-framework-applescriptobjc==9.0.1 ; platform_system == "Darwin" and python_full_version == "3.11.1" and platform_release >= "10.0" -pyobjc-framework-applicationservices==9.0.1 ; platform_system == "Darwin" and python_full_version == "3.11.1" -pyobjc-framework-apptrackingtransparency==9.0.1 ; platform_system == "Darwin" and python_full_version == "3.11.1" and platform_release >= "20.0" -pyobjc-framework-audiovideobridging==9.0.1 ; platform_system == "Darwin" and python_full_version == "3.11.1" and platform_release >= "12.0" -pyobjc-framework-authenticationservices==9.0.1 ; platform_system == "Darwin" and python_full_version == "3.11.1" and platform_release >= "19.0" -pyobjc-framework-automaticassessmentconfiguration==9.0.1 ; platform_system == "Darwin" and python_full_version == "3.11.1" and platform_release >= "19.0" -pyobjc-framework-automator==9.0.1 ; platform_system == "Darwin" and python_full_version == "3.11.1" -pyobjc-framework-avfoundation==9.0.1 ; platform_system == "Darwin" and python_full_version == "3.11.1" and platform_release >= "11.0" -pyobjc-framework-avkit==9.0.1 ; platform_system == "Darwin" and python_full_version == "3.11.1" and platform_release >= "13.0" -pyobjc-framework-avrouting==9.0.1 ; platform_system == "Darwin" and python_full_version == "3.11.1" and platform_release >= "22.0" -pyobjc-framework-backgroundassets==9.0.1 ; platform_system == "Darwin" and python_full_version == "3.11.1" and platform_release >= "22.0" -pyobjc-framework-businesschat==9.0.1 ; platform_system == "Darwin" and python_full_version == "3.11.1" and platform_release >= "18.0" -pyobjc-framework-calendarstore==9.0.1 ; platform_system == "Darwin" and python_full_version == "3.11.1" and platform_release >= "9.0" -pyobjc-framework-callkit==9.0.1 ; platform_system == "Darwin" and python_full_version == "3.11.1" and platform_release >= "20.0" -pyobjc-framework-cfnetwork==9.0.1 ; platform_system == "Darwin" and python_full_version == "3.11.1" -pyobjc-framework-classkit==9.0.1 ; platform_system == "Darwin" and python_full_version == "3.11.1" and platform_release >= "20.0" -pyobjc-framework-cloudkit==9.0.1 ; platform_system == "Darwin" and python_full_version == "3.11.1" and platform_release >= "14.0" -pyobjc-framework-cocoa==9.0.1 ; platform_system == "Darwin" and python_full_version == "3.11.1" -pyobjc-framework-collaboration==9.0.1 ; platform_system == "Darwin" and python_full_version == "3.11.1" and platform_release >= "9.0" -pyobjc-framework-colorsync==9.0.1 ; platform_system == "Darwin" and python_full_version == "3.11.1" and platform_release >= "17.0" -pyobjc-framework-contacts==9.0.1 ; platform_system == "Darwin" and python_full_version == "3.11.1" and platform_release >= "15.0" -pyobjc-framework-contactsui==9.0.1 ; platform_system == "Darwin" and python_full_version == "3.11.1" and platform_release >= "15.0" -pyobjc-framework-coreaudio==9.0.1 ; platform_system == "Darwin" and python_full_version == "3.11.1" -pyobjc-framework-coreaudiokit==9.0.1 ; platform_system == "Darwin" and python_full_version == "3.11.1" -pyobjc-framework-corebluetooth==9.0.1 ; platform_system == "Darwin" and python_full_version == "3.11.1" and platform_release >= "14.0" -pyobjc-framework-coredata==9.0.1 ; platform_system == "Darwin" and python_full_version == "3.11.1" -pyobjc-framework-corehaptics==9.0.1 ; platform_system == "Darwin" and python_full_version == "3.11.1" and platform_release >= "19.0" -pyobjc-framework-corelocation==9.0.1 ; platform_system == "Darwin" and python_full_version == "3.11.1" and platform_release >= "10.0" -pyobjc-framework-coremedia==9.0.1 ; platform_system == "Darwin" and python_full_version == "3.11.1" and platform_release >= "11.0" -pyobjc-framework-coremediaio==9.0.1 ; platform_system == "Darwin" and python_full_version == "3.11.1" and platform_release >= "11.0" -pyobjc-framework-coremidi==9.0.1 ; platform_system == "Darwin" and python_full_version == "3.11.1" -pyobjc-framework-coreml==9.0.1 ; platform_system == "Darwin" and python_full_version == "3.11.1" and platform_release >= "17.0" -pyobjc-framework-coremotion==9.0.1 ; platform_system == "Darwin" and python_full_version == "3.11.1" and platform_release >= "19.0" -pyobjc-framework-coreservices==9.0.1 ; platform_system == "Darwin" and python_full_version == "3.11.1" -pyobjc-framework-corespotlight==9.0.1 ; platform_system == "Darwin" and python_full_version == "3.11.1" and platform_release >= "17.0" -pyobjc-framework-coretext==9.0.1 ; platform_system == "Darwin" and python_full_version == "3.11.1" -pyobjc-framework-corewlan==9.0.1 ; platform_system == "Darwin" and python_full_version == "3.11.1" and platform_release >= "10.0" -pyobjc-framework-cryptotokenkit==9.0.1 ; platform_system == "Darwin" and python_full_version == "3.11.1" and platform_release >= "14.0" -pyobjc-framework-datadetection==9.0.1 ; platform_system == "Darwin" and python_full_version == "3.11.1" and platform_release >= "21.0" -pyobjc-framework-devicecheck==9.0.1 ; platform_system == "Darwin" and python_full_version == "3.11.1" and platform_release >= "19.0" -pyobjc-framework-dictionaryservices==9.0.1 ; platform_system == "Darwin" and python_full_version == "3.11.1" and platform_release >= "9.0" -pyobjc-framework-discrecording==9.0.1 ; platform_system == "Darwin" and python_full_version == "3.11.1" -pyobjc-framework-discrecordingui==9.0.1 ; platform_system == "Darwin" and python_full_version == "3.11.1" -pyobjc-framework-diskarbitration==9.0.1 ; platform_system == "Darwin" and python_full_version == "3.11.1" -pyobjc-framework-dvdplayback==9.0.1 ; platform_system == "Darwin" and python_full_version == "3.11.1" -pyobjc-framework-eventkit==9.0.1 ; platform_system == "Darwin" and python_full_version == "3.11.1" and platform_release >= "12.0" -pyobjc-framework-exceptionhandling==9.0.1 ; platform_system == "Darwin" and python_full_version == "3.11.1" -pyobjc-framework-executionpolicy==9.0.1 ; platform_system == "Darwin" and python_full_version == "3.11.1" and platform_release >= "19.0" -pyobjc-framework-extensionkit==9.0.1 ; platform_system == "Darwin" and python_full_version == "3.11.1" and platform_release >= "22.0" -pyobjc-framework-externalaccessory==9.0.1 ; platform_system == "Darwin" and python_full_version == "3.11.1" and platform_release >= "17.0" -pyobjc-framework-fileprovider==9.0.1 ; platform_system == "Darwin" and python_full_version == "3.11.1" and platform_release >= "19.0" -pyobjc-framework-fileproviderui==9.0.1 ; platform_system == "Darwin" and python_full_version == "3.11.1" and platform_release >= "19.0" -pyobjc-framework-findersync==9.0.1 ; platform_system == "Darwin" and python_full_version == "3.11.1" and platform_release >= "14.0" -pyobjc-framework-fsevents==9.0.1 ; platform_system == "Darwin" and python_full_version == "3.11.1" -pyobjc-framework-gamecenter==9.0.1 ; platform_system == "Darwin" and python_full_version == "3.11.1" and platform_release >= "12.0" -pyobjc-framework-gamecontroller==9.0.1 ; platform_system == "Darwin" and python_full_version == "3.11.1" and platform_release >= "13.0" -pyobjc-framework-gamekit==9.0.1 ; platform_system == "Darwin" and python_full_version == "3.11.1" and platform_release >= "12.0" -pyobjc-framework-gameplaykit==9.0.1 ; platform_system == "Darwin" and python_full_version == "3.11.1" and platform_release >= "15.0" -pyobjc-framework-healthkit==9.0.1 ; platform_system == "Darwin" and python_full_version == "3.11.1" and platform_release >= "22.0" -pyobjc-framework-imagecapturecore==9.0.1 ; platform_system == "Darwin" and python_full_version == "3.11.1" and platform_release >= "10.0" -pyobjc-framework-imserviceplugin==9.0.1 ; platform_system == "Darwin" and python_full_version == "3.11.1" and platform_release >= "11.0" -pyobjc-framework-inputmethodkit==9.0.1 ; platform_system == "Darwin" and python_full_version == "3.11.1" and platform_release >= "9.0" -pyobjc-framework-installerplugins==9.0.1 ; platform_system == "Darwin" and python_full_version == "3.11.1" -pyobjc-framework-instantmessage==9.0.1 ; platform_system == "Darwin" and python_full_version == "3.11.1" and platform_release >= "9.0" -pyobjc-framework-intents==9.0.1 ; platform_system == "Darwin" and python_full_version == "3.11.1" and platform_release >= "16.0" -pyobjc-framework-intentsui==9.0.1 ; platform_system == "Darwin" and python_full_version == "3.11.1" and platform_release >= "21.0" -pyobjc-framework-iosurface==9.0.1 ; platform_system == "Darwin" and python_full_version == "3.11.1" and platform_release >= "10.0" -pyobjc-framework-ituneslibrary==9.0.1 ; platform_system == "Darwin" and python_full_version == "3.11.1" and platform_release >= "10.0" -pyobjc-framework-kernelmanagement==9.0.1 ; platform_system == "Darwin" and python_full_version == "3.11.1" and platform_release >= "20.0" -pyobjc-framework-latentsemanticmapping==9.0.1 ; platform_system == "Darwin" and python_full_version == "3.11.1" -pyobjc-framework-launchservices==9.0.1 ; platform_system == "Darwin" and python_full_version == "3.11.1" -pyobjc-framework-libdispatch==9.0.1 ; platform_system == "Darwin" and python_full_version == "3.11.1" and platform_release >= "12.0" -pyobjc-framework-linkpresentation==9.0.1 ; platform_system == "Darwin" and python_full_version == "3.11.1" and platform_release >= "19.0" -pyobjc-framework-localauthentication==9.0.1 ; platform_system == "Darwin" and python_full_version == "3.11.1" and platform_release >= "14.0" -pyobjc-framework-localauthenticationembeddedui==9.0.1 ; platform_system == "Darwin" and python_full_version == "3.11.1" and platform_release >= "21.0" -pyobjc-framework-mailkit==9.0.1 ; platform_system == "Darwin" and python_full_version == "3.11.1" and platform_release >= "21.0" -pyobjc-framework-mapkit==9.0.1 ; platform_system == "Darwin" and python_full_version == "3.11.1" and platform_release >= "13.0" -pyobjc-framework-mediaaccessibility==9.0.1 ; platform_system == "Darwin" and python_full_version == "3.11.1" and platform_release >= "13.0" -pyobjc-framework-medialibrary==9.0.1 ; platform_system == "Darwin" and python_full_version == "3.11.1" and platform_release >= "13.0" -pyobjc-framework-mediaplayer==9.0.1 ; platform_system == "Darwin" and python_full_version == "3.11.1" and platform_release >= "16.0" -pyobjc-framework-mediatoolbox==9.0.1 ; platform_system == "Darwin" and python_full_version == "3.11.1" and platform_release >= "13.0" -pyobjc-framework-metal==9.0.1 ; platform_system == "Darwin" and python_full_version == "3.11.1" and platform_release >= "15.0" -pyobjc-framework-metalfx==9.0.1 ; platform_system == "Darwin" and python_full_version == "3.11.1" and platform_release >= "22.0" -pyobjc-framework-metalkit==9.0.1 ; platform_system == "Darwin" and python_full_version == "3.11.1" and platform_release >= "15.0" -pyobjc-framework-metalperformanceshaders==9.0.1 ; platform_system == "Darwin" and python_full_version == "3.11.1" and platform_release >= "17.0" -pyobjc-framework-metalperformanceshadersgraph==9.0.1 ; platform_system == "Darwin" and python_full_version == "3.11.1" and platform_release >= "20.0" -pyobjc-framework-metrickit==9.0.1 ; platform_system == "Darwin" and python_full_version == "3.11.1" and platform_release >= "21.0" -pyobjc-framework-mlcompute==9.0.1 ; platform_system == "Darwin" and python_full_version == "3.11.1" and platform_release >= "20.0" -pyobjc-framework-modelio==9.0.1 ; platform_system == "Darwin" and python_full_version == "3.11.1" and platform_release >= "15.0" -pyobjc-framework-multipeerconnectivity==9.0.1 ; platform_system == "Darwin" and python_full_version == "3.11.1" and platform_release >= "14.0" -pyobjc-framework-naturallanguage==9.0.1 ; platform_system == "Darwin" and python_full_version == "3.11.1" and platform_release >= "18.0" -pyobjc-framework-netfs==9.0.1 ; platform_system == "Darwin" and python_full_version == "3.11.1" and platform_release >= "10.0" -pyobjc-framework-network==9.0.1 ; platform_system == "Darwin" and python_full_version == "3.11.1" and platform_release >= "18.0" -pyobjc-framework-networkextension==9.0.1 ; platform_system == "Darwin" and python_full_version == "3.11.1" and platform_release >= "15.0" -pyobjc-framework-notificationcenter==9.0.1 ; platform_system == "Darwin" and python_full_version == "3.11.1" and platform_release >= "14.0" -pyobjc-framework-opendirectory==9.0.1 ; platform_system == "Darwin" and python_full_version == "3.11.1" and platform_release >= "10.0" -pyobjc-framework-osakit==9.0.1 ; platform_system == "Darwin" and python_full_version == "3.11.1" -pyobjc-framework-oslog==9.0.1 ; platform_system == "Darwin" and python_full_version == "3.11.1" and platform_release >= "19.0" -pyobjc-framework-passkit==9.0.1 ; platform_system == "Darwin" and python_full_version == "3.11.1" and platform_release >= "20.0" -pyobjc-framework-pencilkit==9.0.1 ; platform_system == "Darwin" and python_full_version == "3.11.1" and platform_release >= "19.0" -pyobjc-framework-photos==9.0.1 ; platform_system == "Darwin" and python_full_version == "3.11.1" and platform_release >= "15.0" -pyobjc-framework-photosui==9.0.1 ; platform_system == "Darwin" and python_full_version == "3.11.1" and platform_release >= "15.0" -pyobjc-framework-preferencepanes==9.0.1 ; platform_system == "Darwin" and python_full_version == "3.11.1" -pyobjc-framework-pubsub==9.0.1 ; platform_release >= "9.0" and platform_release < "18.0" and platform_system == "Darwin" and python_full_version == "3.11.1" -pyobjc-framework-pushkit==9.0.1 ; platform_system == "Darwin" and python_full_version == "3.11.1" and platform_release >= "19.0" -pyobjc-framework-quartz==9.0.1 ; platform_system == "Darwin" and python_full_version == "3.11.1" -pyobjc-framework-quicklookthumbnailing==9.0.1 ; platform_system == "Darwin" and python_full_version == "3.11.1" and platform_release >= "19.0" -pyobjc-framework-replaykit==9.0.1 ; platform_system == "Darwin" and python_full_version == "3.11.1" and platform_release >= "20.0" -pyobjc-framework-safariservices==9.0.1 ; platform_system == "Darwin" and python_full_version == "3.11.1" and platform_release >= "15.0" -pyobjc-framework-safetykit==9.0.1 ; platform_system == "Darwin" and python_full_version == "3.11.1" and platform_release >= "22.0" -pyobjc-framework-scenekit==9.0.1 ; platform_system == "Darwin" and python_full_version == "3.11.1" and platform_release >= "11.0" -pyobjc-framework-screencapturekit==9.0.1 ; platform_system == "Darwin" and python_full_version == "3.11.1" and platform_release >= "21.4" -pyobjc-framework-screensaver==9.0.1 ; platform_system == "Darwin" and python_full_version == "3.11.1" -pyobjc-framework-screentime==9.0.1 ; platform_system == "Darwin" and python_full_version == "3.11.1" and platform_release >= "20.0" -pyobjc-framework-scriptingbridge==9.0.1 ; platform_system == "Darwin" and python_full_version == "3.11.1" and platform_release >= "9.0" -pyobjc-framework-searchkit==9.0.1 ; platform_system == "Darwin" and python_full_version == "3.11.1" -pyobjc-framework-security==9.0.1 ; platform_system == "Darwin" and python_full_version == "3.11.1" -pyobjc-framework-securityfoundation==9.0.1 ; platform_system == "Darwin" and python_full_version == "3.11.1" -pyobjc-framework-securityinterface==9.0.1 ; platform_system == "Darwin" and python_full_version == "3.11.1" -pyobjc-framework-servicemanagement==9.0.1 ; platform_system == "Darwin" and python_full_version == "3.11.1" and platform_release >= "10.0" -pyobjc-framework-sharedwithyou==9.0.1 ; platform_system == "Darwin" and python_full_version == "3.11.1" and platform_release >= "22.0" -pyobjc-framework-sharedwithyoucore==9.0.1 ; platform_system == "Darwin" and python_full_version == "3.11.1" and platform_release >= "22.0" -pyobjc-framework-shazamkit==9.0.1 ; platform_system == "Darwin" and python_full_version == "3.11.1" and platform_release >= "21.0" -pyobjc-framework-social==9.0.1 ; platform_system == "Darwin" and python_full_version == "3.11.1" and platform_release >= "12.0" -pyobjc-framework-soundanalysis==9.0.1 ; platform_system == "Darwin" and python_full_version == "3.11.1" and platform_release >= "19.0" -pyobjc-framework-speech==9.0.1 ; platform_system == "Darwin" and python_full_version == "3.11.1" and platform_release >= "19.0" -pyobjc-framework-spritekit==9.0.1 ; platform_system == "Darwin" and python_full_version == "3.11.1" and platform_release >= "13.0" -pyobjc-framework-storekit==9.0.1 ; platform_system == "Darwin" and python_full_version == "3.11.1" and platform_release >= "11.0" -pyobjc-framework-syncservices==9.0.1 ; platform_system == "Darwin" and python_full_version == "3.11.1" -pyobjc-framework-systemconfiguration==9.0.1 ; platform_system == "Darwin" and python_full_version == "3.11.1" -pyobjc-framework-systemextensions==9.0.1 ; platform_system == "Darwin" and python_full_version == "3.11.1" and platform_release >= "19.0" -pyobjc-framework-threadnetwork==9.0.1 ; platform_system == "Darwin" and python_full_version == "3.11.1" and platform_release >= "22.0" -pyobjc-framework-uniformtypeidentifiers==9.0.1 ; platform_system == "Darwin" and python_full_version == "3.11.1" and platform_release >= "20.0" -pyobjc-framework-usernotifications==9.0.1 ; platform_system == "Darwin" and python_full_version == "3.11.1" and platform_release >= "18.0" -pyobjc-framework-usernotificationsui==9.0.1 ; platform_system == "Darwin" and python_full_version == "3.11.1" and platform_release >= "20.0" -pyobjc-framework-videosubscriberaccount==9.0.1 ; platform_system == "Darwin" and python_full_version == "3.11.1" and platform_release >= "18.0" -pyobjc-framework-videotoolbox==9.0.1 ; platform_system == "Darwin" and python_full_version == "3.11.1" and platform_release >= "12.0" -pyobjc-framework-virtualization==9.0.1 ; platform_system == "Darwin" and python_full_version == "3.11.1" and platform_release >= "20.0" -pyobjc-framework-vision==9.0.1 ; platform_system == "Darwin" and python_full_version == "3.11.1" and platform_release >= "17.0" -pyobjc-framework-webkit==9.0.1 ; platform_system == "Darwin" and python_full_version == "3.11.1" -pyobjc==9.0.1 ; platform_system == "Darwin" and python_full_version == "3.11.1" -pyparsing==3.0.9 ; python_full_version == "3.11.1" -pyperclip==1.8.2 ; python_full_version == "3.11.1" -pyqt6-qt6==6.4.3 ; python_full_version == "3.11.1" -pyqt6-sip==13.4.1 ; python_full_version == "3.11.1" -pyqt6==6.4.2 ; python_full_version == "3.11.1" -pyrect==0.2.0 ; python_full_version == "3.11.1" -pyscreeze==0.1.28 ; python_full_version == "3.11.1" -pysocks==1.7.1 ; python_full_version == "3.11.1" -pytest-cov==4.0.0 ; python_full_version == "3.11.1" -pytest==7.2.2 ; python_full_version == "3.11.1" -python-dateutil==2.8.2 ; python_full_version == "3.11.1" -python-decouple==3.8 ; python_full_version == "3.11.1" -python-slugify==8.0.1 ; python_full_version == "3.11.1" -python3-xlib==0.15 ; platform_system == "Linux" and python_full_version == "3.11.1" -pytweening==1.0.4 ; python_full_version == "3.11.1" -pytz==2022.7.1 ; python_full_version == "3.11.1" -pywin32-ctypes==0.2.0 ; sys_platform == "win32" and python_full_version == "3.11.1" -pyyaml==6.0 ; python_full_version == "3.11.1" -redis[asyncio]==4.5.3 ; python_full_version == "3.11.1" -requests==2.28.2 ; python_full_version == "3.11.1" -rfc3986[idna2008]==1.5.0 ; python_full_version == "3.11.1" -ruamel-yaml==0.17.21 ; python_full_version == "3.11.1" -safety==2.3.5 ; python_full_version == "3.11.1" -selenium==4.8.3 ; python_full_version == "3.11.1" -setuptools==67.6.0 ; python_full_version == "3.11.1" -simple-term-menu==1.6.1 ; python_full_version == "3.11.1" -six==1.16.0 ; python_full_version == "3.11.1" -sniffio==1.3.0 ; python_full_version == "3.11.1" -sortedcontainers==2.4.0 ; python_full_version == "3.11.1" -sqlalchemy-utils==0.38.3 ; python_full_version == "3.11.1" -sqlalchemy==1.4.47 ; python_full_version == "3.11.1" -sqlparse==0.4.3 ; python_full_version == "3.11.1" -stack-data==0.6.2 ; python_full_version == "3.11.1" -starlette==0.22.0 ; python_full_version == "3.11.1" -termcolor==2.2.0 ; python_full_version == "3.11.1" -text-unidecode==1.3 ; python_full_version == "3.11.1" -toml==0.10.2 ; python_full_version == "3.11.1" -traitlets==5.9.0 ; python_full_version == "3.11.1" -trio-websocket==0.10.2 ; python_full_version == "3.11.1" -trio==0.22.0 ; python_full_version == "3.11.1" -typing-extensions==4.5.0 ; python_full_version == "3.11.1" -tzdata==2023.2 ; sys_platform == "win32" and python_full_version == "3.11.1" -urllib3==1.26.15 ; python_full_version == "3.11.1" -urllib3[socks]==1.26.15 ; python_full_version == "3.11.1" -uvicorn==0.20.0 ; python_full_version == "3.11.1" -validators==0.20.0 ; python_full_version == "3.11.1" -vine==5.0.0 ; python_full_version == "3.11.1" -virtualenv==20.21.0 ; python_full_version == "3.11.1" -wcwidth==0.2.6 ; python_full_version == "3.11.1" -wget==3.2 ; python_full_version == "3.11.1" -win32-setctime==1.1.0 ; sys_platform == "win32" and python_full_version == "3.11.1" -wsproto==1.2.0 ; python_full_version == "3.11.1" -yarl==1.8.2 ; python_full_version == "3.11.1" -zipp==3.15.0 ; python_full_version == "3.11.1" +aiohttp==3.8.4 ; python_full_version == "3.11.3" +aiosignal==1.3.1 ; python_full_version == "3.11.3" +alembic==1.10.3 ; python_full_version == "3.11.3" +altgraph==0.17.3 ; python_full_version == "3.11.3" +amqp==5.1.1 ; python_full_version == "3.11.3" +anyio==3.6.2 ; python_full_version == "3.11.3" +appnope==0.1.3 ; sys_platform == "darwin" and python_full_version == "3.11.3" +arrow==1.2.3 ; python_full_version == "3.11.3" +asgiref==3.6.0 ; python_full_version == "3.11.3" +asttokens==2.2.1 ; python_full_version == "3.11.3" +async-generator==1.10 ; python_full_version == "3.11.3" +async-timeout==4.0.2 ; python_full_version == "3.11.3" +attrs==22.2.0 ; python_full_version == "3.11.3" +backcall==0.2.0 ; python_full_version == "3.11.3" +bcrypt==4.0.1 ; python_full_version == "3.11.3" +billiard==3.6.4.0 ; python_full_version == "3.11.3" +binaryornot==0.4.4 ; python_full_version == "3.11.3" +black==22.12.0 ; python_full_version == "3.11.3" +celery==5.2.7 ; python_full_version == "3.11.3" +certifi==2022.12.7 ; python_full_version == "3.11.3" +cffi==1.15.1 ; os_name == "nt" and implementation_name != "pypy" and python_full_version == "3.11.3" +cfgv==3.3.1 ; python_full_version == "3.11.3" +chardet==5.1.0 ; python_full_version == "3.11.3" +charset-normalizer==3.1.0 ; python_full_version == "3.11.3" +click-didyoumean==0.3.0 ; python_full_version == "3.11.3" +click-plugins==1.1.1 ; python_full_version == "3.11.3" +click-repl==0.2.0 ; python_full_version == "3.11.3" +click==8.1.3 ; python_full_version == "3.11.3" +colorama==0.4.6 ; python_full_version == "3.11.3" and platform_system == "Windows" or python_full_version == "3.11.3" and sys_platform == "win32" +cookiecutter==2.1.1 ; python_full_version == "3.11.3" +coverage==7.2.2 ; python_full_version == "3.11.3" +coverage[toml]==7.2.2 ; python_full_version == "3.11.3" +decorator==5.1.1 ; python_full_version == "3.11.3" +distlib==0.3.6 ; python_full_version == "3.11.3" +django==4.2 ; python_full_version == "3.11.3" +dparse==0.6.2 ; python_full_version == "3.11.3" +exceptiongroup==1.1.1 ; python_full_version == "3.11.3" +executing==1.2.0 ; python_full_version == "3.11.3" +factory-boy==3.2.1 ; python_full_version == "3.11.3" +faker==16.9.0 ; python_full_version == "3.11.3" +fastapi==0.89.1 ; python_full_version == "3.11.3" +filelock==3.10.7 ; python_full_version == "3.11.3" +flake8==6.0.0 ; python_full_version == "3.11.3" +frozenlist==1.3.3 ; python_full_version == "3.11.3" +greenlet==2.0.2 ; python_full_version == "3.11.3" and platform_machine == "aarch64" or python_full_version == "3.11.3" and platform_machine == "ppc64le" or python_full_version == "3.11.3" and platform_machine == "x86_64" or python_full_version == "3.11.3" and platform_machine == "amd64" or python_full_version == "3.11.3" and platform_machine == "AMD64" or python_full_version == "3.11.3" and platform_machine == "win32" or python_full_version == "3.11.3" and platform_machine == "WIN32" +gunicorn==20.1.0 ; python_full_version == "3.11.3" +h11==0.14.0 ; python_full_version == "3.11.3" +httpcore==0.16.3 ; python_full_version == "3.11.3" +httpx==0.23.3 ; python_full_version == "3.11.3" +identify==2.5.22 ; python_full_version == "3.11.3" +idna==3.4 ; python_full_version == "3.11.3" +iniconfig==2.0.0 ; python_full_version == "3.11.3" +ipython==8.12.0 ; python_full_version == "3.11.3" +jedi==0.18.2 ; python_full_version == "3.11.3" +jinja2-time==0.2.0 ; python_full_version == "3.11.3" +jinja2==3.1.2 ; python_full_version == "3.11.3" +kombu==5.2.4 ; python_full_version == "3.11.3" +loguru==0.6.0 ; python_full_version == "3.11.3" +macholib==1.16.2 ; sys_platform == "darwin" and python_full_version == "3.11.3" +mako==1.2.4 ; python_full_version == "3.11.3" +markupsafe==2.1.2 ; python_full_version == "3.11.3" +matplotlib-inline==0.1.6 ; python_full_version == "3.11.3" +mccabe==0.7.0 ; python_full_version == "3.11.3" +mouseinfo==0.1.0 ; python_full_version == "3.11.3" +multidict==6.0.4 ; python_full_version == "3.11.3" +mypy-extensions==1.0.0 ; python_full_version == "3.11.3" +mypy==0.991 ; python_full_version == "3.11.3" +nodeenv==1.7.0 ; python_full_version == "3.11.3" +numpy==1.24.2 ; python_full_version == "3.11.3" +orjson==3.8.9 ; python_full_version == "3.11.3" +outcome==1.2.0 ; python_full_version == "3.11.3" +packaging==21.3 ; python_full_version == "3.11.3" +parso==0.8.3 ; python_full_version == "3.11.3" +pathspec==0.11.1 ; python_full_version == "3.11.3" +pefile==2023.2.7 ; sys_platform == "win32" and python_full_version == "3.11.3" +pexpect==4.8.0 ; sys_platform != "win32" and python_full_version == "3.11.3" +pickleshare==0.7.5 ; python_full_version == "3.11.3" +pillow==9.5.0 ; python_full_version == "3.11.3" +platformdirs==3.2.0 ; python_full_version == "3.11.3" +pluggy==1.0.0 ; python_full_version == "3.11.3" +pre-commit==2.21.0 ; python_full_version == "3.11.3" +prompt-toolkit==3.0.38 ; python_full_version == "3.11.3" +psycopg2-binary==2.9.6 ; python_full_version == "3.11.3" +ptyprocess==0.7.0 ; sys_platform != "win32" and python_full_version == "3.11.3" +pure-eval==0.2.2 ; python_full_version == "3.11.3" +pyautogui==0.9.53 ; python_full_version == "3.11.3" +pycodestyle==2.10.0 ; python_full_version == "3.11.3" +pycparser==2.21 ; python_full_version == "3.11.3" and os_name == "nt" and implementation_name != "pypy" +pydantic==1.10.7 ; python_full_version == "3.11.3" +pyflakes==3.0.1 ; python_full_version == "3.11.3" +pygetwindow==0.0.9 ; python_full_version == "3.11.3" +pygments==2.14.0 ; python_full_version == "3.11.3" +pyinstaller-hooks-contrib==2023.1 ; python_full_version == "3.11.3" +pyinstaller==5.9.0 ; python_full_version == "3.11.3" +pymsgbox==1.0.9 ; python_full_version == "3.11.3" +pyobjc-core==9.0.1 ; platform_system == "Darwin" and python_full_version == "3.11.3" +pyobjc-framework-accessibility==9.0.1 ; platform_system == "Darwin" and python_full_version == "3.11.3" and platform_release >= "20.0" +pyobjc-framework-accounts==9.0.1 ; platform_system == "Darwin" and python_full_version == "3.11.3" and platform_release >= "12.0" +pyobjc-framework-addressbook==9.0.1 ; platform_system == "Darwin" and python_full_version == "3.11.3" +pyobjc-framework-adservices==9.0.1 ; platform_system == "Darwin" and python_full_version == "3.11.3" and platform_release >= "20.0" +pyobjc-framework-adsupport==9.0.1 ; platform_system == "Darwin" and python_full_version == "3.11.3" and platform_release >= "18.0" +pyobjc-framework-applescriptkit==9.0.1 ; platform_system == "Darwin" and python_full_version == "3.11.3" +pyobjc-framework-applescriptobjc==9.0.1 ; platform_system == "Darwin" and python_full_version == "3.11.3" and platform_release >= "10.0" +pyobjc-framework-applicationservices==9.0.1 ; platform_system == "Darwin" and python_full_version == "3.11.3" +pyobjc-framework-apptrackingtransparency==9.0.1 ; platform_system == "Darwin" and python_full_version == "3.11.3" and platform_release >= "20.0" +pyobjc-framework-audiovideobridging==9.0.1 ; platform_system == "Darwin" and python_full_version == "3.11.3" and platform_release >= "12.0" +pyobjc-framework-authenticationservices==9.0.1 ; platform_system == "Darwin" and python_full_version == "3.11.3" and platform_release >= "19.0" +pyobjc-framework-automaticassessmentconfiguration==9.0.1 ; platform_system == "Darwin" and python_full_version == "3.11.3" and platform_release >= "19.0" +pyobjc-framework-automator==9.0.1 ; platform_system == "Darwin" and python_full_version == "3.11.3" +pyobjc-framework-avfoundation==9.0.1 ; platform_system == "Darwin" and python_full_version == "3.11.3" and platform_release >= "11.0" +pyobjc-framework-avkit==9.0.1 ; platform_system == "Darwin" and python_full_version == "3.11.3" and platform_release >= "13.0" +pyobjc-framework-avrouting==9.0.1 ; platform_system == "Darwin" and python_full_version == "3.11.3" and platform_release >= "22.0" +pyobjc-framework-backgroundassets==9.0.1 ; platform_system == "Darwin" and python_full_version == "3.11.3" and platform_release >= "22.0" +pyobjc-framework-businesschat==9.0.1 ; platform_system == "Darwin" and python_full_version == "3.11.3" and platform_release >= "18.0" +pyobjc-framework-calendarstore==9.0.1 ; platform_system == "Darwin" and python_full_version == "3.11.3" and platform_release >= "9.0" +pyobjc-framework-callkit==9.0.1 ; platform_system == "Darwin" and python_full_version == "3.11.3" and platform_release >= "20.0" +pyobjc-framework-cfnetwork==9.0.1 ; platform_system == "Darwin" and python_full_version == "3.11.3" +pyobjc-framework-classkit==9.0.1 ; platform_system == "Darwin" and python_full_version == "3.11.3" and platform_release >= "20.0" +pyobjc-framework-cloudkit==9.0.1 ; platform_system == "Darwin" and python_full_version == "3.11.3" and platform_release >= "14.0" +pyobjc-framework-cocoa==9.0.1 ; platform_system == "Darwin" and python_full_version == "3.11.3" +pyobjc-framework-collaboration==9.0.1 ; platform_system == "Darwin" and python_full_version == "3.11.3" and platform_release >= "9.0" +pyobjc-framework-colorsync==9.0.1 ; platform_system == "Darwin" and python_full_version == "3.11.3" and platform_release >= "17.0" +pyobjc-framework-contacts==9.0.1 ; platform_system == "Darwin" and python_full_version == "3.11.3" and platform_release >= "15.0" +pyobjc-framework-contactsui==9.0.1 ; platform_system == "Darwin" and python_full_version == "3.11.3" and platform_release >= "15.0" +pyobjc-framework-coreaudio==9.0.1 ; platform_system == "Darwin" and python_full_version == "3.11.3" +pyobjc-framework-coreaudiokit==9.0.1 ; platform_system == "Darwin" and python_full_version == "3.11.3" +pyobjc-framework-corebluetooth==9.0.1 ; platform_system == "Darwin" and python_full_version == "3.11.3" and platform_release >= "14.0" +pyobjc-framework-coredata==9.0.1 ; platform_system == "Darwin" and python_full_version == "3.11.3" +pyobjc-framework-corehaptics==9.0.1 ; platform_system == "Darwin" and python_full_version == "3.11.3" and platform_release >= "19.0" +pyobjc-framework-corelocation==9.0.1 ; platform_system == "Darwin" and python_full_version == "3.11.3" and platform_release >= "10.0" +pyobjc-framework-coremedia==9.0.1 ; platform_system == "Darwin" and python_full_version == "3.11.3" and platform_release >= "11.0" +pyobjc-framework-coremediaio==9.0.1 ; platform_system == "Darwin" and python_full_version == "3.11.3" and platform_release >= "11.0" +pyobjc-framework-coremidi==9.0.1 ; platform_system == "Darwin" and python_full_version == "3.11.3" +pyobjc-framework-coreml==9.0.1 ; platform_system == "Darwin" and python_full_version == "3.11.3" and platform_release >= "17.0" +pyobjc-framework-coremotion==9.0.1 ; platform_system == "Darwin" and python_full_version == "3.11.3" and platform_release >= "19.0" +pyobjc-framework-coreservices==9.0.1 ; platform_system == "Darwin" and python_full_version == "3.11.3" +pyobjc-framework-corespotlight==9.0.1 ; platform_system == "Darwin" and python_full_version == "3.11.3" and platform_release >= "17.0" +pyobjc-framework-coretext==9.0.1 ; platform_system == "Darwin" and python_full_version == "3.11.3" +pyobjc-framework-corewlan==9.0.1 ; platform_system == "Darwin" and python_full_version == "3.11.3" and platform_release >= "10.0" +pyobjc-framework-cryptotokenkit==9.0.1 ; platform_system == "Darwin" and python_full_version == "3.11.3" and platform_release >= "14.0" +pyobjc-framework-datadetection==9.0.1 ; platform_system == "Darwin" and python_full_version == "3.11.3" and platform_release >= "21.0" +pyobjc-framework-devicecheck==9.0.1 ; platform_system == "Darwin" and python_full_version == "3.11.3" and platform_release >= "19.0" +pyobjc-framework-dictionaryservices==9.0.1 ; platform_system == "Darwin" and python_full_version == "3.11.3" and platform_release >= "9.0" +pyobjc-framework-discrecording==9.0.1 ; platform_system == "Darwin" and python_full_version == "3.11.3" +pyobjc-framework-discrecordingui==9.0.1 ; platform_system == "Darwin" and python_full_version == "3.11.3" +pyobjc-framework-diskarbitration==9.0.1 ; platform_system == "Darwin" and python_full_version == "3.11.3" +pyobjc-framework-dvdplayback==9.0.1 ; platform_system == "Darwin" and python_full_version == "3.11.3" +pyobjc-framework-eventkit==9.0.1 ; platform_system == "Darwin" and python_full_version == "3.11.3" and platform_release >= "12.0" +pyobjc-framework-exceptionhandling==9.0.1 ; platform_system == "Darwin" and python_full_version == "3.11.3" +pyobjc-framework-executionpolicy==9.0.1 ; platform_system == "Darwin" and python_full_version == "3.11.3" and platform_release >= "19.0" +pyobjc-framework-extensionkit==9.0.1 ; platform_system == "Darwin" and python_full_version == "3.11.3" and platform_release >= "22.0" +pyobjc-framework-externalaccessory==9.0.1 ; platform_system == "Darwin" and python_full_version == "3.11.3" and platform_release >= "17.0" +pyobjc-framework-fileprovider==9.0.1 ; platform_system == "Darwin" and python_full_version == "3.11.3" and platform_release >= "19.0" +pyobjc-framework-fileproviderui==9.0.1 ; platform_system == "Darwin" and python_full_version == "3.11.3" and platform_release >= "19.0" +pyobjc-framework-findersync==9.0.1 ; platform_system == "Darwin" and python_full_version == "3.11.3" and platform_release >= "14.0" +pyobjc-framework-fsevents==9.0.1 ; platform_system == "Darwin" and python_full_version == "3.11.3" +pyobjc-framework-gamecenter==9.0.1 ; platform_system == "Darwin" and python_full_version == "3.11.3" and platform_release >= "12.0" +pyobjc-framework-gamecontroller==9.0.1 ; platform_system == "Darwin" and python_full_version == "3.11.3" and platform_release >= "13.0" +pyobjc-framework-gamekit==9.0.1 ; platform_system == "Darwin" and python_full_version == "3.11.3" and platform_release >= "12.0" +pyobjc-framework-gameplaykit==9.0.1 ; platform_system == "Darwin" and python_full_version == "3.11.3" and platform_release >= "15.0" +pyobjc-framework-healthkit==9.0.1 ; platform_system == "Darwin" and python_full_version == "3.11.3" and platform_release >= "22.0" +pyobjc-framework-imagecapturecore==9.0.1 ; platform_system == "Darwin" and python_full_version == "3.11.3" and platform_release >= "10.0" +pyobjc-framework-imserviceplugin==9.0.1 ; platform_system == "Darwin" and python_full_version == "3.11.3" and platform_release >= "11.0" +pyobjc-framework-inputmethodkit==9.0.1 ; platform_system == "Darwin" and python_full_version == "3.11.3" and platform_release >= "9.0" +pyobjc-framework-installerplugins==9.0.1 ; platform_system == "Darwin" and python_full_version == "3.11.3" +pyobjc-framework-instantmessage==9.0.1 ; platform_system == "Darwin" and python_full_version == "3.11.3" and platform_release >= "9.0" +pyobjc-framework-intents==9.0.1 ; platform_system == "Darwin" and python_full_version == "3.11.3" and platform_release >= "16.0" +pyobjc-framework-intentsui==9.0.1 ; platform_system == "Darwin" and python_full_version == "3.11.3" and platform_release >= "21.0" +pyobjc-framework-iosurface==9.0.1 ; platform_system == "Darwin" and python_full_version == "3.11.3" and platform_release >= "10.0" +pyobjc-framework-ituneslibrary==9.0.1 ; platform_system == "Darwin" and python_full_version == "3.11.3" and platform_release >= "10.0" +pyobjc-framework-kernelmanagement==9.0.1 ; platform_system == "Darwin" and python_full_version == "3.11.3" and platform_release >= "20.0" +pyobjc-framework-latentsemanticmapping==9.0.1 ; platform_system == "Darwin" and python_full_version == "3.11.3" +pyobjc-framework-launchservices==9.0.1 ; platform_system == "Darwin" and python_full_version == "3.11.3" +pyobjc-framework-libdispatch==9.0.1 ; platform_system == "Darwin" and python_full_version == "3.11.3" and platform_release >= "12.0" +pyobjc-framework-linkpresentation==9.0.1 ; platform_system == "Darwin" and python_full_version == "3.11.3" and platform_release >= "19.0" +pyobjc-framework-localauthentication==9.0.1 ; platform_system == "Darwin" and python_full_version == "3.11.3" and platform_release >= "14.0" +pyobjc-framework-localauthenticationembeddedui==9.0.1 ; platform_system == "Darwin" and python_full_version == "3.11.3" and platform_release >= "21.0" +pyobjc-framework-mailkit==9.0.1 ; platform_system == "Darwin" and python_full_version == "3.11.3" and platform_release >= "21.0" +pyobjc-framework-mapkit==9.0.1 ; platform_system == "Darwin" and python_full_version == "3.11.3" and platform_release >= "13.0" +pyobjc-framework-mediaaccessibility==9.0.1 ; platform_system == "Darwin" and python_full_version == "3.11.3" and platform_release >= "13.0" +pyobjc-framework-medialibrary==9.0.1 ; platform_system == "Darwin" and python_full_version == "3.11.3" and platform_release >= "13.0" +pyobjc-framework-mediaplayer==9.0.1 ; platform_system == "Darwin" and python_full_version == "3.11.3" and platform_release >= "16.0" +pyobjc-framework-mediatoolbox==9.0.1 ; platform_system == "Darwin" and python_full_version == "3.11.3" and platform_release >= "13.0" +pyobjc-framework-metal==9.0.1 ; platform_system == "Darwin" and python_full_version == "3.11.3" and platform_release >= "15.0" +pyobjc-framework-metalfx==9.0.1 ; platform_system == "Darwin" and python_full_version == "3.11.3" and platform_release >= "22.0" +pyobjc-framework-metalkit==9.0.1 ; platform_system == "Darwin" and python_full_version == "3.11.3" and platform_release >= "15.0" +pyobjc-framework-metalperformanceshaders==9.0.1 ; platform_system == "Darwin" and python_full_version == "3.11.3" and platform_release >= "17.0" +pyobjc-framework-metalperformanceshadersgraph==9.0.1 ; platform_system == "Darwin" and python_full_version == "3.11.3" and platform_release >= "20.0" +pyobjc-framework-metrickit==9.0.1 ; platform_system == "Darwin" and python_full_version == "3.11.3" and platform_release >= "21.0" +pyobjc-framework-mlcompute==9.0.1 ; platform_system == "Darwin" and python_full_version == "3.11.3" and platform_release >= "20.0" +pyobjc-framework-modelio==9.0.1 ; platform_system == "Darwin" and python_full_version == "3.11.3" and platform_release >= "15.0" +pyobjc-framework-multipeerconnectivity==9.0.1 ; platform_system == "Darwin" and python_full_version == "3.11.3" and platform_release >= "14.0" +pyobjc-framework-naturallanguage==9.0.1 ; platform_system == "Darwin" and python_full_version == "3.11.3" and platform_release >= "18.0" +pyobjc-framework-netfs==9.0.1 ; platform_system == "Darwin" and python_full_version == "3.11.3" and platform_release >= "10.0" +pyobjc-framework-network==9.0.1 ; platform_system == "Darwin" and python_full_version == "3.11.3" and platform_release >= "18.0" +pyobjc-framework-networkextension==9.0.1 ; platform_system == "Darwin" and python_full_version == "3.11.3" and platform_release >= "15.0" +pyobjc-framework-notificationcenter==9.0.1 ; platform_system == "Darwin" and python_full_version == "3.11.3" and platform_release >= "14.0" +pyobjc-framework-opendirectory==9.0.1 ; platform_system == "Darwin" and python_full_version == "3.11.3" and platform_release >= "10.0" +pyobjc-framework-osakit==9.0.1 ; platform_system == "Darwin" and python_full_version == "3.11.3" +pyobjc-framework-oslog==9.0.1 ; platform_system == "Darwin" and python_full_version == "3.11.3" and platform_release >= "19.0" +pyobjc-framework-passkit==9.0.1 ; platform_system == "Darwin" and python_full_version == "3.11.3" and platform_release >= "20.0" +pyobjc-framework-pencilkit==9.0.1 ; platform_system == "Darwin" and python_full_version == "3.11.3" and platform_release >= "19.0" +pyobjc-framework-photos==9.0.1 ; platform_system == "Darwin" and python_full_version == "3.11.3" and platform_release >= "15.0" +pyobjc-framework-photosui==9.0.1 ; platform_system == "Darwin" and python_full_version == "3.11.3" and platform_release >= "15.0" +pyobjc-framework-preferencepanes==9.0.1 ; platform_system == "Darwin" and python_full_version == "3.11.3" +pyobjc-framework-pubsub==9.0.1 ; platform_release >= "9.0" and platform_release < "18.0" and platform_system == "Darwin" and python_full_version == "3.11.3" +pyobjc-framework-pushkit==9.0.1 ; platform_system == "Darwin" and python_full_version == "3.11.3" and platform_release >= "19.0" +pyobjc-framework-quartz==9.0.1 ; platform_system == "Darwin" and python_full_version == "3.11.3" +pyobjc-framework-quicklookthumbnailing==9.0.1 ; platform_system == "Darwin" and python_full_version == "3.11.3" and platform_release >= "19.0" +pyobjc-framework-replaykit==9.0.1 ; platform_system == "Darwin" and python_full_version == "3.11.3" and platform_release >= "20.0" +pyobjc-framework-safariservices==9.0.1 ; platform_system == "Darwin" and python_full_version == "3.11.3" and platform_release >= "15.0" +pyobjc-framework-safetykit==9.0.1 ; platform_system == "Darwin" and python_full_version == "3.11.3" and platform_release >= "22.0" +pyobjc-framework-scenekit==9.0.1 ; platform_system == "Darwin" and python_full_version == "3.11.3" and platform_release >= "11.0" +pyobjc-framework-screencapturekit==9.0.1 ; platform_system == "Darwin" and python_full_version == "3.11.3" and platform_release >= "21.4" +pyobjc-framework-screensaver==9.0.1 ; platform_system == "Darwin" and python_full_version == "3.11.3" +pyobjc-framework-screentime==9.0.1 ; platform_system == "Darwin" and python_full_version == "3.11.3" and platform_release >= "20.0" +pyobjc-framework-scriptingbridge==9.0.1 ; platform_system == "Darwin" and python_full_version == "3.11.3" and platform_release >= "9.0" +pyobjc-framework-searchkit==9.0.1 ; platform_system == "Darwin" and python_full_version == "3.11.3" +pyobjc-framework-security==9.0.1 ; platform_system == "Darwin" and python_full_version == "3.11.3" +pyobjc-framework-securityfoundation==9.0.1 ; platform_system == "Darwin" and python_full_version == "3.11.3" +pyobjc-framework-securityinterface==9.0.1 ; platform_system == "Darwin" and python_full_version == "3.11.3" +pyobjc-framework-servicemanagement==9.0.1 ; platform_system == "Darwin" and python_full_version == "3.11.3" and platform_release >= "10.0" +pyobjc-framework-sharedwithyou==9.0.1 ; platform_system == "Darwin" and python_full_version == "3.11.3" and platform_release >= "22.0" +pyobjc-framework-sharedwithyoucore==9.0.1 ; platform_system == "Darwin" and python_full_version == "3.11.3" and platform_release >= "22.0" +pyobjc-framework-shazamkit==9.0.1 ; platform_system == "Darwin" and python_full_version == "3.11.3" and platform_release >= "21.0" +pyobjc-framework-social==9.0.1 ; platform_system == "Darwin" and python_full_version == "3.11.3" and platform_release >= "12.0" +pyobjc-framework-soundanalysis==9.0.1 ; platform_system == "Darwin" and python_full_version == "3.11.3" and platform_release >= "19.0" +pyobjc-framework-speech==9.0.1 ; platform_system == "Darwin" and python_full_version == "3.11.3" and platform_release >= "19.0" +pyobjc-framework-spritekit==9.0.1 ; platform_system == "Darwin" and python_full_version == "3.11.3" and platform_release >= "13.0" +pyobjc-framework-storekit==9.0.1 ; platform_system == "Darwin" and python_full_version == "3.11.3" and platform_release >= "11.0" +pyobjc-framework-syncservices==9.0.1 ; platform_system == "Darwin" and python_full_version == "3.11.3" +pyobjc-framework-systemconfiguration==9.0.1 ; platform_system == "Darwin" and python_full_version == "3.11.3" +pyobjc-framework-systemextensions==9.0.1 ; platform_system == "Darwin" and python_full_version == "3.11.3" and platform_release >= "19.0" +pyobjc-framework-threadnetwork==9.0.1 ; platform_system == "Darwin" and python_full_version == "3.11.3" and platform_release >= "22.0" +pyobjc-framework-uniformtypeidentifiers==9.0.1 ; platform_system == "Darwin" and python_full_version == "3.11.3" and platform_release >= "20.0" +pyobjc-framework-usernotifications==9.0.1 ; platform_system == "Darwin" and python_full_version == "3.11.3" and platform_release >= "18.0" +pyobjc-framework-usernotificationsui==9.0.1 ; platform_system == "Darwin" and python_full_version == "3.11.3" and platform_release >= "20.0" +pyobjc-framework-videosubscriberaccount==9.0.1 ; platform_system == "Darwin" and python_full_version == "3.11.3" and platform_release >= "18.0" +pyobjc-framework-videotoolbox==9.0.1 ; platform_system == "Darwin" and python_full_version == "3.11.3" and platform_release >= "12.0" +pyobjc-framework-virtualization==9.0.1 ; platform_system == "Darwin" and python_full_version == "3.11.3" and platform_release >= "20.0" +pyobjc-framework-vision==9.0.1 ; platform_system == "Darwin" and python_full_version == "3.11.3" and platform_release >= "17.0" +pyobjc-framework-webkit==9.0.1 ; platform_system == "Darwin" and python_full_version == "3.11.3" +pyobjc==9.0.1 ; platform_system == "Darwin" and python_full_version == "3.11.3" +pyparsing==3.0.9 ; python_full_version == "3.11.3" +pyperclip==1.8.2 ; python_full_version == "3.11.3" +pyqt6-qt6==6.4.3 ; python_full_version == "3.11.3" +pyqt6-sip==13.4.1 ; python_full_version == "3.11.3" +pyqt6==6.4.2 ; python_full_version == "3.11.3" +pyrect==0.2.0 ; python_full_version == "3.11.3" +pyscreeze==0.1.28 ; python_full_version == "3.11.3" +pysocks==1.7.1 ; python_full_version == "3.11.3" +pytest-cov==4.0.0 ; python_full_version == "3.11.3" +pytest==7.2.2 ; python_full_version == "3.11.3" +python-dateutil==2.8.2 ; python_full_version == "3.11.3" +python-decouple==3.8 ; python_full_version == "3.11.3" +python-slugify==8.0.1 ; python_full_version == "3.11.3" +python3-xlib==0.15 ; platform_system == "Linux" and python_full_version == "3.11.3" +pytweening==1.0.4 ; python_full_version == "3.11.3" +pytz==2022.7.1 ; python_full_version == "3.11.3" +pywin32-ctypes==0.2.0 ; sys_platform == "win32" and python_full_version == "3.11.3" +pyyaml==6.0 ; python_full_version == "3.11.3" +redis[asyncio]==4.5.4 ; python_full_version == "3.11.3" +requests==2.28.2 ; python_full_version == "3.11.3" +rfc3986[idna2008]==1.5.0 ; python_full_version == "3.11.3" +ruamel-yaml==0.17.21 ; python_full_version == "3.11.3" +safety==2.3.5 ; python_full_version == "3.11.3" +selenium==4.8.3 ; python_full_version == "3.11.3" +setuptools==67.6.1 ; python_full_version == "3.11.3" +simple-term-menu==1.6.1 ; python_full_version == "3.11.3" +six==1.16.0 ; python_full_version == "3.11.3" +sniffio==1.3.0 ; python_full_version == "3.11.3" +sortedcontainers==2.4.0 ; python_full_version == "3.11.3" +sqlalchemy-utils==0.38.3 ; python_full_version == "3.11.3" +sqlalchemy==1.4.47 ; python_full_version == "3.11.3" +sqlparse==0.4.3 ; python_full_version == "3.11.3" +stack-data==0.6.2 ; python_full_version == "3.11.3" +starlette==0.22.0 ; python_full_version == "3.11.3" +termcolor==2.2.0 ; python_full_version == "3.11.3" +text-unidecode==1.3 ; python_full_version == "3.11.3" +toml==0.10.2 ; python_full_version == "3.11.3" +traitlets==5.9.0 ; python_full_version == "3.11.3" +trio-websocket==0.10.2 ; python_full_version == "3.11.3" +trio==0.22.0 ; python_full_version == "3.11.3" +typing-extensions==4.5.0 ; python_full_version == "3.11.3" +tzdata==2023.3 ; sys_platform == "win32" and python_full_version == "3.11.3" +urllib3==1.26.15 ; python_full_version == "3.11.3" +urllib3[socks]==1.26.15 ; python_full_version == "3.11.3" +uvicorn==0.20.0 ; python_full_version == "3.11.3" +validators==0.20.0 ; python_full_version == "3.11.3" +vine==5.0.0 ; python_full_version == "3.11.3" +virtualenv==20.21.0 ; python_full_version == "3.11.3" +wcwidth==0.2.6 ; python_full_version == "3.11.3" +wget==3.2 ; python_full_version == "3.11.3" +win32-setctime==1.1.0 ; sys_platform == "win32" and python_full_version == "3.11.3" +wsproto==1.2.0 ; python_full_version == "3.11.3" +yarl==1.8.2 ; python_full_version == "3.11.3" +zipp==3.15.0 ; python_full_version == "3.11.3"