diff --git a/poetry.lock b/poetry.lock index 0b4170a..6afecac 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1,10 +1,9 @@ -# This file is automatically @generated by Poetry 1.4.2 and should not be changed by hand. +# This file is automatically @generated by Poetry 1.5.1 and should not be changed by hand. [[package]] name = "aiohttp" version = "3.8.4" description = "Async http client/server framework (asyncio)" -category = "main" optional = false python-versions = ">=3.6" files = [ @@ -113,7 +112,6 @@ speedups = ["Brotli", "aiodns", "cchardet"] name = "aiosignal" version = "1.3.1" description = "aiosignal: a list of registered asynchronous callbacks" -category = "main" optional = false python-versions = ">=3.7" files = [ @@ -128,7 +126,6 @@ frozenlist = ">=1.1.0" name = "alembic" version = "1.11.1" description = "A database migration tool for SQLAlchemy." -category = "main" optional = false python-versions = ">=3.7" files = [ @@ -148,7 +145,6 @@ tz = ["python-dateutil"] name = "altgraph" version = "0.17.3" description = "Python graph (network) package" -category = "main" optional = false python-versions = "*" files = [ @@ -160,7 +156,6 @@ files = [ name = "amqp" version = "5.1.1" description = "Low-level AMQP client for Python (fork of amqplib)." -category = "main" optional = false python-versions = ">=3.6" files = [ @@ -173,14 +168,13 @@ vine = ">=5.0.0" [[package]] name = "anyio" -version = "3.6.2" +version = "3.7.0" description = "High level compatibility layer for multiple asynchronous event loop implementations" -category = "main" optional = false -python-versions = ">=3.6.2" +python-versions = ">=3.7" files = [ - {file = "anyio-3.6.2-py3-none-any.whl", hash = "sha256:fbbe32bd270d2a2ef3ed1c5d45041250284e31fc0a4df4a5a6071842051a51e3"}, - {file = "anyio-3.6.2.tar.gz", hash = "sha256:25ea0d673ae30af41a0c442f81cf3b38c7e79fdc7b60335a4c14e05eb0947421"}, + {file = "anyio-3.7.0-py3-none-any.whl", hash = "sha256:eddca883c4175f14df8aedce21054bfca3adb70ffe76a9f607aef9d7fa2ea7f0"}, + {file = "anyio-3.7.0.tar.gz", hash = "sha256:275d9973793619a5374e1c89a4f4ad3f4b0a5510a2b5b939444bee8f4c4d37ce"}, ] [package.dependencies] @@ -188,15 +182,14 @@ idna = ">=2.8" sniffio = ">=1.1" [package.extras] -doc = ["packaging", "sphinx-autodoc-typehints (>=1.2.0)", "sphinx-rtd-theme"] -test = ["contextlib2", "coverage[toml] (>=4.5)", "hypothesis (>=4.0)", "mock (>=4)", "pytest (>=7.0)", "pytest-mock (>=3.6.1)", "trustme", "uvloop (<0.15)", "uvloop (>=0.15)"] -trio = ["trio (>=0.16,<0.22)"] +doc = ["Sphinx (>=6.1.0)", "packaging", "sphinx-autodoc-typehints (>=1.2.0)", "sphinx-rtd-theme", "sphinxcontrib-jquery"] +test = ["anyio[trio]", "coverage[toml] (>=4.5)", "hypothesis (>=4.0)", "mock (>=4)", "psutil (>=5.9)", "pytest (>=7.0)", "pytest-mock (>=3.6.1)", "trustme", "uvloop (>=0.17)"] +trio = ["trio (<0.22)"] [[package]] name = "appnope" version = "0.1.3" description = "Disable App Nap on macOS >= 10.9" -category = "dev" optional = false python-versions = "*" files = [ @@ -208,7 +201,6 @@ files = [ name = "arrow" version = "1.2.3" description = "Better dates & times for Python" -category = "main" optional = false python-versions = ">=3.6" files = [ @@ -221,14 +213,13 @@ python-dateutil = ">=2.7.0" [[package]] name = "asgiref" -version = "3.6.0" +version = "3.7.2" description = "ASGI specs, helper code, and adapters" -category = "main" optional = false python-versions = ">=3.7" files = [ - {file = "asgiref-3.6.0-py3-none-any.whl", hash = "sha256:71e68008da809b957b7ee4b43dbccff33d1b23519fb8344e33f049897077afac"}, - {file = "asgiref-3.6.0.tar.gz", hash = "sha256:9567dfe7bd8d3c8c892227827c41cce860b368104c3431da67a0c5a65a949506"}, + {file = "asgiref-3.7.2-py3-none-any.whl", hash = "sha256:89b2ef2247e3b562a16eef663bc0e2e703ec6468e2fa8a5cd61cd449786d4f6e"}, + {file = "asgiref-3.7.2.tar.gz", hash = "sha256:9e0ce3aa93a819ba5b45120216b23878cf6e8525eb3848653452b4192b92afed"}, ] [package.extras] @@ -238,7 +229,6 @@ tests = ["mypy (>=0.800)", "pytest", "pytest-asyncio"] name = "asttokens" version = "2.2.1" description = "Annotate AST trees with source code positions" -category = "dev" optional = false python-versions = "*" files = [ @@ -256,7 +246,6 @@ test = ["astroid", "pytest"] name = "async-generator" version = "1.10" description = "Async generators and context managers for Python 3.5+" -category = "main" optional = false python-versions = ">=3.5" files = [ @@ -268,7 +257,6 @@ files = [ name = "async-timeout" version = "4.0.2" description = "Timeout context manager for asyncio programs" -category = "main" optional = false python-versions = ">=3.6" files = [ @@ -280,7 +268,6 @@ files = [ name = "attrs" version = "23.1.0" description = "Classes Without Boilerplate" -category = "main" optional = false python-versions = ">=3.7" files = [ @@ -299,7 +286,6 @@ tests-no-zope = ["cloudpickle", "hypothesis", "mypy (>=1.1.1)", "pympler", "pyte name = "backcall" version = "0.2.0" description = "Specifications for callback functions passed in to an API" -category = "dev" optional = false python-versions = "*" files = [ @@ -311,7 +297,6 @@ files = [ name = "bcrypt" version = "4.0.1" description = "Modern password hashing for your software and your servers" -category = "main" optional = false python-versions = ">=3.6" files = [ @@ -344,21 +329,19 @@ typecheck = ["mypy"] [[package]] name = "billiard" -version = "3.6.4.0" +version = "4.1.0" description = "Python multiprocessing fork with improvements and bugfixes" -category = "main" optional = false -python-versions = "*" +python-versions = ">=3.7" files = [ - {file = "billiard-3.6.4.0-py3-none-any.whl", hash = "sha256:87103ea78fa6ab4d5c751c4909bcff74617d985de7fa8b672cf8618afd5a875b"}, - {file = "billiard-3.6.4.0.tar.gz", hash = "sha256:299de5a8da28a783d51b197d496bef4f1595dd023a93a4f59dde1886ae905547"}, + {file = "billiard-4.1.0-py3-none-any.whl", hash = "sha256:0f50d6be051c6b2b75bfbc8bfd85af195c5739c281d3f5b86a5640c65563614a"}, + {file = "billiard-4.1.0.tar.gz", hash = "sha256:1ad2eeae8e28053d729ba3373d34d9d6e210f6e4d8bf0a9c64f92bd053f1edf5"}, ] [[package]] name = "binaryornot" version = "0.4.4" description = "Ultra-lightweight pure Python package to check if a file is binary or text." -category = "main" optional = false python-versions = "*" files = [ @@ -373,7 +356,6 @@ chardet = ">=3.0.2" name = "black" version = "22.12.0" description = "The uncompromising code formatter." -category = "dev" optional = false python-versions = ">=3.7" files = [ @@ -405,64 +387,63 @@ uvloop = ["uvloop (>=0.15.2)"] [[package]] name = "celery" -version = "5.2.7" +version = "5.3.0" description = "Distributed Task Queue." -category = "main" optional = false python-versions = ">=3.7" files = [ - {file = "celery-5.2.7-py3-none-any.whl", hash = "sha256:138420c020cd58d6707e6257b6beda91fd39af7afde5d36c6334d175302c0e14"}, - {file = "celery-5.2.7.tar.gz", hash = "sha256:fafbd82934d30f8a004f81e8f7a062e31413a23d444be8ee3326553915958c6d"}, + {file = "celery-5.3.0-py3-none-any.whl", hash = "sha256:95d29f9a93f41c4b122fddf1fe3ef13f872029dca4ad1f9af4f1a414442ceecf"}, + {file = "celery-5.3.0.tar.gz", hash = "sha256:1eaba5ee14d8c8c0bed8f6063e5e10dabdbcf23503a861cf0e10b7221d99cb0d"}, ] [package.dependencies] -billiard = ">=3.6.4.0,<4.0" -click = ">=8.0.3,<9.0" -click-didyoumean = ">=0.0.3" +billiard = ">=4.1.0,<5.0" +click = ">=8.1.2,<9.0" +click-didyoumean = ">=0.3.0" click-plugins = ">=1.1.1" click-repl = ">=0.2.0" -kombu = ">=5.2.3,<6.0" -pytz = ">=2021.3" +kombu = ">=5.3.0,<6.0" +python-dateutil = ">=2.8.2" +tzdata = ">=2022.7" vine = ">=5.0.0,<6.0" [package.extras] -arangodb = ["pyArango (>=1.3.2)"] -auth = ["cryptography"] -azureblockblob = ["azure-storage-blob (==12.9.0)"] +arangodb = ["pyArango (>=2.0.1)"] +auth = ["cryptography (==41.0.1)"] +azureblockblob = ["azure-storage-blob (>=12.15.0)"] brotli = ["brotli (>=1.0.0)", "brotlipy (>=0.7.0)"] -cassandra = ["cassandra-driver (<3.21.0)"] -consul = ["python-consul2"] -cosmosdbsql = ["pydocumentdb (==2.3.2)"] +cassandra = ["cassandra-driver (>=3.25.0,<4)"] +consul = ["python-consul2 (==0.1.5)"] +cosmosdbsql = ["pydocumentdb (==2.3.5)"] couchbase = ["couchbase (>=3.0.0)"] -couchdb = ["pycouchdb"] -django = ["Django (>=1.11)"] -dynamodb = ["boto3 (>=1.9.178)"] -elasticsearch = ["elasticsearch"] +couchdb = ["pycouchdb (==1.14.2)"] +django = ["Django (>=2.2.28)"] +dynamodb = ["boto3 (>=1.26.143)"] +elasticsearch = ["elasticsearch (<8.0)"] eventlet = ["eventlet (>=0.32.0)"] gevent = ["gevent (>=1.5.0)"] -librabbitmq = ["librabbitmq (>=1.5.0)"] -memcache = ["pylibmc"] -mongodb = ["pymongo[srv] (>=3.11.1)"] -msgpack = ["msgpack"] -pymemcache = ["python-memcached"] -pyro = ["pyro4"] -pytest = ["pytest-celery"] -redis = ["redis (>=3.4.1,!=4.0.0,!=4.0.1)"] -s3 = ["boto3 (>=1.9.125)"] +librabbitmq = ["librabbitmq (>=2.0.0)"] +memcache = ["pylibmc (==1.6.3)"] +mongodb = ["pymongo[srv] (>=4.0.2)"] +msgpack = ["msgpack (==1.0.5)"] +pymemcache = ["python-memcached (==1.59)"] +pyro = ["pyro4 (==4.82)"] +pytest = ["pytest-celery (==0.0.0)"] +redis = ["redis (>=4.5.2)"] +s3 = ["boto3 (>=1.26.143)"] slmq = ["softlayer-messaging (>=1.0.3)"] -solar = ["ephem"] -sqlalchemy = ["sqlalchemy"] -sqs = ["kombu[sqs]"] +solar = ["ephem (==4.1.4)"] +sqlalchemy = ["sqlalchemy (>=1.4.48,<2.1)"] +sqs = ["kombu[sqs] (>=5.3.0)"] tblib = ["tblib (>=1.3.0)", "tblib (>=1.5.0)"] yaml = ["PyYAML (>=3.10)"] zookeeper = ["kazoo (>=1.3.1)"] -zstd = ["zstandard"] +zstd = ["zstandard (==0.21.0)"] [[package]] name = "certifi" version = "2023.5.7" description = "Python package for providing Mozilla's CA Bundle." -category = "main" optional = false python-versions = ">=3.6" files = [ @@ -474,7 +455,6 @@ files = [ name = "cffi" version = "1.15.1" description = "Foreign Function Interface for Python calling C code." -category = "main" optional = false python-versions = "*" files = [ @@ -551,7 +531,6 @@ pycparser = "*" name = "cfgv" version = "3.3.1" description = "Validate configuration and produce human readable error messages." -category = "main" optional = false python-versions = ">=3.6.1" files = [ @@ -563,7 +542,6 @@ files = [ name = "chardet" version = "5.1.0" description = "Universal encoding detector for Python 3" -category = "main" optional = false python-versions = ">=3.7" files = [ @@ -575,7 +553,6 @@ files = [ name = "charset-normalizer" version = "3.1.0" description = "The Real First Universal Charset Detector. Open, modern and actively maintained alternative to Chardet." -category = "main" optional = false python-versions = ">=3.7.0" files = [ @@ -660,7 +637,6 @@ files = [ name = "click" version = "8.1.3" description = "Composable command line interface toolkit" -category = "main" optional = false python-versions = ">=3.7" files = [ @@ -675,7 +651,6 @@ colorama = {version = "*", markers = "platform_system == \"Windows\""} name = "click-didyoumean" version = "0.3.0" description = "Enables git-like *did-you-mean* feature in click" -category = "main" optional = false python-versions = ">=3.6.2,<4.0.0" files = [ @@ -690,7 +665,6 @@ click = ">=7" name = "click-plugins" version = "1.1.1" description = "An extension module for click to enable registering CLI commands via setuptools entry-points." -category = "main" optional = false python-versions = "*" files = [ @@ -706,26 +680,26 @@ dev = ["coveralls", "pytest (>=3.6)", "pytest-cov", "wheel"] [[package]] name = "click-repl" -version = "0.2.0" +version = "0.3.0" description = "REPL plugin for Click" -category = "main" optional = false -python-versions = "*" +python-versions = ">=3.6" files = [ - {file = "click-repl-0.2.0.tar.gz", hash = "sha256:cd12f68d745bf6151210790540b4cb064c7b13e571bc64b6957d98d120dacfd8"}, - {file = "click_repl-0.2.0-py3-none-any.whl", hash = "sha256:94b3fbbc9406a236f176e0506524b2937e4b23b6f4c0c0b2a0a83f8a64e9194b"}, + {file = "click-repl-0.3.0.tar.gz", hash = "sha256:17849c23dba3d667247dc4defe1757fff98694e90fe37474f3feebb69ced26a9"}, + {file = "click_repl-0.3.0-py3-none-any.whl", hash = "sha256:fb7e06deb8da8de86180a33a9da97ac316751c094c6899382da7feeeeb51b812"}, ] [package.dependencies] -click = "*" -prompt-toolkit = "*" -six = "*" +click = ">=7.0" +prompt-toolkit = ">=3.0.36" + +[package.extras] +testing = ["pytest (>=7.2.1)", "pytest-cov (>=4.0.0)", "tox (>=4.4.3)"] [[package]] name = "colorama" version = "0.4.6" description = "Cross-platform colored terminal text." -category = "main" optional = false python-versions = "!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*,!=3.4.*,!=3.5.*,!=3.6.*,>=2.7" files = [ @@ -737,7 +711,6 @@ files = [ name = "cookiecutter" version = "2.1.1" description = "A command-line utility that creates projects from project templates, e.g. creating a Python package project from a Python package project template." -category = "main" optional = false python-versions = ">=3.7" files = [ @@ -756,63 +729,71 @@ requests = ">=2.23.0" [[package]] name = "coverage" -version = "7.2.5" +version = "7.2.7" description = "Code coverage measurement for Python" -category = "dev" optional = false python-versions = ">=3.7" files = [ - {file = "coverage-7.2.5-cp310-cp310-macosx_10_9_x86_64.whl", hash = "sha256:883123d0bbe1c136f76b56276074b0c79b5817dd4238097ffa64ac67257f4b6c"}, - {file = "coverage-7.2.5-cp310-cp310-macosx_11_0_arm64.whl", hash = "sha256:d2fbc2a127e857d2f8898aaabcc34c37771bf78a4d5e17d3e1f5c30cd0cbc62a"}, - {file = "coverage-7.2.5-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:5f3671662dc4b422b15776cdca89c041a6349b4864a43aa2350b6b0b03bbcc7f"}, - {file = "coverage-7.2.5-cp310-cp310-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:780551e47d62095e088f251f5db428473c26db7829884323e56d9c0c3118791a"}, - {file = "coverage-7.2.5-cp310-cp310-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:066b44897c493e0dcbc9e6a6d9f8bbb6607ef82367cf6810d387c09f0cd4fe9a"}, - {file = "coverage-7.2.5-cp310-cp310-musllinux_1_1_aarch64.whl", hash = "sha256:b9a4ee55174b04f6af539218f9f8083140f61a46eabcaa4234f3c2a452c4ed11"}, - {file = "coverage-7.2.5-cp310-cp310-musllinux_1_1_i686.whl", hash = "sha256:706ec567267c96717ab9363904d846ec009a48d5f832140b6ad08aad3791b1f5"}, - {file = "coverage-7.2.5-cp310-cp310-musllinux_1_1_x86_64.whl", hash = "sha256:ae453f655640157d76209f42c62c64c4d4f2c7f97256d3567e3b439bd5c9b06c"}, - {file = "coverage-7.2.5-cp310-cp310-win32.whl", hash = "sha256:f81c9b4bd8aa747d417407a7f6f0b1469a43b36a85748145e144ac4e8d303cb5"}, - {file = "coverage-7.2.5-cp310-cp310-win_amd64.whl", hash = "sha256:dc945064a8783b86fcce9a0a705abd7db2117d95e340df8a4333f00be5efb64c"}, - {file = "coverage-7.2.5-cp311-cp311-macosx_10_9_x86_64.whl", hash = "sha256:40cc0f91c6cde033da493227797be2826cbf8f388eaa36a0271a97a332bfd7ce"}, - {file = "coverage-7.2.5-cp311-cp311-macosx_11_0_arm64.whl", hash = "sha256:a66e055254a26c82aead7ff420d9fa8dc2da10c82679ea850d8feebf11074d88"}, - {file = "coverage-7.2.5-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:c10fbc8a64aa0f3ed136b0b086b6b577bc64d67d5581acd7cc129af52654384e"}, - {file = "coverage-7.2.5-cp311-cp311-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:9a22cbb5ede6fade0482111fa7f01115ff04039795d7092ed0db43522431b4f2"}, - {file = "coverage-7.2.5-cp311-cp311-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:292300f76440651529b8ceec283a9370532f4ecba9ad67d120617021bb5ef139"}, - {file = "coverage-7.2.5-cp311-cp311-musllinux_1_1_aarch64.whl", hash = "sha256:7ff8f3fb38233035028dbc93715551d81eadc110199e14bbbfa01c5c4a43f8d8"}, - {file = "coverage-7.2.5-cp311-cp311-musllinux_1_1_i686.whl", hash = "sha256:a08c7401d0b24e8c2982f4e307124b671c6736d40d1c39e09d7a8687bddf83ed"}, - {file = "coverage-7.2.5-cp311-cp311-musllinux_1_1_x86_64.whl", hash = "sha256:ef9659d1cda9ce9ac9585c045aaa1e59223b143f2407db0eaee0b61a4f266fb6"}, - {file = "coverage-7.2.5-cp311-cp311-win32.whl", hash = "sha256:30dcaf05adfa69c2a7b9f7dfd9f60bc8e36b282d7ed25c308ef9e114de7fc23b"}, - {file = "coverage-7.2.5-cp311-cp311-win_amd64.whl", hash = "sha256:97072cc90f1009386c8a5b7de9d4fc1a9f91ba5ef2146c55c1f005e7b5c5e068"}, - {file = "coverage-7.2.5-cp37-cp37m-macosx_10_9_x86_64.whl", hash = "sha256:bebea5f5ed41f618797ce3ffb4606c64a5de92e9c3f26d26c2e0aae292f015c1"}, - {file = "coverage-7.2.5-cp37-cp37m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:828189fcdda99aae0d6bf718ea766b2e715eabc1868670a0a07bf8404bf58c33"}, - {file = "coverage-7.2.5-cp37-cp37m-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:6e8a95f243d01ba572341c52f89f3acb98a3b6d1d5d830efba86033dd3687ade"}, - {file = "coverage-7.2.5-cp37-cp37m-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:e8834e5f17d89e05697c3c043d3e58a8b19682bf365048837383abfe39adaed5"}, - {file = "coverage-7.2.5-cp37-cp37m-musllinux_1_1_aarch64.whl", hash = "sha256:d1f25ee9de21a39b3a8516f2c5feb8de248f17da7eead089c2e04aa097936b47"}, - {file = "coverage-7.2.5-cp37-cp37m-musllinux_1_1_i686.whl", hash = "sha256:1637253b11a18f453e34013c665d8bf15904c9e3c44fbda34c643fbdc9d452cd"}, - {file = "coverage-7.2.5-cp37-cp37m-musllinux_1_1_x86_64.whl", hash = "sha256:8e575a59315a91ccd00c7757127f6b2488c2f914096077c745c2f1ba5b8c0969"}, - {file = "coverage-7.2.5-cp37-cp37m-win32.whl", hash = "sha256:509ecd8334c380000d259dc66feb191dd0a93b21f2453faa75f7f9cdcefc0718"}, - {file = "coverage-7.2.5-cp37-cp37m-win_amd64.whl", hash = "sha256:12580845917b1e59f8a1c2ffa6af6d0908cb39220f3019e36c110c943dc875b0"}, - {file = "coverage-7.2.5-cp38-cp38-macosx_10_9_x86_64.whl", hash = "sha256:b5016e331b75310610c2cf955d9f58a9749943ed5f7b8cfc0bb89c6134ab0a84"}, - {file = "coverage-7.2.5-cp38-cp38-macosx_11_0_arm64.whl", hash = "sha256:373ea34dca98f2fdb3e5cb33d83b6d801007a8074f992b80311fc589d3e6b790"}, - {file = "coverage-7.2.5-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:a063aad9f7b4c9f9da7b2550eae0a582ffc7623dca1c925e50c3fbde7a579771"}, - {file = "coverage-7.2.5-cp38-cp38-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:38c0a497a000d50491055805313ed83ddba069353d102ece8aef5d11b5faf045"}, - {file = "coverage-7.2.5-cp38-cp38-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:a2b3b05e22a77bb0ae1a3125126a4e08535961c946b62f30985535ed40e26614"}, - {file = "coverage-7.2.5-cp38-cp38-musllinux_1_1_aarch64.whl", hash = "sha256:0342a28617e63ad15d96dca0f7ae9479a37b7d8a295f749c14f3436ea59fdcb3"}, - {file = "coverage-7.2.5-cp38-cp38-musllinux_1_1_i686.whl", hash = "sha256:cf97ed82ca986e5c637ea286ba2793c85325b30f869bf64d3009ccc1a31ae3fd"}, - {file = "coverage-7.2.5-cp38-cp38-musllinux_1_1_x86_64.whl", hash = "sha256:c2c41c1b1866b670573657d584de413df701f482574bad7e28214a2362cb1fd1"}, - {file = "coverage-7.2.5-cp38-cp38-win32.whl", hash = "sha256:10b15394c13544fce02382360cab54e51a9e0fd1bd61ae9ce012c0d1e103c813"}, - {file = "coverage-7.2.5-cp38-cp38-win_amd64.whl", hash = "sha256:a0b273fe6dc655b110e8dc89b8ec7f1a778d78c9fd9b4bda7c384c8906072212"}, - {file = "coverage-7.2.5-cp39-cp39-macosx_10_9_x86_64.whl", hash = "sha256:5c587f52c81211d4530fa6857884d37f514bcf9453bdeee0ff93eaaf906a5c1b"}, - {file = "coverage-7.2.5-cp39-cp39-macosx_11_0_arm64.whl", hash = "sha256:4436cc9ba5414c2c998eaedee5343f49c02ca93b21769c5fdfa4f9d799e84200"}, - {file = "coverage-7.2.5-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:6599bf92f33ab041e36e06d25890afbdf12078aacfe1f1d08c713906e49a3fe5"}, - {file = "coverage-7.2.5-cp39-cp39-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:857abe2fa6a4973f8663e039ead8d22215d31db613ace76e4a98f52ec919068e"}, - {file = "coverage-7.2.5-cp39-cp39-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:f6f5cab2d7f0c12f8187a376cc6582c477d2df91d63f75341307fcdcb5d60303"}, - {file = "coverage-7.2.5-cp39-cp39-musllinux_1_1_aarch64.whl", hash = "sha256:aa387bd7489f3e1787ff82068b295bcaafbf6f79c3dad3cbc82ef88ce3f48ad3"}, - {file = "coverage-7.2.5-cp39-cp39-musllinux_1_1_i686.whl", hash = "sha256:156192e5fd3dbbcb11cd777cc469cf010a294f4c736a2b2c891c77618cb1379a"}, - {file = "coverage-7.2.5-cp39-cp39-musllinux_1_1_x86_64.whl", hash = "sha256:bd3b4b8175c1db502adf209d06136c000df4d245105c8839e9d0be71c94aefe1"}, - {file = "coverage-7.2.5-cp39-cp39-win32.whl", hash = "sha256:ddc5a54edb653e9e215f75de377354e2455376f416c4378e1d43b08ec50acc31"}, - {file = "coverage-7.2.5-cp39-cp39-win_amd64.whl", hash = "sha256:338aa9d9883aaaad53695cb14ccdeb36d4060485bb9388446330bef9c361c252"}, - {file = "coverage-7.2.5-pp37.pp38.pp39-none-any.whl", hash = "sha256:8877d9b437b35a85c18e3c6499b23674684bf690f5d96c1006a1ef61f9fdf0f3"}, - {file = "coverage-7.2.5.tar.gz", hash = "sha256:f99ef080288f09ffc687423b8d60978cf3a465d3f404a18d1a05474bd8575a47"}, + {file = "coverage-7.2.7-cp310-cp310-macosx_10_9_x86_64.whl", hash = "sha256:d39b5b4f2a66ccae8b7263ac3c8170994b65266797fb96cbbfd3fb5b23921db8"}, + {file = "coverage-7.2.7-cp310-cp310-macosx_11_0_arm64.whl", hash = "sha256:6d040ef7c9859bb11dfeb056ff5b3872436e3b5e401817d87a31e1750b9ae2fb"}, + {file = "coverage-7.2.7-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:ba90a9563ba44a72fda2e85302c3abc71c5589cea608ca16c22b9804262aaeb6"}, + {file = "coverage-7.2.7-cp310-cp310-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:e7d9405291c6928619403db1d10bd07888888ec1abcbd9748fdaa971d7d661b2"}, + {file = "coverage-7.2.7-cp310-cp310-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:31563e97dae5598556600466ad9beea39fb04e0229e61c12eaa206e0aa202063"}, + {file = "coverage-7.2.7-cp310-cp310-musllinux_1_1_aarch64.whl", hash = "sha256:ebba1cd308ef115925421d3e6a586e655ca5a77b5bf41e02eb0e4562a111f2d1"}, + {file = "coverage-7.2.7-cp310-cp310-musllinux_1_1_i686.whl", hash = "sha256:cb017fd1b2603ef59e374ba2063f593abe0fc45f2ad9abdde5b4d83bd922a353"}, + {file = "coverage-7.2.7-cp310-cp310-musllinux_1_1_x86_64.whl", hash = "sha256:d62a5c7dad11015c66fbb9d881bc4caa5b12f16292f857842d9d1871595f4495"}, + {file = "coverage-7.2.7-cp310-cp310-win32.whl", hash = "sha256:ee57190f24fba796e36bb6d3aa8a8783c643d8fa9760c89f7a98ab5455fbf818"}, + {file = "coverage-7.2.7-cp310-cp310-win_amd64.whl", hash = "sha256:f75f7168ab25dd93110c8a8117a22450c19976afbc44234cbf71481094c1b850"}, + {file = "coverage-7.2.7-cp311-cp311-macosx_10_9_x86_64.whl", hash = "sha256:06a9a2be0b5b576c3f18f1a241f0473575c4a26021b52b2a85263a00f034d51f"}, + {file = "coverage-7.2.7-cp311-cp311-macosx_11_0_arm64.whl", hash = "sha256:5baa06420f837184130752b7c5ea0808762083bf3487b5038d68b012e5937dbe"}, + {file = "coverage-7.2.7-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:fdec9e8cbf13a5bf63290fc6013d216a4c7232efb51548594ca3631a7f13c3a3"}, + {file = "coverage-7.2.7-cp311-cp311-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:52edc1a60c0d34afa421c9c37078817b2e67a392cab17d97283b64c5833f427f"}, + {file = "coverage-7.2.7-cp311-cp311-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:63426706118b7f5cf6bb6c895dc215d8a418d5952544042c8a2d9fe87fcf09cb"}, + {file = "coverage-7.2.7-cp311-cp311-musllinux_1_1_aarch64.whl", hash = "sha256:afb17f84d56068a7c29f5fa37bfd38d5aba69e3304af08ee94da8ed5b0865833"}, + {file = "coverage-7.2.7-cp311-cp311-musllinux_1_1_i686.whl", hash = "sha256:48c19d2159d433ccc99e729ceae7d5293fbffa0bdb94952d3579983d1c8c9d97"}, + {file = "coverage-7.2.7-cp311-cp311-musllinux_1_1_x86_64.whl", hash = "sha256:0e1f928eaf5469c11e886fe0885ad2bf1ec606434e79842a879277895a50942a"}, + {file = "coverage-7.2.7-cp311-cp311-win32.whl", hash = "sha256:33d6d3ea29d5b3a1a632b3c4e4f4ecae24ef170b0b9ee493883f2df10039959a"}, + {file = "coverage-7.2.7-cp311-cp311-win_amd64.whl", hash = "sha256:5b7540161790b2f28143191f5f8ec02fb132660ff175b7747b95dcb77ac26562"}, + {file = "coverage-7.2.7-cp312-cp312-macosx_10_9_x86_64.whl", hash = "sha256:f2f67fe12b22cd130d34d0ef79206061bfb5eda52feb6ce0dba0644e20a03cf4"}, + {file = "coverage-7.2.7-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:a342242fe22407f3c17f4b499276a02b01e80f861f1682ad1d95b04018e0c0d4"}, + {file = "coverage-7.2.7-cp312-cp312-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:171717c7cb6b453aebac9a2ef603699da237f341b38eebfee9be75d27dc38e01"}, + {file = "coverage-7.2.7-cp312-cp312-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:49969a9f7ffa086d973d91cec8d2e31080436ef0fb4a359cae927e742abfaaa6"}, + {file = "coverage-7.2.7-cp312-cp312-musllinux_1_1_aarch64.whl", hash = "sha256:b46517c02ccd08092f4fa99f24c3b83d8f92f739b4657b0f146246a0ca6a831d"}, + {file = "coverage-7.2.7-cp312-cp312-musllinux_1_1_i686.whl", hash = "sha256:a3d33a6b3eae87ceaefa91ffdc130b5e8536182cd6dfdbfc1aa56b46ff8c86de"}, + {file = "coverage-7.2.7-cp312-cp312-musllinux_1_1_x86_64.whl", hash = "sha256:976b9c42fb2a43ebf304fa7d4a310e5f16cc99992f33eced91ef6f908bd8f33d"}, + {file = "coverage-7.2.7-cp312-cp312-win32.whl", hash = "sha256:8de8bb0e5ad103888d65abef8bca41ab93721647590a3f740100cd65c3b00511"}, + {file = "coverage-7.2.7-cp312-cp312-win_amd64.whl", hash = "sha256:9e31cb64d7de6b6f09702bb27c02d1904b3aebfca610c12772452c4e6c21a0d3"}, + {file = "coverage-7.2.7-cp37-cp37m-macosx_10_9_x86_64.whl", hash = "sha256:58c2ccc2f00ecb51253cbe5d8d7122a34590fac9646a960d1430d5b15321d95f"}, + {file = "coverage-7.2.7-cp37-cp37m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:d22656368f0e6189e24722214ed8d66b8022db19d182927b9a248a2a8a2f67eb"}, + {file = "coverage-7.2.7-cp37-cp37m-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:a895fcc7b15c3fc72beb43cdcbdf0ddb7d2ebc959edac9cef390b0d14f39f8a9"}, + {file = "coverage-7.2.7-cp37-cp37m-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:e84606b74eb7de6ff581a7915e2dab7a28a0517fbe1c9239eb227e1354064dcd"}, + {file = "coverage-7.2.7-cp37-cp37m-musllinux_1_1_aarch64.whl", hash = "sha256:0a5f9e1dbd7fbe30196578ca36f3fba75376fb99888c395c5880b355e2875f8a"}, + {file = "coverage-7.2.7-cp37-cp37m-musllinux_1_1_i686.whl", hash = "sha256:419bfd2caae268623dd469eff96d510a920c90928b60f2073d79f8fe2bbc5959"}, + {file = "coverage-7.2.7-cp37-cp37m-musllinux_1_1_x86_64.whl", hash = "sha256:2aee274c46590717f38ae5e4650988d1af340fe06167546cc32fe2f58ed05b02"}, + {file = "coverage-7.2.7-cp37-cp37m-win32.whl", hash = "sha256:61b9a528fb348373c433e8966535074b802c7a5d7f23c4f421e6c6e2f1697a6f"}, + {file = "coverage-7.2.7-cp37-cp37m-win_amd64.whl", hash = "sha256:b1c546aca0ca4d028901d825015dc8e4d56aac4b541877690eb76490f1dc8ed0"}, + {file = "coverage-7.2.7-cp38-cp38-macosx_10_9_x86_64.whl", hash = "sha256:54b896376ab563bd38453cecb813c295cf347cf5906e8b41d340b0321a5433e5"}, + {file = "coverage-7.2.7-cp38-cp38-macosx_11_0_arm64.whl", hash = "sha256:3d376df58cc111dc8e21e3b6e24606b5bb5dee6024f46a5abca99124b2229ef5"}, + {file = "coverage-7.2.7-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:5e330fc79bd7207e46c7d7fd2bb4af2963f5f635703925543a70b99574b0fea9"}, + {file = "coverage-7.2.7-cp38-cp38-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:1e9d683426464e4a252bf70c3498756055016f99ddaec3774bf368e76bbe02b6"}, + {file = "coverage-7.2.7-cp38-cp38-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:8d13c64ee2d33eccf7437961b6ea7ad8673e2be040b4f7fd4fd4d4d28d9ccb1e"}, + {file = "coverage-7.2.7-cp38-cp38-musllinux_1_1_aarch64.whl", hash = "sha256:b7aa5f8a41217360e600da646004f878250a0d6738bcdc11a0a39928d7dc2050"}, + {file = "coverage-7.2.7-cp38-cp38-musllinux_1_1_i686.whl", hash = "sha256:8fa03bce9bfbeeef9f3b160a8bed39a221d82308b4152b27d82d8daa7041fee5"}, + {file = "coverage-7.2.7-cp38-cp38-musllinux_1_1_x86_64.whl", hash = "sha256:245167dd26180ab4c91d5e1496a30be4cd721a5cf2abf52974f965f10f11419f"}, + {file = "coverage-7.2.7-cp38-cp38-win32.whl", hash = "sha256:d2c2db7fd82e9b72937969bceac4d6ca89660db0a0967614ce2481e81a0b771e"}, + {file = "coverage-7.2.7-cp38-cp38-win_amd64.whl", hash = "sha256:2e07b54284e381531c87f785f613b833569c14ecacdcb85d56b25c4622c16c3c"}, + {file = "coverage-7.2.7-cp39-cp39-macosx_10_9_x86_64.whl", hash = "sha256:537891ae8ce59ef63d0123f7ac9e2ae0fc8b72c7ccbe5296fec45fd68967b6c9"}, + {file = "coverage-7.2.7-cp39-cp39-macosx_11_0_arm64.whl", hash = "sha256:06fb182e69f33f6cd1d39a6c597294cff3143554b64b9825d1dc69d18cc2fff2"}, + {file = "coverage-7.2.7-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:201e7389591af40950a6480bd9edfa8ed04346ff80002cec1a66cac4549c1ad7"}, + {file = "coverage-7.2.7-cp39-cp39-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:f6951407391b639504e3b3be51b7ba5f3528adbf1a8ac3302b687ecababf929e"}, + {file = "coverage-7.2.7-cp39-cp39-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:6f48351d66575f535669306aa7d6d6f71bc43372473b54a832222803eb956fd1"}, + {file = "coverage-7.2.7-cp39-cp39-musllinux_1_1_aarch64.whl", hash = "sha256:b29019c76039dc3c0fd815c41392a044ce555d9bcdd38b0fb60fb4cd8e475ba9"}, + {file = "coverage-7.2.7-cp39-cp39-musllinux_1_1_i686.whl", hash = "sha256:81c13a1fc7468c40f13420732805a4c38a105d89848b7c10af65a90beff25250"}, + {file = "coverage-7.2.7-cp39-cp39-musllinux_1_1_x86_64.whl", hash = "sha256:975d70ab7e3c80a3fe86001d8751f6778905ec723f5b110aed1e450da9d4b7f2"}, + {file = "coverage-7.2.7-cp39-cp39-win32.whl", hash = "sha256:7ee7d9d4822c8acc74a5e26c50604dff824710bc8de424904c0982e25c39c6cb"}, + {file = "coverage-7.2.7-cp39-cp39-win_amd64.whl", hash = "sha256:eb393e5ebc85245347950143969b241d08b52b88a3dc39479822e073a1a8eb27"}, + {file = "coverage-7.2.7-pp37.pp38.pp39-none-any.whl", hash = "sha256:b7b4c971f05e6ae490fef852c218b0e79d4e52f79ef0c8475566584a8fb3e01d"}, + {file = "coverage-7.2.7.tar.gz", hash = "sha256:924d94291ca674905fe9481f12294eb11f2d3d3fd1adb20314ba89e94f44ed59"}, ] [package.extras] @@ -822,7 +803,6 @@ toml = ["tomli"] name = "decorator" version = "5.1.1" description = "Decorators for Humans" -category = "main" optional = false python-versions = ">=3.5" files = [ @@ -834,7 +814,6 @@ files = [ name = "distlib" version = "0.3.6" description = "Distribution utilities" -category = "main" optional = false python-versions = "*" files = [ @@ -844,14 +823,13 @@ files = [ [[package]] name = "django" -version = "4.2.1" +version = "4.2.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.2.1-py3-none-any.whl", hash = "sha256:066b6debb5ac335458d2a713ed995570536c8b59a580005acb0732378d5eb1ee"}, - {file = "Django-4.2.1.tar.gz", hash = "sha256:7efa6b1f781a6119a10ac94b4794ded90db8accbe7802281cd26f8664ffed59c"}, + {file = "Django-4.2.2-py3-none-any.whl", hash = "sha256:672b3fa81e1f853bb58be1b51754108ab4ffa12a77c06db86aa8df9ed0c46fe5"}, + {file = "Django-4.2.2.tar.gz", hash = "sha256:2a6b6fbff5b59dd07bef10bcb019bee2ea97a30b2a656d51346596724324badf"}, ] [package.dependencies] @@ -867,7 +845,6 @@ bcrypt = ["bcrypt"] name = "dparse" version = "0.6.2" description = "A parser for Python dependency files" -category = "dev" optional = false python-versions = ">=3.5" files = [ @@ -883,11 +860,32 @@ toml = "*" conda = ["pyyaml"] pipenv = ["pipenv"] +[[package]] +name = "easyprocess" +version = "1.1" +description = "Easy to use Python subprocess interface." +optional = false +python-versions = "*" +files = [ + {file = "EasyProcess-1.1-py3-none-any.whl", hash = "sha256:82eed523a0a5eb12a81fa4eacd9f342caeb3f900eb4b798740e6696ad07e63f9"}, + {file = "EasyProcess-1.1.tar.gz", hash = "sha256:885898302a57aab948973e8b5d32a4229392b9fb2d986ab1d4ffd590e5ba90ec"}, +] + +[[package]] +name = "entrypoint2" +version = "1.1" +description = "easy to use command-line interface for python modules" +optional = false +python-versions = "*" +files = [ + {file = "entrypoint2-1.1-py2.py3-none-any.whl", hash = "sha256:eeb8c327bdb65cdd1668c023a6b110b7e3d1a046fb05e043861ebd9264b3a257"}, + {file = "entrypoint2-1.1.tar.gz", hash = "sha256:fc0b7fe7b21acdab47a585ab9407ca7e5c4f96cb6888575db6b0ceb91f0e105a"}, +] + [[package]] name = "exceptiongroup" version = "1.1.1" description = "Backport of PEP 654 (exception groups)" -category = "main" optional = false python-versions = ">=3.7" files = [ @@ -902,7 +900,6 @@ test = ["pytest (>=6)"] name = "executing" version = "1.2.0" description = "Get the currently executing AST node of a frame, and other information" -category = "dev" optional = false python-versions = "*" files = [ @@ -917,7 +914,6 @@ tests = ["asttokens", "littleutils", "pytest", "rich"] name = "factory-boy" version = "3.2.1" description = "A versatile test fixtures replacement based on thoughtbot's factory_bot for Ruby." -category = "main" optional = false python-versions = ">=3.6" files = [ @@ -936,7 +932,6 @@ doc = ["Sphinx", "sphinx-rtd-theme", "sphinxcontrib-spelling"] name = "faker" version = "16.9.0" description = "Faker is a Python package that generates fake data for you." -category = "main" optional = false python-versions = ">=3.7" files = [ @@ -951,7 +946,6 @@ python-dateutil = ">=2.4" name = "fastapi" version = "0.89.1" description = "FastAPI framework, high performance, easy to learn, fast to code, ready for production" -category = "main" optional = false python-versions = ">=3.7" files = [ @@ -971,25 +965,23 @@ test = ["anyio[trio] (>=3.2.1,<4.0.0)", "black (==22.10.0)", "coverage[toml] (>= [[package]] name = "filelock" -version = "3.12.0" +version = "3.12.2" description = "A platform independent file lock." -category = "main" optional = false python-versions = ">=3.7" files = [ - {file = "filelock-3.12.0-py3-none-any.whl", hash = "sha256:ad98852315c2ab702aeb628412cbf7e95b7ce8c3bf9565670b4eaecf1db370a9"}, - {file = "filelock-3.12.0.tar.gz", hash = "sha256:fc03ae43288c013d2ea83c8597001b1129db351aad9c57fe2409327916b8e718"}, + {file = "filelock-3.12.2-py3-none-any.whl", hash = "sha256:cbb791cdea2a72f23da6ac5b5269ab0a0d161e9ef0100e653b69049a7706d1ec"}, + {file = "filelock-3.12.2.tar.gz", hash = "sha256:002740518d8aa59a26b0c76e10fb8c6e15eae825d34b6fdf670333fd7b938d81"}, ] [package.extras] -docs = ["furo (>=2023.3.27)", "sphinx (>=6.1.3)", "sphinx-autodoc-typehints (>=1.23,!=1.23.4)"] -testing = ["covdefaults (>=2.3)", "coverage (>=7.2.3)", "diff-cover (>=7.5)", "pytest (>=7.3.1)", "pytest-cov (>=4)", "pytest-mock (>=3.10)", "pytest-timeout (>=2.1)"] +docs = ["furo (>=2023.5.20)", "sphinx (>=7.0.1)", "sphinx-autodoc-typehints (>=1.23,!=1.23.4)"] +testing = ["covdefaults (>=2.3)", "coverage (>=7.2.7)", "diff-cover (>=7.5)", "pytest (>=7.3.1)", "pytest-cov (>=4.1)", "pytest-mock (>=3.10)", "pytest-timeout (>=2.1)"] [[package]] name = "flake8" version = "6.0.0" description = "the modular source code checker: pep8 pyflakes and co" -category = "dev" optional = false python-versions = ">=3.8.1" files = [ @@ -1006,7 +998,6 @@ pyflakes = ">=3.0.0,<3.1.0" name = "frozenlist" version = "1.3.3" description = "A list-like structure which implements collections.abc.MutableSequence" -category = "main" optional = false python-versions = ">=3.7" files = [ @@ -1090,7 +1081,6 @@ files = [ name = "greenlet" version = "2.0.2" description = "Lightweight in-process concurrent programming" -category = "main" optional = false python-versions = ">=2.7,!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*,!=3.4.*" files = [ @@ -1164,7 +1154,6 @@ test = ["objgraph", "psutil"] name = "gunicorn" version = "20.1.0" description = "WSGI HTTP Server for UNIX" -category = "main" optional = false python-versions = ">=3.5" files = [ @@ -1185,7 +1174,6 @@ tornado = ["tornado (>=0.2)"] name = "h11" version = "0.14.0" description = "A pure-Python, bring-your-own-I/O implementation of HTTP/1.1" -category = "main" optional = false python-versions = ">=3.7" files = [ @@ -1197,7 +1185,6 @@ files = [ name = "httpcore" version = "0.16.3" description = "A minimal low-level HTTP client." -category = "main" optional = false python-versions = ">=3.7" files = [ @@ -1209,17 +1196,16 @@ files = [ anyio = ">=3.0,<5.0" certifi = "*" h11 = ">=0.13,<0.15" -sniffio = ">=1.0.0,<2.0.0" +sniffio = "==1.*" [package.extras] http2 = ["h2 (>=3,<5)"] -socks = ["socksio (>=1.0.0,<2.0.0)"] +socks = ["socksio (==1.*)"] [[package]] name = "httpx" version = "0.23.3" description = "The next generation HTTP client." -category = "main" optional = false python-versions = ">=3.7" files = [ @@ -1235,15 +1221,14 @@ sniffio = "*" [package.extras] brotli = ["brotli", "brotlicffi"] -cli = ["click (>=8.0.0,<9.0.0)", "pygments (>=2.0.0,<3.0.0)", "rich (>=10,<13)"] +cli = ["click (==8.*)", "pygments (==2.*)", "rich (>=10,<13)"] http2 = ["h2 (>=3,<5)"] -socks = ["socksio (>=1.0.0,<2.0.0)"] +socks = ["socksio (==1.*)"] [[package]] name = "identify" version = "2.5.24" description = "File identification library for Python" -category = "main" optional = false python-versions = ">=3.7" files = [ @@ -1258,7 +1243,6 @@ license = ["ukkonen"] name = "idna" version = "3.4" description = "Internationalized Domain Names in Applications (IDNA)" -category = "main" optional = false python-versions = ">=3.5" files = [ @@ -1270,7 +1254,6 @@ files = [ name = "iniconfig" version = "2.0.0" description = "brain-dead simple config-ini parsing" -category = "dev" optional = false python-versions = ">=3.7" files = [ @@ -1280,14 +1263,13 @@ files = [ [[package]] name = "ipython" -version = "8.13.2" +version = "8.14.0" description = "IPython: Productive Interactive Computing" -category = "dev" optional = false python-versions = ">=3.9" files = [ - {file = "ipython-8.13.2-py3-none-any.whl", hash = "sha256:ffca270240fbd21b06b2974e14a86494d6d29290184e788275f55e0b55914926"}, - {file = "ipython-8.13.2.tar.gz", hash = "sha256:7dff3fad32b97f6488e02f87b970f309d082f758d7b7fc252e3b19ee0e432dbb"}, + {file = "ipython-8.14.0-py3-none-any.whl", hash = "sha256:248aca623f5c99a6635bc3857677b7320b9b8039f99f070ee0d20a5ca5a8e6bf"}, + {file = "ipython-8.14.0.tar.gz", hash = "sha256:1d197b907b6ba441b692c48cf2a3a2de280dc0ac91a3405b39349a50272ca0a1"}, ] [package.dependencies] @@ -1321,7 +1303,6 @@ test-extra = ["curio", "matplotlib (!=3.2.0)", "nbformat", "numpy (>=1.21)", "pa name = "jedi" version = "0.18.2" description = "An autocompletion tool for Python that can be used for text editors." -category = "dev" optional = false python-versions = ">=3.6" files = [ @@ -1337,11 +1318,25 @@ docs = ["Jinja2 (==2.11.3)", "MarkupSafe (==1.1.1)", "Pygments (==2.8.1)", "alab qa = ["flake8 (==3.8.3)", "mypy (==0.782)"] testing = ["Django (<3.1)", "attrs", "colorama", "docopt", "pytest (<7.0.0)"] +[[package]] +name = "jeepney" +version = "0.8.0" +description = "Low-level, pure Python DBus protocol wrapper." +optional = false +python-versions = ">=3.7" +files = [ + {file = "jeepney-0.8.0-py3-none-any.whl", hash = "sha256:c0a454ad016ca575060802ee4d590dd912e35c122fa04e70306de3d076cce755"}, + {file = "jeepney-0.8.0.tar.gz", hash = "sha256:5efe48d255973902f6badc3ce55e2aa6c5c3b3bc642059ef3a91247bcfcc5806"}, +] + +[package.extras] +test = ["async-timeout", "pytest", "pytest-asyncio (>=0.17)", "pytest-trio", "testpath", "trio"] +trio = ["async_generator", "trio"] + [[package]] name = "jinja2" version = "3.1.2" description = "A very fast and expressive template engine." -category = "main" optional = false python-versions = ">=3.7" files = [ @@ -1359,7 +1354,6 @@ i18n = ["Babel (>=2.7)"] name = "jinja2-time" version = "0.2.0" description = "Jinja2 Extension for Dates and Times" -category = "main" optional = false python-versions = "*" files = [ @@ -1373,41 +1367,40 @@ jinja2 = "*" [[package]] name = "kombu" -version = "5.2.4" +version = "5.3.1" description = "Messaging library for Python." -category = "main" optional = false -python-versions = ">=3.7" +python-versions = ">=3.8" files = [ - {file = "kombu-5.2.4-py3-none-any.whl", hash = "sha256:8b213b24293d3417bcf0d2f5537b7f756079e3ea232a8386dcc89a59fd2361a4"}, - {file = "kombu-5.2.4.tar.gz", hash = "sha256:37cee3ee725f94ea8bb173eaab7c1760203ea53bbebae226328600f9d2799610"}, + {file = "kombu-5.3.1-py3-none-any.whl", hash = "sha256:48ee589e8833126fd01ceaa08f8a2041334e9f5894e5763c8486a550454551e9"}, + {file = "kombu-5.3.1.tar.gz", hash = "sha256:fbd7572d92c0bf71c112a6b45163153dea5a7b6a701ec16b568c27d0fd2370f2"}, ] [package.dependencies] -amqp = ">=5.0.9,<6.0.0" +amqp = ">=5.1.1,<6.0.0" vine = "*" [package.extras] -azureservicebus = ["azure-servicebus (>=7.0.0)"] -azurestoragequeues = ["azure-storage-queue"] -consul = ["python-consul (>=0.6.0)"] +azureservicebus = ["azure-servicebus (>=7.10.0)"] +azurestoragequeues = ["azure-identity (>=1.12.0)", "azure-storage-queue (>=12.6.0)"] +confluentkafka = ["confluent-kafka (==2.1.1)"] +consul = ["python-consul2"] librabbitmq = ["librabbitmq (>=2.0.0)"] -mongodb = ["pymongo (>=3.3.0,<3.12.1)"] +mongodb = ["pymongo (>=4.1.1)"] msgpack = ["msgpack"] pyro = ["pyro4"] qpid = ["qpid-python (>=0.26)", "qpid-tools (>=0.26)"] -redis = ["redis (>=3.4.1,!=4.0.0,!=4.0.1)"] +redis = ["redis (>=4.5.2)"] slmq = ["softlayer-messaging (>=1.0.3)"] -sqlalchemy = ["sqlalchemy"] -sqs = ["boto3 (>=1.9.12)", "pycurl (>=7.44.1,<7.45.0)", "urllib3 (>=1.26.7)"] +sqlalchemy = ["sqlalchemy (>=1.4.48,<2.1)"] +sqs = ["boto3 (>=1.26.143)", "pycurl (>=7.43.0.5)", "urllib3 (>=1.26.16)"] yaml = ["PyYAML (>=3.10)"] -zookeeper = ["kazoo (>=1.3.1)"] +zookeeper = ["kazoo (>=2.8.0)"] [[package]] name = "loguru" version = "0.6.0" description = "Python logging made (stupidly) simple" -category = "main" optional = false python-versions = ">=3.5" files = [ @@ -1426,7 +1419,6 @@ dev = ["Sphinx (>=4.1.1)", "black (>=19.10b0)", "colorama (>=0.3.4)", "docutils name = "macholib" version = "1.16.2" description = "Mach-O header analysis and editing" -category = "main" optional = false python-versions = "*" files = [ @@ -1441,7 +1433,6 @@ altgraph = ">=0.17" name = "mako" version = "1.2.4" description = "A super-fast templating language that borrows the best ideas from the existing templating languages." -category = "main" optional = false python-versions = ">=3.7" files = [ @@ -1459,69 +1450,67 @@ testing = ["pytest"] [[package]] name = "markupsafe" -version = "2.1.2" +version = "2.1.3" description = "Safely add untrusted strings to HTML/XML markup." -category = "main" optional = false python-versions = ">=3.7" files = [ - {file = "MarkupSafe-2.1.2-cp310-cp310-macosx_10_9_universal2.whl", hash = "sha256:665a36ae6f8f20a4676b53224e33d456a6f5a72657d9c83c2aa00765072f31f7"}, - {file = "MarkupSafe-2.1.2-cp310-cp310-macosx_10_9_x86_64.whl", hash = "sha256:340bea174e9761308703ae988e982005aedf427de816d1afe98147668cc03036"}, - {file = "MarkupSafe-2.1.2-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:22152d00bf4a9c7c83960521fc558f55a1adbc0631fbb00a9471e097b19d72e1"}, - {file = "MarkupSafe-2.1.2-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:28057e985dace2f478e042eaa15606c7efccb700797660629da387eb289b9323"}, - {file = "MarkupSafe-2.1.2-cp310-cp310-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:ca244fa73f50a800cf8c3ebf7fd93149ec37f5cb9596aa8873ae2c1d23498601"}, - {file = "MarkupSafe-2.1.2-cp310-cp310-musllinux_1_1_aarch64.whl", hash = "sha256:d9d971ec1e79906046aa3ca266de79eac42f1dbf3612a05dc9368125952bd1a1"}, - {file = "MarkupSafe-2.1.2-cp310-cp310-musllinux_1_1_i686.whl", hash = "sha256:7e007132af78ea9df29495dbf7b5824cb71648d7133cf7848a2a5dd00d36f9ff"}, - {file = "MarkupSafe-2.1.2-cp310-cp310-musllinux_1_1_x86_64.whl", hash = "sha256:7313ce6a199651c4ed9d7e4cfb4aa56fe923b1adf9af3b420ee14e6d9a73df65"}, - {file = "MarkupSafe-2.1.2-cp310-cp310-win32.whl", hash = "sha256:c4a549890a45f57f1ebf99c067a4ad0cb423a05544accaf2b065246827ed9603"}, - {file = "MarkupSafe-2.1.2-cp310-cp310-win_amd64.whl", hash = "sha256:835fb5e38fd89328e9c81067fd642b3593c33e1e17e2fdbf77f5676abb14a156"}, - {file = "MarkupSafe-2.1.2-cp311-cp311-macosx_10_9_universal2.whl", hash = "sha256:2ec4f2d48ae59bbb9d1f9d7efb9236ab81429a764dedca114f5fdabbc3788013"}, - {file = "MarkupSafe-2.1.2-cp311-cp311-macosx_10_9_x86_64.whl", hash = "sha256:608e7073dfa9e38a85d38474c082d4281f4ce276ac0010224eaba11e929dd53a"}, - {file = "MarkupSafe-2.1.2-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:65608c35bfb8a76763f37036547f7adfd09270fbdbf96608be2bead319728fcd"}, - {file = "MarkupSafe-2.1.2-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:f2bfb563d0211ce16b63c7cb9395d2c682a23187f54c3d79bfec33e6705473c6"}, - {file = "MarkupSafe-2.1.2-cp311-cp311-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:da25303d91526aac3672ee6d49a2f3db2d9502a4a60b55519feb1a4c7714e07d"}, - {file = "MarkupSafe-2.1.2-cp311-cp311-musllinux_1_1_aarch64.whl", hash = "sha256:9cad97ab29dfc3f0249b483412c85c8ef4766d96cdf9dcf5a1e3caa3f3661cf1"}, - {file = "MarkupSafe-2.1.2-cp311-cp311-musllinux_1_1_i686.whl", hash = "sha256:085fd3201e7b12809f9e6e9bc1e5c96a368c8523fad5afb02afe3c051ae4afcc"}, - {file = "MarkupSafe-2.1.2-cp311-cp311-musllinux_1_1_x86_64.whl", hash = "sha256:1bea30e9bf331f3fef67e0a3877b2288593c98a21ccb2cf29b74c581a4eb3af0"}, - {file = "MarkupSafe-2.1.2-cp311-cp311-win32.whl", hash = "sha256:7df70907e00c970c60b9ef2938d894a9381f38e6b9db73c5be35e59d92e06625"}, - {file = "MarkupSafe-2.1.2-cp311-cp311-win_amd64.whl", hash = "sha256:e55e40ff0cc8cc5c07996915ad367fa47da6b3fc091fdadca7f5403239c5fec3"}, - {file = "MarkupSafe-2.1.2-cp37-cp37m-macosx_10_9_x86_64.whl", hash = "sha256:a6e40afa7f45939ca356f348c8e23048e02cb109ced1eb8420961b2f40fb373a"}, - {file = "MarkupSafe-2.1.2-cp37-cp37m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:cf877ab4ed6e302ec1d04952ca358b381a882fbd9d1b07cccbfd61783561f98a"}, - {file = "MarkupSafe-2.1.2-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:63ba06c9941e46fa389d389644e2d8225e0e3e5ebcc4ff1ea8506dce646f8c8a"}, - {file = "MarkupSafe-2.1.2-cp37-cp37m-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:f1cd098434e83e656abf198f103a8207a8187c0fc110306691a2e94a78d0abb2"}, - {file = "MarkupSafe-2.1.2-cp37-cp37m-musllinux_1_1_aarch64.whl", hash = "sha256:55f44b440d491028addb3b88f72207d71eeebfb7b5dbf0643f7c023ae1fba619"}, - {file = "MarkupSafe-2.1.2-cp37-cp37m-musllinux_1_1_i686.whl", hash = "sha256:a6f2fcca746e8d5910e18782f976489939d54a91f9411c32051b4aab2bd7c513"}, - {file = "MarkupSafe-2.1.2-cp37-cp37m-musllinux_1_1_x86_64.whl", hash = "sha256:0b462104ba25f1ac006fdab8b6a01ebbfbce9ed37fd37fd4acd70c67c973e460"}, - {file = "MarkupSafe-2.1.2-cp37-cp37m-win32.whl", hash = "sha256:7668b52e102d0ed87cb082380a7e2e1e78737ddecdde129acadb0eccc5423859"}, - {file = "MarkupSafe-2.1.2-cp37-cp37m-win_amd64.whl", hash = "sha256:6d6607f98fcf17e534162f0709aaad3ab7a96032723d8ac8750ffe17ae5a0666"}, - {file = "MarkupSafe-2.1.2-cp38-cp38-macosx_10_9_universal2.whl", hash = "sha256:a806db027852538d2ad7555b203300173dd1b77ba116de92da9afbc3a3be3eed"}, - {file = "MarkupSafe-2.1.2-cp38-cp38-macosx_10_9_x86_64.whl", hash = "sha256:a4abaec6ca3ad8660690236d11bfe28dfd707778e2442b45addd2f086d6ef094"}, - {file = "MarkupSafe-2.1.2-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:f03a532d7dee1bed20bc4884194a16160a2de9ffc6354b3878ec9682bb623c54"}, - {file = "MarkupSafe-2.1.2-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:4cf06cdc1dda95223e9d2d3c58d3b178aa5dacb35ee7e3bbac10e4e1faacb419"}, - {file = "MarkupSafe-2.1.2-cp38-cp38-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:22731d79ed2eb25059ae3df1dfc9cb1546691cc41f4e3130fe6bfbc3ecbbecfa"}, - {file = "MarkupSafe-2.1.2-cp38-cp38-musllinux_1_1_aarch64.whl", hash = "sha256:f8ffb705ffcf5ddd0e80b65ddf7bed7ee4f5a441ea7d3419e861a12eaf41af58"}, - {file = "MarkupSafe-2.1.2-cp38-cp38-musllinux_1_1_i686.whl", hash = "sha256:8db032bf0ce9022a8e41a22598eefc802314e81b879ae093f36ce9ddf39ab1ba"}, - {file = "MarkupSafe-2.1.2-cp38-cp38-musllinux_1_1_x86_64.whl", hash = "sha256:2298c859cfc5463f1b64bd55cb3e602528db6fa0f3cfd568d3605c50678f8f03"}, - {file = "MarkupSafe-2.1.2-cp38-cp38-win32.whl", hash = "sha256:50c42830a633fa0cf9e7d27664637532791bfc31c731a87b202d2d8ac40c3ea2"}, - {file = "MarkupSafe-2.1.2-cp38-cp38-win_amd64.whl", hash = "sha256:bb06feb762bade6bf3c8b844462274db0c76acc95c52abe8dbed28ae3d44a147"}, - {file = "MarkupSafe-2.1.2-cp39-cp39-macosx_10_9_universal2.whl", hash = "sha256:99625a92da8229df6d44335e6fcc558a5037dd0a760e11d84be2260e6f37002f"}, - {file = "MarkupSafe-2.1.2-cp39-cp39-macosx_10_9_x86_64.whl", hash = "sha256:8bca7e26c1dd751236cfb0c6c72d4ad61d986e9a41bbf76cb445f69488b2a2bd"}, - {file = "MarkupSafe-2.1.2-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:40627dcf047dadb22cd25ea7ecfe9cbf3bbbad0482ee5920b582f3809c97654f"}, - {file = "MarkupSafe-2.1.2-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:40dfd3fefbef579ee058f139733ac336312663c6706d1163b82b3003fb1925c4"}, - {file = "MarkupSafe-2.1.2-cp39-cp39-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:090376d812fb6ac5f171e5938e82e7f2d7adc2b629101cec0db8b267815c85e2"}, - {file = "MarkupSafe-2.1.2-cp39-cp39-musllinux_1_1_aarch64.whl", hash = "sha256:2e7821bffe00aa6bd07a23913b7f4e01328c3d5cc0b40b36c0bd81d362faeb65"}, - {file = "MarkupSafe-2.1.2-cp39-cp39-musllinux_1_1_i686.whl", hash = "sha256:c0a33bc9f02c2b17c3ea382f91b4db0e6cde90b63b296422a939886a7a80de1c"}, - {file = "MarkupSafe-2.1.2-cp39-cp39-musllinux_1_1_x86_64.whl", hash = "sha256:b8526c6d437855442cdd3d87eede9c425c4445ea011ca38d937db299382e6fa3"}, - {file = "MarkupSafe-2.1.2-cp39-cp39-win32.whl", hash = "sha256:137678c63c977754abe9086a3ec011e8fd985ab90631145dfb9294ad09c102a7"}, - {file = "MarkupSafe-2.1.2-cp39-cp39-win_amd64.whl", hash = "sha256:0576fe974b40a400449768941d5d0858cc624e3249dfd1e0c33674e5c7ca7aed"}, - {file = "MarkupSafe-2.1.2.tar.gz", hash = "sha256:abcabc8c2b26036d62d4c746381a6f7cf60aafcc653198ad678306986b09450d"}, + {file = "MarkupSafe-2.1.3-cp310-cp310-macosx_10_9_universal2.whl", hash = "sha256:cd0f502fe016460680cd20aaa5a76d241d6f35a1c3350c474bac1273803893fa"}, + {file = "MarkupSafe-2.1.3-cp310-cp310-macosx_10_9_x86_64.whl", hash = "sha256:e09031c87a1e51556fdcb46e5bd4f59dfb743061cf93c4d6831bf894f125eb57"}, + {file = "MarkupSafe-2.1.3-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:68e78619a61ecf91e76aa3e6e8e33fc4894a2bebe93410754bd28fce0a8a4f9f"}, + {file = "MarkupSafe-2.1.3-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:65c1a9bcdadc6c28eecee2c119465aebff8f7a584dd719facdd9e825ec61ab52"}, + {file = "MarkupSafe-2.1.3-cp310-cp310-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:525808b8019e36eb524b8c68acdd63a37e75714eac50e988180b169d64480a00"}, + {file = "MarkupSafe-2.1.3-cp310-cp310-musllinux_1_1_aarch64.whl", hash = "sha256:962f82a3086483f5e5f64dbad880d31038b698494799b097bc59c2edf392fce6"}, + {file = "MarkupSafe-2.1.3-cp310-cp310-musllinux_1_1_i686.whl", hash = "sha256:aa7bd130efab1c280bed0f45501b7c8795f9fdbeb02e965371bbef3523627779"}, + {file = "MarkupSafe-2.1.3-cp310-cp310-musllinux_1_1_x86_64.whl", hash = "sha256:c9c804664ebe8f83a211cace637506669e7890fec1b4195b505c214e50dd4eb7"}, + {file = "MarkupSafe-2.1.3-cp310-cp310-win32.whl", hash = "sha256:10bbfe99883db80bdbaff2dcf681dfc6533a614f700da1287707e8a5d78a8431"}, + {file = "MarkupSafe-2.1.3-cp310-cp310-win_amd64.whl", hash = "sha256:1577735524cdad32f9f694208aa75e422adba74f1baee7551620e43a3141f559"}, + {file = "MarkupSafe-2.1.3-cp311-cp311-macosx_10_9_universal2.whl", hash = "sha256:ad9e82fb8f09ade1c3e1b996a6337afac2b8b9e365f926f5a61aacc71adc5b3c"}, + {file = "MarkupSafe-2.1.3-cp311-cp311-macosx_10_9_x86_64.whl", hash = "sha256:3c0fae6c3be832a0a0473ac912810b2877c8cb9d76ca48de1ed31e1c68386575"}, + {file = "MarkupSafe-2.1.3-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:b076b6226fb84157e3f7c971a47ff3a679d837cf338547532ab866c57930dbee"}, + {file = "MarkupSafe-2.1.3-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:bfce63a9e7834b12b87c64d6b155fdd9b3b96191b6bd334bf37db7ff1fe457f2"}, + {file = "MarkupSafe-2.1.3-cp311-cp311-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:338ae27d6b8745585f87218a3f23f1512dbf52c26c28e322dbe54bcede54ccb9"}, + {file = "MarkupSafe-2.1.3-cp311-cp311-musllinux_1_1_aarch64.whl", hash = "sha256:e4dd52d80b8c83fdce44e12478ad2e85c64ea965e75d66dbeafb0a3e77308fcc"}, + {file = "MarkupSafe-2.1.3-cp311-cp311-musllinux_1_1_i686.whl", hash = "sha256:df0be2b576a7abbf737b1575f048c23fb1d769f267ec4358296f31c2479db8f9"}, + {file = "MarkupSafe-2.1.3-cp311-cp311-musllinux_1_1_x86_64.whl", hash = "sha256:5bbe06f8eeafd38e5d0a4894ffec89378b6c6a625ff57e3028921f8ff59318ac"}, + {file = "MarkupSafe-2.1.3-cp311-cp311-win32.whl", hash = "sha256:dd15ff04ffd7e05ffcb7fe79f1b98041b8ea30ae9234aed2a9168b5797c3effb"}, + {file = "MarkupSafe-2.1.3-cp311-cp311-win_amd64.whl", hash = "sha256:134da1eca9ec0ae528110ccc9e48041e0828d79f24121a1a146161103c76e686"}, + {file = "MarkupSafe-2.1.3-cp37-cp37m-macosx_10_9_x86_64.whl", hash = "sha256:8e254ae696c88d98da6555f5ace2279cf7cd5b3f52be2b5cf97feafe883b58d2"}, + {file = "MarkupSafe-2.1.3-cp37-cp37m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:cb0932dc158471523c9637e807d9bfb93e06a95cbf010f1a38b98623b929ef2b"}, + {file = "MarkupSafe-2.1.3-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:9402b03f1a1b4dc4c19845e5c749e3ab82d5078d16a2a4c2cd2df62d57bb0707"}, + {file = "MarkupSafe-2.1.3-cp37-cp37m-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:ca379055a47383d02a5400cb0d110cef0a776fc644cda797db0c5696cfd7e18e"}, + {file = "MarkupSafe-2.1.3-cp37-cp37m-musllinux_1_1_aarch64.whl", hash = "sha256:b7ff0f54cb4ff66dd38bebd335a38e2c22c41a8ee45aa608efc890ac3e3931bc"}, + {file = "MarkupSafe-2.1.3-cp37-cp37m-musllinux_1_1_i686.whl", hash = "sha256:c011a4149cfbcf9f03994ec2edffcb8b1dc2d2aede7ca243746df97a5d41ce48"}, + {file = "MarkupSafe-2.1.3-cp37-cp37m-musllinux_1_1_x86_64.whl", hash = "sha256:56d9f2ecac662ca1611d183feb03a3fa4406469dafe241673d521dd5ae92a155"}, + {file = "MarkupSafe-2.1.3-cp37-cp37m-win32.whl", hash = "sha256:8758846a7e80910096950b67071243da3e5a20ed2546e6392603c096778d48e0"}, + {file = "MarkupSafe-2.1.3-cp37-cp37m-win_amd64.whl", hash = "sha256:787003c0ddb00500e49a10f2844fac87aa6ce977b90b0feaaf9de23c22508b24"}, + {file = "MarkupSafe-2.1.3-cp38-cp38-macosx_10_9_universal2.whl", hash = "sha256:2ef12179d3a291be237280175b542c07a36e7f60718296278d8593d21ca937d4"}, + {file = "MarkupSafe-2.1.3-cp38-cp38-macosx_10_9_x86_64.whl", hash = "sha256:2c1b19b3aaacc6e57b7e25710ff571c24d6c3613a45e905b1fde04d691b98ee0"}, + {file = "MarkupSafe-2.1.3-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:8afafd99945ead6e075b973fefa56379c5b5c53fd8937dad92c662da5d8fd5ee"}, + {file = "MarkupSafe-2.1.3-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:8c41976a29d078bb235fea9b2ecd3da465df42a562910f9022f1a03107bd02be"}, + {file = "MarkupSafe-2.1.3-cp38-cp38-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:d080e0a5eb2529460b30190fcfcc4199bd7f827663f858a226a81bc27beaa97e"}, + {file = "MarkupSafe-2.1.3-cp38-cp38-musllinux_1_1_aarch64.whl", hash = "sha256:69c0f17e9f5a7afdf2cc9fb2d1ce6aabdb3bafb7f38017c0b77862bcec2bbad8"}, + {file = "MarkupSafe-2.1.3-cp38-cp38-musllinux_1_1_i686.whl", hash = "sha256:504b320cd4b7eff6f968eddf81127112db685e81f7e36e75f9f84f0df46041c3"}, + {file = "MarkupSafe-2.1.3-cp38-cp38-musllinux_1_1_x86_64.whl", hash = "sha256:42de32b22b6b804f42c5d98be4f7e5e977ecdd9ee9b660fda1a3edf03b11792d"}, + {file = "MarkupSafe-2.1.3-cp38-cp38-win32.whl", hash = "sha256:ceb01949af7121f9fc39f7d27f91be8546f3fb112c608bc4029aef0bab86a2a5"}, + {file = "MarkupSafe-2.1.3-cp38-cp38-win_amd64.whl", hash = "sha256:1b40069d487e7edb2676d3fbdb2b0829ffa2cd63a2ec26c4938b2d34391b4ecc"}, + {file = "MarkupSafe-2.1.3-cp39-cp39-macosx_10_9_universal2.whl", hash = "sha256:8023faf4e01efadfa183e863fefde0046de576c6f14659e8782065bcece22198"}, + {file = "MarkupSafe-2.1.3-cp39-cp39-macosx_10_9_x86_64.whl", hash = "sha256:6b2b56950d93e41f33b4223ead100ea0fe11f8e6ee5f641eb753ce4b77a7042b"}, + {file = "MarkupSafe-2.1.3-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:9dcdfd0eaf283af041973bff14a2e143b8bd64e069f4c383416ecd79a81aab58"}, + {file = "MarkupSafe-2.1.3-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:05fb21170423db021895e1ea1e1f3ab3adb85d1c2333cbc2310f2a26bc77272e"}, + {file = "MarkupSafe-2.1.3-cp39-cp39-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:282c2cb35b5b673bbcadb33a585408104df04f14b2d9b01d4c345a3b92861c2c"}, + {file = "MarkupSafe-2.1.3-cp39-cp39-musllinux_1_1_aarch64.whl", hash = "sha256:ab4a0df41e7c16a1392727727e7998a467472d0ad65f3ad5e6e765015df08636"}, + {file = "MarkupSafe-2.1.3-cp39-cp39-musllinux_1_1_i686.whl", hash = "sha256:7ef3cb2ebbf91e330e3bb937efada0edd9003683db6b57bb108c4001f37a02ea"}, + {file = "MarkupSafe-2.1.3-cp39-cp39-musllinux_1_1_x86_64.whl", hash = "sha256:0a4e4a1aff6c7ac4cd55792abf96c915634c2b97e3cc1c7129578aa68ebd754e"}, + {file = "MarkupSafe-2.1.3-cp39-cp39-win32.whl", hash = "sha256:fec21693218efe39aa7f8599346e90c705afa52c5b31ae019b2e57e8f6542bb2"}, + {file = "MarkupSafe-2.1.3-cp39-cp39-win_amd64.whl", hash = "sha256:3fd4abcb888d15a94f32b75d8fd18ee162ca0c064f35b11134be77050296d6ba"}, + {file = "MarkupSafe-2.1.3.tar.gz", hash = "sha256:af598ed32d6ae86f1b747b82783958b1a4ab8f617b06fe68795c7f026abbdcad"}, ] [[package]] name = "matplotlib-inline" version = "0.1.6" description = "Inline Matplotlib backend for Jupyter" -category = "dev" optional = false python-versions = ">=3.5" files = [ @@ -1536,7 +1525,6 @@ traitlets = "*" name = "mccabe" version = "0.7.0" description = "McCabe checker, plugin for flake8" -category = "dev" optional = false python-versions = ">=3.6" files = [ @@ -1548,7 +1536,6 @@ files = [ name = "mouseinfo" version = "0.1.0" description = "An application to display XY position and RGB color information for the pixel currently under the mouse. Works on Python 2 and 3." -category = "main" optional = false python-versions = "*" files = [ @@ -1561,11 +1548,21 @@ pyobjc-core = {version = "*", markers = "platform_system == \"Darwin\""} pyperclip = "*" python3-Xlib = {version = "*", markers = "platform_system == \"Linux\" and python_version >= \"3.0\""} +[[package]] +name = "mss" +version = "9.0.1" +description = "An ultra fast cross-platform multiple screenshots module in pure python using ctypes." +optional = false +python-versions = ">=3.8" +files = [ + {file = "mss-9.0.1-py3-none-any.whl", hash = "sha256:7ee44db7ab14cbea6a3eb63813c57d677a109ca5979d3b76046e4bddd3ca1a0b"}, + {file = "mss-9.0.1.tar.gz", hash = "sha256:6eb7b9008cf27428811fa33aeb35f3334db81e3f7cc2dd49ec7c6e5a94b39f12"}, +] + [[package]] name = "multidict" version = "6.0.4" description = "multidict implementation" -category = "main" optional = false python-versions = ">=3.7" files = [ @@ -1649,7 +1646,6 @@ files = [ name = "mypy" version = "0.991" description = "Optional static typing for Python" -category = "dev" optional = false python-versions = ">=3.7" files = [ @@ -1699,7 +1695,6 @@ reports = ["lxml"] name = "mypy-extensions" version = "1.0.0" description = "Type system extensions for programs checked with the mypy type checker." -category = "dev" optional = false python-versions = ">=3.5" files = [ @@ -1711,7 +1706,6 @@ files = [ name = "nodeenv" version = "1.8.0" description = "Node.js virtual environment builder" -category = "main" optional = false python-versions = ">=2.7,!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*,!=3.4.*,!=3.5.*,!=3.6.*" files = [ @@ -1724,103 +1718,97 @@ setuptools = "*" [[package]] name = "numpy" -version = "1.24.3" +version = "1.25.0" description = "Fundamental package for array computing in Python" -category = "main" optional = false -python-versions = ">=3.8" +python-versions = ">=3.9" files = [ - {file = "numpy-1.24.3-cp310-cp310-macosx_10_9_x86_64.whl", hash = "sha256:3c1104d3c036fb81ab923f507536daedc718d0ad5a8707c6061cdfd6d184e570"}, - {file = "numpy-1.24.3-cp310-cp310-macosx_11_0_arm64.whl", hash = "sha256:202de8f38fc4a45a3eea4b63e2f376e5f2dc64ef0fa692838e31a808520efaf7"}, - {file = "numpy-1.24.3-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:8535303847b89aa6b0f00aa1dc62867b5a32923e4d1681a35b5eef2d9591a463"}, - {file = "numpy-1.24.3-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:2d926b52ba1367f9acb76b0df6ed21f0b16a1ad87c6720a1121674e5cf63e2b6"}, - {file = "numpy-1.24.3-cp310-cp310-win32.whl", hash = "sha256:f21c442fdd2805e91799fbe044a7b999b8571bb0ab0f7850d0cb9641a687092b"}, - {file = "numpy-1.24.3-cp310-cp310-win_amd64.whl", hash = "sha256:ab5f23af8c16022663a652d3b25dcdc272ac3f83c3af4c02eb8b824e6b3ab9d7"}, - {file = "numpy-1.24.3-cp311-cp311-macosx_10_9_x86_64.whl", hash = "sha256:9a7721ec204d3a237225db3e194c25268faf92e19338a35f3a224469cb6039a3"}, - {file = "numpy-1.24.3-cp311-cp311-macosx_11_0_arm64.whl", hash = "sha256:d6cc757de514c00b24ae8cf5c876af2a7c3df189028d68c0cb4eaa9cd5afc2bf"}, - {file = "numpy-1.24.3-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:76e3f4e85fc5d4fd311f6e9b794d0c00e7002ec122be271f2019d63376f1d385"}, - {file = "numpy-1.24.3-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:a1d3c026f57ceaad42f8231305d4653d5f05dc6332a730ae5c0bea3513de0950"}, - {file = "numpy-1.24.3-cp311-cp311-win32.whl", hash = "sha256:c91c4afd8abc3908e00a44b2672718905b8611503f7ff87390cc0ac3423fb096"}, - {file = "numpy-1.24.3-cp311-cp311-win_amd64.whl", hash = "sha256:5342cf6aad47943286afa6f1609cad9b4266a05e7f2ec408e2cf7aea7ff69d80"}, - {file = "numpy-1.24.3-cp38-cp38-macosx_10_9_x86_64.whl", hash = "sha256:7776ea65423ca6a15255ba1872d82d207bd1e09f6d0894ee4a64678dd2204078"}, - {file = "numpy-1.24.3-cp38-cp38-macosx_11_0_arm64.whl", hash = "sha256:ae8d0be48d1b6ed82588934aaaa179875e7dc4f3d84da18d7eae6eb3f06c242c"}, - {file = "numpy-1.24.3-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:ecde0f8adef7dfdec993fd54b0f78183051b6580f606111a6d789cd14c61ea0c"}, - {file = "numpy-1.24.3-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:4749e053a29364d3452c034827102ee100986903263e89884922ef01a0a6fd2f"}, - {file = "numpy-1.24.3-cp38-cp38-win32.whl", hash = "sha256:d933fabd8f6a319e8530d0de4fcc2e6a61917e0b0c271fded460032db42a0fe4"}, - {file = "numpy-1.24.3-cp38-cp38-win_amd64.whl", hash = "sha256:56e48aec79ae238f6e4395886b5eaed058abb7231fb3361ddd7bfdf4eed54289"}, - {file = "numpy-1.24.3-cp39-cp39-macosx_10_9_x86_64.whl", hash = "sha256:4719d5aefb5189f50887773699eaf94e7d1e02bf36c1a9d353d9f46703758ca4"}, - {file = "numpy-1.24.3-cp39-cp39-macosx_11_0_arm64.whl", hash = "sha256:0ec87a7084caa559c36e0a2309e4ecb1baa03b687201d0a847c8b0ed476a7187"}, - {file = "numpy-1.24.3-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:ea8282b9bcfe2b5e7d491d0bf7f3e2da29700cec05b49e64d6246923329f2b02"}, - {file = "numpy-1.24.3-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:210461d87fb02a84ef243cac5e814aad2b7f4be953b32cb53327bb49fd77fbb4"}, - {file = "numpy-1.24.3-cp39-cp39-win32.whl", hash = "sha256:784c6da1a07818491b0ffd63c6bbe5a33deaa0e25a20e1b3ea20cf0e43f8046c"}, - {file = "numpy-1.24.3-cp39-cp39-win_amd64.whl", hash = "sha256:d5036197ecae68d7f491fcdb4df90082b0d4960ca6599ba2659957aafced7c17"}, - {file = "numpy-1.24.3-pp38-pypy38_pp73-macosx_10_9_x86_64.whl", hash = "sha256:352ee00c7f8387b44d19f4cada524586f07379c0d49270f87233983bc5087ca0"}, - {file = "numpy-1.24.3-pp38-pypy38_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:1a7d6acc2e7524c9955e5c903160aa4ea083736fde7e91276b0e5d98e6332812"}, - {file = "numpy-1.24.3-pp38-pypy38_pp73-win_amd64.whl", hash = "sha256:35400e6a8d102fd07c71ed7dcadd9eb62ee9a6e84ec159bd48c28235bbb0f8e4"}, - {file = "numpy-1.24.3.tar.gz", hash = "sha256:ab344f1bf21f140adab8e47fdbc7c35a477dc01408791f8ba00d018dd0bc5155"}, + {file = "numpy-1.25.0-cp310-cp310-macosx_10_9_x86_64.whl", hash = "sha256:8aa130c3042052d656751df5e81f6d61edff3e289b5994edcf77f54118a8d9f4"}, + {file = "numpy-1.25.0-cp310-cp310-macosx_11_0_arm64.whl", hash = "sha256:9e3f2b96e3b63c978bc29daaa3700c028fe3f049ea3031b58aa33fe2a5809d24"}, + {file = "numpy-1.25.0-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:d6b267f349a99d3908b56645eebf340cb58f01bd1e773b4eea1a905b3f0e4208"}, + {file = "numpy-1.25.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:4aedd08f15d3045a4e9c648f1e04daca2ab1044256959f1f95aafeeb3d794c16"}, + {file = "numpy-1.25.0-cp310-cp310-musllinux_1_1_x86_64.whl", hash = "sha256:6d183b5c58513f74225c376643234c369468e02947b47942eacbb23c1671f25d"}, + {file = "numpy-1.25.0-cp310-cp310-win32.whl", hash = "sha256:d76a84998c51b8b68b40448ddd02bd1081bb33abcdc28beee6cd284fe11036c6"}, + {file = "numpy-1.25.0-cp310-cp310-win_amd64.whl", hash = "sha256:c0dc071017bc00abb7d7201bac06fa80333c6314477b3d10b52b58fa6a6e38f6"}, + {file = "numpy-1.25.0-cp311-cp311-macosx_10_9_x86_64.whl", hash = "sha256:4c69fe5f05eea336b7a740e114dec995e2f927003c30702d896892403df6dbf0"}, + {file = "numpy-1.25.0-cp311-cp311-macosx_11_0_arm64.whl", hash = "sha256:9c7211d7920b97aeca7b3773a6783492b5b93baba39e7c36054f6e749fc7490c"}, + {file = "numpy-1.25.0-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:ecc68f11404930e9c7ecfc937aa423e1e50158317bf67ca91736a9864eae0232"}, + {file = "numpy-1.25.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:e559c6afbca484072a98a51b6fa466aae785cfe89b69e8b856c3191bc8872a82"}, + {file = "numpy-1.25.0-cp311-cp311-musllinux_1_1_x86_64.whl", hash = "sha256:6c284907e37f5e04d2412950960894b143a648dea3f79290757eb878b91acbd1"}, + {file = "numpy-1.25.0-cp311-cp311-win32.whl", hash = "sha256:95367ccd88c07af21b379be1725b5322362bb83679d36691f124a16357390153"}, + {file = "numpy-1.25.0-cp311-cp311-win_amd64.whl", hash = "sha256:b76aa836a952059d70a2788a2d98cb2a533ccd46222558b6970348939e55fc24"}, + {file = "numpy-1.25.0-cp39-cp39-macosx_10_9_x86_64.whl", hash = "sha256:b792164e539d99d93e4e5e09ae10f8cbe5466de7d759fc155e075237e0c274e4"}, + {file = "numpy-1.25.0-cp39-cp39-macosx_11_0_arm64.whl", hash = "sha256:7cd981ccc0afe49b9883f14761bb57c964df71124dcd155b0cba2b591f0d64b9"}, + {file = "numpy-1.25.0-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:5aa48bebfb41f93043a796128854b84407d4df730d3fb6e5dc36402f5cd594c0"}, + {file = "numpy-1.25.0-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:5177310ac2e63d6603f659fadc1e7bab33dd5a8db4e0596df34214eeab0fee3b"}, + {file = "numpy-1.25.0-cp39-cp39-musllinux_1_1_x86_64.whl", hash = "sha256:0ac6edfb35d2a99aaf102b509c8e9319c499ebd4978df4971b94419a116d0790"}, + {file = "numpy-1.25.0-cp39-cp39-win32.whl", hash = "sha256:7412125b4f18aeddca2ecd7219ea2d2708f697943e6f624be41aa5f8a9852cc4"}, + {file = "numpy-1.25.0-cp39-cp39-win_amd64.whl", hash = "sha256:26815c6c8498dc49d81faa76d61078c4f9f0859ce7817919021b9eba72b425e3"}, + {file = "numpy-1.25.0-pp39-pypy39_pp73-macosx_10_9_x86_64.whl", hash = "sha256:5b1b90860bf7d8a8c313b372d4f27343a54f415b20fb69dd601b7efe1029c91e"}, + {file = "numpy-1.25.0-pp39-pypy39_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:85cdae87d8c136fd4da4dad1e48064d700f63e923d5af6c8c782ac0df8044542"}, + {file = "numpy-1.25.0-pp39-pypy39_pp73-win_amd64.whl", hash = "sha256:cc3fda2b36482891db1060f00f881c77f9423eead4c3579629940a3e12095fe8"}, + {file = "numpy-1.25.0.tar.gz", hash = "sha256:f1accae9a28dc3cda46a91de86acf69de0d1b5f4edd44a9b0c3ceb8036dfff19"}, ] [[package]] name = "orjson" -version = "3.8.12" +version = "3.9.1" description = "Fast, correct Python JSON library supporting dataclasses, datetimes, and numpy" -category = "main" optional = false python-versions = ">=3.7" files = [ - {file = "orjson-3.8.12-cp310-cp310-macosx_11_0_x86_64.macosx_11_0_arm64.macosx_11_0_universal2.whl", hash = "sha256:c84046e890e13a119404a83f2e09e622509ed4692846ff94c4ca03654fbc7fb5"}, - {file = "orjson-3.8.12-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:29706dd8189835bcf1781faed286e99ae54fd6165437d364dfdbf0276bf39b19"}, - {file = "orjson-3.8.12-cp310-cp310-manylinux_2_17_armv7l.manylinux2014_armv7l.whl", hash = "sha256:f4e22b0aa70c963ac01fcd620de15be21a5027711b0e5d4b96debcdeea43e3ae"}, - {file = "orjson-3.8.12-cp310-cp310-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl", hash = "sha256:6d1acf52d3a4b9384af09a5c2658c3a7a472a4d62a0ad1fe2c8fab8ef460c9b4"}, - {file = "orjson-3.8.12-cp310-cp310-manylinux_2_17_s390x.manylinux2014_s390x.whl", hash = "sha256:a72b50719bdd6bb0acfca3d4d1c841aa4b191f3ff37268e7aba04e5d6be44ccd"}, - {file = "orjson-3.8.12-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:83e8c740a718fa6d511a82e463adc7ab17631c6eea81a716b723e127a9c51d57"}, - {file = "orjson-3.8.12-cp310-cp310-musllinux_1_1_aarch64.whl", hash = "sha256:ebb03e4c7648f7bb299872002a6120082da018f41ba7a9ebf4ceae8d765443d2"}, - {file = "orjson-3.8.12-cp310-cp310-musllinux_1_1_x86_64.whl", hash = "sha256:44f7bb4c995652106276442de1147c9993716d1e2d79b7fd435afa154ff236b9"}, - {file = "orjson-3.8.12-cp310-none-win_amd64.whl", hash = "sha256:06e528f9a84fbb4000fd0eee573b5db543ee70ae586fdbc53e740b0ac981701c"}, - {file = "orjson-3.8.12-cp311-cp311-macosx_11_0_x86_64.macosx_11_0_arm64.macosx_11_0_universal2.whl", hash = "sha256:9a6c1594d5a9ff56e5babc4a87ac372af38d37adef9e06744e9f158431e33f43"}, - {file = "orjson-3.8.12-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:c6390ce0bce24c107fc275736aa8a4f768ef7eb5df935d7dca0cc99815eb5d99"}, - {file = "orjson-3.8.12-cp311-cp311-manylinux_2_17_armv7l.manylinux2014_armv7l.whl", hash = "sha256:efb3a10030462a22c731682434df5c137a67632a8339f821cd501920b169007e"}, - {file = "orjson-3.8.12-cp311-cp311-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl", hash = "sha256:7e405d54c84c30d9b1c918c290bcf4ef484a45c69d5583a95db81ffffba40b44"}, - {file = "orjson-3.8.12-cp311-cp311-manylinux_2_17_s390x.manylinux2014_s390x.whl", hash = "sha256:cd6fbd1413559572e81b5ac64c45388147c3ba85cc3df2eaa11002945e0dbd1f"}, - {file = "orjson-3.8.12-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:f480ae7b84369b1860d8867f0baf8d885fede400fda390ce088bfa8edf97ffdc"}, - {file = "orjson-3.8.12-cp311-cp311-musllinux_1_1_aarch64.whl", hash = "sha256:355055e0977c43b0e5325b9312b7208c696fe20cd54eed1d6fc80b0a4d6721f5"}, - {file = "orjson-3.8.12-cp311-cp311-musllinux_1_1_x86_64.whl", hash = "sha256:d937503e4dfba5edc8d5e0426d3cc97ed55716e93212b2e12a198664487b9965"}, - {file = "orjson-3.8.12-cp311-none-win_amd64.whl", hash = "sha256:eb16e0195febd24b44f4db1ab3be85ecf6038f92fd511370cebc004b3d422294"}, - {file = "orjson-3.8.12-cp37-cp37m-macosx_10_9_x86_64.macosx_11_0_arm64.macosx_10_9_universal2.whl", hash = "sha256:dc27a8ec13f28e92dc1ea89bf1232d77e7d3ebfd5c1ccf4f3729a70561cb63bd"}, - {file = "orjson-3.8.12-cp37-cp37m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:77710774faed337ac4ad919dadc5f3b655b0cd40518e5386e6f1f116de9c6c25"}, - {file = "orjson-3.8.12-cp37-cp37m-manylinux_2_17_armv7l.manylinux2014_armv7l.whl", hash = "sha256:7e549468867991f6f9cfbd9c5bbc977330173bd8f6ceb79973bbd4634e13e1b9"}, - {file = "orjson-3.8.12-cp37-cp37m-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl", hash = "sha256:96fb1eb82b578eb6c0e53e3cf950839fe98ea210626f87c8204bd4fc2cc6ba02"}, - {file = "orjson-3.8.12-cp37-cp37m-manylinux_2_17_s390x.manylinux2014_s390x.whl", hash = "sha256:8d153b228b6e24f8bccf732a51e01e8e938eef59efed9030c5c257778fbe0804"}, - {file = "orjson-3.8.12-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:becbd5af6d035a7ec2ee3239d4700929d52d8517806b97dd04efcc37289403f7"}, - {file = "orjson-3.8.12-cp37-cp37m-musllinux_1_1_aarch64.whl", hash = "sha256:7d63f524048825e05950db3b6998c756d5377a5e8c469b2e3bdb9f3217523d74"}, - {file = "orjson-3.8.12-cp37-cp37m-musllinux_1_1_x86_64.whl", hash = "sha256:ec4f0130d9a27cb400423e09e0f9e46480e9e977f05fdcf663a7a2c68735513e"}, - {file = "orjson-3.8.12-cp37-none-win_amd64.whl", hash = "sha256:6f1b01f641f5e87168b819ac1cbd81aa6278e7572c326f3d27e92dea442a2c0d"}, - {file = "orjson-3.8.12-cp38-cp38-macosx_10_9_x86_64.macosx_11_0_arm64.macosx_10_9_universal2.whl", hash = "sha256:062e67108c218fdb9475edd5272b1629c05b56c66416fa915de5656adde30e73"}, - {file = "orjson-3.8.12-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:0ba645c92801417933fa74448622ba614a275ea82df05e888095c7742d913bb4"}, - {file = "orjson-3.8.12-cp38-cp38-manylinux_2_17_armv7l.manylinux2014_armv7l.whl", hash = "sha256:7d50d9b1ae409ea15534365fec0ce8a5a5f7dc94aa790aacfb8cfec87ab51aa4"}, - {file = "orjson-3.8.12-cp38-cp38-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl", hash = "sha256:8f00038bf5d07439d13c0c2c5cd6ad48eb86df7dbd7a484013ce6a113c421b14"}, - {file = "orjson-3.8.12-cp38-cp38-manylinux_2_17_s390x.manylinux2014_s390x.whl", hash = "sha256:397670665f94cf5cff779054781d80395084ba97191d82f7b3a86f0a20e6102b"}, - {file = "orjson-3.8.12-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:6f568205519bb0197ca91915c5da6058cfbb59993e557b02dfc3b2718b34770a"}, - {file = "orjson-3.8.12-cp38-cp38-musllinux_1_1_aarch64.whl", hash = "sha256:4fd240e736ce52cd757d74142d9933fd35a3184396be887c435f0574e0388654"}, - {file = "orjson-3.8.12-cp38-cp38-musllinux_1_1_x86_64.whl", hash = "sha256:6cae2ff288a80e81ce30313e735c5436495ab58cf8d4fbe84900e616d0ee7a78"}, - {file = "orjson-3.8.12-cp38-none-win_amd64.whl", hash = "sha256:710c40c214b753392e46f9275fd795e9630dd737a5ab4ac6e4ee1a02fe83cc0d"}, - {file = "orjson-3.8.12-cp39-cp39-macosx_11_0_x86_64.macosx_11_0_arm64.macosx_11_0_universal2.whl", hash = "sha256:aff761de5ed5543a0a51e9f703668624749aa2239de5d7d37d9c9693daeaf5dc"}, - {file = "orjson-3.8.12-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:135f29cf936283a0cd1b8bce86540ca181108f2a4d4483eedad6b8026865d2a9"}, - {file = "orjson-3.8.12-cp39-cp39-manylinux_2_17_armv7l.manylinux2014_armv7l.whl", hash = "sha256:62f999798f2fa55e567d483864ebfc30120fb055c2696a255979439323a5b15c"}, - {file = "orjson-3.8.12-cp39-cp39-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl", hash = "sha256:3fa58ca064c640fa9d823f98fbbc8e71940ecb78cea3ac2507da1cbf49d60b51"}, - {file = "orjson-3.8.12-cp39-cp39-manylinux_2_17_s390x.manylinux2014_s390x.whl", hash = "sha256:8682f752c19f6a7d9fc727fd98588b4c8b0dce791b5794bb814c7379ccd64a79"}, - {file = "orjson-3.8.12-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:de3d096dde3e46d01841abc1982b906694ab3c92f338d37a2e6184739dc8a958"}, - {file = "orjson-3.8.12-cp39-cp39-musllinux_1_1_aarch64.whl", hash = "sha256:834b50df79f1fe89bbaced3a1c1d8c8c92cc99e84cdcd374d8da4974b3560d2a"}, - {file = "orjson-3.8.12-cp39-cp39-musllinux_1_1_x86_64.whl", hash = "sha256:2ad149ed76dce2bbdfbadd61c35959305e77141badf364a158beb4ef3d88ec37"}, - {file = "orjson-3.8.12-cp39-none-win_amd64.whl", hash = "sha256:82d65e478a21f98107b4eb8390104746bb3024c27084b57edab7d427385f1f70"}, - {file = "orjson-3.8.12.tar.gz", hash = "sha256:9f0f042cf002a474a6aea006dd9f8d7a5497e35e5fb190ec78eb4d232ec19955"}, + {file = "orjson-3.9.1-cp310-cp310-macosx_10_15_x86_64.macosx_11_0_arm64.macosx_10_15_universal2.whl", hash = "sha256:c4434b7b786fdc394b95d029fb99949d7c2b05bbd4bf5cb5e3906be96ffeee3b"}, + {file = "orjson-3.9.1-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:09faf14f74ed47e773fa56833be118e04aa534956f661eb491522970b7478e3b"}, + {file = "orjson-3.9.1-cp310-cp310-manylinux_2_17_armv7l.manylinux2014_armv7l.whl", hash = "sha256:503eb86a8d53a187fe66aa80c69295a3ca35475804da89a9547e4fce5f803822"}, + {file = "orjson-3.9.1-cp310-cp310-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl", hash = "sha256:20f2804b5a1dbd3609c086041bd243519224d47716efd7429db6c03ed28b7cc3"}, + {file = "orjson-3.9.1-cp310-cp310-manylinux_2_17_s390x.manylinux2014_s390x.whl", hash = "sha256:0fd828e0656615a711c4cc4da70f3cac142e66a6703ba876c20156a14e28e3fa"}, + {file = "orjson-3.9.1-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:ec53d648176f873203b9c700a0abacab33ca1ab595066e9d616f98cdc56f4434"}, + {file = "orjson-3.9.1-cp310-cp310-musllinux_1_1_aarch64.whl", hash = "sha256:e186ae76b0d97c505500664193ddf508c13c1e675d9b25f1f4414a7606100da6"}, + {file = "orjson-3.9.1-cp310-cp310-musllinux_1_1_x86_64.whl", hash = "sha256:d4edee78503016f4df30aeede0d999b3cb11fb56f47e9db0e487bce0aaca9285"}, + {file = "orjson-3.9.1-cp310-none-win_amd64.whl", hash = "sha256:a4cc5d21e68af982d9a2528ac61e604f092c60eed27aef3324969c68f182ec7e"}, + {file = "orjson-3.9.1-cp311-cp311-macosx_10_15_x86_64.macosx_11_0_arm64.macosx_10_15_universal2.whl", hash = "sha256:761b6efd33c49de20dd73ce64cc59da62c0dab10aa6015f582680e0663cc792c"}, + {file = "orjson-3.9.1-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:31229f9d0b8dc2ef7ee7e4393f2e4433a28e16582d4b25afbfccc9d68dc768f8"}, + {file = "orjson-3.9.1-cp311-cp311-manylinux_2_17_armv7l.manylinux2014_armv7l.whl", hash = "sha256:0b7ab18d55ecb1de543d452f0a5f8094b52282b916aa4097ac11a4c79f317b86"}, + {file = "orjson-3.9.1-cp311-cp311-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl", hash = "sha256:db774344c39041f4801c7dfe03483df9203cbd6c84e601a65908e5552228dd25"}, + {file = "orjson-3.9.1-cp311-cp311-manylinux_2_17_s390x.manylinux2014_s390x.whl", hash = "sha256:ae47ef8c0fe89c4677db7e9e1fb2093ca6e66c3acbee5442d84d74e727edad5e"}, + {file = "orjson-3.9.1-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:103952c21575b9805803c98add2eaecd005580a1e746292ed2ec0d76dd3b9746"}, + {file = "orjson-3.9.1-cp311-cp311-musllinux_1_1_aarch64.whl", hash = "sha256:2cb0121e6f2c9da3eddf049b99b95fef0adf8480ea7cb544ce858706cdf916eb"}, + {file = "orjson-3.9.1-cp311-cp311-musllinux_1_1_x86_64.whl", hash = "sha256:24d4ddaa2876e657c0fd32902b5c451fd2afc35159d66a58da7837357044b8c2"}, + {file = "orjson-3.9.1-cp311-none-win_amd64.whl", hash = "sha256:0b53b5f72cf536dd8aa4fc4c95e7e09a7adb119f8ff8ee6cc60f735d7740ad6a"}, + {file = "orjson-3.9.1-cp37-cp37m-macosx_10_15_x86_64.macosx_11_0_arm64.macosx_10_15_universal2.whl", hash = "sha256:d4b68d01a506242316a07f1d2f29fb0a8b36cee30a7c35076f1ef59dce0890c1"}, + {file = "orjson-3.9.1-cp37-cp37m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:d9dd4abe6c6fd352f00f4246d85228f6a9847d0cc14f4d54ee553718c225388f"}, + {file = "orjson-3.9.1-cp37-cp37m-manylinux_2_17_armv7l.manylinux2014_armv7l.whl", hash = "sha256:9e20bca5e13041e31ceba7a09bf142e6d63c8a7467f5a9c974f8c13377c75af2"}, + {file = "orjson-3.9.1-cp37-cp37m-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl", hash = "sha256:d8ae0467d01eb1e4bcffef4486d964bfd1c2e608103e75f7074ed34be5df48cc"}, + {file = "orjson-3.9.1-cp37-cp37m-manylinux_2_17_s390x.manylinux2014_s390x.whl", hash = "sha256:06f6ab4697fab090517f295915318763a97a12ee8186054adf21c1e6f6abbd3d"}, + {file = "orjson-3.9.1-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:8515867713301fa065c58ec4c9053ba1a22c35113ab4acad555317b8fd802e50"}, + {file = "orjson-3.9.1-cp37-cp37m-musllinux_1_1_aarch64.whl", hash = "sha256:393d0697d1dfa18d27d193e980c04fdfb672c87f7765b87952f550521e21b627"}, + {file = "orjson-3.9.1-cp37-cp37m-musllinux_1_1_x86_64.whl", hash = "sha256:d96747662d3666f79119e5d28c124e7d356c7dc195cd4b09faea4031c9079dc9"}, + {file = "orjson-3.9.1-cp37-none-win_amd64.whl", hash = "sha256:6d173d3921dd58a068c88ec22baea7dbc87a137411501618b1292a9d6252318e"}, + {file = "orjson-3.9.1-cp38-cp38-macosx_10_15_x86_64.macosx_11_0_arm64.macosx_10_15_universal2.whl", hash = "sha256:d1c2b0b4246c992ce2529fc610a446b945f1429445ece1c1f826a234c829a918"}, + {file = "orjson-3.9.1-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:19f70ba1f441e1c4bb1a581f0baa092e8b3e3ce5b2aac2e1e090f0ac097966da"}, + {file = "orjson-3.9.1-cp38-cp38-manylinux_2_17_armv7l.manylinux2014_armv7l.whl", hash = "sha256:375d65f002e686212aac42680aed044872c45ee4bc656cf63d4a215137a6124a"}, + {file = "orjson-3.9.1-cp38-cp38-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl", hash = "sha256:4751cee4a7b1daeacb90a7f5adf2170ccab893c3ab7c5cea58b45a13f89b30b3"}, + {file = "orjson-3.9.1-cp38-cp38-manylinux_2_17_s390x.manylinux2014_s390x.whl", hash = "sha256:78d9a2a4b2302d5ebc3695498ebc305c3568e5ad4f3501eb30a6405a32d8af22"}, + {file = "orjson-3.9.1-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:46b4facc32643b2689dfc292c0c463985dac4b6ab504799cf51fc3c6959ed668"}, + {file = "orjson-3.9.1-cp38-cp38-musllinux_1_1_aarch64.whl", hash = "sha256:ec7c8a0f1bf35da0d5fd14f8956f3b82a9a6918a3c6963d718dfd414d6d3b604"}, + {file = "orjson-3.9.1-cp38-cp38-musllinux_1_1_x86_64.whl", hash = "sha256:d3a40b0fbe06ccd4d6a99e523d20b47985655bcada8d1eba485b1b32a43e4904"}, + {file = "orjson-3.9.1-cp38-none-win_amd64.whl", hash = "sha256:402f9d3edfec4560a98880224ec10eba4c5f7b4791e4bc0d4f4d8df5faf2a006"}, + {file = "orjson-3.9.1-cp39-cp39-macosx_10_15_x86_64.macosx_11_0_arm64.macosx_10_15_universal2.whl", hash = "sha256:49c0d78dcd34626e2e934f1192d7c052b94e0ecadc5f386fd2bda6d2e03dadf5"}, + {file = "orjson-3.9.1-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:125f63e56d38393daa0a1a6dc6fedefca16c538614b66ea5997c3bd3af35ef26"}, + {file = "orjson-3.9.1-cp39-cp39-manylinux_2_17_armv7l.manylinux2014_armv7l.whl", hash = "sha256:08927970365d2e1f3ce4894f9ff928a7b865d53f26768f1bbdd85dd4fee3e966"}, + {file = "orjson-3.9.1-cp39-cp39-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl", hash = "sha256:f9a744e212d4780ecd67f4b6b128b2e727bee1df03e7059cddb2dfe1083e7dc4"}, + {file = "orjson-3.9.1-cp39-cp39-manylinux_2_17_s390x.manylinux2014_s390x.whl", hash = "sha256:5d1dbf36db7240c61eec98c8d21545d671bce70be0730deb2c0d772e06b71af3"}, + {file = "orjson-3.9.1-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:80a1e384626f76b66df615f7bb622a79a25c166d08c5d2151ffd41f24c4cc104"}, + {file = "orjson-3.9.1-cp39-cp39-musllinux_1_1_aarch64.whl", hash = "sha256:15d28872fb055bf17ffca913826e618af61b2f689d2b170f72ecae1a86f80d52"}, + {file = "orjson-3.9.1-cp39-cp39-musllinux_1_1_x86_64.whl", hash = "sha256:1e4d905338f9ef32c67566929dfbfbb23cc80287af8a2c38930fb0eda3d40b76"}, + {file = "orjson-3.9.1-cp39-none-win_amd64.whl", hash = "sha256:48a27da6c7306965846565cc385611d03382bbd84120008653aa2f6741e2105d"}, + {file = "orjson-3.9.1.tar.gz", hash = "sha256:db373a25ec4a4fccf8186f9a72a1b3442837e40807a736a815ab42481e83b7d0"}, ] [[package]] name = "outcome" version = "1.2.0" description = "Capture the outcome of Python function calls." -category = "main" optional = false python-versions = ">=3.7" files = [ @@ -1835,7 +1823,6 @@ attrs = ">=19.2.0" name = "packaging" version = "21.3" description = "Core utilities for Python packages" -category = "dev" optional = false python-versions = ">=3.6" files = [ @@ -1850,7 +1837,6 @@ pyparsing = ">=2.0.2,<3.0.5 || >3.0.5" name = "parso" version = "0.8.3" description = "A Python Parser" -category = "dev" optional = false python-versions = ">=3.6" files = [ @@ -1866,7 +1852,6 @@ testing = ["docopt", "pytest (<6.0.0)"] name = "pathspec" version = "0.11.1" description = "Utility library for gitignore style pattern matching of file paths." -category = "dev" optional = false python-versions = ">=3.7" files = [ @@ -1878,7 +1863,6 @@ files = [ name = "pefile" version = "2023.2.7" description = "Python PE parsing module" -category = "main" optional = false python-versions = ">=3.6.0" files = [ @@ -1890,7 +1874,6 @@ files = [ name = "pexpect" version = "4.8.0" description = "Pexpect allows easy control of interactive console applications." -category = "dev" optional = false python-versions = "*" files = [ @@ -1905,7 +1888,6 @@ ptyprocess = ">=0.5" name = "pickleshare" version = "0.7.5" description = "Tiny 'shelve'-like database with concurrency support" -category = "dev" optional = false python-versions = "*" files = [ @@ -1917,7 +1899,6 @@ files = [ name = "pillow" version = "9.5.0" description = "Python Imaging Library (Fork)" -category = "main" optional = false python-versions = ">=3.7" files = [ @@ -1995,25 +1976,23 @@ tests = ["check-manifest", "coverage", "defusedxml", "markdown2", "olefile", "pa [[package]] name = "platformdirs" -version = "3.5.1" +version = "3.5.3" 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.5.1-py3-none-any.whl", hash = "sha256:e2378146f1964972c03c085bb5662ae80b2b8c06226c54b2ff4aa9483e8a13a5"}, - {file = "platformdirs-3.5.1.tar.gz", hash = "sha256:412dae91f52a6f84830f39a8078cecd0e866cb72294a5c66808e74d5e88d251f"}, + {file = "platformdirs-3.5.3-py3-none-any.whl", hash = "sha256:0ade98a4895e87dc51d47151f7d2ec290365a585151d97b4d8d6312ed6132fed"}, + {file = "platformdirs-3.5.3.tar.gz", hash = "sha256:e48fabd87db8f3a7df7150a4a5ea22c546ee8bc39bc2473244730d4b56d2cc4e"}, ] [package.extras] -docs = ["furo (>=2023.3.27)", "proselint (>=0.13)", "sphinx (>=6.2.1)", "sphinx-autodoc-typehints (>=1.23,!=1.23.4)"] -test = ["appdirs (==1.4.4)", "covdefaults (>=2.3)", "pytest (>=7.3.1)", "pytest-cov (>=4)", "pytest-mock (>=3.10)"] +docs = ["furo (>=2023.5.20)", "proselint (>=0.13)", "sphinx (>=7.0.1)", "sphinx-autodoc-typehints (>=1.23,!=1.23.4)"] +test = ["appdirs (==1.4.4)", "covdefaults (>=2.3)", "pytest (>=7.3.1)", "pytest-cov (>=4.1)", "pytest-mock (>=3.10)"] [[package]] name = "pluggy" version = "1.0.0" description = "plugin and hook calling mechanisms for python" -category = "dev" optional = false python-versions = ">=3.6" files = [ @@ -2029,7 +2008,6 @@ testing = ["pytest", "pytest-benchmark"] name = "pre-commit" version = "2.21.0" description = "A framework for managing and maintaining multi-language pre-commit hooks." -category = "main" optional = false python-versions = ">=3.7" files = [ @@ -2048,7 +2026,6 @@ virtualenv = ">=20.10.0" name = "prompt-toolkit" version = "3.0.38" description = "Library for building powerful interactive command lines in Python" -category = "main" optional = false python-versions = ">=3.7.0" files = [ @@ -2063,7 +2040,6 @@ wcwidth = "*" name = "psycopg2-binary" version = "2.9.6" description = "psycopg2 - Python-PostgreSQL Database Adapter" -category = "main" optional = false python-versions = ">=3.6" files = [ @@ -2135,7 +2111,6 @@ files = [ name = "ptyprocess" version = "0.7.0" description = "Run a subprocess in a pseudo terminal" -category = "dev" optional = false python-versions = "*" files = [ @@ -2147,7 +2122,6 @@ files = [ name = "pure-eval" version = "0.2.2" description = "Safely evaluate AST nodes without side effects" -category = "dev" optional = false python-versions = "*" files = [ @@ -2160,30 +2134,28 @@ tests = ["pytest"] [[package]] name = "pyautogui" -version = "0.9.53" +version = "0.9.54" description = "PyAutoGUI lets Python control the mouse and keyboard, and other GUI automation tasks. For Windows, macOS, and Linux, on Python 3 and 2." -category = "main" optional = false python-versions = "*" files = [ - {file = "PyAutoGUI-0.9.53.tar.gz", hash = "sha256:d31de8f712218d90be7fc98091fce1a12a3e9196e0c814eb9afd73bb2ec97035"}, + {file = "PyAutoGUI-0.9.54.tar.gz", hash = "sha256:dd1d29e8fd118941cb193f74df57e5c6ff8e9253b99c7b04f39cfc69f3ae04b2"}, ] [package.dependencies] mouseinfo = "*" pygetwindow = ">=0.0.5" pymsgbox = "*" -pyobjc = {version = "*", markers = "platform_system == \"Darwin\""} pyobjc-core = {version = "*", markers = "platform_system == \"Darwin\""} +pyobjc-framework-quartz = {version = "*", markers = "platform_system == \"Darwin\""} pyscreeze = ">=0.1.21" python3-Xlib = {version = "*", markers = "platform_system == \"Linux\" and python_version >= \"3.0\""} -PyTweening = ">=1.0.1" +pytweening = ">=1.0.4" [[package]] name = "pycodestyle" version = "2.10.0" description = "Python style guide checker" -category = "dev" optional = false python-versions = ">=3.6" files = [ @@ -2195,7 +2167,6 @@ files = [ name = "pycparser" version = "2.21" description = "C parser in Python" -category = "main" optional = false python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*" files = [ @@ -2205,48 +2176,47 @@ files = [ [[package]] name = "pydantic" -version = "1.10.7" +version = "1.10.9" description = "Data validation and settings management using python type hints" -category = "main" optional = false python-versions = ">=3.7" files = [ - {file = "pydantic-1.10.7-cp310-cp310-macosx_10_9_x86_64.whl", hash = "sha256:e79e999e539872e903767c417c897e729e015872040e56b96e67968c3b918b2d"}, - {file = "pydantic-1.10.7-cp310-cp310-macosx_11_0_arm64.whl", hash = "sha256:01aea3a42c13f2602b7ecbbea484a98169fb568ebd9e247593ea05f01b884b2e"}, - {file = "pydantic-1.10.7-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:516f1ed9bc2406a0467dd777afc636c7091d71f214d5e413d64fef45174cfc7a"}, - {file = "pydantic-1.10.7-cp310-cp310-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:ae150a63564929c675d7f2303008d88426a0add46efd76c3fc797cd71cb1b46f"}, - {file = "pydantic-1.10.7-cp310-cp310-musllinux_1_1_i686.whl", hash = "sha256:ecbbc51391248116c0a055899e6c3e7ffbb11fb5e2a4cd6f2d0b93272118a209"}, - {file = "pydantic-1.10.7-cp310-cp310-musllinux_1_1_x86_64.whl", hash = "sha256:f4a2b50e2b03d5776e7f21af73e2070e1b5c0d0df255a827e7c632962f8315af"}, - {file = "pydantic-1.10.7-cp310-cp310-win_amd64.whl", hash = "sha256:a7cd2251439988b413cb0a985c4ed82b6c6aac382dbaff53ae03c4b23a70e80a"}, - {file = "pydantic-1.10.7-cp311-cp311-macosx_10_9_x86_64.whl", hash = "sha256:68792151e174a4aa9e9fc1b4e653e65a354a2fa0fed169f7b3d09902ad2cb6f1"}, - {file = "pydantic-1.10.7-cp311-cp311-macosx_11_0_arm64.whl", hash = "sha256:dfe2507b8ef209da71b6fb5f4e597b50c5a34b78d7e857c4f8f3115effaef5fe"}, - {file = "pydantic-1.10.7-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:10a86d8c8db68086f1e30a530f7d5f83eb0685e632e411dbbcf2d5c0150e8dcd"}, - {file = "pydantic-1.10.7-cp311-cp311-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:d75ae19d2a3dbb146b6f324031c24f8a3f52ff5d6a9f22f0683694b3afcb16fb"}, - {file = "pydantic-1.10.7-cp311-cp311-musllinux_1_1_i686.whl", hash = "sha256:464855a7ff7f2cc2cf537ecc421291b9132aa9c79aef44e917ad711b4a93163b"}, - {file = "pydantic-1.10.7-cp311-cp311-musllinux_1_1_x86_64.whl", hash = "sha256:193924c563fae6ddcb71d3f06fa153866423ac1b793a47936656e806b64e24ca"}, - {file = "pydantic-1.10.7-cp311-cp311-win_amd64.whl", hash = "sha256:b4a849d10f211389502059c33332e91327bc154acc1845f375a99eca3afa802d"}, - {file = "pydantic-1.10.7-cp37-cp37m-macosx_10_9_x86_64.whl", hash = "sha256:cc1dde4e50a5fc1336ee0581c1612215bc64ed6d28d2c7c6f25d2fe3e7c3e918"}, - {file = "pydantic-1.10.7-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:e0cfe895a504c060e5d36b287ee696e2fdad02d89e0d895f83037245218a87fe"}, - {file = "pydantic-1.10.7-cp37-cp37m-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:670bb4683ad1e48b0ecb06f0cfe2178dcf74ff27921cdf1606e527d2617a81ee"}, - {file = "pydantic-1.10.7-cp37-cp37m-musllinux_1_1_i686.whl", hash = "sha256:950ce33857841f9a337ce07ddf46bc84e1c4946d2a3bba18f8280297157a3fd1"}, - {file = "pydantic-1.10.7-cp37-cp37m-musllinux_1_1_x86_64.whl", hash = "sha256:c15582f9055fbc1bfe50266a19771bbbef33dd28c45e78afbe1996fd70966c2a"}, - {file = "pydantic-1.10.7-cp37-cp37m-win_amd64.whl", hash = "sha256:82dffb306dd20bd5268fd6379bc4bfe75242a9c2b79fec58e1041fbbdb1f7914"}, - {file = "pydantic-1.10.7-cp38-cp38-macosx_10_9_x86_64.whl", hash = "sha256:8c7f51861d73e8b9ddcb9916ae7ac39fb52761d9ea0df41128e81e2ba42886cd"}, - {file = "pydantic-1.10.7-cp38-cp38-macosx_11_0_arm64.whl", hash = "sha256:6434b49c0b03a51021ade5c4daa7d70c98f7a79e95b551201fff682fc1661245"}, - {file = "pydantic-1.10.7-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:64d34ab766fa056df49013bb6e79921a0265204c071984e75a09cbceacbbdd5d"}, - {file = "pydantic-1.10.7-cp38-cp38-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:701daea9ffe9d26f97b52f1d157e0d4121644f0fcf80b443248434958fd03dc3"}, - {file = "pydantic-1.10.7-cp38-cp38-musllinux_1_1_i686.whl", hash = "sha256:cf135c46099ff3f919d2150a948ce94b9ce545598ef2c6c7bf55dca98a304b52"}, - {file = "pydantic-1.10.7-cp38-cp38-musllinux_1_1_x86_64.whl", hash = "sha256:b0f85904f73161817b80781cc150f8b906d521fa11e3cdabae19a581c3606209"}, - {file = "pydantic-1.10.7-cp38-cp38-win_amd64.whl", hash = "sha256:9f6f0fd68d73257ad6685419478c5aece46432f4bdd8d32c7345f1986496171e"}, - {file = "pydantic-1.10.7-cp39-cp39-macosx_10_9_x86_64.whl", hash = "sha256:c230c0d8a322276d6e7b88c3f7ce885f9ed16e0910354510e0bae84d54991143"}, - {file = "pydantic-1.10.7-cp39-cp39-macosx_11_0_arm64.whl", hash = "sha256:976cae77ba6a49d80f461fd8bba183ff7ba79f44aa5cfa82f1346b5626542f8e"}, - {file = "pydantic-1.10.7-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:7d45fc99d64af9aaf7e308054a0067fdcd87ffe974f2442312372dfa66e1001d"}, - {file = "pydantic-1.10.7-cp39-cp39-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:d2a5ebb48958754d386195fe9e9c5106f11275867051bf017a8059410e9abf1f"}, - {file = "pydantic-1.10.7-cp39-cp39-musllinux_1_1_i686.whl", hash = "sha256:abfb7d4a7cd5cc4e1d1887c43503a7c5dd608eadf8bc615413fc498d3e4645cd"}, - {file = "pydantic-1.10.7-cp39-cp39-musllinux_1_1_x86_64.whl", hash = "sha256:80b1fab4deb08a8292d15e43a6edccdffa5377a36a4597bb545b93e79c5ff0a5"}, - {file = "pydantic-1.10.7-cp39-cp39-win_amd64.whl", hash = "sha256:d71e69699498b020ea198468e2480a2f1e7433e32a3a99760058c6520e2bea7e"}, - {file = "pydantic-1.10.7-py3-none-any.whl", hash = "sha256:0cd181f1d0b1d00e2b705f1bf1ac7799a2d938cce3376b8007df62b29be3c2c6"}, - {file = "pydantic-1.10.7.tar.gz", hash = "sha256:cfc83c0678b6ba51b0532bea66860617c4cd4251ecf76e9846fa5a9f3454e97e"}, + {file = "pydantic-1.10.9-cp310-cp310-macosx_10_9_x86_64.whl", hash = "sha256:e692dec4a40bfb40ca530e07805b1208c1de071a18d26af4a2a0d79015b352ca"}, + {file = "pydantic-1.10.9-cp310-cp310-macosx_11_0_arm64.whl", hash = "sha256:3c52eb595db83e189419bf337b59154bdcca642ee4b2a09e5d7797e41ace783f"}, + {file = "pydantic-1.10.9-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:939328fd539b8d0edf244327398a667b6b140afd3bf7e347cf9813c736211896"}, + {file = "pydantic-1.10.9-cp310-cp310-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:b48d3d634bca23b172f47f2335c617d3fcb4b3ba18481c96b7943a4c634f5c8d"}, + {file = "pydantic-1.10.9-cp310-cp310-musllinux_1_1_i686.whl", hash = "sha256:f0b7628fb8efe60fe66fd4adadd7ad2304014770cdc1f4934db41fe46cc8825f"}, + {file = "pydantic-1.10.9-cp310-cp310-musllinux_1_1_x86_64.whl", hash = "sha256:e1aa5c2410769ca28aa9a7841b80d9d9a1c5f223928ca8bec7e7c9a34d26b1d4"}, + {file = "pydantic-1.10.9-cp310-cp310-win_amd64.whl", hash = "sha256:eec39224b2b2e861259d6f3c8b6290d4e0fbdce147adb797484a42278a1a486f"}, + {file = "pydantic-1.10.9-cp311-cp311-macosx_10_9_x86_64.whl", hash = "sha256:d111a21bbbfd85c17248130deac02bbd9b5e20b303338e0dbe0faa78330e37e0"}, + {file = "pydantic-1.10.9-cp311-cp311-macosx_11_0_arm64.whl", hash = "sha256:2e9aec8627a1a6823fc62fb96480abe3eb10168fd0d859ee3d3b395105ae19a7"}, + {file = "pydantic-1.10.9-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:07293ab08e7b4d3c9d7de4949a0ea571f11e4557d19ea24dd3ae0c524c0c334d"}, + {file = "pydantic-1.10.9-cp311-cp311-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:7ee829b86ce984261d99ff2fd6e88f2230068d96c2a582f29583ed602ef3fc2c"}, + {file = "pydantic-1.10.9-cp311-cp311-musllinux_1_1_i686.whl", hash = "sha256:4b466a23009ff5cdd7076eb56aca537c745ca491293cc38e72bf1e0e00de5b91"}, + {file = "pydantic-1.10.9-cp311-cp311-musllinux_1_1_x86_64.whl", hash = "sha256:7847ca62e581e6088d9000f3c497267868ca2fa89432714e21a4fb33a04d52e8"}, + {file = "pydantic-1.10.9-cp311-cp311-win_amd64.whl", hash = "sha256:7845b31959468bc5b78d7b95ec52fe5be32b55d0d09983a877cca6aedc51068f"}, + {file = "pydantic-1.10.9-cp37-cp37m-macosx_10_9_x86_64.whl", hash = "sha256:517a681919bf880ce1dac7e5bc0c3af1e58ba118fd774da2ffcd93c5f96eaece"}, + {file = "pydantic-1.10.9-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:67195274fd27780f15c4c372f4ba9a5c02dad6d50647b917b6a92bf00b3d301a"}, + {file = "pydantic-1.10.9-cp37-cp37m-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:2196c06484da2b3fded1ab6dbe182bdabeb09f6318b7fdc412609ee2b564c49a"}, + {file = "pydantic-1.10.9-cp37-cp37m-musllinux_1_1_i686.whl", hash = "sha256:6257bb45ad78abacda13f15bde5886efd6bf549dd71085e64b8dcf9919c38b60"}, + {file = "pydantic-1.10.9-cp37-cp37m-musllinux_1_1_x86_64.whl", hash = "sha256:3283b574b01e8dbc982080d8287c968489d25329a463b29a90d4157de4f2baaf"}, + {file = "pydantic-1.10.9-cp37-cp37m-win_amd64.whl", hash = "sha256:5f8bbaf4013b9a50e8100333cc4e3fa2f81214033e05ac5aa44fa24a98670a29"}, + {file = "pydantic-1.10.9-cp38-cp38-macosx_10_9_x86_64.whl", hash = "sha256:b9cd67fb763248cbe38f0593cd8611bfe4b8ad82acb3bdf2b0898c23415a1f82"}, + {file = "pydantic-1.10.9-cp38-cp38-macosx_11_0_arm64.whl", hash = "sha256:f50e1764ce9353be67267e7fd0da08349397c7db17a562ad036aa7c8f4adfdb6"}, + {file = "pydantic-1.10.9-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:73ef93e5e1d3c8e83f1ff2e7fdd026d9e063c7e089394869a6e2985696693766"}, + {file = "pydantic-1.10.9-cp38-cp38-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:128d9453d92e6e81e881dd7e2484e08d8b164da5507f62d06ceecf84bf2e21d3"}, + {file = "pydantic-1.10.9-cp38-cp38-musllinux_1_1_i686.whl", hash = "sha256:ad428e92ab68798d9326bb3e5515bc927444a3d71a93b4a2ca02a8a5d795c572"}, + {file = "pydantic-1.10.9-cp38-cp38-musllinux_1_1_x86_64.whl", hash = "sha256:fab81a92f42d6d525dd47ced310b0c3e10c416bbfae5d59523e63ea22f82b31e"}, + {file = "pydantic-1.10.9-cp38-cp38-win_amd64.whl", hash = "sha256:963671eda0b6ba6926d8fc759e3e10335e1dc1b71ff2a43ed2efd6996634dafb"}, + {file = "pydantic-1.10.9-cp39-cp39-macosx_10_9_x86_64.whl", hash = "sha256:970b1bdc6243ef663ba5c7e36ac9ab1f2bfecb8ad297c9824b542d41a750b298"}, + {file = "pydantic-1.10.9-cp39-cp39-macosx_11_0_arm64.whl", hash = "sha256:7e1d5290044f620f80cf1c969c542a5468f3656de47b41aa78100c5baa2b8276"}, + {file = "pydantic-1.10.9-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:83fcff3c7df7adff880622a98022626f4f6dbce6639a88a15a3ce0f96466cb60"}, + {file = "pydantic-1.10.9-cp39-cp39-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:0da48717dc9495d3a8f215e0d012599db6b8092db02acac5e0d58a65248ec5bc"}, + {file = "pydantic-1.10.9-cp39-cp39-musllinux_1_1_i686.whl", hash = "sha256:0a2aabdc73c2a5960e87c3ffebca6ccde88665616d1fd6d3db3178ef427b267a"}, + {file = "pydantic-1.10.9-cp39-cp39-musllinux_1_1_x86_64.whl", hash = "sha256:9863b9420d99dfa9c064042304868e8ba08e89081428a1c471858aa2af6f57c4"}, + {file = "pydantic-1.10.9-cp39-cp39-win_amd64.whl", hash = "sha256:e7c9900b43ac14110efa977be3da28931ffc74c27e96ee89fbcaaf0b0fe338e1"}, + {file = "pydantic-1.10.9-py3-none-any.whl", hash = "sha256:6cafde02f6699ce4ff643417d1a9223716ec25e228ddc3b436fe7e2d25a1f305"}, + {file = "pydantic-1.10.9.tar.gz", hash = "sha256:95c70da2cd3b6ddf3b9645ecaa8d98f3d80c606624b6d245558d202cd23ea3be"}, ] [package.dependencies] @@ -2260,7 +2230,6 @@ email = ["email-validator (>=1.0.3)"] name = "pyflakes" version = "3.0.1" description = "passive checker of Python programs" -category = "dev" optional = false python-versions = ">=3.6" files = [ @@ -2272,7 +2241,6 @@ files = [ name = "pygetwindow" version = "0.0.9" description = "A simple, cross-platform module for obtaining GUI information on application's windows." -category = "main" optional = false python-versions = "*" files = [ @@ -2286,7 +2254,6 @@ pyrect = "*" name = "pygments" version = "2.15.1" description = "Pygments is a syntax highlighting package written in Python." -category = "main" optional = false python-versions = ">=3.7" files = [ @@ -2299,24 +2266,23 @@ plugins = ["importlib-metadata"] [[package]] name = "pyinstaller" -version = "5.11.0" +version = "5.12.0" description = "PyInstaller bundles a Python application and all its dependencies into a single package." -category = "main" optional = false python-versions = "<3.12,>=3.7" files = [ - {file = "pyinstaller-5.11.0-py3-none-macosx_10_13_universal2.whl", hash = "sha256:8454bac8f3cb2219a3ce2227fd039bdaf943dcba60e8c55732958ea3a6d81263"}, - {file = "pyinstaller-5.11.0-py3-none-manylinux2014_aarch64.whl", hash = "sha256:b3c6299fd7526c6ca87ea5f9017fb1928d47046df0b9f983d6bbd893801010dc"}, - {file = "pyinstaller-5.11.0-py3-none-manylinux2014_i686.whl", hash = "sha256:e359571327bbef434fc61324891399f9117efbb685b5065234eebb01713650a8"}, - {file = "pyinstaller-5.11.0-py3-none-manylinux2014_ppc64le.whl", hash = "sha256:a445a91b85c9a1ea3985268643a674900dd86f244cc4be4ff4ec4c6367ff99a9"}, - {file = "pyinstaller-5.11.0-py3-none-manylinux2014_s390x.whl", hash = "sha256:2a1fe6d0da22f207cfa4b3221fe365503cba071c77aac19f76a75503f67d9ff9"}, - {file = "pyinstaller-5.11.0-py3-none-manylinux2014_x86_64.whl", hash = "sha256:b4cac0e7b0d63c6a869843113008f59fd5b38b2959ffa6059e7fac4bb05de92b"}, - {file = "pyinstaller-5.11.0-py3-none-musllinux_1_1_aarch64.whl", hash = "sha256:0af9d11a09ce217d32f95c79c984054457b310671387ff32bae1496876308556"}, - {file = "pyinstaller-5.11.0-py3-none-musllinux_1_1_x86_64.whl", hash = "sha256:b8a4f6834e5c85150948e22c74dd3ab8b98aa4ccdf964d880ac14d2f78d9c1a4"}, - {file = "pyinstaller-5.11.0-py3-none-win32.whl", hash = "sha256:049cdc3524aefb5ca015a63d2c81b6bf1567cc818ac066859fbfde702c6165d3"}, - {file = "pyinstaller-5.11.0-py3-none-win_amd64.whl", hash = "sha256:42fdea67e4c2217cedd54d17d1d402736df3ba718db2b497df65df5a68ae4f93"}, - {file = "pyinstaller-5.11.0-py3-none-win_arm64.whl", hash = "sha256:036a062a228af41f6bb6370a4e87cef34858cc839200a07ace7f8738ef64ad86"}, - {file = "pyinstaller-5.11.0.tar.gz", hash = "sha256:cb87cee0b3c81ccd74d4bf3f4faf03b5e1e39bb91f1a894b2ce4cd22363bf779"}, + {file = "pyinstaller-5.12.0-py3-none-macosx_10_13_universal2.whl", hash = "sha256:edcb6eb6618f3b763c11487db1d3516111d54bd5598b9470e295c1f628a95496"}, + {file = "pyinstaller-5.12.0-py3-none-manylinux2014_aarch64.whl", hash = "sha256:303952c2a8ece894b655c2a0783a0bdc844282f47790707446bde3eaf355f0da"}, + {file = "pyinstaller-5.12.0-py3-none-manylinux2014_i686.whl", hash = "sha256:7eed9996c12aeee7530cbc7c57350939f46391ecf714ac176579190dbd3ec7bf"}, + {file = "pyinstaller-5.12.0-py3-none-manylinux2014_ppc64le.whl", hash = "sha256:96ad645347671c9fce190506c09523c02f01a503fe3ea65f79bb0cfe22a8c83e"}, + {file = "pyinstaller-5.12.0-py3-none-manylinux2014_s390x.whl", hash = "sha256:c3ceb6c3a34b9407ba16fb68a32f83d5fd94f21d43d9fe38d8f752feb75ca5bb"}, + {file = "pyinstaller-5.12.0-py3-none-manylinux2014_x86_64.whl", hash = "sha256:92eeacd052092a0a4368f50ddecbeb6e020b5a70cdf113243fbd6bd8ee25524e"}, + {file = "pyinstaller-5.12.0-py3-none-musllinux_1_1_aarch64.whl", hash = "sha256:3605ac72311318455907a88efb4a4b334b844659673a2a371bbaac2d8b52843a"}, + {file = "pyinstaller-5.12.0-py3-none-musllinux_1_1_x86_64.whl", hash = "sha256:d14c1c2b753af5efed96584f075a6740ea634ca55789113d325dc8c32aef50fe"}, + {file = "pyinstaller-5.12.0-py3-none-win32.whl", hash = "sha256:b64d8a3056e6c7e4ed4d1f95e793ef401bf5b166ef00ad544b5812be0ac63b4b"}, + {file = "pyinstaller-5.12.0-py3-none-win_amd64.whl", hash = "sha256:62d75bb70cdbeea1a0d55067d7201efa2f7d7c19e56c241291c03d551b531684"}, + {file = "pyinstaller-5.12.0-py3-none-win_arm64.whl", hash = "sha256:2f70e2d9b032e5f24a336f41affcb4624e66a84cd863ba58f6a92bd6040653bb"}, + {file = "pyinstaller-5.12.0.tar.gz", hash = "sha256:a1c2667120730604c3ad1e0739a45bb72ca4a502a91e2f5c5b220fbfbb05f0d4"}, ] [package.dependencies] @@ -2335,7 +2301,6 @@ hook-testing = ["execnet (>=1.5.0)", "psutil", "pytest (>=2.7.3)"] name = "pyinstaller-hooks-contrib" version = "2023.3" description = "Community maintained hooks for PyInstaller" -category = "main" optional = false python-versions = ">=3.7" files = [ @@ -2347,7 +2312,6 @@ files = [ name = "pymsgbox" version = "1.0.9" description = "A simple, cross-platform, pure Python module for JavaScript-like message boxes." -category = "main" optional = false python-versions = "*" files = [ @@ -2356,2853 +2320,2717 @@ files = [ [[package]] name = "pyobjc" -version = "9.1.1" +version = "9.2" description = "Python<->ObjC Interoperability Module" -category = "main" optional = false python-versions = ">=3.7" files = [ - {file = "pyobjc-9.1.1-py3-none-any.whl", hash = "sha256:5c4482728b9afa1a0e49bc57624dbdcd33d684b47f2a3e36d61cd31b27818e72"}, - {file = "pyobjc-9.1.1.tar.gz", hash = "sha256:79071b1a71238708a34e87e50d5693c8a31206c567a125b0db7f500f841c64c9"}, + {file = "pyobjc-9.2-py3-none-any.whl", hash = "sha256:75cbdc14211ae2b4e0b0db41ef3180b2a43c2c4cbdd944a55acd37f9bb2099fe"}, + {file = "pyobjc-9.2.tar.gz", hash = "sha256:4d68df976f2a9c126e1c4d125002061be3e52fb1a31a42e7cd2685e9bfe3737f"}, ] [package.dependencies] -pyobjc-core = "9.1.1" -pyobjc-framework-Accessibility = {version = "9.1.1", markers = "platform_release >= \"20.0\""} -pyobjc-framework-Accounts = {version = "9.1.1", markers = "platform_release >= \"12.0\""} -pyobjc-framework-AddressBook = "9.1.1" -pyobjc-framework-AdServices = {version = "9.1.1", markers = "platform_release >= \"20.0\""} -pyobjc-framework-AdSupport = {version = "9.1.1", markers = "platform_release >= \"18.0\""} -pyobjc-framework-AppleScriptKit = "9.1.1" -pyobjc-framework-AppleScriptObjC = {version = "9.1.1", markers = "platform_release >= \"10.0\""} -pyobjc-framework-ApplicationServices = "9.1.1" -pyobjc-framework-AppTrackingTransparency = {version = "9.1.1", markers = "platform_release >= \"20.0\""} -pyobjc-framework-AudioVideoBridging = {version = "9.1.1", markers = "platform_release >= \"12.0\""} -pyobjc-framework-AuthenticationServices = {version = "9.1.1", markers = "platform_release >= \"19.0\""} -pyobjc-framework-AutomaticAssessmentConfiguration = {version = "9.1.1", markers = "platform_release >= \"19.0\""} -pyobjc-framework-Automator = "9.1.1" -pyobjc-framework-AVFoundation = {version = "9.1.1", markers = "platform_release >= \"11.0\""} -pyobjc-framework-AVKit = {version = "9.1.1", markers = "platform_release >= \"13.0\""} -pyobjc-framework-AVRouting = {version = "9.1.1", markers = "platform_release >= \"22.0\""} -pyobjc-framework-BackgroundAssets = {version = "9.1.1", markers = "platform_release >= \"22.0\""} -pyobjc-framework-BusinessChat = {version = "9.1.1", markers = "platform_release >= \"18.0\""} -pyobjc-framework-CalendarStore = {version = "9.1.1", markers = "platform_release >= \"9.0\""} -pyobjc-framework-CallKit = {version = "9.1.1", markers = "platform_release >= \"20.0\""} -pyobjc-framework-CFNetwork = "9.1.1" -pyobjc-framework-ClassKit = {version = "9.1.1", markers = "platform_release >= \"20.0\""} -pyobjc-framework-CloudKit = {version = "9.1.1", markers = "platform_release >= \"14.0\""} -pyobjc-framework-Cocoa = "9.1.1" -pyobjc-framework-Collaboration = {version = "9.1.1", markers = "platform_release >= \"9.0\""} -pyobjc-framework-ColorSync = {version = "9.1.1", markers = "platform_release >= \"17.0\""} -pyobjc-framework-Contacts = {version = "9.1.1", markers = "platform_release >= \"15.0\""} -pyobjc-framework-ContactsUI = {version = "9.1.1", markers = "platform_release >= \"15.0\""} -pyobjc-framework-CoreAudio = "9.1.1" -pyobjc-framework-CoreAudioKit = "9.1.1" -pyobjc-framework-CoreBluetooth = {version = "9.1.1", markers = "platform_release >= \"14.0\""} -pyobjc-framework-CoreData = "9.1.1" -pyobjc-framework-CoreHaptics = {version = "9.1.1", markers = "platform_release >= \"19.0\""} -pyobjc-framework-CoreLocation = {version = "9.1.1", markers = "platform_release >= \"10.0\""} -pyobjc-framework-CoreMedia = {version = "9.1.1", markers = "platform_release >= \"11.0\""} -pyobjc-framework-CoreMediaIO = {version = "9.1.1", markers = "platform_release >= \"11.0\""} -pyobjc-framework-CoreMIDI = "9.1.1" -pyobjc-framework-CoreML = {version = "9.1.1", markers = "platform_release >= \"17.0\""} -pyobjc-framework-CoreMotion = {version = "9.1.1", markers = "platform_release >= \"19.0\""} -pyobjc-framework-CoreServices = "9.1.1" -pyobjc-framework-CoreSpotlight = {version = "9.1.1", markers = "platform_release >= \"17.0\""} -pyobjc-framework-CoreText = "9.1.1" -pyobjc-framework-CoreWLAN = {version = "9.1.1", markers = "platform_release >= \"10.0\""} -pyobjc-framework-CryptoTokenKit = {version = "9.1.1", markers = "platform_release >= \"14.0\""} -pyobjc-framework-DataDetection = {version = "9.1.1", markers = "platform_release >= \"21.0\""} -pyobjc-framework-DeviceCheck = {version = "9.1.1", markers = "platform_release >= \"19.0\""} -pyobjc-framework-DictionaryServices = {version = "9.1.1", markers = "platform_release >= \"9.0\""} -pyobjc-framework-DiscRecording = "9.1.1" -pyobjc-framework-DiscRecordingUI = "9.1.1" -pyobjc-framework-DiskArbitration = "9.1.1" -pyobjc-framework-DVDPlayback = "9.1.1" -pyobjc-framework-EventKit = {version = "9.1.1", markers = "platform_release >= \"12.0\""} -pyobjc-framework-ExceptionHandling = "9.1.1" -pyobjc-framework-ExecutionPolicy = {version = "9.1.1", markers = "platform_release >= \"19.0\""} -pyobjc-framework-ExtensionKit = {version = "9.1.1", markers = "platform_release >= \"22.0\""} -pyobjc-framework-ExternalAccessory = {version = "9.1.1", markers = "platform_release >= \"17.0\""} -pyobjc-framework-FileProvider = {version = "9.1.1", markers = "platform_release >= \"19.0\""} -pyobjc-framework-FileProviderUI = {version = "9.1.1", markers = "platform_release >= \"19.0\""} -pyobjc-framework-FinderSync = {version = "9.1.1", markers = "platform_release >= \"14.0\""} -pyobjc-framework-FSEvents = {version = "9.1.1", markers = "platform_release >= \"9.0\""} -pyobjc-framework-GameCenter = {version = "9.1.1", markers = "platform_release >= \"12.0\""} -pyobjc-framework-GameController = {version = "9.1.1", markers = "platform_release >= \"13.0\""} -pyobjc-framework-GameKit = {version = "9.1.1", markers = "platform_release >= \"12.0\""} -pyobjc-framework-GameplayKit = {version = "9.1.1", markers = "platform_release >= \"15.0\""} -pyobjc-framework-HealthKit = {version = "9.1.1", markers = "platform_release >= \"22.0\""} -pyobjc-framework-ImageCaptureCore = {version = "9.1.1", markers = "platform_release >= \"10.0\""} -pyobjc-framework-IMServicePlugIn = {version = "9.1.1", markers = "platform_release >= \"11.0\""} -pyobjc-framework-InputMethodKit = {version = "9.1.1", markers = "platform_release >= \"9.0\""} -pyobjc-framework-InstallerPlugins = "9.1.1" -pyobjc-framework-InstantMessage = {version = "9.1.1", markers = "platform_release >= \"9.0\""} -pyobjc-framework-Intents = {version = "9.1.1", markers = "platform_release >= \"16.0\""} -pyobjc-framework-IntentsUI = {version = "9.1.1", markers = "platform_release >= \"21.0\""} -pyobjc-framework-IOBluetooth = "9.1.1" -pyobjc-framework-IOBluetoothUI = "9.1.1" -pyobjc-framework-IOSurface = {version = "9.1.1", markers = "platform_release >= \"10.0\""} -pyobjc-framework-iTunesLibrary = {version = "9.1.1", markers = "platform_release >= \"10.0\""} -pyobjc-framework-KernelManagement = {version = "9.1.1", markers = "platform_release >= \"20.0\""} -pyobjc-framework-LatentSemanticMapping = "9.1.1" -pyobjc-framework-LaunchServices = "9.1.1" -pyobjc-framework-libdispatch = {version = "9.1.1", markers = "platform_release >= \"12.0\""} -pyobjc-framework-libxpc = {version = "9.1.1", markers = "platform_release >= \"12.0\""} -pyobjc-framework-LinkPresentation = {version = "9.1.1", markers = "platform_release >= \"19.0\""} -pyobjc-framework-LocalAuthentication = {version = "9.1.1", markers = "platform_release >= \"14.0\""} -pyobjc-framework-LocalAuthenticationEmbeddedUI = {version = "9.1.1", markers = "platform_release >= \"21.0\""} -pyobjc-framework-MailKit = {version = "9.1.1", markers = "platform_release >= \"21.0\""} -pyobjc-framework-MapKit = {version = "9.1.1", markers = "platform_release >= \"13.0\""} -pyobjc-framework-MediaAccessibility = {version = "9.1.1", markers = "platform_release >= \"13.0\""} -pyobjc-framework-MediaLibrary = {version = "9.1.1", markers = "platform_release >= \"13.0\""} -pyobjc-framework-MediaPlayer = {version = "9.1.1", markers = "platform_release >= \"16.0\""} -pyobjc-framework-MediaToolbox = {version = "9.1.1", markers = "platform_release >= \"13.0\""} -pyobjc-framework-Metal = {version = "9.1.1", markers = "platform_release >= \"15.0\""} -pyobjc-framework-MetalFX = {version = "9.1.1", markers = "platform_release >= \"22.0\""} -pyobjc-framework-MetalKit = {version = "9.1.1", markers = "platform_release >= \"15.0\""} -pyobjc-framework-MetalPerformanceShaders = {version = "9.1.1", markers = "platform_release >= \"17.0\""} -pyobjc-framework-MetalPerformanceShadersGraph = {version = "9.1.1", markers = "platform_release >= \"20.0\""} -pyobjc-framework-MetricKit = {version = "9.1.1", markers = "platform_release >= \"21.0\""} -pyobjc-framework-MLCompute = {version = "9.1.1", markers = "platform_release >= \"20.0\""} -pyobjc-framework-ModelIO = {version = "9.1.1", markers = "platform_release >= \"15.0\""} -pyobjc-framework-MultipeerConnectivity = {version = "9.1.1", markers = "platform_release >= \"14.0\""} -pyobjc-framework-NaturalLanguage = {version = "9.1.1", markers = "platform_release >= \"18.0\""} -pyobjc-framework-NetFS = {version = "9.1.1", markers = "platform_release >= \"10.0\""} -pyobjc-framework-Network = {version = "9.1.1", markers = "platform_release >= \"18.0\""} -pyobjc-framework-NetworkExtension = {version = "9.1.1", markers = "platform_release >= \"15.0\""} -pyobjc-framework-NotificationCenter = {version = "9.1.1", markers = "platform_release >= \"14.0\""} -pyobjc-framework-OpenDirectory = {version = "9.1.1", markers = "platform_release >= \"10.0\""} -pyobjc-framework-OSAKit = "9.1.1" -pyobjc-framework-OSLog = {version = "9.1.1", markers = "platform_release >= \"19.0\""} -pyobjc-framework-PassKit = {version = "9.1.1", markers = "platform_release >= \"20.0\""} -pyobjc-framework-PencilKit = {version = "9.1.1", markers = "platform_release >= \"19.0\""} -pyobjc-framework-PHASE = {version = "9.1.1", markers = "platform_release >= \"21.0\""} -pyobjc-framework-Photos = {version = "9.1.1", markers = "platform_release >= \"15.0\""} -pyobjc-framework-PhotosUI = {version = "9.1.1", markers = "platform_release >= \"15.0\""} -pyobjc-framework-PreferencePanes = "9.1.1" -pyobjc-framework-PubSub = {version = "9.1.1", markers = "platform_release >= \"9.0\" and platform_release < \"18.0\""} -pyobjc-framework-PushKit = {version = "9.1.1", markers = "platform_release >= \"19.0\""} -pyobjc-framework-Quartz = "9.1.1" -pyobjc-framework-QuickLookThumbnailing = {version = "9.1.1", markers = "platform_release >= \"19.0\""} -pyobjc-framework-ReplayKit = {version = "9.1.1", markers = "platform_release >= \"20.0\""} -pyobjc-framework-SafariServices = {version = "9.1.1", markers = "platform_release >= \"15.0\""} -pyobjc-framework-SafetyKit = {version = "9.1.1", markers = "platform_release >= \"22.0\""} -pyobjc-framework-SceneKit = {version = "9.1.1", markers = "platform_release >= \"11.0\""} -pyobjc-framework-ScreenCaptureKit = {version = "9.1.1", markers = "platform_release >= \"21.4\""} -pyobjc-framework-ScreenSaver = "9.1.1" -pyobjc-framework-ScreenTime = {version = "9.1.1", markers = "platform_release >= \"20.0\""} -pyobjc-framework-ScriptingBridge = {version = "9.1.1", markers = "platform_release >= \"9.0\""} -pyobjc-framework-SearchKit = "9.1.1" -pyobjc-framework-Security = "9.1.1" -pyobjc-framework-SecurityFoundation = "9.1.1" -pyobjc-framework-SecurityInterface = "9.1.1" -pyobjc-framework-ServiceManagement = {version = "9.1.1", markers = "platform_release >= \"10.0\""} -pyobjc-framework-SharedWithYou = {version = "9.1.1", markers = "platform_release >= \"22.0\""} -pyobjc-framework-SharedWithYouCore = {version = "9.1.1", markers = "platform_release >= \"22.0\""} -pyobjc-framework-ShazamKit = {version = "9.1.1", markers = "platform_release >= \"21.0\""} -pyobjc-framework-Social = {version = "9.1.1", markers = "platform_release >= \"12.0\""} -pyobjc-framework-SoundAnalysis = {version = "9.1.1", markers = "platform_release >= \"19.0\""} -pyobjc-framework-Speech = {version = "9.1.1", markers = "platform_release >= \"19.0\""} -pyobjc-framework-SpriteKit = {version = "9.1.1", markers = "platform_release >= \"13.0\""} -pyobjc-framework-StoreKit = {version = "9.1.1", markers = "platform_release >= \"11.0\""} -pyobjc-framework-SyncServices = "9.1.1" -pyobjc-framework-SystemConfiguration = "9.1.1" -pyobjc-framework-SystemExtensions = {version = "9.1.1", markers = "platform_release >= \"19.0\""} -pyobjc-framework-ThreadNetwork = {version = "9.1.1", markers = "platform_release >= \"22.0\""} -pyobjc-framework-UniformTypeIdentifiers = {version = "9.1.1", markers = "platform_release >= \"20.0\""} -pyobjc-framework-UserNotifications = {version = "9.1.1", markers = "platform_release >= \"18.0\""} -pyobjc-framework-UserNotificationsUI = {version = "9.1.1", markers = "platform_release >= \"20.0\""} -pyobjc-framework-VideoSubscriberAccount = {version = "9.1.1", markers = "platform_release >= \"18.0\""} -pyobjc-framework-VideoToolbox = {version = "9.1.1", markers = "platform_release >= \"12.0\""} -pyobjc-framework-Virtualization = {version = "9.1.1", markers = "platform_release >= \"20.0\""} -pyobjc-framework-Vision = {version = "9.1.1", markers = "platform_release >= \"17.0\""} -pyobjc-framework-WebKit = "9.1.1" +pyobjc-core = "9.2" +pyobjc-framework-Accessibility = {version = "9.2", markers = "platform_release >= \"20.0\""} +pyobjc-framework-Accounts = {version = "9.2", markers = "platform_release >= \"12.0\""} +pyobjc-framework-AddressBook = "9.2" +pyobjc-framework-AdServices = {version = "9.2", markers = "platform_release >= \"20.0\""} +pyobjc-framework-AdSupport = {version = "9.2", markers = "platform_release >= \"18.0\""} +pyobjc-framework-AppleScriptKit = "9.2" +pyobjc-framework-AppleScriptObjC = {version = "9.2", markers = "platform_release >= \"10.0\""} +pyobjc-framework-ApplicationServices = "9.2" +pyobjc-framework-AppTrackingTransparency = {version = "9.2", markers = "platform_release >= \"20.0\""} +pyobjc-framework-AudioVideoBridging = {version = "9.2", markers = "platform_release >= \"12.0\""} +pyobjc-framework-AuthenticationServices = {version = "9.2", markers = "platform_release >= \"19.0\""} +pyobjc-framework-AutomaticAssessmentConfiguration = {version = "9.2", markers = "platform_release >= \"19.0\""} +pyobjc-framework-Automator = "9.2" +pyobjc-framework-AVFoundation = {version = "9.2", markers = "platform_release >= \"11.0\""} +pyobjc-framework-AVKit = {version = "9.2", markers = "platform_release >= \"13.0\""} +pyobjc-framework-AVRouting = {version = "9.2", markers = "platform_release >= \"22.0\""} +pyobjc-framework-BackgroundAssets = {version = "9.2", markers = "platform_release >= \"22.0\""} +pyobjc-framework-BusinessChat = {version = "9.2", markers = "platform_release >= \"18.0\""} +pyobjc-framework-CalendarStore = {version = "9.2", markers = "platform_release >= \"9.0\""} +pyobjc-framework-CallKit = {version = "9.2", markers = "platform_release >= \"20.0\""} +pyobjc-framework-CFNetwork = "9.2" +pyobjc-framework-ClassKit = {version = "9.2", markers = "platform_release >= \"20.0\""} +pyobjc-framework-CloudKit = {version = "9.2", markers = "platform_release >= \"14.0\""} +pyobjc-framework-Cocoa = "9.2" +pyobjc-framework-Collaboration = {version = "9.2", markers = "platform_release >= \"9.0\""} +pyobjc-framework-ColorSync = {version = "9.2", markers = "platform_release >= \"17.0\""} +pyobjc-framework-Contacts = {version = "9.2", markers = "platform_release >= \"15.0\""} +pyobjc-framework-ContactsUI = {version = "9.2", markers = "platform_release >= \"15.0\""} +pyobjc-framework-CoreAudio = "9.2" +pyobjc-framework-CoreAudioKit = "9.2" +pyobjc-framework-CoreBluetooth = {version = "9.2", markers = "platform_release >= \"14.0\""} +pyobjc-framework-CoreData = "9.2" +pyobjc-framework-CoreHaptics = {version = "9.2", markers = "platform_release >= \"19.0\""} +pyobjc-framework-CoreLocation = {version = "9.2", markers = "platform_release >= \"10.0\""} +pyobjc-framework-CoreMedia = {version = "9.2", markers = "platform_release >= \"11.0\""} +pyobjc-framework-CoreMediaIO = {version = "9.2", markers = "platform_release >= \"11.0\""} +pyobjc-framework-CoreMIDI = "9.2" +pyobjc-framework-CoreML = {version = "9.2", markers = "platform_release >= \"17.0\""} +pyobjc-framework-CoreMotion = {version = "9.2", markers = "platform_release >= \"19.0\""} +pyobjc-framework-CoreServices = "9.2" +pyobjc-framework-CoreSpotlight = {version = "9.2", markers = "platform_release >= \"17.0\""} +pyobjc-framework-CoreText = "9.2" +pyobjc-framework-CoreWLAN = {version = "9.2", markers = "platform_release >= \"10.0\""} +pyobjc-framework-CryptoTokenKit = {version = "9.2", markers = "platform_release >= \"14.0\""} +pyobjc-framework-DataDetection = {version = "9.2", markers = "platform_release >= \"21.0\""} +pyobjc-framework-DeviceCheck = {version = "9.2", markers = "platform_release >= \"19.0\""} +pyobjc-framework-DictionaryServices = {version = "9.2", markers = "platform_release >= \"9.0\""} +pyobjc-framework-DiscRecording = "9.2" +pyobjc-framework-DiscRecordingUI = "9.2" +pyobjc-framework-DiskArbitration = "9.2" +pyobjc-framework-DVDPlayback = "9.2" +pyobjc-framework-EventKit = {version = "9.2", markers = "platform_release >= \"12.0\""} +pyobjc-framework-ExceptionHandling = "9.2" +pyobjc-framework-ExecutionPolicy = {version = "9.2", markers = "platform_release >= \"19.0\""} +pyobjc-framework-ExtensionKit = {version = "9.2", markers = "platform_release >= \"22.0\""} +pyobjc-framework-ExternalAccessory = {version = "9.2", markers = "platform_release >= \"17.0\""} +pyobjc-framework-FileProvider = {version = "9.2", markers = "platform_release >= \"19.0\""} +pyobjc-framework-FileProviderUI = {version = "9.2", markers = "platform_release >= \"19.0\""} +pyobjc-framework-FinderSync = {version = "9.2", markers = "platform_release >= \"14.0\""} +pyobjc-framework-FSEvents = {version = "9.2", markers = "platform_release >= \"9.0\""} +pyobjc-framework-GameCenter = {version = "9.2", markers = "platform_release >= \"12.0\""} +pyobjc-framework-GameController = {version = "9.2", markers = "platform_release >= \"13.0\""} +pyobjc-framework-GameKit = {version = "9.2", markers = "platform_release >= \"12.0\""} +pyobjc-framework-GameplayKit = {version = "9.2", markers = "platform_release >= \"15.0\""} +pyobjc-framework-HealthKit = {version = "9.2", markers = "platform_release >= \"22.0\""} +pyobjc-framework-ImageCaptureCore = {version = "9.2", markers = "platform_release >= \"10.0\""} +pyobjc-framework-IMServicePlugIn = {version = "9.2", markers = "platform_release >= \"11.0\""} +pyobjc-framework-InputMethodKit = {version = "9.2", markers = "platform_release >= \"9.0\""} +pyobjc-framework-InstallerPlugins = "9.2" +pyobjc-framework-InstantMessage = {version = "9.2", markers = "platform_release >= \"9.0\""} +pyobjc-framework-Intents = {version = "9.2", markers = "platform_release >= \"16.0\""} +pyobjc-framework-IntentsUI = {version = "9.2", markers = "platform_release >= \"21.0\""} +pyobjc-framework-IOBluetooth = "9.2" +pyobjc-framework-IOBluetoothUI = "9.2" +pyobjc-framework-IOSurface = {version = "9.2", markers = "platform_release >= \"10.0\""} +pyobjc-framework-iTunesLibrary = {version = "9.2", markers = "platform_release >= \"10.0\""} +pyobjc-framework-KernelManagement = {version = "9.2", markers = "platform_release >= \"20.0\""} +pyobjc-framework-LatentSemanticMapping = "9.2" +pyobjc-framework-LaunchServices = "9.2" +pyobjc-framework-libdispatch = {version = "9.2", markers = "platform_release >= \"12.0\""} +pyobjc-framework-libxpc = {version = "9.2", markers = "platform_release >= \"12.0\""} +pyobjc-framework-LinkPresentation = {version = "9.2", markers = "platform_release >= \"19.0\""} +pyobjc-framework-LocalAuthentication = {version = "9.2", markers = "platform_release >= \"14.0\""} +pyobjc-framework-LocalAuthenticationEmbeddedUI = {version = "9.2", markers = "platform_release >= \"21.0\""} +pyobjc-framework-MailKit = {version = "9.2", markers = "platform_release >= \"21.0\""} +pyobjc-framework-MapKit = {version = "9.2", markers = "platform_release >= \"13.0\""} +pyobjc-framework-MediaAccessibility = {version = "9.2", markers = "platform_release >= \"13.0\""} +pyobjc-framework-MediaLibrary = {version = "9.2", markers = "platform_release >= \"13.0\""} +pyobjc-framework-MediaPlayer = {version = "9.2", markers = "platform_release >= \"16.0\""} +pyobjc-framework-MediaToolbox = {version = "9.2", markers = "platform_release >= \"13.0\""} +pyobjc-framework-Metal = {version = "9.2", markers = "platform_release >= \"15.0\""} +pyobjc-framework-MetalFX = {version = "9.2", markers = "platform_release >= \"22.0\""} +pyobjc-framework-MetalKit = {version = "9.2", markers = "platform_release >= \"15.0\""} +pyobjc-framework-MetalPerformanceShaders = {version = "9.2", markers = "platform_release >= \"17.0\""} +pyobjc-framework-MetalPerformanceShadersGraph = {version = "9.2", markers = "platform_release >= \"20.0\""} +pyobjc-framework-MetricKit = {version = "9.2", markers = "platform_release >= \"21.0\""} +pyobjc-framework-MLCompute = {version = "9.2", markers = "platform_release >= \"20.0\""} +pyobjc-framework-ModelIO = {version = "9.2", markers = "platform_release >= \"15.0\""} +pyobjc-framework-MultipeerConnectivity = {version = "9.2", markers = "platform_release >= \"14.0\""} +pyobjc-framework-NaturalLanguage = {version = "9.2", markers = "platform_release >= \"18.0\""} +pyobjc-framework-NetFS = {version = "9.2", markers = "platform_release >= \"10.0\""} +pyobjc-framework-Network = {version = "9.2", markers = "platform_release >= \"18.0\""} +pyobjc-framework-NetworkExtension = {version = "9.2", markers = "platform_release >= \"15.0\""} +pyobjc-framework-NotificationCenter = {version = "9.2", markers = "platform_release >= \"14.0\""} +pyobjc-framework-OpenDirectory = {version = "9.2", markers = "platform_release >= \"10.0\""} +pyobjc-framework-OSAKit = "9.2" +pyobjc-framework-OSLog = {version = "9.2", markers = "platform_release >= \"19.0\""} +pyobjc-framework-PassKit = {version = "9.2", markers = "platform_release >= \"20.0\""} +pyobjc-framework-PencilKit = {version = "9.2", markers = "platform_release >= \"19.0\""} +pyobjc-framework-PHASE = {version = "9.2", markers = "platform_release >= \"21.0\""} +pyobjc-framework-Photos = {version = "9.2", markers = "platform_release >= \"15.0\""} +pyobjc-framework-PhotosUI = {version = "9.2", markers = "platform_release >= \"15.0\""} +pyobjc-framework-PreferencePanes = "9.2" +pyobjc-framework-PubSub = {version = "9.2", markers = "platform_release >= \"9.0\" and platform_release < \"18.0\""} +pyobjc-framework-PushKit = {version = "9.2", markers = "platform_release >= \"19.0\""} +pyobjc-framework-Quartz = "9.2" +pyobjc-framework-QuickLookThumbnailing = {version = "9.2", markers = "platform_release >= \"19.0\""} +pyobjc-framework-ReplayKit = {version = "9.2", markers = "platform_release >= \"20.0\""} +pyobjc-framework-SafariServices = {version = "9.2", markers = "platform_release >= \"16.0\""} +pyobjc-framework-SafetyKit = {version = "9.2", markers = "platform_release >= \"22.0\""} +pyobjc-framework-SceneKit = {version = "9.2", markers = "platform_release >= \"11.0\""} +pyobjc-framework-ScreenCaptureKit = {version = "9.2", markers = "platform_release >= \"21.4\""} +pyobjc-framework-ScreenSaver = "9.2" +pyobjc-framework-ScreenTime = {version = "9.2", markers = "platform_release >= \"20.0\""} +pyobjc-framework-ScriptingBridge = {version = "9.2", markers = "platform_release >= \"9.0\""} +pyobjc-framework-SearchKit = "9.2" +pyobjc-framework-Security = "9.2" +pyobjc-framework-SecurityFoundation = "9.2" +pyobjc-framework-SecurityInterface = "9.2" +pyobjc-framework-ServiceManagement = {version = "9.2", markers = "platform_release >= \"10.0\""} +pyobjc-framework-SharedWithYou = {version = "9.2", markers = "platform_release >= \"22.0\""} +pyobjc-framework-SharedWithYouCore = {version = "9.2", markers = "platform_release >= \"22.0\""} +pyobjc-framework-ShazamKit = {version = "9.2", markers = "platform_release >= \"21.0\""} +pyobjc-framework-Social = {version = "9.2", markers = "platform_release >= \"12.0\""} +pyobjc-framework-SoundAnalysis = {version = "9.2", markers = "platform_release >= \"19.0\""} +pyobjc-framework-Speech = {version = "9.2", markers = "platform_release >= \"19.0\""} +pyobjc-framework-SpriteKit = {version = "9.2", markers = "platform_release >= \"13.0\""} +pyobjc-framework-StoreKit = {version = "9.2", markers = "platform_release >= \"11.0\""} +pyobjc-framework-SyncServices = "9.2" +pyobjc-framework-SystemConfiguration = "9.2" +pyobjc-framework-SystemExtensions = {version = "9.2", markers = "platform_release >= \"19.0\""} +pyobjc-framework-ThreadNetwork = {version = "9.2", markers = "platform_release >= \"22.0\""} +pyobjc-framework-UniformTypeIdentifiers = {version = "9.2", markers = "platform_release >= \"20.0\""} +pyobjc-framework-UserNotifications = {version = "9.2", markers = "platform_release >= \"18.0\""} +pyobjc-framework-UserNotificationsUI = {version = "9.2", markers = "platform_release >= \"20.0\""} +pyobjc-framework-VideoSubscriberAccount = {version = "9.2", markers = "platform_release >= \"18.0\""} +pyobjc-framework-VideoToolbox = {version = "9.2", markers = "platform_release >= \"12.0\""} +pyobjc-framework-Virtualization = {version = "9.2", markers = "platform_release >= \"20.0\""} +pyobjc-framework-Vision = {version = "9.2", markers = "platform_release >= \"17.0\""} +pyobjc-framework-WebKit = "9.2" [package.extras] -allbindings = ["pyobjc-core (==9.1.1)", "pyobjc-framework-AVFoundation (==9.1.1)", "pyobjc-framework-AVKit (==9.1.1)", "pyobjc-framework-AVRouting (==9.1.1)", "pyobjc-framework-Accessibility (==9.1.1)", "pyobjc-framework-Accounts (==9.1.1)", "pyobjc-framework-AdServices (==9.1.1)", "pyobjc-framework-AdSupport (==9.1.1)", "pyobjc-framework-AddressBook (==9.1.1)", "pyobjc-framework-AppTrackingTransparency (==9.1.1)", "pyobjc-framework-AppleScriptKit (==9.1.1)", "pyobjc-framework-AppleScriptObjC (==9.1.1)", "pyobjc-framework-ApplicationServices (==9.1.1)", "pyobjc-framework-AudioVideoBridging (==9.1.1)", "pyobjc-framework-AuthenticationServices (==9.1.1)", "pyobjc-framework-AutomaticAssessmentConfiguration (==9.1.1)", "pyobjc-framework-Automator (==9.1.1)", "pyobjc-framework-BackgroundAssets (==9.1.1)", "pyobjc-framework-BusinessChat (==9.1.1)", "pyobjc-framework-CFNetwork (==9.1.1)", "pyobjc-framework-CalendarStore (==9.1.1)", "pyobjc-framework-CallKit (==9.1.1)", "pyobjc-framework-ClassKit (==9.1.1)", "pyobjc-framework-CloudKit (==9.1.1)", "pyobjc-framework-Cocoa (==9.1.1)", "pyobjc-framework-Collaboration (==9.1.1)", "pyobjc-framework-ColorSync (==9.1.1)", "pyobjc-framework-Contacts (==9.1.1)", "pyobjc-framework-ContactsUI (==9.1.1)", "pyobjc-framework-CoreAudio (==9.1.1)", "pyobjc-framework-CoreAudioKit (==9.1.1)", "pyobjc-framework-CoreBluetooth (==9.1.1)", "pyobjc-framework-CoreData (==9.1.1)", "pyobjc-framework-CoreHaptics (==9.1.1)", "pyobjc-framework-CoreLocation (==9.1.1)", "pyobjc-framework-CoreMIDI (==9.1.1)", "pyobjc-framework-CoreML (==9.1.1)", "pyobjc-framework-CoreMedia (==9.1.1)", "pyobjc-framework-CoreMediaIO (==9.1.1)", "pyobjc-framework-CoreMotion (==9.1.1)", "pyobjc-framework-CoreServices (==9.1.1)", "pyobjc-framework-CoreSpotlight (==9.1.1)", "pyobjc-framework-CoreText (==9.1.1)", "pyobjc-framework-CoreWLAN (==9.1.1)", "pyobjc-framework-CryptoTokenKit (==9.1.1)", "pyobjc-framework-DVDPlayback (==9.1.1)", "pyobjc-framework-DataDetection (==9.1.1)", "pyobjc-framework-DeviceCheck (==9.1.1)", "pyobjc-framework-DictionaryServices (==9.1.1)", "pyobjc-framework-DiscRecording (==9.1.1)", "pyobjc-framework-DiscRecordingUI (==9.1.1)", "pyobjc-framework-DiskArbitration (==9.1.1)", "pyobjc-framework-EventKit (==9.1.1)", "pyobjc-framework-ExceptionHandling (==9.1.1)", "pyobjc-framework-ExecutionPolicy (==9.1.1)", "pyobjc-framework-ExtensionKit (==9.1.1)", "pyobjc-framework-ExternalAccessory (==9.1.1)", "pyobjc-framework-FSEvents (==9.1.1)", "pyobjc-framework-FileProvider (==9.1.1)", "pyobjc-framework-FileProviderUI (==9.1.1)", "pyobjc-framework-FinderSync (==9.1.1)", "pyobjc-framework-GameCenter (==9.1.1)", "pyobjc-framework-GameController (==9.1.1)", "pyobjc-framework-GameKit (==9.1.1)", "pyobjc-framework-GameplayKit (==9.1.1)", "pyobjc-framework-HealthKit (==9.1.1)", "pyobjc-framework-IMServicePlugIn (==9.1.1)", "pyobjc-framework-IOBluetooth (==9.1.1)", "pyobjc-framework-IOBluetoothUI (==9.1.1)", "pyobjc-framework-IOSurface (==9.1.1)", "pyobjc-framework-ImageCaptureCore (==9.1.1)", "pyobjc-framework-InputMethodKit (==9.1.1)", "pyobjc-framework-InstallerPlugins (==9.1.1)", "pyobjc-framework-InstantMessage (==9.1.1)", "pyobjc-framework-Intents (==9.1.1)", "pyobjc-framework-IntentsUI (==9.1.1)", "pyobjc-framework-KernelManagement (==9.1.1)", "pyobjc-framework-LatentSemanticMapping (==9.1.1)", "pyobjc-framework-LaunchServices (==9.1.1)", "pyobjc-framework-LinkPresentation (==9.1.1)", "pyobjc-framework-LocalAuthentication (==9.1.1)", "pyobjc-framework-LocalAuthenticationEmbeddedUI (==9.1.1)", "pyobjc-framework-MLCompute (==9.1.1)", "pyobjc-framework-MailKit (==9.1.1)", "pyobjc-framework-MapKit (==9.1.1)", "pyobjc-framework-MediaAccessibility (==9.1.1)", "pyobjc-framework-MediaLibrary (==9.1.1)", "pyobjc-framework-MediaPlayer (==9.1.1)", "pyobjc-framework-MediaToolbox (==9.1.1)", "pyobjc-framework-Metal (==9.1.1)", "pyobjc-framework-MetalFX (==9.1.1)", "pyobjc-framework-MetalKit (==9.1.1)", "pyobjc-framework-MetalPerformanceShaders (==9.1.1)", "pyobjc-framework-MetalPerformanceShadersGraph (==9.1.1)", "pyobjc-framework-MetricKit (==9.1.1)", "pyobjc-framework-ModelIO (==9.1.1)", "pyobjc-framework-MultipeerConnectivity (==9.1.1)", "pyobjc-framework-NaturalLanguage (==9.1.1)", "pyobjc-framework-NetFS (==9.1.1)", "pyobjc-framework-Network (==9.1.1)", "pyobjc-framework-NetworkExtension (==9.1.1)", "pyobjc-framework-NotificationCenter (==9.1.1)", "pyobjc-framework-OSAKit (==9.1.1)", "pyobjc-framework-OSLog (==9.1.1)", "pyobjc-framework-OpenDirectory (==9.1.1)", "pyobjc-framework-PHASE (==9.1.1)", "pyobjc-framework-PassKit (==9.1.1)", "pyobjc-framework-PencilKit (==9.1.1)", "pyobjc-framework-Photos (==9.1.1)", "pyobjc-framework-PhotosUI (==9.1.1)", "pyobjc-framework-PreferencePanes (==9.1.1)", "pyobjc-framework-PubSub (==9.1.1)", "pyobjc-framework-PushKit (==9.1.1)", "pyobjc-framework-Quartz (==9.1.1)", "pyobjc-framework-QuickLookThumbnailing (==9.1.1)", "pyobjc-framework-ReplayKit (==9.1.1)", "pyobjc-framework-SafariServices (==9.1.1)", "pyobjc-framework-SafetyKit (==9.1.1)", "pyobjc-framework-SceneKit (==9.1.1)", "pyobjc-framework-ScreenCaptureKit (==9.1.1)", "pyobjc-framework-ScreenSaver (==9.1.1)", "pyobjc-framework-ScreenTime (==9.1.1)", "pyobjc-framework-ScriptingBridge (==9.1.1)", "pyobjc-framework-SearchKit (==9.1.1)", "pyobjc-framework-Security (==9.1.1)", "pyobjc-framework-SecurityFoundation (==9.1.1)", "pyobjc-framework-SecurityInterface (==9.1.1)", "pyobjc-framework-ServiceManagement (==9.1.1)", "pyobjc-framework-SharedWithYou (==9.1.1)", "pyobjc-framework-SharedWithYouCore (==9.1.1)", "pyobjc-framework-ShazamKit (==9.1.1)", "pyobjc-framework-Social (==9.1.1)", "pyobjc-framework-SoundAnalysis (==9.1.1)", "pyobjc-framework-Speech (==9.1.1)", "pyobjc-framework-SpriteKit (==9.1.1)", "pyobjc-framework-StoreKit (==9.1.1)", "pyobjc-framework-SyncServices (==9.1.1)", "pyobjc-framework-SystemConfiguration (==9.1.1)", "pyobjc-framework-SystemExtensions (==9.1.1)", "pyobjc-framework-ThreadNetwork (==9.1.1)", "pyobjc-framework-UniformTypeIdentifiers (==9.1.1)", "pyobjc-framework-UserNotifications (==9.1.1)", "pyobjc-framework-UserNotificationsUI (==9.1.1)", "pyobjc-framework-VideoSubscriberAccount (==9.1.1)", "pyobjc-framework-VideoToolbox (==9.1.1)", "pyobjc-framework-Virtualization (==9.1.1)", "pyobjc-framework-Vision (==9.1.1)", "pyobjc-framework-WebKit (==9.1.1)", "pyobjc-framework-iTunesLibrary (==9.1.1)", "pyobjc-framework-libdispatch (==9.1.1)", "pyobjc-framework-libxpc (==9.1.1)"] +allbindings = ["pyobjc-core (==9.2)", "pyobjc-framework-AVFoundation (==9.2)", "pyobjc-framework-AVKit (==9.2)", "pyobjc-framework-AVRouting (==9.2)", "pyobjc-framework-Accessibility (==9.2)", "pyobjc-framework-Accounts (==9.2)", "pyobjc-framework-AdServices (==9.2)", "pyobjc-framework-AdSupport (==9.2)", "pyobjc-framework-AddressBook (==9.2)", "pyobjc-framework-AppTrackingTransparency (==9.2)", "pyobjc-framework-AppleScriptKit (==9.2)", "pyobjc-framework-AppleScriptObjC (==9.2)", "pyobjc-framework-ApplicationServices (==9.2)", "pyobjc-framework-AudioVideoBridging (==9.2)", "pyobjc-framework-AuthenticationServices (==9.2)", "pyobjc-framework-AutomaticAssessmentConfiguration (==9.2)", "pyobjc-framework-Automator (==9.2)", "pyobjc-framework-BackgroundAssets (==9.2)", "pyobjc-framework-BusinessChat (==9.2)", "pyobjc-framework-CFNetwork (==9.2)", "pyobjc-framework-CalendarStore (==9.2)", "pyobjc-framework-CallKit (==9.2)", "pyobjc-framework-ClassKit (==9.2)", "pyobjc-framework-CloudKit (==9.2)", "pyobjc-framework-Cocoa (==9.2)", "pyobjc-framework-Collaboration (==9.2)", "pyobjc-framework-ColorSync (==9.2)", "pyobjc-framework-Contacts (==9.2)", "pyobjc-framework-ContactsUI (==9.2)", "pyobjc-framework-CoreAudio (==9.2)", "pyobjc-framework-CoreAudioKit (==9.2)", "pyobjc-framework-CoreBluetooth (==9.2)", "pyobjc-framework-CoreData (==9.2)", "pyobjc-framework-CoreHaptics (==9.2)", "pyobjc-framework-CoreLocation (==9.2)", "pyobjc-framework-CoreMIDI (==9.2)", "pyobjc-framework-CoreML (==9.2)", "pyobjc-framework-CoreMedia (==9.2)", "pyobjc-framework-CoreMediaIO (==9.2)", "pyobjc-framework-CoreMotion (==9.2)", "pyobjc-framework-CoreServices (==9.2)", "pyobjc-framework-CoreSpotlight (==9.2)", "pyobjc-framework-CoreText (==9.2)", "pyobjc-framework-CoreWLAN (==9.2)", "pyobjc-framework-CryptoTokenKit (==9.2)", "pyobjc-framework-DVDPlayback (==9.2)", "pyobjc-framework-DataDetection (==9.2)", "pyobjc-framework-DeviceCheck (==9.2)", "pyobjc-framework-DictionaryServices (==9.2)", "pyobjc-framework-DiscRecording (==9.2)", "pyobjc-framework-DiscRecordingUI (==9.2)", "pyobjc-framework-DiskArbitration (==9.2)", "pyobjc-framework-EventKit (==9.2)", "pyobjc-framework-ExceptionHandling (==9.2)", "pyobjc-framework-ExecutionPolicy (==9.2)", "pyobjc-framework-ExtensionKit (==9.2)", "pyobjc-framework-ExternalAccessory (==9.2)", "pyobjc-framework-FSEvents (==9.2)", "pyobjc-framework-FileProvider (==9.2)", "pyobjc-framework-FileProviderUI (==9.2)", "pyobjc-framework-FinderSync (==9.2)", "pyobjc-framework-GameCenter (==9.2)", "pyobjc-framework-GameController (==9.2)", "pyobjc-framework-GameKit (==9.2)", "pyobjc-framework-GameplayKit (==9.2)", "pyobjc-framework-HealthKit (==9.2)", "pyobjc-framework-IMServicePlugIn (==9.2)", "pyobjc-framework-IOBluetooth (==9.2)", "pyobjc-framework-IOBluetoothUI (==9.2)", "pyobjc-framework-IOSurface (==9.2)", "pyobjc-framework-ImageCaptureCore (==9.2)", "pyobjc-framework-InputMethodKit (==9.2)", "pyobjc-framework-InstallerPlugins (==9.2)", "pyobjc-framework-InstantMessage (==9.2)", "pyobjc-framework-Intents (==9.2)", "pyobjc-framework-IntentsUI (==9.2)", "pyobjc-framework-KernelManagement (==9.2)", "pyobjc-framework-LatentSemanticMapping (==9.2)", "pyobjc-framework-LaunchServices (==9.2)", "pyobjc-framework-LinkPresentation (==9.2)", "pyobjc-framework-LocalAuthentication (==9.2)", "pyobjc-framework-LocalAuthenticationEmbeddedUI (==9.2)", "pyobjc-framework-MLCompute (==9.2)", "pyobjc-framework-MailKit (==9.2)", "pyobjc-framework-MapKit (==9.2)", "pyobjc-framework-MediaAccessibility (==9.2)", "pyobjc-framework-MediaLibrary (==9.2)", "pyobjc-framework-MediaPlayer (==9.2)", "pyobjc-framework-MediaToolbox (==9.2)", "pyobjc-framework-Metal (==9.2)", "pyobjc-framework-MetalFX (==9.2)", "pyobjc-framework-MetalKit (==9.2)", "pyobjc-framework-MetalPerformanceShaders (==9.2)", "pyobjc-framework-MetalPerformanceShadersGraph (==9.2)", "pyobjc-framework-MetricKit (==9.2)", "pyobjc-framework-ModelIO (==9.2)", "pyobjc-framework-MultipeerConnectivity (==9.2)", "pyobjc-framework-NaturalLanguage (==9.2)", "pyobjc-framework-NetFS (==9.2)", "pyobjc-framework-Network (==9.2)", "pyobjc-framework-NetworkExtension (==9.2)", "pyobjc-framework-NotificationCenter (==9.2)", "pyobjc-framework-OSAKit (==9.2)", "pyobjc-framework-OSLog (==9.2)", "pyobjc-framework-OpenDirectory (==9.2)", "pyobjc-framework-PHASE (==9.2)", "pyobjc-framework-PassKit (==9.2)", "pyobjc-framework-PencilKit (==9.2)", "pyobjc-framework-Photos (==9.2)", "pyobjc-framework-PhotosUI (==9.2)", "pyobjc-framework-PreferencePanes (==9.2)", "pyobjc-framework-PubSub (==9.2)", "pyobjc-framework-PushKit (==9.2)", "pyobjc-framework-Quartz (==9.2)", "pyobjc-framework-QuickLookThumbnailing (==9.2)", "pyobjc-framework-ReplayKit (==9.2)", "pyobjc-framework-SafariServices (==9.2)", "pyobjc-framework-SafetyKit (==9.2)", "pyobjc-framework-SceneKit (==9.2)", "pyobjc-framework-ScreenCaptureKit (==9.2)", "pyobjc-framework-ScreenSaver (==9.2)", "pyobjc-framework-ScreenTime (==9.2)", "pyobjc-framework-ScriptingBridge (==9.2)", "pyobjc-framework-SearchKit (==9.2)", "pyobjc-framework-Security (==9.2)", "pyobjc-framework-SecurityFoundation (==9.2)", "pyobjc-framework-SecurityInterface (==9.2)", "pyobjc-framework-ServiceManagement (==9.2)", "pyobjc-framework-SharedWithYou (==9.2)", "pyobjc-framework-SharedWithYouCore (==9.2)", "pyobjc-framework-ShazamKit (==9.2)", "pyobjc-framework-Social (==9.2)", "pyobjc-framework-SoundAnalysis (==9.2)", "pyobjc-framework-Speech (==9.2)", "pyobjc-framework-SpriteKit (==9.2)", "pyobjc-framework-StoreKit (==9.2)", "pyobjc-framework-SyncServices (==9.2)", "pyobjc-framework-SystemConfiguration (==9.2)", "pyobjc-framework-SystemExtensions (==9.2)", "pyobjc-framework-ThreadNetwork (==9.2)", "pyobjc-framework-UniformTypeIdentifiers (==9.2)", "pyobjc-framework-UserNotifications (==9.2)", "pyobjc-framework-UserNotificationsUI (==9.2)", "pyobjc-framework-VideoSubscriberAccount (==9.2)", "pyobjc-framework-VideoToolbox (==9.2)", "pyobjc-framework-Virtualization (==9.2)", "pyobjc-framework-Vision (==9.2)", "pyobjc-framework-WebKit (==9.2)", "pyobjc-framework-iTunesLibrary (==9.2)", "pyobjc-framework-libdispatch (==9.2)", "pyobjc-framework-libxpc (==9.2)"] [[package]] name = "pyobjc-core" -version = "9.1.1" +version = "9.2" description = "Python<->ObjC Interoperability Module" -category = "main" optional = false python-versions = ">=3.7" files = [ - {file = "pyobjc-core-9.1.1.tar.gz", hash = "sha256:4b6cb9053b5fcd3c0e76b8c8105a8110786b20f3403c5643a688c5ec51c55c6b"}, - {file = "pyobjc_core-9.1.1-cp310-cp310-macosx_10_9_universal2.whl", hash = "sha256:4bd07049fd9fe5b40e4b7c468af9cf942508387faf383a5acb043d20627bad2c"}, - {file = "pyobjc_core-9.1.1-cp311-cp311-macosx_10_9_universal2.whl", hash = "sha256:1a8307527621729ff2ab67860e7ed84f76ad0da881b248c2ef31e0da0088e4ba"}, - {file = "pyobjc_core-9.1.1-cp37-cp37m-macosx_10_9_x86_64.whl", hash = "sha256:083004d28b92ccb483a41195c600728854843b0486566aba2d6e63eef51f80e6"}, - {file = "pyobjc_core-9.1.1-cp38-cp38-macosx_10_9_x86_64.whl", hash = "sha256:d61e9517d451bc062a7fae8b3648f4deba4fa54a24926fa1cf581b90ef4ced5a"}, - {file = "pyobjc_core-9.1.1-cp38-cp38-macosx_11_0_universal2.whl", hash = "sha256:1626909916603a3b04c07c721cf1af0e0b892cec85bb3db98d05ba024f1786fc"}, - {file = "pyobjc_core-9.1.1-cp39-cp39-macosx_10_9_universal2.whl", hash = "sha256:2dde96462b52e952515d142e2afbb6913624a02c13582047e06211e6c3993728"}, + {file = "pyobjc-core-9.2.tar.gz", hash = "sha256:d734b9291fec91ff4e3ae38b9c6839debf02b79c07314476e87da8e90b2c68c3"}, + {file = "pyobjc_core-9.2-cp310-cp310-macosx_10_9_universal2.whl", hash = "sha256:fa674a39949f5cde8e5c7bbcd24496446bfc67592b028aedbec7f81dc5fc4daa"}, + {file = "pyobjc_core-9.2-cp311-cp311-macosx_10_9_universal2.whl", hash = "sha256:bbc8de304ee322a1ee530b4d2daca135a49b4a49aa3cedc6b2c26c43885f4842"}, + {file = "pyobjc_core-9.2-cp312-cp312-macosx_10_9_universal2.whl", hash = "sha256:0fa950f092673883b8bd28bc18397415cabb457bf410920762109b411789ade9"}, + {file = "pyobjc_core-9.2-cp37-cp37m-macosx_10_9_x86_64.whl", hash = "sha256:586e4cae966282eaa61b21cae66ccdcee9d69c036979def26eebdc08ddebe20f"}, + {file = "pyobjc_core-9.2-cp38-cp38-macosx_10_9_x86_64.whl", hash = "sha256:41189c2c680931c0395a55691763c481fc681f454f21bb4f1644f98c24a45954"}, + {file = "pyobjc_core-9.2-cp38-cp38-macosx_11_0_universal2.whl", hash = "sha256:2d23ee539f2ba5e9f5653d75a13f575c7e36586fc0086792739e69e4c2617eda"}, + {file = "pyobjc_core-9.2-cp39-cp39-macosx_10_9_universal2.whl", hash = "sha256:b9809cf96678797acb72a758f34932fe8e2602d5ab7abec15c5ac68ddb481720"}, ] [[package]] name = "pyobjc-framework-accessibility" -version = "9.1.1" +version = "9.2" description = "Wrappers for the framework Accessibility on macOS" -category = "main" optional = false python-versions = ">=3.7" files = [ - {file = "pyobjc-framework-Accessibility-9.1.1.tar.gz", hash = "sha256:f013bbe542d5a648578cff20bb8f25490482d34d14cd40a6637759c98f5c049c"}, - {file = "pyobjc_framework_Accessibility-9.1.1-cp36-abi3-macosx_10_9_universal2.whl", hash = "sha256:faefcddf6638b958cd8535cf55d1138e3e911d8bfe782df6bbe4c8fa044613ee"}, - {file = "pyobjc_framework_Accessibility-9.1.1-cp36-abi3-macosx_10_9_x86_64.whl", hash = "sha256:81f1ff185741c6405b6766b6327d3f9ecd9de660e5cab93875d47258aa8aecd2"}, - {file = "pyobjc_framework_Accessibility-9.1.1-cp36-abi3-macosx_11_0_universal2.whl", hash = "sha256:a4c81c645b0326b1ac6792c5cadb1b86028160183b05425914f5886aa4c3b2a3"}, + {file = "pyobjc-framework-Accessibility-9.2.tar.gz", hash = "sha256:830755932071f1fce79ce9a515b2fa91aa922c1b48bafb0504a3fc45723587a0"}, + {file = "pyobjc_framework_Accessibility-9.2-cp36-abi3-macosx_10_9_universal2.whl", hash = "sha256:154bb2c1d3d8034dbf1b7b31f86962e79a1df3f1b206ae6cc5d0b6cdf22989e6"}, + {file = "pyobjc_framework_Accessibility-9.2-cp36-abi3-macosx_10_9_x86_64.whl", hash = "sha256:90ee7ddeb0b79018d81eea585edd07134b8dc1be21fca31a1e3ce7334b4d500a"}, + {file = "pyobjc_framework_Accessibility-9.2-cp36-abi3-macosx_11_0_universal2.whl", hash = "sha256:b5c1f013af873ab1f7631ba0f0469d47176d99956712f641b4e4ca581589b0f0"}, ] [package.dependencies] -pyobjc-core = ">=9.1.1" -pyobjc-framework-Cocoa = ">=9.1.1" -pyobjc-framework-Quartz = ">=9.1.1" +pyobjc-core = ">=9.2" +pyobjc-framework-Cocoa = ">=9.2" +pyobjc-framework-Quartz = ">=9.2" [[package]] name = "pyobjc-framework-accounts" -version = "9.1.1" +version = "9.2" description = "Wrappers for the framework Accounts on macOS" -category = "main" optional = false python-versions = ">=3.7" files = [ - {file = "pyobjc-framework-Accounts-9.1.1.tar.gz", hash = "sha256:8329e0ec461399a603adbcaa58bb9ca44d96815699f1421c8da4527d37ae5f3d"}, - {file = "pyobjc_framework_Accounts-9.1.1-py2.py3-none-any.whl", hash = "sha256:4d464f975e7f2d8ee7cf1a61013410b62ac8383de31ef795722aa8b574e27dc9"}, + {file = "pyobjc-framework-Accounts-9.2.tar.gz", hash = "sha256:d5d963d09d13234ea3a269aab058641fba793d4f5104b42bde34441217e286ce"}, + {file = "pyobjc_framework_Accounts-9.2-py2.py3-none-any.whl", hash = "sha256:0c218717d2a87cbd0014724f05f0041306934bf4f67b41de313350170626021c"}, ] [package.dependencies] -pyobjc-core = ">=9.1.1" -pyobjc-framework-Cocoa = ">=9.1.1" +pyobjc-core = ">=9.2" +pyobjc-framework-Cocoa = ">=9.2" [[package]] name = "pyobjc-framework-addressbook" -version = "9.1.1" +version = "9.2" description = "Wrappers for the framework AddressBook on macOS" -category = "main" optional = false python-versions = ">=3.7" files = [ - {file = "pyobjc-framework-AddressBook-9.1.1.tar.gz", hash = "sha256:8849edfe591dca4e6bfe45abcb7c451f2ee2ba4ecb8adc2f35d4e5bd14d66247"}, - {file = "pyobjc_framework_AddressBook-9.1.1-cp36-abi3-macosx_10_9_universal2.whl", hash = "sha256:8344ac475f40eae5ac2195fbc5d5a1a380f4fa2ab340c983c21f2341ca1cf55f"}, - {file = "pyobjc_framework_AddressBook-9.1.1-cp36-abi3-macosx_10_9_x86_64.whl", hash = "sha256:d6091159b62aa0bcf6149efabd2d71a75915752db89ec6cad58aa8799a484ac6"}, - {file = "pyobjc_framework_AddressBook-9.1.1-cp36-abi3-macosx_11_0_universal2.whl", hash = "sha256:b8627bee7c82017dcf1cb667fd892b72f038f80072922ebe369dbfd3ca70d765"}, + {file = "pyobjc-framework-AddressBook-9.2.tar.gz", hash = "sha256:5debb3cf0d083e083fc19dfe03ef184c68751de619e6675d3ae512a200cea0f4"}, + {file = "pyobjc_framework_AddressBook-9.2-cp36-abi3-macosx_10_9_universal2.whl", hash = "sha256:451f8cc3652c866e4dab834b574d681d1aacad041c5d5567d046d24d438ee26a"}, + {file = "pyobjc_framework_AddressBook-9.2-cp36-abi3-macosx_10_9_x86_64.whl", hash = "sha256:d120e578073b8a95b706f7b36fd5ed31df38175a44f1bfed27b7c6442b94a0ff"}, + {file = "pyobjc_framework_AddressBook-9.2-cp36-abi3-macosx_11_0_universal2.whl", hash = "sha256:aa574a519168f784a3126d9cc101c51c98edd8e5492eaa389409ae647d583ca7"}, ] [package.dependencies] -pyobjc-core = ">=9.1.1" -pyobjc-framework-Cocoa = ">=9.1.1" +pyobjc-core = ">=9.2" +pyobjc-framework-Cocoa = ">=9.2" [[package]] name = "pyobjc-framework-adservices" -version = "9.1.1" +version = "9.2" description = "Wrappers for the framework AdServices on macOS" -category = "main" optional = false python-versions = ">=3.7" files = [ - {file = "pyobjc-framework-AdServices-9.1.1.tar.gz", hash = "sha256:4e4284fa06072ad11cb73b906540259638f2c5122c23f2f897a6e008ec7a5b46"}, - {file = "pyobjc_framework_AdServices-9.1.1-py2.py3-none-any.whl", hash = "sha256:9f60ea9150a8ca4e9511cd5c2786877b5e20f42d6418236341a4f5e8ca7dea8d"}, + {file = "pyobjc-framework-AdServices-9.2.tar.gz", hash = "sha256:e981100f42b1f1c27167336d42a8ceffef87d987a712f34e75b3a569c26ed089"}, + {file = "pyobjc_framework_AdServices-9.2-py2.py3-none-any.whl", hash = "sha256:0b55fd918da4a5df2c878c59d9f0413cb94d6d0930c83de79bb9cc6d22149f8a"}, ] [package.dependencies] -pyobjc-core = ">=9.1.1" -pyobjc-framework-Cocoa = ">=9.1.1" +pyobjc-core = ">=9.2" +pyobjc-framework-Cocoa = ">=9.2" [[package]] name = "pyobjc-framework-adsupport" -version = "9.1.1" +version = "9.2" description = "Wrappers for the framework AdSupport on macOS" -category = "main" optional = false python-versions = ">=3.7" files = [ - {file = "pyobjc-framework-AdSupport-9.1.1.tar.gz", hash = "sha256:d46e824b74706043494b17e7515030608938c89f1cc3c0c9530e3e010cf4f8f6"}, - {file = "pyobjc_framework_AdSupport-9.1.1-py2.py3-none-any.whl", hash = "sha256:7777aaf53c281bb5f3ee3f26988609570ed2103836d708e7dde72014d02d4863"}, + {file = "pyobjc-framework-AdSupport-9.2.tar.gz", hash = "sha256:cde0ff0a95bfedce3fcd675af9110e8fc380c3619608441bef4b68d2c58d59f9"}, + {file = "pyobjc_framework_AdSupport-9.2-py2.py3-none-any.whl", hash = "sha256:ee2faf9e667210fc54e661b2134764f55d94a3f5275e776680486f7d5b6d794b"}, ] [package.dependencies] -pyobjc-core = ">=9.1.1" -pyobjc-framework-Cocoa = ">=9.1.1" +pyobjc-core = ">=9.2" +pyobjc-framework-Cocoa = ">=9.2" [[package]] name = "pyobjc-framework-applescriptkit" -version = "9.1.1" +version = "9.2" description = "Wrappers for the framework AppleScriptKit on macOS" -category = "main" optional = false python-versions = ">=3.7" files = [ - {file = "pyobjc-framework-AppleScriptKit-9.1.1.tar.gz", hash = "sha256:49589d8c021aa6eb59240c6ea56477ffe423bb63f623011cc9e3aa6eed90184a"}, - {file = "pyobjc_framework_AppleScriptKit-9.1.1-py2.py3-none-any.whl", hash = "sha256:d83c2362edbc5be22a89fc465d698aa113a0f201d3d3c2cb7b63478cd1e7220b"}, + {file = "pyobjc-framework-AppleScriptKit-9.2.tar.gz", hash = "sha256:4215952cc18b810ca314a59f1a0b9ddbe5d9c7f2d4cc6a866cad570ea96b7496"}, + {file = "pyobjc_framework_AppleScriptKit-9.2-py2.py3-none-any.whl", hash = "sha256:e7be610629371efc96b2daf8b83fee814251ce0845d8cfd4cc458a69bd67e6fb"}, ] [package.dependencies] -pyobjc-core = ">=9.1.1" -pyobjc-framework-Cocoa = ">=9.1.1" +pyobjc-core = ">=9.2" +pyobjc-framework-Cocoa = ">=9.2" [[package]] name = "pyobjc-framework-applescriptobjc" -version = "9.1.1" +version = "9.2" description = "Wrappers for the framework AppleScriptObjC on macOS" -category = "main" optional = false python-versions = ">=3.7" files = [ - {file = "pyobjc-framework-AppleScriptObjC-9.1.1.tar.gz", hash = "sha256:b1b6307599d964feebbdc9558f3f9cb758a692cb00dbd0e70bde6f71d1622097"}, - {file = "pyobjc_framework_AppleScriptObjC-9.1.1-py2.py3-none-any.whl", hash = "sha256:b55c1de2b1712c0730f57a593e9c7943d5f90d5724065bda1aa77568a0a3b2f4"}, + {file = "pyobjc-framework-AppleScriptObjC-9.2.tar.gz", hash = "sha256:f6216bf110072e70938e1efa1a058d48452a9d9251911bee26102bad4091a051"}, + {file = "pyobjc_framework_AppleScriptObjC-9.2-py2.py3-none-any.whl", hash = "sha256:66c1fa4239c344a1750afd5beaf6550136d777c3073c47303c8ed224e2517282"}, ] [package.dependencies] -pyobjc-core = ">=9.1.1" -pyobjc-framework-Cocoa = ">=9.1.1" +pyobjc-core = ">=9.2" +pyobjc-framework-Cocoa = ">=9.2" [[package]] name = "pyobjc-framework-applicationservices" -version = "9.1.1" +version = "9.2" description = "Wrappers for the framework ApplicationServices on macOS" -category = "main" optional = false python-versions = ">=3.7" files = [ - {file = "pyobjc-framework-ApplicationServices-9.1.1.tar.gz", hash = "sha256:50c613bee364150bbd6cd992ca32b0848a780922cb57d112f6a4a56e29802e19"}, - {file = "pyobjc_framework_ApplicationServices-9.1.1-cp310-cp310-macosx_10_9_universal2.whl", hash = "sha256:f9286c05d80a6aafc7388a4c2a35801db9ea6bab960acf2df079110debb659cb"}, - {file = "pyobjc_framework_ApplicationServices-9.1.1-cp311-cp311-macosx_10_9_universal2.whl", hash = "sha256:3db1c79d7420052320529432e8562cd339a7ef0841df83a85bbf3648abb55b6b"}, - {file = "pyobjc_framework_ApplicationServices-9.1.1-cp37-cp37m-macosx_10_9_x86_64.whl", hash = "sha256:baf5a0d72c9e2d2a3b402823a2ea53eccdc27b8b9319d61cee7d753a30cb9411"}, - {file = "pyobjc_framework_ApplicationServices-9.1.1-cp38-cp38-macosx_10_9_x86_64.whl", hash = "sha256:7cc5aad93bb6b178f838fe9b78cdcf1217c7baab157b1f3525e0acf696cc3490"}, - {file = "pyobjc_framework_ApplicationServices-9.1.1-cp38-cp38-macosx_11_0_universal2.whl", hash = "sha256:a03434605873b9f83255a0b16bbc539d06afd77f5969a3b11a1fc293dfd56680"}, - {file = "pyobjc_framework_ApplicationServices-9.1.1-cp39-cp39-macosx_10_9_universal2.whl", hash = "sha256:9f18e9b92674be0e503a2bd451a328693450e6f80ee510bbc375238b14117e24"}, + {file = "pyobjc-framework-ApplicationServices-9.2.tar.gz", hash = "sha256:568c95dd1899b49f88af9d4a2da1e979b369f808c6854cf52c0035df09a2528a"}, + {file = "pyobjc_framework_ApplicationServices-9.2-cp310-cp310-macosx_10_9_universal2.whl", hash = "sha256:e2c2ab49416c8307e669e01d5a3fc85a020a9e08c8f66e1bf510749bbd94b8d1"}, + {file = "pyobjc_framework_ApplicationServices-9.2-cp311-cp311-macosx_10_9_universal2.whl", hash = "sha256:4001569355f03e6316417104cac03e3cf7009a9e54b03a02ca2efb6139413385"}, + {file = "pyobjc_framework_ApplicationServices-9.2-cp312-cp312-macosx_10_9_universal2.whl", hash = "sha256:1952ccd27d6b72306c076795bea98094f502eb3b84cc8200a43016d21b145f39"}, + {file = "pyobjc_framework_ApplicationServices-9.2-cp37-cp37m-macosx_10_9_x86_64.whl", hash = "sha256:7af207e950b5a8c0f59339e140e4cec4ba5e167f40e0b9a4bccb801010127bea"}, + {file = "pyobjc_framework_ApplicationServices-9.2-cp38-cp38-macosx_10_9_x86_64.whl", hash = "sha256:41808a8e44b7dc75b84fe62411a108617b567362ab1ff8db3a0661a6affd4a12"}, + {file = "pyobjc_framework_ApplicationServices-9.2-cp38-cp38-macosx_11_0_universal2.whl", hash = "sha256:07015af65ca05a93c8e925a751946432e7ac337f7daae0b4dda7c469f7564376"}, + {file = "pyobjc_framework_ApplicationServices-9.2-cp39-cp39-macosx_10_9_universal2.whl", hash = "sha256:fc0198e02c9f9efa5e897f020b8c97a3dfd3ad219a024415efa4fc520850d2b2"}, ] [package.dependencies] -pyobjc-core = ">=9.1.1" -pyobjc-framework-Cocoa = ">=9.1.1" -pyobjc-framework-Quartz = ">=9.1.1" +pyobjc-core = ">=9.2" +pyobjc-framework-Cocoa = ">=9.2" +pyobjc-framework-Quartz = ">=9.2" [[package]] name = "pyobjc-framework-apptrackingtransparency" -version = "9.1.1" +version = "9.2" description = "Wrappers for the framework AppTrackingTransparency on macOS" -category = "main" optional = false python-versions = ">=3.7" files = [ - {file = "pyobjc-framework-AppTrackingTransparency-9.1.1.tar.gz", hash = "sha256:fe16ec15ecbc306dd88fb2957b59fcb4ef0a8b826efe5f51ebb7038cd4bec1df"}, - {file = "pyobjc_framework_AppTrackingTransparency-9.1.1-py2.py3-none-any.whl", hash = "sha256:7550b75a734ada61e64ce1ea72ca8c71b2d23210c4bd215e34b5c3dd14d57fbc"}, + {file = "pyobjc-framework-AppTrackingTransparency-9.2.tar.gz", hash = "sha256:cd4fb2298a9a868ed314df79966179330ddadbc0e7b64a28ffca12420e7ed5cb"}, + {file = "pyobjc_framework_AppTrackingTransparency-9.2-py2.py3-none-any.whl", hash = "sha256:6b82dcff01a683cf4f78cf47e869ed1d0444821208beed4ec92cacc5a69cd972"}, ] [package.dependencies] -pyobjc-core = ">=9.1.1" -pyobjc-framework-Cocoa = ">=9.1.1" +pyobjc-core = ">=9.2" +pyobjc-framework-Cocoa = ">=9.2" [[package]] name = "pyobjc-framework-audiovideobridging" -version = "9.1.1" +version = "9.2" description = "Wrappers for the framework AudioVideoBridging on macOS" -category = "main" optional = false python-versions = ">=3.7" files = [ - {file = "pyobjc-framework-AudioVideoBridging-9.1.1.tar.gz", hash = "sha256:b59c68574e2c7baee13c48b8a66c1b8279f4cc7219db49ab1a3fddd5366e83ee"}, - {file = "pyobjc_framework_AudioVideoBridging-9.1.1-py2.py3-none-any.whl", hash = "sha256:b9129a59cbaa57a445822f0abea283bbe52a7553a1fb668ce4746927ad5ab888"}, + {file = "pyobjc-framework-AudioVideoBridging-9.2.tar.gz", hash = "sha256:dbd63140dd3f55f8ddf5dba0d0d5e94af3a3418a58df34c8bf11b4c568f38fed"}, + {file = "pyobjc_framework_AudioVideoBridging-9.2-py2.py3-none-any.whl", hash = "sha256:5a1dfc5bed7f8b9e1d82371889301d44c7488ed0ade5b7844c1f847769de7d6e"}, ] [package.dependencies] -pyobjc-core = ">=9.1.1" -pyobjc-framework-Cocoa = ">=9.1.1" +pyobjc-core = ">=9.2" +pyobjc-framework-Cocoa = ">=9.2" [[package]] name = "pyobjc-framework-authenticationservices" -version = "9.1.1" +version = "9.2" description = "Wrappers for the framework AuthenticationServices on macOS" -category = "main" optional = false python-versions = ">=3.7" files = [ - {file = "pyobjc-framework-AuthenticationServices-9.1.1.tar.gz", hash = "sha256:cc70578d3dacc1bb11316f3052d986737e997b7ce084380373a47e260c633a86"}, - {file = "pyobjc_framework_AuthenticationServices-9.1.1-cp36-abi3-macosx_10_9_universal2.whl", hash = "sha256:3dcf71c28ea9c9911f82a6953bad23c9dba1ee86f86b72058baec181ce646cde"}, - {file = "pyobjc_framework_AuthenticationServices-9.1.1-cp36-abi3-macosx_10_9_x86_64.whl", hash = "sha256:4916b5d25a2ca6c2efbc53c17e0fb05ad0bbc3f74ec30a44a957077bc52262c2"}, - {file = "pyobjc_framework_AuthenticationServices-9.1.1-cp36-abi3-macosx_11_0_universal2.whl", hash = "sha256:8460c6322b2dbdd79765ec4ad18d0207c4504138a1aefa0393d5fe002650229e"}, + {file = "pyobjc-framework-AuthenticationServices-9.2.tar.gz", hash = "sha256:3ec9bf583ae9a19f21d862ee1e4599bc492cbc203f85036157befe08486f4e0b"}, + {file = "pyobjc_framework_AuthenticationServices-9.2-cp36-abi3-macosx_10_9_universal2.whl", hash = "sha256:a1ff3a92a214abeb558885a423f6cf7ff588daf2209a1d60886868b710822007"}, + {file = "pyobjc_framework_AuthenticationServices-9.2-cp36-abi3-macosx_10_9_x86_64.whl", hash = "sha256:66e74541f57c066865b9393ba087c1ab44d28b5ece5ab1bf19efb6a1096e75be"}, + {file = "pyobjc_framework_AuthenticationServices-9.2-cp36-abi3-macosx_11_0_universal2.whl", hash = "sha256:8aca7ceb58a50ca3037bd5ab6775f2c121fd1bc53b37075527180f83c52e945e"}, ] [package.dependencies] -pyobjc-core = ">=9.1.1" -pyobjc-framework-Cocoa = ">=9.1.1" +pyobjc-core = ">=9.2" +pyobjc-framework-Cocoa = ">=9.2" [[package]] name = "pyobjc-framework-automaticassessmentconfiguration" -version = "9.1.1" +version = "9.2" description = "Wrappers for the framework AutomaticAssessmentConfiguration on macOS" -category = "main" optional = false python-versions = ">=3.7" files = [ - {file = "pyobjc-framework-AutomaticAssessmentConfiguration-9.1.1.tar.gz", hash = "sha256:9b936e29c2585ebfe243c0cc3e762d432d32224100add996aa86ff3e14de594e"}, - {file = "pyobjc_framework_AutomaticAssessmentConfiguration-9.1.1-cp36-abi3-macosx_10_9_universal2.whl", hash = "sha256:5e63150cb698eaca78cb2397666e180df57875139fc3357fb4093f54264588d2"}, - {file = "pyobjc_framework_AutomaticAssessmentConfiguration-9.1.1-cp36-abi3-macosx_10_9_x86_64.whl", hash = "sha256:e5e34475283b54de51a76338478a54ae05c082b64e36dd337da49b6d85b0d931"}, - {file = "pyobjc_framework_AutomaticAssessmentConfiguration-9.1.1-cp36-abi3-macosx_11_0_universal2.whl", hash = "sha256:24b30677e3fa68e607582112fecfd0fa1c3263465a37b290f93646a553b4637a"}, + {file = "pyobjc-framework-AutomaticAssessmentConfiguration-9.2.tar.gz", hash = "sha256:6617978c2f0618a9df4c8fefb2e3d6a00ca8580e36baa4a95145f749375f23d1"}, + {file = "pyobjc_framework_AutomaticAssessmentConfiguration-9.2-cp36-abi3-macosx_10_9_universal2.whl", hash = "sha256:d607a7c57e72e93d26ace2b09b0020b48569e0fe39c3271a2bdcad3b4f8dcb0d"}, + {file = "pyobjc_framework_AutomaticAssessmentConfiguration-9.2-cp36-abi3-macosx_10_9_x86_64.whl", hash = "sha256:6a405aa7675c571de682045a2fc23ac0ef741336b624714cf431cb4fd98d8a4e"}, + {file = "pyobjc_framework_AutomaticAssessmentConfiguration-9.2-cp36-abi3-macosx_11_0_universal2.whl", hash = "sha256:d429c8575990c706d3307578ef0faa471409104e876349cc3af6f2af9b28228b"}, ] [package.dependencies] -pyobjc-core = ">=9.1.1" -pyobjc-framework-Cocoa = ">=9.1.1" +pyobjc-core = ">=9.2" +pyobjc-framework-Cocoa = ">=9.2" [[package]] name = "pyobjc-framework-automator" -version = "9.1.1" +version = "9.2" description = "Wrappers for the framework Automator on macOS" -category = "main" optional = false python-versions = ">=3.7" files = [ - {file = "pyobjc-framework-Automator-9.1.1.tar.gz", hash = "sha256:cf07c1001e494ce099bfa5fb12da5546d31138b256b3bd03ff3549cbe4197170"}, - {file = "pyobjc_framework_Automator-9.1.1-py2.py3-none-any.whl", hash = "sha256:284395b6b9e6b6183f0670f29f8b6d411b1e9ad482ae34405dae71bdcf6f3c46"}, + {file = "pyobjc-framework-Automator-9.2.tar.gz", hash = "sha256:84c1c56dc05bfa73c8cbf8142097e6070dd27d5613d9b5b228dea38a9e561415"}, + {file = "pyobjc_framework_Automator-9.2-py2.py3-none-any.whl", hash = "sha256:f66b595cececdc0d6a911df9aed1c254ce8171381c643f4933966fd93f9d8d62"}, ] [package.dependencies] -pyobjc-core = ">=9.1.1" -pyobjc-framework-Cocoa = ">=9.1.1" +pyobjc-core = ">=9.2" +pyobjc-framework-Cocoa = ">=9.2" [[package]] name = "pyobjc-framework-avfoundation" -version = "9.1.1" +version = "9.2" description = "Wrappers for the framework AVFoundation on macOS" -category = "main" optional = false python-versions = ">=3.7" files = [ - {file = "pyobjc-framework-AVFoundation-9.1.1.tar.gz", hash = "sha256:db7505043139693628e2e84092af53c3876ec590ebfea67fd287e460e2427d35"}, - {file = "pyobjc_framework_AVFoundation-9.1.1-cp36-abi3-macosx_10_9_universal2.whl", hash = "sha256:4eb7253a09f92fdde604af99b07dc5bbfeb47d0212d04924f4f253e21407bd42"}, - {file = "pyobjc_framework_AVFoundation-9.1.1-cp36-abi3-macosx_10_9_x86_64.whl", hash = "sha256:af48d5db56f21e857f8473629cc9db38f7a13994f6d1d416ff8fdb62e6268a28"}, - {file = "pyobjc_framework_AVFoundation-9.1.1-cp36-abi3-macosx_11_0_universal2.whl", hash = "sha256:6b9d2e80b70e4c5547cf8f16117816f0bdf35acb67f2227e8d45168f1a5d97eb"}, + {file = "pyobjc-framework-AVFoundation-9.2.tar.gz", hash = "sha256:ecf0db71abad6baf127e454e9995adf372249ec6b99e3ede8b6149460ee39c35"}, + {file = "pyobjc_framework_AVFoundation-9.2-cp36-abi3-macosx_10_9_universal2.whl", hash = "sha256:96b11c7dfca6d922754549be6d7c1e7bcb1e510821fe7a47134b035a8a6feb43"}, + {file = "pyobjc_framework_AVFoundation-9.2-cp36-abi3-macosx_10_9_x86_64.whl", hash = "sha256:7fded6b70088240418319769cf6ec854de85a9db7db3d97d9829e7aaf84bf121"}, + {file = "pyobjc_framework_AVFoundation-9.2-cp36-abi3-macosx_11_0_universal2.whl", hash = "sha256:70a4504288a2ca9dccd43cbfd38a5a4c7096915b1c522cf4adb7649c071463bb"}, ] [package.dependencies] -pyobjc-core = ">=9.1.1" -pyobjc-framework-Cocoa = ">=9.1.1" -pyobjc-framework-CoreAudio = ">=9.1.1" -pyobjc-framework-CoreMedia = ">=9.1.1" -pyobjc-framework-Quartz = ">=9.1.1" +pyobjc-core = ">=9.2" +pyobjc-framework-Cocoa = ">=9.2" +pyobjc-framework-CoreAudio = ">=9.2" +pyobjc-framework-CoreMedia = ">=9.2" +pyobjc-framework-Quartz = ">=9.2" [[package]] name = "pyobjc-framework-avkit" -version = "9.1.1" +version = "9.2" description = "Wrappers for the framework AVKit on macOS" -category = "main" optional = false python-versions = ">=3.7" files = [ - {file = "pyobjc-framework-AVKit-9.1.1.tar.gz", hash = "sha256:41e0d8dcf456ad25cbf4ef0bacbbaa88f85d60255668c438d4334805be8f57b3"}, - {file = "pyobjc_framework_AVKit-9.1.1-cp36-abi3-macosx_10_9_universal2.whl", hash = "sha256:dba38425886fe8ce30a1bc1c9499de1f4bdb1ac9f69f0c285a376bf155861c43"}, - {file = "pyobjc_framework_AVKit-9.1.1-cp36-abi3-macosx_10_9_x86_64.whl", hash = "sha256:b0ecc934e120489fae5da95c975e4cbb898398b29141c479803d8f2afd85c096"}, - {file = "pyobjc_framework_AVKit-9.1.1-cp36-abi3-macosx_11_0_universal2.whl", hash = "sha256:3ce4a04e594777d140869893378830492692bfb9c0991af138ce054725ffb0fe"}, + {file = "pyobjc-framework-AVKit-9.2.tar.gz", hash = "sha256:788be2abee6c1df6862189a25baa25416d8aa49304f76b95c5ee2240fe96d1d2"}, + {file = "pyobjc_framework_AVKit-9.2-cp36-abi3-macosx_10_9_universal2.whl", hash = "sha256:3acf3bac612d4364d8a35b3bb916c18713e4f3ff767107b012a25ecb25e46692"}, + {file = "pyobjc_framework_AVKit-9.2-cp36-abi3-macosx_10_9_x86_64.whl", hash = "sha256:2e0c6068f7096cb89bc57fda150aefe9d478de0b9eb49bebaff634ee2990dbae"}, + {file = "pyobjc_framework_AVKit-9.2-cp36-abi3-macosx_11_0_universal2.whl", hash = "sha256:edcada43e2832779713d472e167656094cb636c7e35e1c9787bc564011e48edc"}, ] [package.dependencies] -pyobjc-core = ">=9.1.1" -pyobjc-framework-Cocoa = ">=9.1.1" -pyobjc-framework-Quartz = ">=9.1.1" +pyobjc-core = ">=9.2" +pyobjc-framework-Cocoa = ">=9.2" +pyobjc-framework-Quartz = ">=9.2" [[package]] name = "pyobjc-framework-avrouting" -version = "9.1.1" +version = "9.2" description = "Wrappers for the framework AVRouting on macOS" -category = "main" optional = false python-versions = ">=3.7" files = [ - {file = "pyobjc-framework-AVRouting-9.1.1.tar.gz", hash = "sha256:8e0b6108aafa8e9ad78dfefb4f8a3136be08c5bcd8785861a807eddfeb94209b"}, - {file = "pyobjc_framework_AVRouting-9.1.1-cp36-abi3-macosx_10_9_universal2.whl", hash = "sha256:2d8ba60e23996fa567c82acb265a7f09f0aab6695f622a27c84ff1caa06386db"}, - {file = "pyobjc_framework_AVRouting-9.1.1-cp36-abi3-macosx_10_9_x86_64.whl", hash = "sha256:9ace50d396de3ee931200932bba356cdb5ef05ecc27b89776b9ae5534761eb41"}, - {file = "pyobjc_framework_AVRouting-9.1.1-cp36-abi3-macosx_11_0_universal2.whl", hash = "sha256:9c3aae86439cbefa3e2ea532eb43ca7b4bb065d34ec3df4e1d5b4ca8257a075d"}, + {file = "pyobjc-framework-AVRouting-9.2.tar.gz", hash = "sha256:c82794218db58fcbc066f016a273f24977c639aa4a844d3f659f236736b50d3e"}, + {file = "pyobjc_framework_AVRouting-9.2-cp36-abi3-macosx_10_9_universal2.whl", hash = "sha256:a2ab5c7afb293169aa7a62cd23df53c17f4958291a2ba1f201084e488b197054"}, + {file = "pyobjc_framework_AVRouting-9.2-cp36-abi3-macosx_10_9_x86_64.whl", hash = "sha256:e554e789ce0e1645a2128e0a4cd0b9b5fe110ceb3e901ef80a557cd41af0c009"}, + {file = "pyobjc_framework_AVRouting-9.2-cp36-abi3-macosx_11_0_universal2.whl", hash = "sha256:e1b1ebd895be23b62d615c4eeffb8333a4e6d3720672459fb9eaa32dcb2d8fde"}, ] [package.dependencies] -pyobjc-core = ">=9.1.1" -pyobjc-framework-Cocoa = ">=9.1.1" +pyobjc-core = ">=9.2" +pyobjc-framework-Cocoa = ">=9.2" [[package]] name = "pyobjc-framework-backgroundassets" -version = "9.1.1" +version = "9.2" description = "Wrappers for the framework BackgroundAssets on macOS" -category = "main" optional = false python-versions = ">=3.7" files = [ - {file = "pyobjc-framework-BackgroundAssets-9.1.1.tar.gz", hash = "sha256:382e0f74a98012c3efb6ed7bab829db77f8c99ad6aaf567e7dc9f37f8715d4f9"}, - {file = "pyobjc_framework_BackgroundAssets-9.1.1-cp36-abi3-macosx_10_9_universal2.whl", hash = "sha256:a0b4b2c310c4c387ad9fce8cf2db048435ae33fde60c15f032eb420c549fe1df"}, - {file = "pyobjc_framework_BackgroundAssets-9.1.1-cp36-abi3-macosx_10_9_x86_64.whl", hash = "sha256:06dea3e1d7d40e7e212eb0610453865aa8ab9d22b7718d20ee0e52e63408f310"}, - {file = "pyobjc_framework_BackgroundAssets-9.1.1-cp36-abi3-macosx_11_0_universal2.whl", hash = "sha256:cad84c2de085f7b8092f4b5c810dfbfe7f50243223f65c6f676daf9195cfa1d0"}, + {file = "pyobjc-framework-BackgroundAssets-9.2.tar.gz", hash = "sha256:087b77a31d7c5cd4ce9f8c4a130c7cefda78fdf7a703609bc2554e3cf44aed9c"}, + {file = "pyobjc_framework_BackgroundAssets-9.2-cp36-abi3-macosx_10_9_universal2.whl", hash = "sha256:f44d9a10c220b9063591bfdd22a40deaaae3283cc8c610a978114b8105293680"}, + {file = "pyobjc_framework_BackgroundAssets-9.2-cp36-abi3-macosx_10_9_x86_64.whl", hash = "sha256:5df64f961b0f58612640b66578a6b0964a99f190e301223562a99dddc679a0fc"}, + {file = "pyobjc_framework_BackgroundAssets-9.2-cp36-abi3-macosx_11_0_universal2.whl", hash = "sha256:3208ff78448baa93b16f07fc14063ad78b5bd0e6391038e2500c489f11068129"}, ] [package.dependencies] -pyobjc-core = ">=9.1.1" -pyobjc-framework-Cocoa = ">=9.1.1" +pyobjc-core = ">=9.2" +pyobjc-framework-Cocoa = ">=9.2" [[package]] name = "pyobjc-framework-businesschat" -version = "9.1.1" +version = "9.2" description = "Wrappers for the framework BusinessChat on macOS" -category = "main" optional = false python-versions = ">=3.7" files = [ - {file = "pyobjc-framework-BusinessChat-9.1.1.tar.gz", hash = "sha256:dc95a88352f31043dd57a3785dba69e8000e1afb902f35646074b3aab509dfb3"}, - {file = "pyobjc_framework_BusinessChat-9.1.1-py2.py3-none-any.whl", hash = "sha256:f23b576f0cf336dc2820705138c2ace08edd8eb5f0043f34a579c26b1b6ec80b"}, + {file = "pyobjc-framework-BusinessChat-9.2.tar.gz", hash = "sha256:d4ce3710e5a9abe8d248d0e215923f388246d2b93697c7c169a90bed4418a7bc"}, + {file = "pyobjc_framework_BusinessChat-9.2-py2.py3-none-any.whl", hash = "sha256:c60553568212687de415c542bf6bc490fae2cf9b2ae55b0f5335c814f27d6bab"}, ] [package.dependencies] -pyobjc-core = ">=9.1.1" -pyobjc-framework-Cocoa = ">=9.1.1" +pyobjc-core = ">=9.2" +pyobjc-framework-Cocoa = ">=9.2" [[package]] name = "pyobjc-framework-calendarstore" -version = "9.1.1" +version = "9.2" description = "Wrappers for the framework CalendarStore on macOS" -category = "main" optional = false python-versions = ">=3.7" files = [ - {file = "pyobjc-framework-CalendarStore-9.1.1.tar.gz", hash = "sha256:26b5154dc1990fb99090273e59c8c26d38d3d3fc1110cf9b9dbe772dee0b1130"}, - {file = "pyobjc_framework_CalendarStore-9.1.1-py2.py3-none-any.whl", hash = "sha256:d949a965e0c4e218d3363d2ef9ebcbfebf9cfef5d704ce066cc057c329c19974"}, + {file = "pyobjc-framework-CalendarStore-9.2.tar.gz", hash = "sha256:b2d97764403bc15a7c85946e2693f83bfe9ad054b0a0168bfe1cd5ab4905e06c"}, + {file = "pyobjc_framework_CalendarStore-9.2-py2.py3-none-any.whl", hash = "sha256:83d064b61b22afa4cd35a78d939f72a097a4a9fd7b9dccd8050fb43389db6e50"}, ] [package.dependencies] -pyobjc-core = ">=9.1.1" -pyobjc-framework-Cocoa = ">=9.1.1" +pyobjc-core = ">=9.2" +pyobjc-framework-Cocoa = ">=9.2" [[package]] name = "pyobjc-framework-callkit" -version = "9.1.1" +version = "9.2" description = "Wrappers for the framework CallKit on macOS" -category = "main" optional = false python-versions = ">=3.7" files = [ - {file = "pyobjc-framework-CallKit-9.1.1.tar.gz", hash = "sha256:db74c10228440eee9f3563c038b46c53d89c1334665c33c0b05df676c85dbd7d"}, - {file = "pyobjc_framework_CallKit-9.1.1-py2.py3-none-any.whl", hash = "sha256:b942a3473b4494dd2d678fc57bbc4eac4e0729f011cd456ea791b27a3471835c"}, + {file = "pyobjc-framework-CallKit-9.2.tar.gz", hash = "sha256:5932fe73a6692e7cfd5151470022a891685284492c970cde64266a752a8359fe"}, + {file = "pyobjc_framework_CallKit-9.2-py2.py3-none-any.whl", hash = "sha256:b76c92e34e0c43244fc40e84fc2c8d0df718770aea19a993775e59ead9bbb073"}, ] [package.dependencies] -pyobjc-core = ">=9.1.1" -pyobjc-framework-Cocoa = ">=9.1.1" +pyobjc-core = ">=9.2" +pyobjc-framework-Cocoa = ">=9.2" [[package]] name = "pyobjc-framework-cfnetwork" -version = "9.1.1" +version = "9.2" description = "Wrappers for the framework CFNetwork on macOS" -category = "main" optional = false python-versions = ">=3.7" files = [ - {file = "pyobjc-framework-CFNetwork-9.1.1.tar.gz", hash = "sha256:58614b1263f47ce87d7a4e8b9f3a798e99168b14fbaf028ec22fa9cddb1f04d5"}, - {file = "pyobjc_framework_CFNetwork-9.1.1-cp36-abi3-macosx_10_9_universal2.whl", hash = "sha256:e25e04c2a30e6a4396f16a9df4a5d0987eed409a49ef75e2f46adf26d97ad578"}, - {file = "pyobjc_framework_CFNetwork-9.1.1-cp36-abi3-macosx_10_9_x86_64.whl", hash = "sha256:a0faf61a8db71106d021624fb68a37748c53c3c9784470dab2ea7bccbc0871ed"}, - {file = "pyobjc_framework_CFNetwork-9.1.1-cp36-abi3-macosx_11_0_universal2.whl", hash = "sha256:b8c21adabc32e761742174f6005882b84d5cb4d98a1c0bb0bb2edceb3091fe15"}, + {file = "pyobjc-framework-CFNetwork-9.2.tar.gz", hash = "sha256:05baad07bcb8167cedb1a6a6f7bb7bdf0a568b71c1c814fa8b8cba7e64598b15"}, + {file = "pyobjc_framework_CFNetwork-9.2-cp36-abi3-macosx_10_9_universal2.whl", hash = "sha256:5926fd7b65f941bb284c6d3a533de3ea01afdd3114832dcf6ffcac22010bc9ff"}, + {file = "pyobjc_framework_CFNetwork-9.2-cp36-abi3-macosx_10_9_x86_64.whl", hash = "sha256:e61282b7c2659cd65189aba224ebe39f25a5fc32ae93dc4c62f8f54db7d70fb3"}, + {file = "pyobjc_framework_CFNetwork-9.2-cp36-abi3-macosx_11_0_universal2.whl", hash = "sha256:fb89fe3589b47dc667a037c500738b832b537ad6a01277d917cc96540434796c"}, ] [package.dependencies] -pyobjc-core = ">=9.1.1" -pyobjc-framework-Cocoa = ">=9.1.1" +pyobjc-core = ">=9.2" +pyobjc-framework-Cocoa = ">=9.2" [[package]] name = "pyobjc-framework-classkit" -version = "9.1.1" +version = "9.2" description = "Wrappers for the framework ClassKit on macOS" -category = "main" optional = false python-versions = ">=3.7" files = [ - {file = "pyobjc-framework-ClassKit-9.1.1.tar.gz", hash = "sha256:891d4c2ec0c43c00fb038315ecc8899af226dc54d1d295cc3180eeccb8665f67"}, - {file = "pyobjc_framework_ClassKit-9.1.1-cp36-abi3-macosx_10_9_universal2.whl", hash = "sha256:bbb43c19cbff458816ad9e35cd426c28123cdd35d3f5b69e7940225de40ea1a4"}, - {file = "pyobjc_framework_ClassKit-9.1.1-cp36-abi3-macosx_10_9_x86_64.whl", hash = "sha256:feb12dcb447797cb637df6e1c90a44467b413b7450b4b8988e3a7f5d9918afdc"}, - {file = "pyobjc_framework_ClassKit-9.1.1-cp36-abi3-macosx_11_0_universal2.whl", hash = "sha256:e73adcb59fe2fd3c2d666b90099377aaff6a4bab053677ebaf8e47186276f1f7"}, + {file = "pyobjc-framework-ClassKit-9.2.tar.gz", hash = "sha256:5378421190896375022ea8dcd5fbdd73dcc4d3c14a92b63f0a9d3d48aaa973ee"}, + {file = "pyobjc_framework_ClassKit-9.2-cp36-abi3-macosx_10_9_universal2.whl", hash = "sha256:b2ffd111ad5cbf9d6d5f8b0a8c87e099d08b2ea4f1631ffa6832c125755380e9"}, + {file = "pyobjc_framework_ClassKit-9.2-cp36-abi3-macosx_10_9_x86_64.whl", hash = "sha256:e18b976689470f3c0964f34069cd7e053146df3627553e7f0ef5b1425d4e51c8"}, + {file = "pyobjc_framework_ClassKit-9.2-cp36-abi3-macosx_11_0_universal2.whl", hash = "sha256:df09a1cd1732bf8800c5f67afedb377e6316054c64547a232acd30d6cfec4133"}, ] [package.dependencies] -pyobjc-core = ">=9.1.1" -pyobjc-framework-Cocoa = ">=9.1.1" +pyobjc-core = ">=9.2" +pyobjc-framework-Cocoa = ">=9.2" [[package]] name = "pyobjc-framework-cloudkit" -version = "9.1.1" +version = "9.2" description = "Wrappers for the framework CloudKit on macOS" -category = "main" optional = false python-versions = ">=3.7" files = [ - {file = "pyobjc-framework-CloudKit-9.1.1.tar.gz", hash = "sha256:af89dd16d269f790e5ee53f890093e46f6808c9f4557a4f6ea55ad4475acf447"}, - {file = "pyobjc_framework_CloudKit-9.1.1-py2.py3-none-any.whl", hash = "sha256:b5ef2837d8b56075c523473f74a910e54193fd180d48b4def3abe9227fffe3e9"}, + {file = "pyobjc-framework-CloudKit-9.2.tar.gz", hash = "sha256:1f8bb08222f954d2b8c94b38cfcef85230b6cd609e9c7efd47fd5be634acc1a1"}, + {file = "pyobjc_framework_CloudKit-9.2-py2.py3-none-any.whl", hash = "sha256:9292f66e488757646ded43e094fa4b964640b0057308102be274054b954ee537"}, ] [package.dependencies] -pyobjc-core = ">=9.1.1" -pyobjc-framework-Accounts = ">=9.1.1" -pyobjc-framework-Cocoa = ">=9.1.1" -pyobjc-framework-CoreData = ">=9.1.1" -pyobjc-framework-CoreLocation = ">=9.1.1" +pyobjc-core = ">=9.2" +pyobjc-framework-Accounts = ">=9.2" +pyobjc-framework-Cocoa = ">=9.2" +pyobjc-framework-CoreData = ">=9.2" +pyobjc-framework-CoreLocation = ">=9.2" [[package]] name = "pyobjc-framework-cocoa" -version = "9.1.1" +version = "9.2" description = "Wrappers for the Cocoa frameworks on macOS" -category = "main" optional = false python-versions = ">=3.7" files = [ - {file = "pyobjc-framework-Cocoa-9.1.1.tar.gz", hash = "sha256:345c32b6d1f3db45f635e400f2d0d6c0f0f7349d45ec823f76fc1df43d13caeb"}, - {file = "pyobjc_framework_Cocoa-9.1.1-cp310-cp310-macosx_10_9_universal2.whl", hash = "sha256:9176a4276f3b4b4758e9b9ca10698be5341ceffaeaa4fa055133417179e6bc37"}, - {file = "pyobjc_framework_Cocoa-9.1.1-cp311-cp311-macosx_10_9_universal2.whl", hash = "sha256:5e1e96fb3461f46ff951413515f2029e21be268b0e033db6abee7b64ec8e93d3"}, - {file = "pyobjc_framework_Cocoa-9.1.1-cp37-cp37m-macosx_10_9_x86_64.whl", hash = "sha256:083b195c496d30c6b9dd86126a6093c4b95e0138e9b052b13e54103fcc0b4872"}, - {file = "pyobjc_framework_Cocoa-9.1.1-cp38-cp38-macosx_10_9_x86_64.whl", hash = "sha256:a1b3333b1aa045608848bd68bbab4c31171f36aeeaa2fabeb4527c6f6f1e33cd"}, - {file = "pyobjc_framework_Cocoa-9.1.1-cp38-cp38-macosx_11_0_universal2.whl", hash = "sha256:54c017354671f0d955432986c42218e452ca69906a101c8e7acde8510432303a"}, - {file = "pyobjc_framework_Cocoa-9.1.1-cp39-cp39-macosx_10_9_universal2.whl", hash = "sha256:10c0075688ce95b92caf59e368585fffdcc98c919bc345067af070222f5d01d2"}, + {file = "pyobjc-framework-Cocoa-9.2.tar.gz", hash = "sha256:efd78080872d8c8de6c2b97e0e4eac99d6203a5d1637aa135d071d464eb2db53"}, + {file = "pyobjc_framework_Cocoa-9.2-cp310-cp310-macosx_10_9_universal2.whl", hash = "sha256:9e02d8a7cc4eb7685377c50ba4f17345701acf4c05b1e7480d421bff9e2f62a4"}, + {file = "pyobjc_framework_Cocoa-9.2-cp311-cp311-macosx_10_9_universal2.whl", hash = "sha256:3b1e6287b3149e4c6679cdbccd8e9ef6557a4e492a892e80a77df143f40026d2"}, + {file = "pyobjc_framework_Cocoa-9.2-cp312-cp312-macosx_10_9_universal2.whl", hash = "sha256:312977ce2e3989073c6b324c69ba24283de206fe7acd6dbbbaf3e29238a22537"}, + {file = "pyobjc_framework_Cocoa-9.2-cp37-cp37m-macosx_10_9_x86_64.whl", hash = "sha256:aae7841cf40c26dd915f4dd828f91c6616e6b7998630b72e704750c09e00f334"}, + {file = "pyobjc_framework_Cocoa-9.2-cp38-cp38-macosx_10_9_x86_64.whl", hash = "sha256:739a421e14382a46cbeb9a883f192dceff368ad28ec34d895c48c0ad34cf2c1d"}, + {file = "pyobjc_framework_Cocoa-9.2-cp38-cp38-macosx_11_0_universal2.whl", hash = "sha256:32d9ac1033fac1b821ddee8c68f972a7074ad8c50bec0bea9a719034c1c2fb94"}, + {file = "pyobjc_framework_Cocoa-9.2-cp39-cp39-macosx_10_9_universal2.whl", hash = "sha256:b236bb965e41aeb2e215d4e98a5a230d4b63252c6d26e00924ea2e69540a59d6"}, ] [package.dependencies] -pyobjc-core = ">=9.1.1" +pyobjc-core = ">=9.2" [[package]] name = "pyobjc-framework-collaboration" -version = "9.1.1" +version = "9.2" description = "Wrappers for the framework Collaboration on macOS" -category = "main" optional = false python-versions = ">=3.7" files = [ - {file = "pyobjc-framework-Collaboration-9.1.1.tar.gz", hash = "sha256:27e0a6aba7d21e88916259d0fe1e9e4594177f16261b08cd22bc277b35e8a7f1"}, - {file = "pyobjc_framework_Collaboration-9.1.1-py2.py3-none-any.whl", hash = "sha256:09b0f474101b55fee825c79f7abdb36eaf20ff63af4775076a3f3bfa3c5837ec"}, + {file = "pyobjc-framework-Collaboration-9.2.tar.gz", hash = "sha256:7718d63552ad9bd2f05a5d57c07d5413e9220ebe8127e99841e40ba31949e74d"}, + {file = "pyobjc_framework_Collaboration-9.2-py2.py3-none-any.whl", hash = "sha256:f82564db198d0f0766dbb76660f62e086b63ad9eb8b4fe54f53779f1b616a9ad"}, ] [package.dependencies] -pyobjc-core = ">=9.1.1" -pyobjc-framework-Cocoa = ">=9.1.1" +pyobjc-core = ">=9.2" +pyobjc-framework-Cocoa = ">=9.2" [[package]] name = "pyobjc-framework-colorsync" -version = "9.1.1" +version = "9.2" description = "Wrappers for the framework ColorSync on Mac OS X" -category = "main" optional = false python-versions = ">=3.7" files = [ - {file = "pyobjc-framework-ColorSync-9.1.1.tar.gz", hash = "sha256:37fba1a608bcefb98863cad6d5b8e41238cf68fae55d9e0e60714f3baedc9c59"}, - {file = "pyobjc_framework_ColorSync-9.1.1-py2.py3-none-any.whl", hash = "sha256:40b10afa8922f07bf8391a7bfe37c419b9bb9474261999e01d8a4a7949b5f792"}, + {file = "pyobjc-framework-ColorSync-9.2.tar.gz", hash = "sha256:1ab6d756dbcce40fec1f5ad4d6bf9f5daa1b1d0645434f221d3097ca29e16ff4"}, + {file = "pyobjc_framework_ColorSync-9.2-py2.py3-none-any.whl", hash = "sha256:fe7b2364f29fe8e43e3a65312c5b2bd60884b3e78ec4f70e45b4e1003cd12ffb"}, ] [package.dependencies] -pyobjc-core = ">=9.1.1" -pyobjc-framework-Cocoa = ">=9.1.1" +pyobjc-core = ">=9.2" +pyobjc-framework-Cocoa = ">=9.2" [[package]] name = "pyobjc-framework-contacts" -version = "9.1.1" +version = "9.2" description = "Wrappers for the framework Contacts on macOS" -category = "main" optional = false python-versions = ">=3.7" files = [ - {file = "pyobjc-framework-Contacts-9.1.1.tar.gz", hash = "sha256:1ef8547fefe97bffd898c5768cb51a42ab13829443fd3e1fac8cfdf2c435bd83"}, - {file = "pyobjc_framework_Contacts-9.1.1-cp36-abi3-macosx_10_9_universal2.whl", hash = "sha256:33cfabd386fad9728d050ddb0778b60a077ae605a2fe58f00c3586671ae7b423"}, - {file = "pyobjc_framework_Contacts-9.1.1-cp36-abi3-macosx_10_9_x86_64.whl", hash = "sha256:419394e31734548220c695dc30c7db67c51b336966665d17fa3d3e2f33f58e2b"}, - {file = "pyobjc_framework_Contacts-9.1.1-cp36-abi3-macosx_11_0_universal2.whl", hash = "sha256:edf3b76857f8b9eb2d0947f65abefef01b13771c493c82ecd2a600e17f0ad9c3"}, + {file = "pyobjc-framework-Contacts-9.2.tar.gz", hash = "sha256:1e5ae6a612cae95c010eb5ccf6c2d70a97faf25c7d62b4146fc51424d7fc4b60"}, + {file = "pyobjc_framework_Contacts-9.2-cp36-abi3-macosx_10_9_universal2.whl", hash = "sha256:ba3f55ccf5d3588b7d5765d7ebea9ddd850c16d02668ee90129c7d4084bf24a1"}, + {file = "pyobjc_framework_Contacts-9.2-cp36-abi3-macosx_10_9_x86_64.whl", hash = "sha256:002ff8d2131e354138eae39d1a3823770cab8294d93ddbaa2f0776fdb91c11e5"}, + {file = "pyobjc_framework_Contacts-9.2-cp36-abi3-macosx_11_0_universal2.whl", hash = "sha256:bcf6c6760c09b012da2b01f9b7ed1cf8716c403e3561d2e9188b2e1b49dec8fc"}, ] [package.dependencies] -pyobjc-core = ">=9.1.1" -pyobjc-framework-Cocoa = ">=9.1.1" +pyobjc-core = ">=9.2" +pyobjc-framework-Cocoa = ">=9.2" [[package]] name = "pyobjc-framework-contactsui" -version = "9.1.1" +version = "9.2" description = "Wrappers for the framework ContactsUI on macOS" -category = "main" optional = false python-versions = ">=3.7" files = [ - {file = "pyobjc-framework-ContactsUI-9.1.1.tar.gz", hash = "sha256:110f3bf9c4b96c4c90badf51bd74aa943f774bababd28a81e703d87939c9b939"}, - {file = "pyobjc_framework_ContactsUI-9.1.1-cp36-abi3-macosx_10_9_universal2.whl", hash = "sha256:f3547342849cc14f66925b8ed46213b014872da6bad373327a235feb31f74b89"}, - {file = "pyobjc_framework_ContactsUI-9.1.1-cp36-abi3-macosx_10_9_x86_64.whl", hash = "sha256:6fbcca13cb0fe6e2c57cc192a59975b58f93cfaaf46292e85263f00a665facd3"}, - {file = "pyobjc_framework_ContactsUI-9.1.1-cp36-abi3-macosx_11_0_universal2.whl", hash = "sha256:162353f57244d0bdd83efa16b1f6c27580e40e34fc02f74a1c354fb520217711"}, + {file = "pyobjc-framework-ContactsUI-9.2.tar.gz", hash = "sha256:7247e28c6ba06c48f31f39bdac15b7fe0efef336aba375e282ff00346e53a18e"}, + {file = "pyobjc_framework_ContactsUI-9.2-cp36-abi3-macosx_10_9_universal2.whl", hash = "sha256:3c0a96a5d495b83f646fe1f680f8c8e3d694433ef0c38363eb0390eea29eff38"}, + {file = "pyobjc_framework_ContactsUI-9.2-cp36-abi3-macosx_10_9_x86_64.whl", hash = "sha256:890ae7b2f3a674f08f774860004837ed6b7d14d7349723b6bce9725d96493058"}, + {file = "pyobjc_framework_ContactsUI-9.2-cp36-abi3-macosx_11_0_universal2.whl", hash = "sha256:81e8c02281388904265c82b04773df9cdd0b721fbc8a7c78f5295bcce7a8eb81"}, ] [package.dependencies] -pyobjc-core = ">=9.1.1" -pyobjc-framework-Cocoa = ">=9.1.1" -pyobjc-framework-Contacts = ">=9.1.1" +pyobjc-core = ">=9.2" +pyobjc-framework-Cocoa = ">=9.2" +pyobjc-framework-Contacts = ">=9.2" [[package]] name = "pyobjc-framework-coreaudio" -version = "9.1.1" +version = "9.2" description = "Wrappers for the framework CoreAudio on macOS" -category = "main" optional = false python-versions = ">=3.7" files = [ - {file = "pyobjc-framework-CoreAudio-9.1.1.tar.gz", hash = "sha256:bb825b6f176a2cf6f3159f8bc6e778da8de59951fd4dad1d945334d6462fd691"}, - {file = "pyobjc_framework_CoreAudio-9.1.1-cp310-cp310-macosx_10_9_universal2.whl", hash = "sha256:8cec87db901100d219c65f971a899e972e9beeda2859d673624f992509889013"}, - {file = "pyobjc_framework_CoreAudio-9.1.1-cp311-cp311-macosx_10_9_universal2.whl", hash = "sha256:63a0f2ea62191167b2559400dbe6fdfbd42753fb5393908c1747ab164a6511bb"}, - {file = "pyobjc_framework_CoreAudio-9.1.1-cp37-cp37m-macosx_10_9_x86_64.whl", hash = "sha256:d6087cb43c36e948297443ab98fdc0675fcdc2388a67388705c5aa9a774ef8fd"}, - {file = "pyobjc_framework_CoreAudio-9.1.1-cp38-cp38-macosx_10_9_x86_64.whl", hash = "sha256:63c571c1f841ad7679d7d7b48d797e41c305c8cccc70e78efbc871481bb20995"}, - {file = "pyobjc_framework_CoreAudio-9.1.1-cp38-cp38-macosx_11_0_universal2.whl", hash = "sha256:aaf83481c93c9f2789414be7d013aeca2ef84051d573105d4c8905350d9ed71d"}, - {file = "pyobjc_framework_CoreAudio-9.1.1-cp39-cp39-macosx_10_9_universal2.whl", hash = "sha256:02ccfb15259069ca6670574f0ad7f81fca8be54a06a8f8409451a9416b1d3f89"}, + {file = "pyobjc-framework-CoreAudio-9.2.tar.gz", hash = "sha256:7b8e32e073b04896850c971a9e4c5afaf9f3343b8e525bb23f50a360c587cf87"}, + {file = "pyobjc_framework_CoreAudio-9.2-cp310-cp310-macosx_10_9_universal2.whl", hash = "sha256:70c332c8d2b707ecef97e246f5f059beb891a83cc6065ee02f31d5bd7694e76f"}, + {file = "pyobjc_framework_CoreAudio-9.2-cp311-cp311-macosx_10_9_universal2.whl", hash = "sha256:f0dc570eb4f4c2de3ccb04749035bc827e7b63c494c09bbe5b42a43d99f82339"}, + {file = "pyobjc_framework_CoreAudio-9.2-cp312-cp312-macosx_10_9_universal2.whl", hash = "sha256:e1cc86834a40120140ba167923613616224692223db888f3c541d12f2e89ac16"}, + {file = "pyobjc_framework_CoreAudio-9.2-cp37-cp37m-macosx_10_9_x86_64.whl", hash = "sha256:abc90e88cd2a88746242c3cf98b11127a511d125ae6b9d335e23ff0678aab370"}, + {file = "pyobjc_framework_CoreAudio-9.2-cp38-cp38-macosx_10_9_x86_64.whl", hash = "sha256:e35c21d7c9dc16d004878c8a749a63445359ef4839de9c6ae35720fe7d5e7e8d"}, + {file = "pyobjc_framework_CoreAudio-9.2-cp38-cp38-macosx_11_0_universal2.whl", hash = "sha256:acbd47037eb34a2115ca812bafd0db78117825a32b3a95a0658127631d9f2d2f"}, + {file = "pyobjc_framework_CoreAudio-9.2-cp39-cp39-macosx_10_9_universal2.whl", hash = "sha256:f29d71915d7bb50bb08993861132e4e5eadc5157b2ac6d3fdb7568edd274b5a2"}, ] [package.dependencies] -pyobjc-core = ">=9.1.1" -pyobjc-framework-Cocoa = ">=9.1.1" +pyobjc-core = ">=9.2" +pyobjc-framework-Cocoa = ">=9.2" [[package]] name = "pyobjc-framework-coreaudiokit" -version = "9.1.1" +version = "9.2" description = "Wrappers for the framework CoreAudioKit on macOS" -category = "main" optional = false python-versions = ">=3.7" files = [ - {file = "pyobjc-framework-CoreAudioKit-9.1.1.tar.gz", hash = "sha256:93bb29195ef5312ec21f200d758459faacc41fd807bc9ad80a8f49cec6747846"}, - {file = "pyobjc_framework_CoreAudioKit-9.1.1-cp36-abi3-macosx_10_9_universal2.whl", hash = "sha256:e76e3b78411d544d65bbd52bed18847782a68d7f9f8ce07bd93c837473b8ad31"}, - {file = "pyobjc_framework_CoreAudioKit-9.1.1-cp36-abi3-macosx_10_9_x86_64.whl", hash = "sha256:4e509172b9f9967b2674ee41421fa6a28e65234bb12ef62297e56827583c68d9"}, - {file = "pyobjc_framework_CoreAudioKit-9.1.1-cp36-abi3-macosx_11_0_universal2.whl", hash = "sha256:d061f9f0306a149e47aaf890b7a03ca42d2c6d6fc509ad5d5e10d06ee60628f8"}, + {file = "pyobjc-framework-CoreAudioKit-9.2.tar.gz", hash = "sha256:4d1a3a1612709ffa6a1f5e9c57e3c4c7e42d54e0d9b40c2038a97ca4821690e1"}, + {file = "pyobjc_framework_CoreAudioKit-9.2-cp36-abi3-macosx_10_9_universal2.whl", hash = "sha256:55ad7a8fb0140b721df616592d75c4d3f0fdd345e5e1c97490992907dfab9376"}, + {file = "pyobjc_framework_CoreAudioKit-9.2-cp36-abi3-macosx_10_9_x86_64.whl", hash = "sha256:2e64f64494244f3fc69f1c26a061ecca5de1f4a5550f6ac93ca069f0bcdc0c05"}, + {file = "pyobjc_framework_CoreAudioKit-9.2-cp36-abi3-macosx_11_0_universal2.whl", hash = "sha256:f8317287c412cc87bb3e1f5c931d2d7baa038a936b695401907b749f22092605"}, ] [package.dependencies] -pyobjc-core = ">=9.1.1" -pyobjc-framework-Cocoa = ">=9.1.1" -pyobjc-framework-CoreAudio = ">=9.1.1" +pyobjc-core = ">=9.2" +pyobjc-framework-Cocoa = ">=9.2" +pyobjc-framework-CoreAudio = ">=9.2" [[package]] name = "pyobjc-framework-corebluetooth" -version = "9.1.1" +version = "9.2" description = "Wrappers for the framework CoreBluetooth on macOS" -category = "main" optional = false python-versions = ">=3.7" files = [ - {file = "pyobjc-framework-CoreBluetooth-9.1.1.tar.gz", hash = "sha256:4e5a256450bd9626311af64b6cf6752d0d9e7bc80242a915dea075180b350ca6"}, - {file = "pyobjc_framework_CoreBluetooth-9.1.1-cp36-abi3-macosx_10_9_universal2.whl", hash = "sha256:b39e0bc5ad0b01fcf26853bd3bf2ab186ec6182073d00e0cadcf71cd48e047fb"}, - {file = "pyobjc_framework_CoreBluetooth-9.1.1-cp36-abi3-macosx_10_9_x86_64.whl", hash = "sha256:60ef6d0a5a9abb0404f690dab4b670aa1265258500dc4fcc8129a37460e8f488"}, - {file = "pyobjc_framework_CoreBluetooth-9.1.1-cp36-abi3-macosx_11_0_universal2.whl", hash = "sha256:ae1593be5c2fbae3795a66b4006c5c47cb6c99da8d2e4a67e187248d733bacac"}, + {file = "pyobjc-framework-CoreBluetooth-9.2.tar.gz", hash = "sha256:cb2481b1dfe211ae9ce55f36537dc8155dbf0dc8ff26e0bc2e13f7afb0a291d1"}, + {file = "pyobjc_framework_CoreBluetooth-9.2-cp36-abi3-macosx_10_9_universal2.whl", hash = "sha256:53d888742119d0f0c725d0b0c2389f68e8f21f0cba6d6aec288c53260a0196b6"}, + {file = "pyobjc_framework_CoreBluetooth-9.2-cp36-abi3-macosx_10_9_x86_64.whl", hash = "sha256:179532882126526e38fe716a50fb0ee8f440e0b838d290252c515e622b5d0e49"}, + {file = "pyobjc_framework_CoreBluetooth-9.2-cp36-abi3-macosx_11_0_universal2.whl", hash = "sha256:256a5031ea9d8a7406541fa1b0dfac549b1de93deae8284605f9355b13fb58be"}, ] [package.dependencies] -pyobjc-core = ">=9.1.1" -pyobjc-framework-Cocoa = ">=9.1.1" +pyobjc-core = ">=9.2" +pyobjc-framework-Cocoa = ">=9.2" [[package]] name = "pyobjc-framework-coredata" -version = "9.1.1" +version = "9.2" description = "Wrappers for the framework CoreData on macOS" -category = "main" optional = false python-versions = ">=3.7" files = [ - {file = "pyobjc-framework-CoreData-9.1.1.tar.gz", hash = "sha256:bee412788a355be20189573be0b08225a0eae38c302c50e85496900d7740a933"}, - {file = "pyobjc_framework_CoreData-9.1.1-cp36-abi3-macosx_10_9_universal2.whl", hash = "sha256:34820ed0dc461af08cde86771257d1745522be18ebc3943d28a6d4e794f7a193"}, - {file = "pyobjc_framework_CoreData-9.1.1-cp36-abi3-macosx_10_9_x86_64.whl", hash = "sha256:ae858c0dc23f49ed2270f52903c7622f8e9cbd5787539b69cb9eef34beff8479"}, - {file = "pyobjc_framework_CoreData-9.1.1-cp36-abi3-macosx_11_0_universal2.whl", hash = "sha256:cfa2c7a2125c99158cb94d7c56fe52494c5a7c225944dc5f5fc66a267f9f1a14"}, + {file = "pyobjc-framework-CoreData-9.2.tar.gz", hash = "sha256:5663b96a7ac385c6607fb3b9a1011ebd6d8de10968ef77882ffe21a2992f74da"}, + {file = "pyobjc_framework_CoreData-9.2-cp36-abi3-macosx_10_9_universal2.whl", hash = "sha256:6fc34308943d478eacda80f89a3958fab748cf212a80c9619042305c1672daf4"}, + {file = "pyobjc_framework_CoreData-9.2-cp36-abi3-macosx_10_9_x86_64.whl", hash = "sha256:707f2d6c7ed875f6537757c38289348d61eb809fc61d750806fdc17150f2106a"}, + {file = "pyobjc_framework_CoreData-9.2-cp36-abi3-macosx_11_0_universal2.whl", hash = "sha256:40504e14087434814395a00a65a48cfdef5da07d6a95d7104dfb0acf074aa4d1"}, ] [package.dependencies] -pyobjc-core = ">=9.1.1" -pyobjc-framework-Cocoa = ">=9.1.1" +pyobjc-core = ">=9.2" +pyobjc-framework-Cocoa = ">=9.2" [[package]] name = "pyobjc-framework-corehaptics" -version = "9.1.1" +version = "9.2" description = "Wrappers for the framework CoreHaptics on macOS" -category = "main" optional = false python-versions = ">=3.7" files = [ - {file = "pyobjc-framework-CoreHaptics-9.1.1.tar.gz", hash = "sha256:c28e6b6f9c6df4eb5265f8318ccadb917033b77f932a4e3d069625be23e85c17"}, - {file = "pyobjc_framework_CoreHaptics-9.1.1-py2.py3-none-any.whl", hash = "sha256:18bc8671482205bd83cdccbe71dfb984e476809c8326e73ffe9333a39d880633"}, + {file = "pyobjc-framework-CoreHaptics-9.2.tar.gz", hash = "sha256:abc488d2b8684e0f5cf5e26ac83b2a783f7ccd1426108b4251d300caf2dc7d7d"}, + {file = "pyobjc_framework_CoreHaptics-9.2-py2.py3-none-any.whl", hash = "sha256:e87105a16852c2c33393a82c4e7caa3c404fdb912e6d95e82f73b8a45ee6a68e"}, ] [package.dependencies] -pyobjc-core = ">=9.1.1" -pyobjc-framework-Cocoa = ">=9.1.1" +pyobjc-core = ">=9.2" +pyobjc-framework-Cocoa = ">=9.2" [[package]] name = "pyobjc-framework-corelocation" -version = "9.1.1" +version = "9.2" description = "Wrappers for the framework CoreLocation on macOS" -category = "main" optional = false python-versions = ">=3.7" files = [ - {file = "pyobjc-framework-CoreLocation-9.1.1.tar.gz", hash = "sha256:e7fb6612535f9772cc698020303fc35ac72227958c17a1437aef6c04821d0e31"}, - {file = "pyobjc_framework_CoreLocation-9.1.1-cp36-abi3-macosx_10_9_universal2.whl", hash = "sha256:a942eaa95c595d5f2cd09f095330e2743e788ff1fa277e43980933441190e2fb"}, - {file = "pyobjc_framework_CoreLocation-9.1.1-cp36-abi3-macosx_10_9_x86_64.whl", hash = "sha256:5b4ee6ebe22549723ffbba72d11c961e3dc0e2b041e3b2a7b4b56be996b6728a"}, - {file = "pyobjc_framework_CoreLocation-9.1.1-cp36-abi3-macosx_11_0_universal2.whl", hash = "sha256:08eb32754f07b401a434e34076b9677a15f0d7240b4ff43205389270862b859c"}, + {file = "pyobjc-framework-CoreLocation-9.2.tar.gz", hash = "sha256:a6a59e6d1297f84c99dfa9f4ac3927af2fc851b6a1999617f5c159571f885c43"}, + {file = "pyobjc_framework_CoreLocation-9.2-cp36-abi3-macosx_10_9_universal2.whl", hash = "sha256:9c03064c621657b994c3d7439eaafd21b7a524189ef4dbd6fba5819ec2d6e3ae"}, + {file = "pyobjc_framework_CoreLocation-9.2-cp36-abi3-macosx_10_9_x86_64.whl", hash = "sha256:bf362a34332a986705af7e243cd018dbe33aa38db426b17de4f0df4bf5725ee1"}, + {file = "pyobjc_framework_CoreLocation-9.2-cp36-abi3-macosx_11_0_universal2.whl", hash = "sha256:31c9041f398bc1335410e3ebc9f0a64e68bc7973bb1e7fc3468e266a18cb1049"}, ] [package.dependencies] -pyobjc-core = ">=9.1.1" -pyobjc-framework-Cocoa = ">=9.1.1" +pyobjc-core = ">=9.2" +pyobjc-framework-Cocoa = ">=9.2" [[package]] name = "pyobjc-framework-coremedia" -version = "9.1.1" +version = "9.2" description = "Wrappers for the framework CoreMedia on macOS" -category = "main" optional = false python-versions = ">=3.7" files = [ - {file = "pyobjc-framework-CoreMedia-9.1.1.tar.gz", hash = "sha256:8c13185b938b74261966da115182702ac8b214a5f1b7878031414e05a829d7a8"}, - {file = "pyobjc_framework_CoreMedia-9.1.1-cp310-cp310-macosx_10_9_universal2.whl", hash = "sha256:7b8176eabd48d35afa60704674ab2c114e43f8153022ca90b8bb889029f54eab"}, - {file = "pyobjc_framework_CoreMedia-9.1.1-cp311-cp311-macosx_10_9_universal2.whl", hash = "sha256:63d76203aeaa32f3fb6f1e8d5705616c156a88087914b6296acc50e63f0b35bf"}, - {file = "pyobjc_framework_CoreMedia-9.1.1-cp37-cp37m-macosx_10_9_x86_64.whl", hash = "sha256:0f08e212ecad91a56e0eb1e57d0bb4bbd3458993cf772ee424e1d961e5354590"}, - {file = "pyobjc_framework_CoreMedia-9.1.1-cp38-cp38-macosx_10_9_x86_64.whl", hash = "sha256:910e539e716ddadce28cc82cbbe5909621ef1ac92d2eab76aafd104bca0fbe15"}, - {file = "pyobjc_framework_CoreMedia-9.1.1-cp38-cp38-macosx_11_0_universal2.whl", hash = "sha256:30f8c4e36a5cb1978d7fbaabfcb4473218f466815bc48668af76d8d16ab60b5b"}, - {file = "pyobjc_framework_CoreMedia-9.1.1-cp39-cp39-macosx_10_9_universal2.whl", hash = "sha256:7f0276075e831c5f3184b41e0f227ca1bc20ca089aa2c0c3b57f240eff2a5edb"}, + {file = "pyobjc-framework-CoreMedia-9.2.tar.gz", hash = "sha256:6345b47775aea573082e9a81bd52a3e19ce1a7d74f5064046909a8007e68dbe9"}, + {file = "pyobjc_framework_CoreMedia-9.2-cp310-cp310-macosx_10_9_universal2.whl", hash = "sha256:a91bb0ae332f6822fefa3686e921e4a0b6bc3c066c3f3d4e941e45d23a734c1d"}, + {file = "pyobjc_framework_CoreMedia-9.2-cp311-cp311-macosx_10_9_universal2.whl", hash = "sha256:57a70a3f7edb69b2c2a0426d8f1c41de3f0655ec237c71d8082894a5a9b4e2b4"}, + {file = "pyobjc_framework_CoreMedia-9.2-cp312-cp312-macosx_10_9_universal2.whl", hash = "sha256:4fe26c31e3cbaf92ab68b51a59f6f4a8d015f389e99c50eb321478f064a45583"}, + {file = "pyobjc_framework_CoreMedia-9.2-cp37-cp37m-macosx_10_9_x86_64.whl", hash = "sha256:b542a943752404742f552652af65c787acb6f00ab9c011b86fcc45104bc85035"}, + {file = "pyobjc_framework_CoreMedia-9.2-cp38-cp38-macosx_10_9_x86_64.whl", hash = "sha256:05f7f3b346e16b05699e520762173ebfb1e3a1700800c62fc945a0faf640c929"}, + {file = "pyobjc_framework_CoreMedia-9.2-cp38-cp38-macosx_11_0_universal2.whl", hash = "sha256:d7c95e21c0760bfeff25312fcd8af30c7b1a7e36294db30cedeb30cea72ec8ba"}, + {file = "pyobjc_framework_CoreMedia-9.2-cp39-cp39-macosx_10_9_universal2.whl", hash = "sha256:34572b00279a119505d9002d83497a25d385b2bcea5f9c990d49553b1039b150"}, ] [package.dependencies] -pyobjc-core = ">=9.1.1" -pyobjc-framework-Cocoa = ">=9.1.1" +pyobjc-core = ">=9.2" +pyobjc-framework-Cocoa = ">=9.2" [[package]] name = "pyobjc-framework-coremediaio" -version = "9.1.1" +version = "9.2" description = "Wrappers for the framework CoreMediaIO on macOS" -category = "main" optional = false python-versions = ">=3.7" files = [ - {file = "pyobjc-framework-CoreMediaIO-9.1.1.tar.gz", hash = "sha256:3fc90fa2ab8f4a9ac7bdfe1551e293567699b2d2af10d0fa7bf15d1b5b9c74e9"}, - {file = "pyobjc_framework_CoreMediaIO-9.1.1-cp36-abi3-macosx_10_9_universal2.whl", hash = "sha256:bd4c5d1df1fbad73ada2cce829433c40a3e4f25e2a25264a5a549f91e0ea0d3f"}, - {file = "pyobjc_framework_CoreMediaIO-9.1.1-cp36-abi3-macosx_10_9_x86_64.whl", hash = "sha256:c684caebc45fe93037b6d3488f2cbe2984cb8ee70cc20e5faa6b2a5f747bb0b7"}, - {file = "pyobjc_framework_CoreMediaIO-9.1.1-cp36-abi3-macosx_11_0_universal2.whl", hash = "sha256:89b69e90f6278ebd7930d7595fee5b7b4c87db5402735af9ef8156c32cba35cf"}, + {file = "pyobjc-framework-CoreMediaIO-9.2.tar.gz", hash = "sha256:9bf200deaff29799281fe6df5c8dd36b4bfc30ea5aab1d37f16f36c9d8125e22"}, + {file = "pyobjc_framework_CoreMediaIO-9.2-cp36-abi3-macosx_10_9_universal2.whl", hash = "sha256:e0b5c84d3edbbac6b77f6dedf39ac484e2e2f510c5f57965ae4c5776e31dc768"}, + {file = "pyobjc_framework_CoreMediaIO-9.2-cp36-abi3-macosx_10_9_x86_64.whl", hash = "sha256:769f8c7ecd189ca2c351dcac61e7a4db49960f80fb3d3e15b1f90d6b05ff7252"}, + {file = "pyobjc_framework_CoreMediaIO-9.2-cp36-abi3-macosx_11_0_universal2.whl", hash = "sha256:3e662e434dac1b4859617c5d1483d6d3f765865f2c3cdbcfb981ba387deead8b"}, ] [package.dependencies] -pyobjc-core = ">=9.1.1" -pyobjc-framework-Cocoa = ">=9.1.1" +pyobjc-core = ">=9.2" +pyobjc-framework-Cocoa = ">=9.2" [[package]] name = "pyobjc-framework-coremidi" -version = "9.1.1" +version = "9.2" description = "Wrappers for the framework CoreMIDI on macOS" -category = "main" optional = false python-versions = ">=3.7" files = [ - {file = "pyobjc-framework-CoreMIDI-9.1.1.tar.gz", hash = "sha256:faa1ca641d15d7bcdd48edf14b8f621155760d3d5d117e5088899108528f17ec"}, - {file = "pyobjc_framework_CoreMIDI-9.1.1-cp36-abi3-macosx_10_9_universal2.whl", hash = "sha256:80995b839982ddcbb6cb0938e00b8fe8303127ab18797856b6bef514f6a587ec"}, - {file = "pyobjc_framework_CoreMIDI-9.1.1-cp36-abi3-macosx_10_9_x86_64.whl", hash = "sha256:e01a4bf44ee708a215b86d75c9417ca958424df518c9ea5301595c9a5820bfc5"}, - {file = "pyobjc_framework_CoreMIDI-9.1.1-cp36-abi3-macosx_11_0_universal2.whl", hash = "sha256:0601249d12fbdbffda867086f0ea2b93800327b1048aa81f17af74f415ffc9ce"}, + {file = "pyobjc-framework-CoreMIDI-9.2.tar.gz", hash = "sha256:205650cbbd96f2b98abaad56b99840dabb7a9bf760aa105726af125934d90b26"}, + {file = "pyobjc_framework_CoreMIDI-9.2-cp36-abi3-macosx_10_9_universal2.whl", hash = "sha256:fbae082eeac73a7a5657d84808d27dbaab5315a8d3125b3c2e0b2192391d286c"}, + {file = "pyobjc_framework_CoreMIDI-9.2-cp36-abi3-macosx_10_9_x86_64.whl", hash = "sha256:2b4c975eb987c59eab8778cc81f4e26f90b885b483c7361ae7429afe730ac2e8"}, + {file = "pyobjc_framework_CoreMIDI-9.2-cp36-abi3-macosx_11_0_universal2.whl", hash = "sha256:e743fe89cd2e00d4727d2c129004541453192a75271dd326b71555eb5571bd0c"}, ] [package.dependencies] -pyobjc-core = ">=9.1.1" -pyobjc-framework-Cocoa = ">=9.1.1" +pyobjc-core = ">=9.2" +pyobjc-framework-Cocoa = ">=9.2" [[package]] name = "pyobjc-framework-coreml" -version = "9.1.1" +version = "9.2" description = "Wrappers for the framework CoreML on macOS" -category = "main" optional = false python-versions = ">=3.7" files = [ - {file = "pyobjc-framework-CoreML-9.1.1.tar.gz", hash = "sha256:93f7682d539b52e60f9309aa26d8a9680a0c589f2bef4de5b3eee26d27934349"}, - {file = "pyobjc_framework_CoreML-9.1.1-cp36-abi3-macosx_10_9_universal2.whl", hash = "sha256:06947b67763be7ebaa9a47cfdd6d2a1b92d9f61e8fd882936baac97c8168d501"}, - {file = "pyobjc_framework_CoreML-9.1.1-cp36-abi3-macosx_10_9_x86_64.whl", hash = "sha256:ce065d22a476ea6865cf90344bec604b04e9b2e664067a64944558869f0b1eac"}, - {file = "pyobjc_framework_CoreML-9.1.1-cp36-abi3-macosx_11_0_universal2.whl", hash = "sha256:80609d91fc421d20438755f73a4ecb1e87343661ceb3f36f678c03ca10ec3c03"}, + {file = "pyobjc-framework-CoreML-9.2.tar.gz", hash = "sha256:b6d66824ab248a648a98e6f6d3151756e98c9d85ebe5d2a8a3650af5a5e88c5c"}, + {file = "pyobjc_framework_CoreML-9.2-cp36-abi3-macosx_10_9_universal2.whl", hash = "sha256:47e9d40ab8eb33245233d87c74eda747e43d785825fec0bbe8ad425f5362992e"}, + {file = "pyobjc_framework_CoreML-9.2-cp36-abi3-macosx_10_9_x86_64.whl", hash = "sha256:f5cac466ce9280ee8620402c1b3462a7b526e0e5a5e3b9fdb936577a69cbab53"}, + {file = "pyobjc_framework_CoreML-9.2-cp36-abi3-macosx_11_0_universal2.whl", hash = "sha256:4a8bfbdb8e88002d0ebdfa76de20cd411c307ba2f9fc0539ff7ad8d945ccd5cb"}, ] [package.dependencies] -pyobjc-core = ">=9.1.1" -pyobjc-framework-Cocoa = ">=9.1.1" +pyobjc-core = ">=9.2" +pyobjc-framework-Cocoa = ">=9.2" [[package]] name = "pyobjc-framework-coremotion" -version = "9.1.1" +version = "9.2" description = "Wrappers for the framework CoreMotion on macOS" -category = "main" optional = false python-versions = ">=3.7" files = [ - {file = "pyobjc-framework-CoreMotion-9.1.1.tar.gz", hash = "sha256:33fb505ea23f9b9a830a97c722ca983b8ae2a748b3b875aeb178e4f3e35d1752"}, - {file = "pyobjc_framework_CoreMotion-9.1.1-cp310-cp310-macosx_10_9_universal2.whl", hash = "sha256:aa3876193169fb6ede6d46d4f176f1f708f43983faf3de0882536b029af03553"}, - {file = "pyobjc_framework_CoreMotion-9.1.1-cp311-cp311-macosx_10_9_universal2.whl", hash = "sha256:519c9c77cc89baf3db244f4983f99a05ed21466fd59049ce1a9d5b9f3ff0b400"}, - {file = "pyobjc_framework_CoreMotion-9.1.1-cp37-cp37m-macosx_10_9_x86_64.whl", hash = "sha256:2bf0ba61b2d8355c1c26d8ef0f54800c9df9dac4c5b3c7a4df4c5b29aa8cb1b5"}, - {file = "pyobjc_framework_CoreMotion-9.1.1-cp38-cp38-macosx_10_9_x86_64.whl", hash = "sha256:0a816f371c8078ef0be0fe2f4db6001e3b7a7b215c347d7c53ca2a0a433a8198"}, - {file = "pyobjc_framework_CoreMotion-9.1.1-cp38-cp38-macosx_11_0_universal2.whl", hash = "sha256:0882db32b1583d030826f34f0941291a1bd576f1ce5d8c414ebe47930e1c1a77"}, - {file = "pyobjc_framework_CoreMotion-9.1.1-cp39-cp39-macosx_10_9_universal2.whl", hash = "sha256:831aa3aab75220abe0145f4a484074ede1ac768b7a3569f25c0199cc7288be6b"}, + {file = "pyobjc-framework-CoreMotion-9.2.tar.gz", hash = "sha256:63ba5b6aee65619c4bdd2d375db7ede1b5b97887d46408ea88477fa3be9fca60"}, + {file = "pyobjc_framework_CoreMotion-9.2-cp310-cp310-macosx_10_9_universal2.whl", hash = "sha256:209a033ed78cb7c3457a6f09b49530ee7423fff60771f27ac09732ba1c1b56d2"}, + {file = "pyobjc_framework_CoreMotion-9.2-cp311-cp311-macosx_10_9_universal2.whl", hash = "sha256:faf594270d59287788922f6de675c40cfe507128f0109a4895168b070b1f7c90"}, + {file = "pyobjc_framework_CoreMotion-9.2-cp312-cp312-macosx_10_9_universal2.whl", hash = "sha256:e300d286034e9959996b372a9e8955e9b52b78bbbc364eca94b1e994ee322ad2"}, + {file = "pyobjc_framework_CoreMotion-9.2-cp37-cp37m-macosx_10_9_x86_64.whl", hash = "sha256:852392cb1940b83fd313e54e2e0fd61260a2ff3ecdc654106d608f7e5029bda6"}, + {file = "pyobjc_framework_CoreMotion-9.2-cp38-cp38-macosx_10_9_x86_64.whl", hash = "sha256:549b8c39e2f913b0475d695450a559163fa8d9b92ec094244560e68d23e8fa6c"}, + {file = "pyobjc_framework_CoreMotion-9.2-cp38-cp38-macosx_11_0_universal2.whl", hash = "sha256:bfbd343116c12ecad18ecd1a67ed2f750220f2ac8f196c7d95f183e1bd3de097"}, + {file = "pyobjc_framework_CoreMotion-9.2-cp39-cp39-macosx_10_9_universal2.whl", hash = "sha256:4eec8d0b6dd05b534c53755a91956965335adc456b0ea2bb8d7bb6c46be0a4f7"}, ] [package.dependencies] -pyobjc-core = ">=9.1.1" -pyobjc-framework-Cocoa = ">=9.1.1" +pyobjc-core = ">=9.2" +pyobjc-framework-Cocoa = ">=9.2" [[package]] name = "pyobjc-framework-coreservices" -version = "9.1.1" +version = "9.2" description = "Wrappers for the framework CoreServices on macOS" -category = "main" optional = false python-versions = ">=3.7" files = [ - {file = "pyobjc-framework-CoreServices-9.1.1.tar.gz", hash = "sha256:6de26cb55e3b20346b8d585a5df21a10a90f4c4b1f13f73a05d62d120faf1a6b"}, - {file = "pyobjc_framework_CoreServices-9.1.1-cp36-abi3-macosx_10_9_universal2.whl", hash = "sha256:0e87fa4fc1971f8ce9886dac227a0d70e1dff1c02daad2998ab1a36db8e1aa42"}, - {file = "pyobjc_framework_CoreServices-9.1.1-cp36-abi3-macosx_10_9_x86_64.whl", hash = "sha256:36817f6c294eb06b1a86472599a5993d851a436219caea567db1d5ff4bec60d7"}, - {file = "pyobjc_framework_CoreServices-9.1.1-cp36-abi3-macosx_11_0_universal2.whl", hash = "sha256:8e7377b47ef28dbea256735189adf282a071f37d02fb0734190f500f39ea0fc0"}, + {file = "pyobjc-framework-CoreServices-9.2.tar.gz", hash = "sha256:cc0287dccc7089ad13b0a44472d7fc1ce804f06ea1f4c44c5a7c5c9eb8388d72"}, + {file = "pyobjc_framework_CoreServices-9.2-cp36-abi3-macosx_10_9_universal2.whl", hash = "sha256:4997fbcc89bb6d025a2fb03bafab775caa9612f69e7f914d237884c39c0699ac"}, + {file = "pyobjc_framework_CoreServices-9.2-cp36-abi3-macosx_10_9_x86_64.whl", hash = "sha256:3c358d93ed094e9e545abc11f54c6ca70bf462a997546654062c7d3ed599e22c"}, + {file = "pyobjc_framework_CoreServices-9.2-cp36-abi3-macosx_11_0_universal2.whl", hash = "sha256:bfa3cc4a5cac5f51df4e598e552738abd605b0de35032c7aa1adcc895e84cfdc"}, ] [package.dependencies] -pyobjc-core = ">=9.1.1" -pyobjc-framework-FSEvents = ">=9.1.1" +pyobjc-core = ">=9.2" +pyobjc-framework-FSEvents = ">=9.2" [[package]] name = "pyobjc-framework-corespotlight" -version = "9.1.1" +version = "9.2" description = "Wrappers for the framework CoreSpotlight on macOS" -category = "main" optional = false python-versions = ">=3.7" files = [ - {file = "pyobjc-framework-CoreSpotlight-9.1.1.tar.gz", hash = "sha256:2b51eaef0429e5879fa74d7476d9ea727b31ea636a4b15f171e9af2768a04868"}, - {file = "pyobjc_framework_CoreSpotlight-9.1.1-cp36-abi3-macosx_10_9_universal2.whl", hash = "sha256:63b94d85e6bed4889ae497d6231f0f034b20b89fe5f13ff620a2c822f6316c46"}, - {file = "pyobjc_framework_CoreSpotlight-9.1.1-cp36-abi3-macosx_10_9_x86_64.whl", hash = "sha256:209ef77bb0c953a508c84135ae7a81f964b8e7530d7b83b77cfa6d0d275ff24a"}, - {file = "pyobjc_framework_CoreSpotlight-9.1.1-cp36-abi3-macosx_11_0_universal2.whl", hash = "sha256:8dd0424e36028ab5c3415baaa26a9a9eee837535530860affb37b534dd8d93c4"}, + {file = "pyobjc-framework-CoreSpotlight-9.2.tar.gz", hash = "sha256:eb369dc792fd61dadd7322cf146750252a08a1961742169e0d9a10c303fc9c06"}, + {file = "pyobjc_framework_CoreSpotlight-9.2-cp36-abi3-macosx_10_9_universal2.whl", hash = "sha256:fe43c0ef66845a96212361ebf29486011a96f8461ce481c6de3c530cb9983246"}, + {file = "pyobjc_framework_CoreSpotlight-9.2-cp36-abi3-macosx_10_9_x86_64.whl", hash = "sha256:2657cfe669fd64ac26e8c5125f3c1dbece50a9ecc17124bd1905778ccfaa978d"}, + {file = "pyobjc_framework_CoreSpotlight-9.2-cp36-abi3-macosx_11_0_universal2.whl", hash = "sha256:a879e877976df9714853939c558741823ed1a7df22d3671158d02275a9516043"}, ] [package.dependencies] -pyobjc-core = ">=9.1.1" -pyobjc-framework-Cocoa = ">=9.1.1" +pyobjc-core = ">=9.2" +pyobjc-framework-Cocoa = ">=9.2" [[package]] name = "pyobjc-framework-coretext" -version = "9.1.1" +version = "9.2" description = "Wrappers for the framework CoreText on macOS" -category = "main" optional = false python-versions = ">=3.7" files = [ - {file = "pyobjc-framework-CoreText-9.1.1.tar.gz", hash = "sha256:65023e4fd5bb91949eb324b6baa45a9f2ff69c344f77084d63a8b0ec1fae0fa1"}, - {file = "pyobjc_framework_CoreText-9.1.1-cp310-cp310-macosx_10_9_universal2.whl", hash = "sha256:ff085de16a67e90ccef5792bdfc759c2196550005056d31ce1e70fd567ff744d"}, - {file = "pyobjc_framework_CoreText-9.1.1-cp311-cp311-macosx_10_9_universal2.whl", hash = "sha256:54a889c7bc33d56d62cdb54edbbc73fedfae6c1b02144c76d84ef83758b180b4"}, - {file = "pyobjc_framework_CoreText-9.1.1-cp37-cp37m-macosx_10_9_x86_64.whl", hash = "sha256:4a13ba577692fdd9e4bcd2f915eb656a888780e0c72c28a821cf78604f08a775"}, - {file = "pyobjc_framework_CoreText-9.1.1-cp38-cp38-macosx_10_9_x86_64.whl", hash = "sha256:4b1515f41f7c61a06897436e872da74b31507d4f5fd3e68c5cf41f074924ba90"}, - {file = "pyobjc_framework_CoreText-9.1.1-cp38-cp38-macosx_11_0_universal2.whl", hash = "sha256:6d4faa6c4f7d3902d38e82f5fee1907e155d9c061fcfe0992110a4c490a47476"}, - {file = "pyobjc_framework_CoreText-9.1.1-cp39-cp39-macosx_10_9_universal2.whl", hash = "sha256:418120c11e2318130b20ad7319938bb6ade8ad023676bb04e39ae0616b7bad2f"}, + {file = "pyobjc-framework-CoreText-9.2.tar.gz", hash = "sha256:24a2aba7419e9955f8f83cd85378743a14f29011e671c168d54d4a92ca06c9a4"}, + {file = "pyobjc_framework_CoreText-9.2-cp310-cp310-macosx_10_9_universal2.whl", hash = "sha256:5ac2a327f3f3e1efc8dc17c2a5d68421d012d8e0aabd58eb9ccfe0e1d7ad1dcc"}, + {file = "pyobjc_framework_CoreText-9.2-cp311-cp311-macosx_10_9_universal2.whl", hash = "sha256:2ee797ebfe95e88acda2e50b47709e7182e830e2e2e34efaad5b342a968ee0fb"}, + {file = "pyobjc_framework_CoreText-9.2-cp312-cp312-macosx_10_9_universal2.whl", hash = "sha256:37e31e6b159e2a53b8dd8ca1e848b3cda7f5b788b3381d9400413db3fcc567c6"}, + {file = "pyobjc_framework_CoreText-9.2-cp37-cp37m-macosx_10_9_x86_64.whl", hash = "sha256:87b83a156ed3a6dc4d014f52674641849541933f93b61ae8ff3881d41483da1c"}, + {file = "pyobjc_framework_CoreText-9.2-cp38-cp38-macosx_10_9_x86_64.whl", hash = "sha256:83d6e2269500eeaf3a086a1c5a25df986b74883daeebf65de6ed647eb710b688"}, + {file = "pyobjc_framework_CoreText-9.2-cp38-cp38-macosx_11_0_universal2.whl", hash = "sha256:1ef16e459ee0161344fdc5210221b149a83fbacfc2d355f0a6e96f263d3d712c"}, + {file = "pyobjc_framework_CoreText-9.2-cp39-cp39-macosx_10_9_universal2.whl", hash = "sha256:cef5923b9f0991252359648e5ce6748352b51468c478fe228a241177497c28d0"}, ] [package.dependencies] -pyobjc-core = ">=9.1.1" -pyobjc-framework-Cocoa = ">=9.1.1" -pyobjc-framework-Quartz = ">=9.1.1" +pyobjc-core = ">=9.2" +pyobjc-framework-Cocoa = ">=9.2" +pyobjc-framework-Quartz = ">=9.2" [[package]] name = "pyobjc-framework-corewlan" -version = "9.1.1" +version = "9.2" description = "Wrappers for the framework CoreWLAN on macOS" -category = "main" optional = false python-versions = ">=3.7" files = [ - {file = "pyobjc-framework-CoreWLAN-9.1.1.tar.gz", hash = "sha256:1297f8dd653a5a22a972012bdaf5a0b9cd39ff8fc7255b37c1de6bb35ace4cf5"}, - {file = "pyobjc_framework_CoreWLAN-9.1.1-cp36-abi3-macosx_10_9_universal2.whl", hash = "sha256:47d6f07723657e36eefe8d2012de689a51cda97edc31b06f9cf7f7b5d9a4905a"}, - {file = "pyobjc_framework_CoreWLAN-9.1.1-cp36-abi3-macosx_10_9_x86_64.whl", hash = "sha256:57ae953d599a711673837ab70b09c79df0bbd79eefccc1e23df74039f90498ee"}, - {file = "pyobjc_framework_CoreWLAN-9.1.1-cp36-abi3-macosx_11_0_universal2.whl", hash = "sha256:2fa07cbc7e111c77c4d5bc90f251e8c2c138f90ad3e7a522295910d846a92993"}, + {file = "pyobjc-framework-CoreWLAN-9.2.tar.gz", hash = "sha256:4969e1416727e9683b30d0ebf37be6fde94e1577d25e6adee2a6018844888161"}, + {file = "pyobjc_framework_CoreWLAN-9.2-cp36-abi3-macosx_10_9_universal2.whl", hash = "sha256:ad74d8d671221bfc4c523d9494195772f8f9a45558864c7f056fa4186ed17833"}, + {file = "pyobjc_framework_CoreWLAN-9.2-cp36-abi3-macosx_10_9_x86_64.whl", hash = "sha256:4560b8af40eab0049c9968020670957ee5318515c2e276c8e376bc6c0c78af1e"}, + {file = "pyobjc_framework_CoreWLAN-9.2-cp36-abi3-macosx_11_0_universal2.whl", hash = "sha256:047b6cb5a93bf8dfcbcd8a286dec6ba2523133a84637609e4adfc150294476f0"}, ] [package.dependencies] -pyobjc-core = ">=9.1.1" -pyobjc-framework-Cocoa = ">=9.1.1" +pyobjc-core = ">=9.2" +pyobjc-framework-Cocoa = ">=9.2" [[package]] name = "pyobjc-framework-cryptotokenkit" -version = "9.1.1" +version = "9.2" description = "Wrappers for the framework CryptoTokenKit on macOS" -category = "main" optional = false python-versions = ">=3.7" files = [ - {file = "pyobjc-framework-CryptoTokenKit-9.1.1.tar.gz", hash = "sha256:ba77f9c7022153013108ec5c2b28afa4f2890cf65c96a25185dc20f98b7b13da"}, - {file = "pyobjc_framework_CryptoTokenKit-9.1.1-cp36-abi3-macosx_10_9_universal2.whl", hash = "sha256:65a8ea8be2b53c2f545b2872da2e228322acb8a60e49672bad5507e5059b3539"}, - {file = "pyobjc_framework_CryptoTokenKit-9.1.1-cp36-abi3-macosx_10_9_x86_64.whl", hash = "sha256:91e9f6bfa83ff2aeb2473d1aaf16a12fecc1e4fff5b523e88274d12a23ff7acd"}, - {file = "pyobjc_framework_CryptoTokenKit-9.1.1-cp36-abi3-macosx_11_0_universal2.whl", hash = "sha256:d576da00bd2dd8d00e7ba782e595d796306e9cfcefc51926897477afc67f97ef"}, + {file = "pyobjc-framework-CryptoTokenKit-9.2.tar.gz", hash = "sha256:a835f178f066a1d71ed287eb637f4f38021402eb0e7d043970cb50b44ad4e714"}, + {file = "pyobjc_framework_CryptoTokenKit-9.2-cp36-abi3-macosx_10_9_universal2.whl", hash = "sha256:1adf6d22921e7a20eb79de9e4b6a72881bf081dc18b5516fe3e9692bf4d53e3d"}, + {file = "pyobjc_framework_CryptoTokenKit-9.2-cp36-abi3-macosx_10_9_x86_64.whl", hash = "sha256:3a28b8a11d3d5240788f34deab64c026545666caa3497610e172b556b0e2167c"}, + {file = "pyobjc_framework_CryptoTokenKit-9.2-cp36-abi3-macosx_11_0_universal2.whl", hash = "sha256:f01d58a261d75c69f7c49cd05a56fd545685984803c5b8933a9e022c9ce2aae2"}, ] [package.dependencies] -pyobjc-core = ">=9.1.1" -pyobjc-framework-Cocoa = ">=9.1.1" +pyobjc-core = ">=9.2" +pyobjc-framework-Cocoa = ">=9.2" [[package]] name = "pyobjc-framework-datadetection" -version = "9.1.1" +version = "9.2" description = "Wrappers for the framework DataDetection on macOS" -category = "main" optional = false python-versions = ">=3.7" files = [ - {file = "pyobjc-framework-DataDetection-9.1.1.tar.gz", hash = "sha256:372c692f3c12e6537db8530cdad411721becfd729f4c3b1f99d2de949577ac6a"}, - {file = "pyobjc_framework_DataDetection-9.1.1-py2.py3-none-any.whl", hash = "sha256:9fc15ee738e282f613019f031d8ab9d0f34d8327c652aa810b8334d9ccdcb623"}, + {file = "pyobjc-framework-DataDetection-9.2.tar.gz", hash = "sha256:4bd31460b812fc1299986e1472bc79c3d2134530de6c07842dba8c58ebf4d2b1"}, + {file = "pyobjc_framework_DataDetection-9.2-py2.py3-none-any.whl", hash = "sha256:9bcf1edbc4af8e430cacfac475c1e6db354f1f40799d51ab040489d8eed7d09f"}, ] [package.dependencies] -pyobjc-core = ">=9.1.1" -pyobjc-framework-Cocoa = ">=9.1.1" +pyobjc-core = ">=9.2" +pyobjc-framework-Cocoa = ">=9.2" [[package]] name = "pyobjc-framework-devicecheck" -version = "9.1.1" +version = "9.2" description = "Wrappers for the framework DeviceCheck on macOS" -category = "main" optional = false python-versions = ">=3.7" files = [ - {file = "pyobjc-framework-DeviceCheck-9.1.1.tar.gz", hash = "sha256:d9da5710f8ca3ddb6e26a688414ee9bb7d67a88326f505de4a4264c517619a5f"}, - {file = "pyobjc_framework_DeviceCheck-9.1.1-py2.py3-none-any.whl", hash = "sha256:d7524f02c1f108e27f4372f97ea485424cd40639c6fa5006511a53707f03f799"}, + {file = "pyobjc-framework-DeviceCheck-9.2.tar.gz", hash = "sha256:e201e96596582a000fd6113b06613a900e1358ec9f4785515d0ea79d75cac42b"}, + {file = "pyobjc_framework_DeviceCheck-9.2-py2.py3-none-any.whl", hash = "sha256:5890ee8ef53bfa6dd2819de48aaf28c7c700fc806fdc439312fcec9c6d0df7c9"}, ] [package.dependencies] -pyobjc-core = ">=9.1.1" -pyobjc-framework-Cocoa = ">=9.1.1" +pyobjc-core = ">=9.2" +pyobjc-framework-Cocoa = ">=9.2" [[package]] name = "pyobjc-framework-dictionaryservices" -version = "9.1.1" +version = "9.2" description = "Wrappers for the framework DictionaryServices on macOS" -category = "main" optional = false python-versions = ">=3.7" files = [ - {file = "pyobjc-framework-DictionaryServices-9.1.1.tar.gz", hash = "sha256:0ef5951c0c70a8706977441f652deda3bead2f3dea6b7d82f5708f3e9302ebce"}, - {file = "pyobjc_framework_DictionaryServices-9.1.1-py2.py3-none-any.whl", hash = "sha256:d6cc9a76de4a1bda9aca9157ecf0cb7c6356227d95b20b47e0797e2ce15a5287"}, + {file = "pyobjc-framework-DictionaryServices-9.2.tar.gz", hash = "sha256:bb13e094818dc34ae0e67e716a32280cdbcf44f25adf5ac580902ec0c7b4c89f"}, + {file = "pyobjc_framework_DictionaryServices-9.2-py2.py3-none-any.whl", hash = "sha256:1fd533511698977fd0efc202d99aa02b5a9b3d184c2e10950d7cb1f2b6bf8806"}, ] [package.dependencies] -pyobjc-core = ">=9.1.1" -pyobjc-framework-CoreServices = ">=9.1.1" +pyobjc-core = ">=9.2" +pyobjc-framework-CoreServices = ">=9.2" [[package]] name = "pyobjc-framework-discrecording" -version = "9.1.1" +version = "9.2" description = "Wrappers for the framework DiscRecording on macOS" -category = "main" optional = false python-versions = ">=3.7" files = [ - {file = "pyobjc-framework-DiscRecording-9.1.1.tar.gz", hash = "sha256:63a3e94786faac3623070393bcc12813e2ae0a8af404ea907143d7fb1162d482"}, - {file = "pyobjc_framework_DiscRecording-9.1.1-cp36-abi3-macosx_10_9_universal2.whl", hash = "sha256:3657d79bd424a4e7925bbe7ef94ee39f5abbd5e307aa04501432fff3ce531f07"}, - {file = "pyobjc_framework_DiscRecording-9.1.1-cp36-abi3-macosx_10_9_x86_64.whl", hash = "sha256:b247de5cd37db53f0f9a1de9a231a029ed11456571ea125d21765186290a42d7"}, - {file = "pyobjc_framework_DiscRecording-9.1.1-cp36-abi3-macosx_11_0_universal2.whl", hash = "sha256:bf60037209adf1061aa9175623a56e9d1062f70f6f8b995fc22a7c8f88caba3e"}, + {file = "pyobjc-framework-DiscRecording-9.2.tar.gz", hash = "sha256:253c6772b6541739cbc11c1e44001d8b16fd6d36946e55b738c110e42978ba4c"}, + {file = "pyobjc_framework_DiscRecording-9.2-cp36-abi3-macosx_10_9_universal2.whl", hash = "sha256:f700481b185ec3ddef9a11dc07a7e448c32ae0f39d315fe06af1a85c05185648"}, + {file = "pyobjc_framework_DiscRecording-9.2-cp36-abi3-macosx_10_9_x86_64.whl", hash = "sha256:d855a2cabfaf146b9107584a438a0826e47ba8d0d55e7819f8b22c227a0b89fe"}, + {file = "pyobjc_framework_DiscRecording-9.2-cp36-abi3-macosx_11_0_universal2.whl", hash = "sha256:c25e366dcdc2da4f3aac575e263e987a7107fc4bdcaa9a5c4b8c3d7b07c9fffa"}, ] [package.dependencies] -pyobjc-core = ">=9.1.1" -pyobjc-framework-Cocoa = ">=9.1.1" +pyobjc-core = ">=9.2" +pyobjc-framework-Cocoa = ">=9.2" [[package]] name = "pyobjc-framework-discrecordingui" -version = "9.1.1" +version = "9.2" description = "Wrappers for the framework DiscRecordingUI on macOS" -category = "main" optional = false python-versions = ">=3.7" files = [ - {file = "pyobjc-framework-DiscRecordingUI-9.1.1.tar.gz", hash = "sha256:fa8e3a3ae342bef673898bdd1032d572b649d8c166999ac697f87373d6a48da8"}, - {file = "pyobjc_framework_DiscRecordingUI-9.1.1-py2.py3-none-any.whl", hash = "sha256:ca0cb22614effb4c1d521a8d57c343377dc029da3dc040b87bc23e29a2a5b1ea"}, + {file = "pyobjc-framework-DiscRecordingUI-9.2.tar.gz", hash = "sha256:382a91ebc158258dafa659eda10e504c30ae607fe3af634b67e99e57e81f7c84"}, + {file = "pyobjc_framework_DiscRecordingUI-9.2-py2.py3-none-any.whl", hash = "sha256:c77836ce4f27eba9ff5ac0f1a5e01730765807dc60e0d6375e93780676b22725"}, ] [package.dependencies] -pyobjc-core = ">=9.1.1" -pyobjc-framework-Cocoa = ">=9.1.1" -pyobjc-framework-DiscRecording = ">=9.1.1" +pyobjc-core = ">=9.2" +pyobjc-framework-Cocoa = ">=9.2" +pyobjc-framework-DiscRecording = ">=9.2" [[package]] name = "pyobjc-framework-diskarbitration" -version = "9.1.1" +version = "9.2" description = "Wrappers for the framework DiskArbitration on macOS" -category = "main" optional = false python-versions = ">=3.7" files = [ - {file = "pyobjc-framework-DiskArbitration-9.1.1.tar.gz", hash = "sha256:1b0d6896216f92bc72deb8511245ed386d6191c243f833fe6f20fe8b2282a3a4"}, - {file = "pyobjc_framework_DiskArbitration-9.1.1-py2.py3-none-any.whl", hash = "sha256:0613f0c34dc33377afe93b70e82775e245d9017261eb325324d204cebb72cfac"}, + {file = "pyobjc-framework-DiskArbitration-9.2.tar.gz", hash = "sha256:37cc84b4a1372b7205ffc732452ef76a6d8d4ebbef5213a396d6781407f8ba71"}, + {file = "pyobjc_framework_DiskArbitration-9.2-py2.py3-none-any.whl", hash = "sha256:e4f03fc83e0c7cb2d9f87ed8ed18c30fbf264457f48467652160ac1c6e805987"}, ] [package.dependencies] -pyobjc-core = ">=9.1.1" -pyobjc-framework-Cocoa = ">=9.1.1" +pyobjc-core = ">=9.2" +pyobjc-framework-Cocoa = ">=9.2" [[package]] name = "pyobjc-framework-dvdplayback" -version = "9.1.1" +version = "9.2" description = "Wrappers for the framework DVDPlayback on macOS" -category = "main" optional = false python-versions = ">=3.7" files = [ - {file = "pyobjc-framework-DVDPlayback-9.1.1.tar.gz", hash = "sha256:f976f3bf9f3d0a22b9593051e6fe506f56a3bd647a6119b5ef208ba60aefdd0f"}, - {file = "pyobjc_framework_DVDPlayback-9.1.1-py2.py3-none-any.whl", hash = "sha256:71869628467ab6786afddb785c9ee146ecf1969dc37816141779dfda84c67d01"}, + {file = "pyobjc-framework-DVDPlayback-9.2.tar.gz", hash = "sha256:556bd64820dbb0cbf1774500ce54fb9207eec441132ac964370b36827bcde0f2"}, + {file = "pyobjc_framework_DVDPlayback-9.2-py2.py3-none-any.whl", hash = "sha256:ff3ab187941859d5ea4976cbef021ae3fcb38e5b60efb673ec3647c80f8df65e"}, ] [package.dependencies] -pyobjc-core = ">=9.1.1" -pyobjc-framework-Cocoa = ">=9.1.1" +pyobjc-core = ">=9.2" +pyobjc-framework-Cocoa = ">=9.2" [[package]] name = "pyobjc-framework-eventkit" -version = "9.1.1" +version = "9.2" description = "Wrappers for the framework Accounts on macOS" -category = "main" optional = false python-versions = ">=3.7" files = [ - {file = "pyobjc-framework-EventKit-9.1.1.tar.gz", hash = "sha256:39a13055cd3e74893f145c5132d32d44a0b12151e44e435ddd122e411b001d06"}, - {file = "pyobjc_framework_EventKit-9.1.1-py2.py3-none-any.whl", hash = "sha256:768389131e4e48b859654a14b6b4650e413677a85bc794b327296b7e92b9d129"}, + {file = "pyobjc-framework-EventKit-9.2.tar.gz", hash = "sha256:cf10a57929f492e198bc3c2dbde647d1358c56feaa2f853610c4e2a37f5237dc"}, + {file = "pyobjc_framework_EventKit-9.2-py2.py3-none-any.whl", hash = "sha256:8dda19382d18cccafa2c97eac0e4602546e7d9277787a359eeaddd83582cc365"}, ] [package.dependencies] -pyobjc-core = ">=9.1.1" -pyobjc-framework-Cocoa = ">=9.1.1" +pyobjc-core = ">=9.2" +pyobjc-framework-Cocoa = ">=9.2" [[package]] name = "pyobjc-framework-exceptionhandling" -version = "9.1.1" +version = "9.2" description = "Wrappers for the framework ExceptionHandling on macOS" -category = "main" optional = false python-versions = ">=3.7" files = [ - {file = "pyobjc-framework-ExceptionHandling-9.1.1.tar.gz", hash = "sha256:4ade2c786cd6188fbc88d1c5db2633b9645f1527f7ae73121451192cbcda8b0e"}, - {file = "pyobjc_framework_ExceptionHandling-9.1.1-py2.py3-none-any.whl", hash = "sha256:2929e47510d53fd04241f2761ef0f5b7383404bfbf18dbb43edc20fe67274c35"}, + {file = "pyobjc-framework-ExceptionHandling-9.2.tar.gz", hash = "sha256:28d4fa18a484a9b9eb25a292120b7427bc95f3827f9d2c618ccb20b39dac637a"}, + {file = "pyobjc_framework_ExceptionHandling-9.2-py2.py3-none-any.whl", hash = "sha256:85893d10c9bc9370a6e1a61cedf999179cb59258583bdc57a4efdd632c1e6869"}, ] [package.dependencies] -pyobjc-core = ">=9.1.1" -pyobjc-framework-Cocoa = ">=9.1.1" +pyobjc-core = ">=9.2" +pyobjc-framework-Cocoa = ">=9.2" [[package]] name = "pyobjc-framework-executionpolicy" -version = "9.1.1" +version = "9.2" description = "Wrappers for the framework ExecutionPolicy on macOS" -category = "main" optional = false python-versions = ">=3.7" files = [ - {file = "pyobjc-framework-ExecutionPolicy-9.1.1.tar.gz", hash = "sha256:276f2524f855836b1adcc5cc17a41fe39d992b672d050b642245f9fc370c6dc8"}, - {file = "pyobjc_framework_ExecutionPolicy-9.1.1-py2.py3-none-any.whl", hash = "sha256:479a814f8bb363db392c94edc484e18ad17e34bfa1fa05d34f2d19bac12b60ce"}, + {file = "pyobjc-framework-ExecutionPolicy-9.2.tar.gz", hash = "sha256:b0b00f3d798c5eb1c5031918a384af8e68d2d0104c9ba9180a60ba076c56bc4b"}, + {file = "pyobjc_framework_ExecutionPolicy-9.2-py2.py3-none-any.whl", hash = "sha256:a728cdf00b427f48aae2ae6cee9eaf32db70bb61eaed306eb3cf5d0d197b141b"}, ] [package.dependencies] -pyobjc-core = ">=9.1.1" -pyobjc-framework-Cocoa = ">=9.1.1" +pyobjc-core = ">=9.2" +pyobjc-framework-Cocoa = ">=9.2" [[package]] name = "pyobjc-framework-extensionkit" -version = "9.1.1" +version = "9.2" description = "Wrappers for the framework ExtensionKit on macOS" -category = "main" optional = false python-versions = ">=3.7" files = [ - {file = "pyobjc-framework-ExtensionKit-9.1.1.tar.gz", hash = "sha256:8cc8af22b6df8bc869f263ba252e39e751fb4d2f20b23ceeb9e2b386b8055eca"}, - {file = "pyobjc_framework_ExtensionKit-9.1.1-cp36-abi3-macosx_10_9_universal2.whl", hash = "sha256:a76314b0988709ecdfbb91fed0780b9c1cc5b50c0febbafd8d8077d621e05c04"}, - {file = "pyobjc_framework_ExtensionKit-9.1.1-cp36-abi3-macosx_10_9_x86_64.whl", hash = "sha256:26c74d802c84ed40931c9f124cc2c82ab6a89b9673d830d92962fa6fb1c0b8a6"}, - {file = "pyobjc_framework_ExtensionKit-9.1.1-cp36-abi3-macosx_11_0_universal2.whl", hash = "sha256:c3ff2b73e238278f3dd67b8296b85e1d6ea2694e1657bbc91941771666b926aa"}, + {file = "pyobjc-framework-ExtensionKit-9.2.tar.gz", hash = "sha256:a674bb7a824c1a2db9e7f88f691adb999feacf929fc7aca198b77ff30bc02233"}, + {file = "pyobjc_framework_ExtensionKit-9.2-cp36-abi3-macosx_10_9_universal2.whl", hash = "sha256:ef38a7945529ef4963c7af7a1c5913c28c035964fed3b1cad96d20da75e3298e"}, + {file = "pyobjc_framework_ExtensionKit-9.2-cp36-abi3-macosx_10_9_x86_64.whl", hash = "sha256:0cc581a17e39431799812dd4e0a4e8e505d6a43f8b29a9b29180f9b33fa036de"}, + {file = "pyobjc_framework_ExtensionKit-9.2-cp36-abi3-macosx_11_0_universal2.whl", hash = "sha256:fa03c6402ef3aa5057d8b436025597639c831e38dd14fc2673daa2eb464ae068"}, ] [package.dependencies] -pyobjc-core = ">=9.1.1" -pyobjc-framework-Cocoa = ">=9.1.1" +pyobjc-core = ">=9.2" +pyobjc-framework-Cocoa = ">=9.2" [[package]] name = "pyobjc-framework-externalaccessory" -version = "9.1.1" +version = "9.2" description = "Wrappers for the framework ExternalAccessory on macOS" -category = "main" optional = false python-versions = ">=3.7" files = [ - {file = "pyobjc-framework-ExternalAccessory-9.1.1.tar.gz", hash = "sha256:611ef4af924cf5d39096ebe1d7d67d8361b013bfc1476595c38949302c436b41"}, - {file = "pyobjc_framework_ExternalAccessory-9.1.1-cp36-abi3-macosx_10_9_universal2.whl", hash = "sha256:51f538bbfc2b265dde8ee2619662ff2aa57e03d20c7455f43c3f3e4d6bbbd223"}, - {file = "pyobjc_framework_ExternalAccessory-9.1.1-cp36-abi3-macosx_10_9_x86_64.whl", hash = "sha256:3d2d1ac98b2bf240d0abc8cc07183e28288352d0d89549d81d626dc074b48729"}, - {file = "pyobjc_framework_ExternalAccessory-9.1.1-cp36-abi3-macosx_11_0_universal2.whl", hash = "sha256:c5e031d11037ed99ec21e0e7c67365c4a0e3082abf37deecf69b34ba3eba1c3e"}, + {file = "pyobjc-framework-ExternalAccessory-9.2.tar.gz", hash = "sha256:3cd681764bc5ba2431309220294d67ef12ec97f57c36c6637e551e5ae0efcc1e"}, + {file = "pyobjc_framework_ExternalAccessory-9.2-cp36-abi3-macosx_10_9_universal2.whl", hash = "sha256:64979ae7b141736181b92cde98fde79a5b7b4967a9badf49fa5bbec0b636a6ef"}, + {file = "pyobjc_framework_ExternalAccessory-9.2-cp36-abi3-macosx_10_9_x86_64.whl", hash = "sha256:2ee4060b899366ebaf2028de478395da3b54f1eaef1b8fde3b9e6264914ddd5d"}, + {file = "pyobjc_framework_ExternalAccessory-9.2-cp36-abi3-macosx_11_0_universal2.whl", hash = "sha256:ee44c9f6b5db6a6daee632dc8d6c4eb67f1e81b180e5578d17d9799b77ec6ba6"}, ] [package.dependencies] -pyobjc-core = ">=9.1.1" -pyobjc-framework-Cocoa = ">=9.1.1" +pyobjc-core = ">=9.2" +pyobjc-framework-Cocoa = ">=9.2" [[package]] name = "pyobjc-framework-fileprovider" -version = "9.1.1" +version = "9.2" description = "Wrappers for the framework FileProvider on macOS" -category = "main" optional = false python-versions = ">=3.7" files = [ - {file = "pyobjc-framework-FileProvider-9.1.1.tar.gz", hash = "sha256:b57f548575b80ec6b777e63f145a8ca2f79d0b940a8b9cda7aa93adfb426f21d"}, - {file = "pyobjc_framework_FileProvider-9.1.1-cp310-cp310-macosx_10_9_universal2.whl", hash = "sha256:845cd6c70244710dff1c4a07c6f79b522bb987227ac1e7b49db5350dca40d12b"}, - {file = "pyobjc_framework_FileProvider-9.1.1-cp311-cp311-macosx_10_9_universal2.whl", hash = "sha256:32d6443b8d9f5cc032f56055dc5ac49073a1edad6669a7f19e3522fec377d62f"}, - {file = "pyobjc_framework_FileProvider-9.1.1-cp37-cp37m-macosx_10_9_x86_64.whl", hash = "sha256:3d164cf7d7a082ff99914a99a9bca519605ee563d5cdc82fb42f4763946bad30"}, - {file = "pyobjc_framework_FileProvider-9.1.1-cp38-cp38-macosx_10_9_x86_64.whl", hash = "sha256:f87d1ac83d698dd61070bf49726eca19b9135f7510ffd7bce7a85166b8fc8953"}, - {file = "pyobjc_framework_FileProvider-9.1.1-cp38-cp38-macosx_11_0_universal2.whl", hash = "sha256:22e23e744ae54a964bcc6f9887304eb49f364a312df074911ce4e03ea22ed850"}, - {file = "pyobjc_framework_FileProvider-9.1.1-cp39-cp39-macosx_10_9_universal2.whl", hash = "sha256:3fbfd553ad54c8598ac55b189bf6b1c224a1f0d131d15c0a92b61418c6dd536b"}, + {file = "pyobjc-framework-FileProvider-9.2.tar.gz", hash = "sha256:8344e629ff8ccc66996eef43fbae19af9e656471edd6bfa9582f749db84c18a0"}, + {file = "pyobjc_framework_FileProvider-9.2-cp310-cp310-macosx_10_9_universal2.whl", hash = "sha256:bdf6297aa8a31eb803987a780a9efe54fdbc29e415a7e4ffbdb7510b66784c25"}, + {file = "pyobjc_framework_FileProvider-9.2-cp311-cp311-macosx_10_9_universal2.whl", hash = "sha256:bda87bc83a10214518801f0dfbbd3ac8a8153359682ae1093bdc0e21c60e73ab"}, + {file = "pyobjc_framework_FileProvider-9.2-cp312-cp312-macosx_10_9_universal2.whl", hash = "sha256:d169708d46ccd932d982c642bc46f003942a11223654b1c8d75b84faf69f86e0"}, + {file = "pyobjc_framework_FileProvider-9.2-cp37-cp37m-macosx_10_9_x86_64.whl", hash = "sha256:bfb031ff318dfe8b9d4d58f02f76062f400baa47199b61757a54b65b93b3157d"}, + {file = "pyobjc_framework_FileProvider-9.2-cp38-cp38-macosx_10_9_x86_64.whl", hash = "sha256:348d901e9568d8040cf8f562d6d3b6e95dd5b8e08987299ba5125c015288a54f"}, + {file = "pyobjc_framework_FileProvider-9.2-cp38-cp38-macosx_11_0_universal2.whl", hash = "sha256:54323e9fe38de629ecd1734b96a98a9d447455186f1a792518b61e06bd05b004"}, + {file = "pyobjc_framework_FileProvider-9.2-cp39-cp39-macosx_10_9_universal2.whl", hash = "sha256:4fc6abfc2a14f248fe22814d4fad40e3bedcfab769682845bfd3c8e7e32ca978"}, ] [package.dependencies] -pyobjc-core = ">=9.1.1" -pyobjc-framework-Cocoa = ">=9.1.1" +pyobjc-core = ">=9.2" +pyobjc-framework-Cocoa = ">=9.2" [[package]] name = "pyobjc-framework-fileproviderui" -version = "9.1.1" +version = "9.2" description = "Wrappers for the framework FileProviderUI on macOS" -category = "main" optional = false python-versions = ">=3.7" files = [ - {file = "pyobjc-framework-FileProviderUI-9.1.1.tar.gz", hash = "sha256:afb5b7048cddb57f5bbeea541de5dd9cdf733e4cf6ded136a91aa2374f15676e"}, - {file = "pyobjc_framework_FileProviderUI-9.1.1-py2.py3-none-any.whl", hash = "sha256:af1461628e8208c2f9b49f5da972fff7ed7f9fe1cc95cbaa49743a2c0fe31699"}, + {file = "pyobjc-framework-FileProviderUI-9.2.tar.gz", hash = "sha256:c3718377d12784a4546c8b6ec059d3c9e3e27883a7b1eceeb0fc69146b9768cb"}, + {file = "pyobjc_framework_FileProviderUI-9.2-py2.py3-none-any.whl", hash = "sha256:704b52da8e37124575f40f33c0869b6ec561918dda9b6f69327238a46b865df0"}, ] [package.dependencies] -pyobjc-core = ">=9.1.1" -pyobjc-framework-FileProvider = ">=9.1.1" +pyobjc-core = ">=9.2" +pyobjc-framework-FileProvider = ">=9.2" [[package]] name = "pyobjc-framework-findersync" -version = "9.1.1" +version = "9.2" description = "Wrappers for the framework FinderSync on macOS" -category = "main" optional = false python-versions = ">=3.7" files = [ - {file = "pyobjc-framework-FinderSync-9.1.1.tar.gz", hash = "sha256:f13a59300a4df02a8b944ffe5a9263fa1ca23900c92e863da8964c02c322279c"}, - {file = "pyobjc_framework_FinderSync-9.1.1-py2.py3-none-any.whl", hash = "sha256:b0be003f6aeacd5604ba5beb98da98b1a07df44d3d5f308b9974d5512d9832e4"}, + {file = "pyobjc-framework-FinderSync-9.2.tar.gz", hash = "sha256:13bad756db9f36212059eef45dea30692cc75315f98692867dd319756f46a001"}, + {file = "pyobjc_framework_FinderSync-9.2-py2.py3-none-any.whl", hash = "sha256:b8a2cb4e8ffef487016219bdbc8b01336d6d1e864e0289bab01e74070103ee67"}, ] [package.dependencies] -pyobjc-core = ">=9.1.1" -pyobjc-framework-Cocoa = ">=9.1.1" +pyobjc-core = ">=9.2" +pyobjc-framework-Cocoa = ">=9.2" [[package]] name = "pyobjc-framework-fsevents" -version = "9.1.1" +version = "9.2" description = "Wrappers for the framework FSEvents on macOS" -category = "main" optional = false python-versions = ">=3.7" files = [ - {file = "pyobjc-framework-FSEvents-9.1.1.tar.gz", hash = "sha256:c974a288f74cc5afc96d5d744fb8bf638d25f88be2ffcea92a1e74758978e3c2"}, - {file = "pyobjc_framework_FSEvents-9.1.1-cp36-abi3-macosx_10_9_universal2.whl", hash = "sha256:fd6b4d14378dcf2d5a04eae8fc0397398965ede5d70415b85e89a2db7ff5952c"}, - {file = "pyobjc_framework_FSEvents-9.1.1-cp36-abi3-macosx_10_9_x86_64.whl", hash = "sha256:5822358545bcd24c28c3906e05c4f137eb78d43871bb5f3dd042e681ab51219a"}, - {file = "pyobjc_framework_FSEvents-9.1.1-cp36-abi3-macosx_11_0_universal2.whl", hash = "sha256:72cfd7b8fcd575bf08b0ae84158fa1b1f34e974428fee676e831ff833f171b33"}, + {file = "pyobjc-framework-FSEvents-9.2.tar.gz", hash = "sha256:910d3b3ae041a2a8f5bcb66749d705107ded384f9823ba44c54664a0c3ee9a65"}, + {file = "pyobjc_framework_FSEvents-9.2-cp36-abi3-macosx_10_9_universal2.whl", hash = "sha256:2328f8e125ba125489302a8800112cb65e0dade382e7fd6c2a8e21a66489b4e8"}, + {file = "pyobjc_framework_FSEvents-9.2-cp36-abi3-macosx_10_9_x86_64.whl", hash = "sha256:fca5d4a60313e71d0878c9e6010207c0762269f5f5941fb7cddff206921e9f2b"}, + {file = "pyobjc_framework_FSEvents-9.2-cp36-abi3-macosx_11_0_universal2.whl", hash = "sha256:7b3d4238d253bc609bd0ce50e385514d74ad706d07862eb66350e7d5faa02150"}, ] [package.dependencies] -pyobjc-core = ">=9.1.1" -pyobjc-framework-Cocoa = ">=9.1.1" +pyobjc-core = ">=9.2" +pyobjc-framework-Cocoa = ">=9.2" [[package]] name = "pyobjc-framework-gamecenter" -version = "9.1.1" +version = "9.2" description = "Wrappers for the framework GameCenter on macOS" -category = "main" optional = false python-versions = ">=3.7" files = [ - {file = "pyobjc-framework-GameCenter-9.1.1.tar.gz", hash = "sha256:ad8753f72c7f48e72006d7f66e1485ef4d86a5ea66d2e8bbd6a1fac39dd45b9f"}, - {file = "pyobjc_framework_GameCenter-9.1.1-cp36-abi3-macosx_10_9_universal2.whl", hash = "sha256:02c2fcb07c290ff44bacc34a9058fc9157bab2fa6b5c7337e5b18e2e1bc66a2c"}, - {file = "pyobjc_framework_GameCenter-9.1.1-cp36-abi3-macosx_10_9_x86_64.whl", hash = "sha256:c59935cc6c72b84412f53499da4b72cfebc8c5d82d7fdd378fb6e21bce48c945"}, - {file = "pyobjc_framework_GameCenter-9.1.1-cp36-abi3-macosx_11_0_universal2.whl", hash = "sha256:28239dd291d21ead7705cfae6d1b3fead551a38672d78663074a9847574ef10a"}, + {file = "pyobjc-framework-GameCenter-9.2.tar.gz", hash = "sha256:34ebacdde6d66113c7790717b3a6df8f691605c9c0f5f437b7d8a284cca6c1ad"}, + {file = "pyobjc_framework_GameCenter-9.2-cp36-abi3-macosx_10_9_universal2.whl", hash = "sha256:72ca6920d425e4d4233d19e9f3b4859c7db6c561442a4e03aff7d1db02de1484"}, + {file = "pyobjc_framework_GameCenter-9.2-cp36-abi3-macosx_10_9_x86_64.whl", hash = "sha256:bbb411ce17f9e61f806940fa3964cc0f4f0c164fef3d4328c03831dea7030859"}, + {file = "pyobjc_framework_GameCenter-9.2-cp36-abi3-macosx_11_0_universal2.whl", hash = "sha256:a5fca0c8bca7aca7f3cb0c37e500ab027b3eb5151384baa8b5163cc71bd4fb88"}, ] [package.dependencies] -pyobjc-core = ">=9.1.1" -pyobjc-framework-Cocoa = ">=9.1.1" +pyobjc-core = ">=9.2" +pyobjc-framework-Cocoa = ">=9.2" [[package]] name = "pyobjc-framework-gamecontroller" -version = "9.1.1" +version = "9.2" description = "Wrappers for the framework GameController on macOS" -category = "main" optional = false python-versions = ">=3.7" files = [ - {file = "pyobjc-framework-GameController-9.1.1.tar.gz", hash = "sha256:04e13ba8b2a131c699cf2a8c9397ba5418897de7ccf8eb202a5033764103db2e"}, - {file = "pyobjc_framework_GameController-9.1.1-cp36-abi3-macosx_10_9_universal2.whl", hash = "sha256:cce61470ab0fa48b286fc1a871521ebb4cecbc918760eab64158fdd69c411455"}, - {file = "pyobjc_framework_GameController-9.1.1-cp36-abi3-macosx_10_9_x86_64.whl", hash = "sha256:0d20184bbd14724adec6dae9a7f1644d0b01a04ca14330300e14e98145a28f15"}, - {file = "pyobjc_framework_GameController-9.1.1-cp36-abi3-macosx_11_0_universal2.whl", hash = "sha256:a7075be10e0c780b8d51b07c680249a93340dfbcd1969f344a8ac0468535b7af"}, + {file = "pyobjc-framework-GameController-9.2.tar.gz", hash = "sha256:26f5b6180baadee20f90566b10879392282874212810940a4ebf4e64a77ed5b0"}, + {file = "pyobjc_framework_GameController-9.2-cp36-abi3-macosx_10_9_universal2.whl", hash = "sha256:d78ce86d832e6b657816f0c7d1501db6d5af702aafe085dd7324e6fdee6d4fbf"}, + {file = "pyobjc_framework_GameController-9.2-cp36-abi3-macosx_10_9_x86_64.whl", hash = "sha256:2f0722cf7193c895a814f56bf891deb3581c0b59fd04636500f81982eec1e51a"}, + {file = "pyobjc_framework_GameController-9.2-cp36-abi3-macosx_11_0_universal2.whl", hash = "sha256:0eca1dd3a25a1766154e4c5c16741065c334013a43f74526ca37387e8c4c0922"}, ] [package.dependencies] -pyobjc-core = ">=9.1.1" -pyobjc-framework-Cocoa = ">=9.1.1" +pyobjc-core = ">=9.2" +pyobjc-framework-Cocoa = ">=9.2" [[package]] name = "pyobjc-framework-gamekit" -version = "9.1.1" +version = "9.2" description = "Wrappers for the framework GameKit on macOS" -category = "main" optional = false python-versions = ">=3.7" files = [ - {file = "pyobjc-framework-GameKit-9.1.1.tar.gz", hash = "sha256:f07d71187d66757666908525211e73da13774c99209a5b92ee884a3cb1097edd"}, - {file = "pyobjc_framework_GameKit-9.1.1-cp36-abi3-macosx_10_9_universal2.whl", hash = "sha256:03f726141bb7573a11b07dac37f261fcaa6d9c6bba30eef8306b5596550639fd"}, - {file = "pyobjc_framework_GameKit-9.1.1-cp36-abi3-macosx_10_9_x86_64.whl", hash = "sha256:5a5cf5f62c4c619fa4e6bd14c4855948c2f88d3a2aec3ec838a8ca8ffc4971b2"}, - {file = "pyobjc_framework_GameKit-9.1.1-cp36-abi3-macosx_11_0_universal2.whl", hash = "sha256:2ab3e2bf37b0c795ede180cc40ef5b8bb14b32ea4fac1f9dd67b56ee74f5fdef"}, + {file = "pyobjc-framework-GameKit-9.2.tar.gz", hash = "sha256:25c9161d6561fa2a7822936a03e796e0022a5293ab672b2429429f7b03f3e9e2"}, + {file = "pyobjc_framework_GameKit-9.2-cp36-abi3-macosx_10_9_universal2.whl", hash = "sha256:f9d98fd79ac6a29c5427334e1755dab168a18e3dc3e6c428d71c8b940fe50b8e"}, + {file = "pyobjc_framework_GameKit-9.2-cp36-abi3-macosx_10_9_x86_64.whl", hash = "sha256:14ffd320b6312f556305d09596518f91ed0ee244496481d3ee5a68534e2bbfa2"}, + {file = "pyobjc_framework_GameKit-9.2-cp36-abi3-macosx_11_0_universal2.whl", hash = "sha256:75c0164b7aa9cbab366af98ce32f3a6b6d23e3299272aee08d8948b3d65230ea"}, ] [package.dependencies] -pyobjc-core = ">=9.1.1" -pyobjc-framework-Cocoa = ">=9.1.1" -pyobjc-framework-Quartz = ">=9.1.1" +pyobjc-core = ">=9.2" +pyobjc-framework-Cocoa = ">=9.2" +pyobjc-framework-Quartz = ">=9.2" [[package]] name = "pyobjc-framework-gameplaykit" -version = "9.1.1" +version = "9.2" description = "Wrappers for the framework GameplayKit on macOS" -category = "main" optional = false python-versions = ">=3.7" files = [ - {file = "pyobjc-framework-GameplayKit-9.1.1.tar.gz", hash = "sha256:20008c5142f8bf43b9f8c25c7a0f5ac50e01fb6f9d6aeb14b0109a79845cf2ee"}, - {file = "pyobjc_framework_GameplayKit-9.1.1-cp36-abi3-macosx_10_9_universal2.whl", hash = "sha256:b5d5b5f89109d1826ce581dcc866318cc6f0e40ac75bdef15910d71df5f92a4e"}, - {file = "pyobjc_framework_GameplayKit-9.1.1-cp36-abi3-macosx_10_9_x86_64.whl", hash = "sha256:e94aa8ae0a9c9595038f3e620a04401efb0a843ce352f5b398c04d538866895e"}, - {file = "pyobjc_framework_GameplayKit-9.1.1-cp36-abi3-macosx_11_0_universal2.whl", hash = "sha256:3d3381ec8211e195041429ba44659449d1c167bb1ce61e168fb46d8b508ef4a2"}, + {file = "pyobjc-framework-GameplayKit-9.2.tar.gz", hash = "sha256:17742e19f0e00c2a0df9d5183d2b6a15451fd2d736b1245eaca845e67037d8fd"}, + {file = "pyobjc_framework_GameplayKit-9.2-cp36-abi3-macosx_10_9_universal2.whl", hash = "sha256:a6b6c718361d8ba498c75fe947291cd2c5e2d24bff843ba922e6f7d60be724ed"}, + {file = "pyobjc_framework_GameplayKit-9.2-cp36-abi3-macosx_10_9_x86_64.whl", hash = "sha256:7024c83f01aaced212de0dcb3403b81c837b7e42ea62df5c068ec6e0975abac5"}, + {file = "pyobjc_framework_GameplayKit-9.2-cp36-abi3-macosx_11_0_universal2.whl", hash = "sha256:ca0ceb20571c5e3cd1b8cc4fccad27e233d17e3e5bfc07b4ffd6400c24bd3ce4"}, ] [package.dependencies] -pyobjc-core = ">=9.1.1" -pyobjc-framework-Cocoa = ">=9.1.1" -pyobjc-framework-SpriteKit = ">=9.1.1" +pyobjc-core = ">=9.2" +pyobjc-framework-Cocoa = ">=9.2" +pyobjc-framework-SpriteKit = ">=9.2" [[package]] name = "pyobjc-framework-healthkit" -version = "9.1.1" +version = "9.2" description = "Wrappers for the framework HealthKit on macOS" -category = "main" optional = false python-versions = ">=3.7" files = [ - {file = "pyobjc-framework-HealthKit-9.1.1.tar.gz", hash = "sha256:fca40953777512837cd03fab07cdfbaf048bdd51d29b8cc3bab1e26c0ec64158"}, - {file = "pyobjc_framework_HealthKit-9.1.1-cp36-abi3-macosx_10_9_universal2.whl", hash = "sha256:7a9a4e183cbb6616b72bbd1bcf44b1b25540aa4edd673ec14c633d1ad5d1e236"}, - {file = "pyobjc_framework_HealthKit-9.1.1-cp36-abi3-macosx_10_9_x86_64.whl", hash = "sha256:7736d9cac2f33628308fd7ed375f0f42ddb475588c22cbedde5310387fe59b7c"}, - {file = "pyobjc_framework_HealthKit-9.1.1-cp36-abi3-macosx_11_0_universal2.whl", hash = "sha256:e3a2961a002d43302a168c4a351d737995c3020c07f8c3e86be0e4b8718bd5ca"}, + {file = "pyobjc-framework-HealthKit-9.2.tar.gz", hash = "sha256:69ad4ce21bce790e2aa16571cd59ba429f3c40dfb40d6eaef77ec9d7797524ac"}, + {file = "pyobjc_framework_HealthKit-9.2-cp36-abi3-macosx_10_9_universal2.whl", hash = "sha256:b06ccd50ac111a1d54115904a01799220dbc731555ffa5005609e1ad8a90bfac"}, + {file = "pyobjc_framework_HealthKit-9.2-cp36-abi3-macosx_10_9_x86_64.whl", hash = "sha256:9414d5f8bb4abe75662ff3822940159aeac79d847dd2948de2cadd318538bc11"}, + {file = "pyobjc_framework_HealthKit-9.2-cp36-abi3-macosx_11_0_universal2.whl", hash = "sha256:a2cf493a41a344a567b1a3a61b5d0603f40601566890c694d025f852dd643eef"}, ] [package.dependencies] -pyobjc-core = ">=9.1.1" -pyobjc-framework-Cocoa = ">=9.1.1" +pyobjc-core = ">=9.2" +pyobjc-framework-Cocoa = ">=9.2" [[package]] name = "pyobjc-framework-imagecapturecore" -version = "9.1.1" +version = "9.2" description = "Wrappers for the framework ImageCaptureCore on macOS" -category = "main" optional = false python-versions = ">=3.7" files = [ - {file = "pyobjc-framework-ImageCaptureCore-9.1.1.tar.gz", hash = "sha256:0f7c9e7ace13a034e3bee52170dac8dd359a8e55dc6552ca62567685888b59de"}, - {file = "pyobjc_framework_ImageCaptureCore-9.1.1-cp36-abi3-macosx_10_9_universal2.whl", hash = "sha256:235a1bff738d0d96232ab5456431e30f206a2fec8d3061ec08be234693a5ccfe"}, - {file = "pyobjc_framework_ImageCaptureCore-9.1.1-cp36-abi3-macosx_10_9_x86_64.whl", hash = "sha256:6a90e3bbb22077fac034e0abcabde7e95aadf2790ad91c67f561cc8717cc8268"}, - {file = "pyobjc_framework_ImageCaptureCore-9.1.1-cp36-abi3-macosx_11_0_universal2.whl", hash = "sha256:f43a41fe9a93c2a589bcd06928f5d73df9962b128b71358561aa4162c75518f3"}, + {file = "pyobjc-framework-ImageCaptureCore-9.2.tar.gz", hash = "sha256:f03c6ddffe737239ee57b3f1a0ab10d4dd5f276a24ec17795dbaea7871b5ee8f"}, + {file = "pyobjc_framework_ImageCaptureCore-9.2-cp36-abi3-macosx_10_9_universal2.whl", hash = "sha256:559d949ee05e8e45403986c7fdc85faaa72b5573a82a65d017b5047dcddde4fb"}, + {file = "pyobjc_framework_ImageCaptureCore-9.2-cp36-abi3-macosx_10_9_x86_64.whl", hash = "sha256:57e626fd0225968c8ebf4e302c6c285eed345cc1ba4b91c7fb26fe78e38502e0"}, + {file = "pyobjc_framework_ImageCaptureCore-9.2-cp36-abi3-macosx_11_0_universal2.whl", hash = "sha256:04bc6c5185ef7d4e904a7dbdaeb005c4c3acdfb41ce86eeebbb76ee1ff9bfa23"}, ] [package.dependencies] -pyobjc-core = ">=9.1.1" -pyobjc-framework-Cocoa = ">=9.1.1" +pyobjc-core = ">=9.2" +pyobjc-framework-Cocoa = ">=9.2" [[package]] name = "pyobjc-framework-imserviceplugin" -version = "9.1.1" +version = "9.2" description = "Wrappers for the framework IMServicePlugIn on macOS" -category = "main" optional = false python-versions = ">=3.7" files = [ - {file = "pyobjc-framework-IMServicePlugIn-9.1.1.tar.gz", hash = "sha256:5746630d37b61f4d6b3a7787fb1cb7690b71013f1387b72cda832f39cb737d57"}, - {file = "pyobjc_framework_IMServicePlugIn-9.1.1-cp36-abi3-macosx_10_9_universal2.whl", hash = "sha256:4dc8b128eb16e0b699beca60e19a3346cfa6fc1a4396e6877cff99d0a8695b55"}, - {file = "pyobjc_framework_IMServicePlugIn-9.1.1-cp36-abi3-macosx_10_9_x86_64.whl", hash = "sha256:07007e23130e75ca7648b1a736e706522c57053d101568e54523feff3f1e1702"}, - {file = "pyobjc_framework_IMServicePlugIn-9.1.1-cp36-abi3-macosx_11_0_universal2.whl", hash = "sha256:4b2a1339ae2892182ce24e782988a10e618ab0cd8f7753e5e8243f8d6a06bc7f"}, + {file = "pyobjc-framework-IMServicePlugIn-9.2.tar.gz", hash = "sha256:bfde937dcb82c01660fd4e9218086d60e3267264793ba2a1097a1ef7e8847d48"}, + {file = "pyobjc_framework_IMServicePlugIn-9.2-cp36-abi3-macosx_10_9_universal2.whl", hash = "sha256:3ce9bd48e855a2d68a678930e20e3bb2b71108ea14e5a95d87467d44e88b9fe4"}, + {file = "pyobjc_framework_IMServicePlugIn-9.2-cp36-abi3-macosx_10_9_x86_64.whl", hash = "sha256:2cb8350f919147566d22238499e74042a2f0923f3f06d3a3008e73afec033ed9"}, + {file = "pyobjc_framework_IMServicePlugIn-9.2-cp36-abi3-macosx_11_0_universal2.whl", hash = "sha256:59ac5766353cb99d81b7a41b4185f5725bb400019b9db5cf49e775d89a9fc48a"}, ] [package.dependencies] -pyobjc-core = ">=9.1.1" -pyobjc-framework-Cocoa = ">=9.1.1" +pyobjc-core = ">=9.2" +pyobjc-framework-Cocoa = ">=9.2" [[package]] name = "pyobjc-framework-inputmethodkit" -version = "9.1.1" +version = "9.2" description = "Wrappers for the framework InputMethodKit on macOS" -category = "main" optional = false python-versions = ">=3.7" files = [ - {file = "pyobjc-framework-InputMethodKit-9.1.1.tar.gz", hash = "sha256:a1d652e5a02a804b4a07159c0f49b2b1d2ba857272d2aeb45c597166b97e4314"}, - {file = "pyobjc_framework_InputMethodKit-9.1.1-cp36-abi3-macosx_10_9_universal2.whl", hash = "sha256:45081efd9b3b681ad0ef013f024001808ee898f81f639f8b6f5ea0a58dcaa9c9"}, - {file = "pyobjc_framework_InputMethodKit-9.1.1-cp36-abi3-macosx_10_9_x86_64.whl", hash = "sha256:823698396c1b4a33e768deea3a58baba21366bd2bc2fcfe8e1968ead2a6d6f9d"}, - {file = "pyobjc_framework_InputMethodKit-9.1.1-cp36-abi3-macosx_11_0_universal2.whl", hash = "sha256:f8f02f666e9b5c6495bd9e51329427d8de88d5974a5f84d1dc7d9da09da43549"}, + {file = "pyobjc-framework-InputMethodKit-9.2.tar.gz", hash = "sha256:d06836f07b8c947d3d18cf29415c346c52b9076861fada068b1d82e6ee1bc026"}, + {file = "pyobjc_framework_InputMethodKit-9.2-cp36-abi3-macosx_10_9_universal2.whl", hash = "sha256:0850c08336a0fc7735f43264972a4fde5fb9d58a0ee228da6ef8073a94a5bd76"}, + {file = "pyobjc_framework_InputMethodKit-9.2-cp36-abi3-macosx_10_9_x86_64.whl", hash = "sha256:a74894bbf5232a9b41231bc74516c005795d1f8be9f15939c74d5232d1f10db2"}, + {file = "pyobjc_framework_InputMethodKit-9.2-cp36-abi3-macosx_11_0_universal2.whl", hash = "sha256:35befeedc30f16f3e7826c502285c4e2322b00080dd83bcfcb781e52fd3b297f"}, ] [package.dependencies] -pyobjc-core = ">=9.1.1" -pyobjc-framework-Cocoa = ">=9.1.1" +pyobjc-core = ">=9.2" +pyobjc-framework-Cocoa = ">=9.2" [[package]] name = "pyobjc-framework-installerplugins" -version = "9.1.1" +version = "9.2" description = "Wrappers for the framework InstallerPlugins on macOS" -category = "main" optional = false python-versions = ">=3.7" files = [ - {file = "pyobjc-framework-InstallerPlugins-9.1.1.tar.gz", hash = "sha256:e077339f6e40f69ab9f9447f17eea15832270a60a5244c1dee9d23e1c8cdfe5f"}, - {file = "pyobjc_framework_InstallerPlugins-9.1.1-py2.py3-none-any.whl", hash = "sha256:b9dc036bc48554cd9eb1846f1fc96476e8d7e875b12fc488f09367fc7018af21"}, + {file = "pyobjc-framework-InstallerPlugins-9.2.tar.gz", hash = "sha256:620d6cff8caceae2adab5c9699b95c63b244673ab35c5e92da1fbc79abbf00f4"}, + {file = "pyobjc_framework_InstallerPlugins-9.2-py2.py3-none-any.whl", hash = "sha256:9d4b3c425e6d6180c528f3aa0510d86328d56c2b58e626d88961ffc4fddfa5f5"}, ] [package.dependencies] -pyobjc-core = ">=9.1.1" -pyobjc-framework-Cocoa = ">=9.1.1" +pyobjc-core = ">=9.2" +pyobjc-framework-Cocoa = ">=9.2" [[package]] name = "pyobjc-framework-instantmessage" -version = "9.1.1" +version = "9.2" description = "Wrappers for the framework InstantMessage on macOS" -category = "main" optional = false python-versions = ">=3.7" files = [ - {file = "pyobjc-framework-InstantMessage-9.1.1.tar.gz", hash = "sha256:e2c576f004c91c25354a107e985cf52afd36d04b74d7497d1b03e4e634a4b3eb"}, - {file = "pyobjc_framework_InstantMessage-9.1.1-py2.py3-none-any.whl", hash = "sha256:a9283431715d04e7890ae70f88b957eb3087c9766e5b529ae9e6fe37823840db"}, + {file = "pyobjc-framework-InstantMessage-9.2.tar.gz", hash = "sha256:5ecad58eff28c7277da0dd398ec9f9264d93b40e1a5ed53e03a2364822a5542f"}, + {file = "pyobjc_framework_InstantMessage-9.2-py2.py3-none-any.whl", hash = "sha256:91abbec9ea55ff1af6a4cf69073b73fc6fb074777fd3aa5a08f5482e70a0e3ca"}, ] [package.dependencies] -pyobjc-core = ">=9.1.1" -pyobjc-framework-Cocoa = ">=9.1.1" -pyobjc-framework-Quartz = ">=9.1.1" +pyobjc-core = ">=9.2" +pyobjc-framework-Cocoa = ">=9.2" +pyobjc-framework-Quartz = ">=9.2" [[package]] name = "pyobjc-framework-intents" -version = "9.1.1" +version = "9.2" description = "Wrappers for the framework Intents on macOS" -category = "main" optional = false python-versions = ">=3.7" files = [ - {file = "pyobjc-framework-Intents-9.1.1.tar.gz", hash = "sha256:d667ad8e52d9c2b7f2b0b3a7ecf03140886856df87d27af4e9b7cec62e29f4f9"}, - {file = "pyobjc_framework_Intents-9.1.1-cp36-abi3-macosx_10_9_universal2.whl", hash = "sha256:d3dc3eb01c1971f41822a400b08a60749ab63e8cef81704d875b24cf10f00156"}, - {file = "pyobjc_framework_Intents-9.1.1-cp36-abi3-macosx_10_9_x86_64.whl", hash = "sha256:37678176e5bf76847d370fb65e9f5c0db8bb2db2e6a88472611fa7703a970788"}, - {file = "pyobjc_framework_Intents-9.1.1-cp36-abi3-macosx_11_0_universal2.whl", hash = "sha256:68a97f1b98687fde89064d3d5f7cd2581fe9b040a2478ecf382241fead8406e0"}, + {file = "pyobjc-framework-Intents-9.2.tar.gz", hash = "sha256:59b34014e7bc0b72be6d64ae53c12c4f8232d7697e7eec1cd870fabacbe187d4"}, + {file = "pyobjc_framework_Intents-9.2-cp36-abi3-macosx_10_9_universal2.whl", hash = "sha256:e2198b7dcb245d7b0db6e025c9ebe436536074b6feaeab02fc93b7d1882bb035"}, + {file = "pyobjc_framework_Intents-9.2-cp36-abi3-macosx_10_9_x86_64.whl", hash = "sha256:a1513224c81507194210082809ce53d071c932780feeaef11ba830ec15a5a9c7"}, + {file = "pyobjc_framework_Intents-9.2-cp36-abi3-macosx_11_0_universal2.whl", hash = "sha256:d8adf8533cbcf5f0939f4ee5c1793cba6821251116be06b0a6698d3c6d239005"}, ] [package.dependencies] -pyobjc-core = ">=9.1.1" -pyobjc-framework-Cocoa = ">=9.1.1" +pyobjc-core = ">=9.2" +pyobjc-framework-Cocoa = ">=9.2" [[package]] name = "pyobjc-framework-intentsui" -version = "9.1.1" +version = "9.2" description = "Wrappers for the framework Intents on macOS" -category = "main" optional = false python-versions = ">=3.7" files = [ - {file = "pyobjc-framework-IntentsUI-9.1.1.tar.gz", hash = "sha256:39b5b5485dd6391bafaa0bf8481a3a18bb7d626e899c8f71c4acdc319f3ca5fe"}, - {file = "pyobjc_framework_IntentsUI-9.1.1-cp310-cp310-macosx_10_9_universal2.whl", hash = "sha256:8eea2afc71110fd3c793dadb323d7946d07c29dd905807b0b5056b4ae4642d1f"}, - {file = "pyobjc_framework_IntentsUI-9.1.1-cp311-cp311-macosx_10_9_universal2.whl", hash = "sha256:f256c0d886947242df8fa57b28abcc10508253588cd072a36ae7fa5bca567797"}, - {file = "pyobjc_framework_IntentsUI-9.1.1-cp37-cp37m-macosx_10_9_x86_64.whl", hash = "sha256:78d819748667891f4f650bf2e625fea7579148a29b5cc83191c660f5cd4aabef"}, - {file = "pyobjc_framework_IntentsUI-9.1.1-cp38-cp38-macosx_10_9_x86_64.whl", hash = "sha256:766a51b098c4e602bcfbebd25fc01f4bb24aa45e143b31be986a9860fccdc68b"}, - {file = "pyobjc_framework_IntentsUI-9.1.1-cp38-cp38-macosx_11_0_universal2.whl", hash = "sha256:0c1b6666cf58f8329b792c808a47872dc78a2ede32a05efa85094fe7ea68ff9a"}, - {file = "pyobjc_framework_IntentsUI-9.1.1-cp39-cp39-macosx_10_9_universal2.whl", hash = "sha256:24febf90ccae807145498cc050a0e611498b44a7df921ac8725a98d6de59ecd0"}, + {file = "pyobjc-framework-IntentsUI-9.2.tar.gz", hash = "sha256:a6c1816e385ece9c6f540125beacb645c284169bd0d3489e3ec0f7023d6e5c64"}, + {file = "pyobjc_framework_IntentsUI-9.2-cp310-cp310-macosx_10_9_universal2.whl", hash = "sha256:cb59dfcffc820e29e679e105a5a15f2ab7489c5b4f347c1040fb84b8d368e50b"}, + {file = "pyobjc_framework_IntentsUI-9.2-cp311-cp311-macosx_10_9_universal2.whl", hash = "sha256:93b3d65feae2b768a6800bd39ae1baca7938dc534541e5dca9904793af4dc2ba"}, + {file = "pyobjc_framework_IntentsUI-9.2-cp312-cp312-macosx_10_9_universal2.whl", hash = "sha256:4c139542350c3ba283635da5f032d98159127f940985b38c9b7350c97198c01f"}, + {file = "pyobjc_framework_IntentsUI-9.2-cp37-cp37m-macosx_10_9_x86_64.whl", hash = "sha256:eb6b60bbb8e994ce5523bdaee88b57cc76ce924029d5232adfe720fcba0c978f"}, + {file = "pyobjc_framework_IntentsUI-9.2-cp38-cp38-macosx_10_9_x86_64.whl", hash = "sha256:08a26dcbd7bd0b89362eeb8081bed2327d5784634184252938d1fb21d5ebc872"}, + {file = "pyobjc_framework_IntentsUI-9.2-cp38-cp38-macosx_11_0_universal2.whl", hash = "sha256:944d003d31957a84b73a85f2ef17071ab0bceb1befea434b46f16ee294e2eab2"}, + {file = "pyobjc_framework_IntentsUI-9.2-cp39-cp39-macosx_10_9_universal2.whl", hash = "sha256:745ce161963a2cd8b9db5b1d62256941e8a730ee45641838c1156a8e5b75347f"}, ] [package.dependencies] -pyobjc-core = ">=9.1.1" -pyobjc-framework-Intents = ">=9.1.1" +pyobjc-core = ">=9.2" +pyobjc-framework-Intents = ">=9.2" [[package]] name = "pyobjc-framework-iobluetooth" -version = "9.1.1" +version = "9.2" description = "Wrappers for the framework IOBluetooth on macOS" -category = "main" optional = false python-versions = ">=3.7" files = [ - {file = "pyobjc-framework-IOBluetooth-9.1.1.tar.gz", hash = "sha256:1051680e060ecfb489f6e0d6b56e82e3f51ebad22fabde81517e910f3ffe1f14"}, - {file = "pyobjc_framework_IOBluetooth-9.1.1-cp36-abi3-macosx_10_9_universal2.whl", hash = "sha256:0e4dea8cdcb38296559b9ff967fdf5ebf5461d2c992c546ef6f2aac5655dd01a"}, - {file = "pyobjc_framework_IOBluetooth-9.1.1-cp36-abi3-macosx_10_9_x86_64.whl", hash = "sha256:7b86c2268cf701dbaadb8944cb48cc7b089fc1cb717d30d71c239ea7b6dcf0bf"}, - {file = "pyobjc_framework_IOBluetooth-9.1.1-cp36-abi3-macosx_11_0_universal2.whl", hash = "sha256:72c6cd0a63489935d66e27bbe04543cb0ca633333080d12818d73fe85957bf58"}, + {file = "pyobjc-framework-IOBluetooth-9.2.tar.gz", hash = "sha256:c0cf643059eac6c783d268f71bd43602c3b2ad714a0218bd2d6b8e10eea0a2b3"}, + {file = "pyobjc_framework_IOBluetooth-9.2-cp36-abi3-macosx_10_9_universal2.whl", hash = "sha256:d816cedbf6049e7dc5ab3ccca0330dc90cd9d14cff5db79a8c234fad5b68367e"}, + {file = "pyobjc_framework_IOBluetooth-9.2-cp36-abi3-macosx_10_9_x86_64.whl", hash = "sha256:dbefbf60557640c1cddcffe9e3033b38c5b33bb6d4424de4f2ae880cefe6a28a"}, + {file = "pyobjc_framework_IOBluetooth-9.2-cp36-abi3-macosx_11_0_universal2.whl", hash = "sha256:7e25639147215b649c2819510ad1f646292c656271aec2882f1f476ec45aa3e0"}, ] [package.dependencies] -pyobjc-core = ">=9.1.1" -pyobjc-framework-Cocoa = ">=9.1.1" +pyobjc-core = ">=9.2" +pyobjc-framework-Cocoa = ">=9.2" [[package]] name = "pyobjc-framework-iobluetoothui" -version = "9.1.1" +version = "9.2" description = "Wrappers for the framework IOBluetoothUI on macOS" -category = "main" optional = false python-versions = ">=3.7" files = [ - {file = "pyobjc-framework-IOBluetoothUI-9.1.1.tar.gz", hash = "sha256:46a6b6a914470d7dfccdad8bd48b4a3cbde9d479f7d02d360edce6e87a7e859f"}, - {file = "pyobjc_framework_IOBluetoothUI-9.1.1-py2.py3-none-any.whl", hash = "sha256:a2643b3b77572d408fdfb865d118707defd7ebe788b01ef81f6ff10597f05216"}, + {file = "pyobjc-framework-IOBluetoothUI-9.2.tar.gz", hash = "sha256:46a3ce320123c758e899b221a78428a0df399f25cdaee96251085937ee76f306"}, + {file = "pyobjc_framework_IOBluetoothUI-9.2-py2.py3-none-any.whl", hash = "sha256:598369fe3dc8e9557ac58a7ac58f66ca79d7a005f85bd0937ce536928200b5d2"}, ] [package.dependencies] -pyobjc-core = ">=9.1.1" -pyobjc-framework-IOBluetooth = ">=9.1.1" +pyobjc-core = ">=9.2" +pyobjc-framework-IOBluetooth = ">=9.2" [[package]] name = "pyobjc-framework-iosurface" -version = "9.1.1" +version = "9.2" description = "Wrappers for the framework IOSurface on macOS" -category = "main" optional = false python-versions = ">=3.7" files = [ - {file = "pyobjc-framework-IOSurface-9.1.1.tar.gz", hash = "sha256:7b8c92cc697ab78dbe41baded3ab8027dd260ccda08ab5a35e6935f5ed82a962"}, - {file = "pyobjc_framework_IOSurface-9.1.1-py2.py3-none-any.whl", hash = "sha256:0bd8b47330a399224899f1730805d68c4a2488656abf23903350a43652bc6a33"}, + {file = "pyobjc-framework-IOSurface-9.2.tar.gz", hash = "sha256:dbed8a47fde82b1a4745d75eeb732be7e00f6c96e344d9b347874fd5c657592a"}, + {file = "pyobjc_framework_IOSurface-9.2-py2.py3-none-any.whl", hash = "sha256:c974077ff4c6dda3b81c0e1b631418dfb865693f32fc437cd54f778be0d26973"}, ] [package.dependencies] -pyobjc-core = ">=9.1.1" -pyobjc-framework-Cocoa = ">=9.1.1" +pyobjc-core = ">=9.2" +pyobjc-framework-Cocoa = ">=9.2" [[package]] name = "pyobjc-framework-ituneslibrary" -version = "9.1.1" +version = "9.2" description = "Wrappers for the framework iTunesLibrary on macOS" -category = "main" optional = false python-versions = ">=3.7" files = [ - {file = "pyobjc-framework-iTunesLibrary-9.1.1.tar.gz", hash = "sha256:8b9df191a95da41739d110227ac85074d9f63b7ba101b483ad0cbf587ae3e49d"}, - {file = "pyobjc_framework_iTunesLibrary-9.1.1-py2.py3-none-any.whl", hash = "sha256:be6ba8719826490be261c472730df22995114bdc23b3d2fcc4427e6abdda7546"}, + {file = "pyobjc-framework-iTunesLibrary-9.2.tar.gz", hash = "sha256:036293e520c620d28834c52c1d7947e66ed3c8bcb9f8fb963c56e446d45ed68e"}, + {file = "pyobjc_framework_iTunesLibrary-9.2-py2.py3-none-any.whl", hash = "sha256:1403c9c42eb4795590070e9128c6df91cee6e1dc82ac847787d32468edc69b23"}, ] [package.dependencies] -pyobjc-core = ">=9.1.1" -pyobjc-framework-Cocoa = ">=9.1.1" +pyobjc-core = ">=9.2" +pyobjc-framework-Cocoa = ">=9.2" [[package]] name = "pyobjc-framework-kernelmanagement" -version = "9.1.1" +version = "9.2" description = "Wrappers for the framework KernelManagement on macOS" -category = "main" optional = false python-versions = ">=3.7" files = [ - {file = "pyobjc-framework-KernelManagement-9.1.1.tar.gz", hash = "sha256:52f2de8f72b6e15826b170c78376a93705304186e680d60323cc881c8c9b2e8a"}, - {file = "pyobjc_framework_KernelManagement-9.1.1-py2.py3-none-any.whl", hash = "sha256:f04fd3a94db36535aa2951b7dff05cc283217dea30ec3d1b19e3d2dd870d158f"}, + {file = "pyobjc-framework-KernelManagement-9.2.tar.gz", hash = "sha256:bda342756cac70cff423536524a510a39983b8db684309bed978c54db7725d93"}, + {file = "pyobjc_framework_KernelManagement-9.2-py2.py3-none-any.whl", hash = "sha256:5a1ea8261031c22c969bd752b97dbdf1685983dbabb6c156f844be9298540bbd"}, ] [package.dependencies] -pyobjc-core = ">=9.1.1" -pyobjc-framework-Cocoa = ">=9.1.1" +pyobjc-core = ">=9.2" +pyobjc-framework-Cocoa = ">=9.2" [[package]] name = "pyobjc-framework-latentsemanticmapping" -version = "9.1.1" +version = "9.2" description = "Wrappers for the framework LatentSemanticMapping on macOS" -category = "main" optional = false python-versions = ">=3.7" files = [ - {file = "pyobjc-framework-LatentSemanticMapping-9.1.1.tar.gz", hash = "sha256:302ae2152b05da3ef7d1e6ca06c9ea6570eca6584067e9610d47aa3307f2c570"}, - {file = "pyobjc_framework_LatentSemanticMapping-9.1.1-py2.py3-none-any.whl", hash = "sha256:387f3c7ebb979651d7279e247df20a0e04eff824d536d21e0b507381d1f12c77"}, + {file = "pyobjc-framework-LatentSemanticMapping-9.2.tar.gz", hash = "sha256:02c69526f225be33128c37be3fa4f2b677746f908ba838391ec786034c280763"}, + {file = "pyobjc_framework_LatentSemanticMapping-9.2-py2.py3-none-any.whl", hash = "sha256:bf68a732cec7d24a4e4fd5d96dce82cd37a765daa4f33e3a0d1190b9e4401bdf"}, ] [package.dependencies] -pyobjc-core = ">=9.1.1" -pyobjc-framework-Cocoa = ">=9.1.1" +pyobjc-core = ">=9.2" +pyobjc-framework-Cocoa = ">=9.2" [[package]] name = "pyobjc-framework-launchservices" -version = "9.1.1" +version = "9.2" description = "Wrappers for the framework LaunchServices on macOS" -category = "main" optional = false python-versions = ">=3.7" files = [ - {file = "pyobjc-framework-LaunchServices-9.1.1.tar.gz", hash = "sha256:8fa98027257e78341c4352fd6bac1f6b6c8178e9f9dc23de523972af583fef2c"}, - {file = "pyobjc_framework_LaunchServices-9.1.1-py2.py3-none-any.whl", hash = "sha256:7cf2612b713a59806772fd42673874f7fd652c21907fa1e103261315daeb110f"}, + {file = "pyobjc-framework-LaunchServices-9.2.tar.gz", hash = "sha256:862e6e3995d37f5696b0a3e2d23032955c8ae6cf3c1932bab29cbb1e54857f31"}, + {file = "pyobjc_framework_LaunchServices-9.2-py2.py3-none-any.whl", hash = "sha256:9fb1156c275bc2bcd4bbe9941c9bd2f47ad7c7d8ce096a4bd23d693440438469"}, ] [package.dependencies] -pyobjc-core = ">=9.1.1" -pyobjc-framework-CoreServices = ">=9.1.1" +pyobjc-core = ">=9.2" +pyobjc-framework-CoreServices = ">=9.2" [[package]] name = "pyobjc-framework-libdispatch" -version = "9.1.1" +version = "9.2" description = "Wrappers for libdispatch on macOS" -category = "main" optional = false python-versions = ">=3.7" files = [ - {file = "pyobjc-framework-libdispatch-9.1.1.tar.gz", hash = "sha256:1cb3b6a81b79696176108253a8a7201088e51e59b85c1c314c03b0a682ac577f"}, - {file = "pyobjc_framework_libdispatch-9.1.1-cp310-cp310-macosx_10_9_universal2.whl", hash = "sha256:eb2ca9092972dd0d403630d546331589b0244e2e685c5cf20c82b0d6134c958d"}, - {file = "pyobjc_framework_libdispatch-9.1.1-cp311-cp311-macosx_10_9_universal2.whl", hash = "sha256:a5a8a20d624a3ccc72750dfe39bdae2eab56a1cae883eb0bd36a58dbdba79301"}, - {file = "pyobjc_framework_libdispatch-9.1.1-cp37-cp37m-macosx_10_9_x86_64.whl", hash = "sha256:844a05a6b6b28e24f569216adff368e88237185bfca83afa2405bf6f86b8ee74"}, - {file = "pyobjc_framework_libdispatch-9.1.1-cp38-cp38-macosx_10_9_x86_64.whl", hash = "sha256:e6774ab26119a64a7cc9196cc151351aae456aebe92038e053804f72310a794a"}, - {file = "pyobjc_framework_libdispatch-9.1.1-cp38-cp38-macosx_11_0_universal2.whl", hash = "sha256:40f503d8a0580f654a5bd36d332e34d48eee5ef93a9fa55434c2e6980a736396"}, - {file = "pyobjc_framework_libdispatch-9.1.1-cp39-cp39-macosx_10_9_universal2.whl", hash = "sha256:fd52fbfaad1a89296170c196f21ffb8470effae0fedfffbc8d2ce0836ca466ac"}, + {file = "pyobjc-framework-libdispatch-9.2.tar.gz", hash = "sha256:542e7f7c2b041939db5ed6f3119c1d67d73ec14a996278b92485f8513039c168"}, + {file = "pyobjc_framework_libdispatch-9.2-cp310-cp310-macosx_10_9_universal2.whl", hash = "sha256:88d4091d4bcb5702783d6e86b4107db973425a17d1de491543f56bd348909b60"}, + {file = "pyobjc_framework_libdispatch-9.2-cp311-cp311-macosx_10_9_universal2.whl", hash = "sha256:1a67b007113328538b57893cc7829a722270764cdbeae6d5e1460a1d911314df"}, + {file = "pyobjc_framework_libdispatch-9.2-cp312-cp312-macosx_10_9_universal2.whl", hash = "sha256:6fccea1a57436cf1ac50d9ebc6e3e725bcf77f829ba6b118e62e6ed7866d359d"}, + {file = "pyobjc_framework_libdispatch-9.2-cp37-cp37m-macosx_10_9_x86_64.whl", hash = "sha256:6eba747b7ad91b0463265a7aee59235bb051fb97687f35ca2233690369b5e4e4"}, + {file = "pyobjc_framework_libdispatch-9.2-cp38-cp38-macosx_10_9_x86_64.whl", hash = "sha256:2e835495860d04f63c2d2f73ae3dd79da4222864c107096dc0f99e8382700026"}, + {file = "pyobjc_framework_libdispatch-9.2-cp38-cp38-macosx_11_0_universal2.whl", hash = "sha256:1b107e5c3580b09553030961ea6b17abad4a5132101eab1af3ad2cb36d0f08bb"}, + {file = "pyobjc_framework_libdispatch-9.2-cp39-cp39-macosx_10_9_universal2.whl", hash = "sha256:83cdb672acf722717b5ecf004768f215f02ac02d7f7f2a9703da6e921ab02222"}, ] [package.dependencies] -pyobjc-core = ">=9.1.1" +pyobjc-core = ">=9.2" [[package]] name = "pyobjc-framework-libxpc" -version = "9.1.1" +version = "9.2" description = "Wrappers for xpc on macOS" -category = "main" optional = false python-versions = ">=3.7" files = [ - {file = "pyobjc-framework-libxpc-9.1.1.tar.gz", hash = "sha256:39f702985f5a09f90fa157ce8c3c7d8ea44ee52c1bceb130ede60ad80f35154d"}, - {file = "pyobjc_framework_libxpc-9.1.1-cp310-cp310-macosx_10_9_universal2.whl", hash = "sha256:fa67a0739566ce5990092bbb2b01b29c255810b3582d5714ed75105689910e2c"}, - {file = "pyobjc_framework_libxpc-9.1.1-cp311-cp311-macosx_10_9_universal2.whl", hash = "sha256:3c3103d593883c854a98da9151b0ca7a4cf80bb8f2295275afcb9fa5303e881d"}, - {file = "pyobjc_framework_libxpc-9.1.1-cp37-cp37m-macosx_10_9_x86_64.whl", hash = "sha256:dcf1ac20bf75458c79830b973c0e87d361c072565d17a235822611a7ca6d9e2a"}, - {file = "pyobjc_framework_libxpc-9.1.1-cp38-cp38-macosx_10_9_x86_64.whl", hash = "sha256:29900b6e15168d870f17f0e4fb7f9c102a6bb1a546b0ff5e8502eb2136979114"}, - {file = "pyobjc_framework_libxpc-9.1.1-cp38-cp38-macosx_11_0_universal2.whl", hash = "sha256:6afec424f83e3fd6d3204a1827040f714005d384258a1ec95d5c93c46b6ea39f"}, - {file = "pyobjc_framework_libxpc-9.1.1-cp39-cp39-macosx_10_9_universal2.whl", hash = "sha256:6526cd546e88c1bbb3e4f0c91294bc4d3841a95bfab06c8496cb01e07ffa17e3"}, + {file = "pyobjc-framework-libxpc-9.2.tar.gz", hash = "sha256:66a1bfa0196c0066538f809e94166205d1874c0456cb4cd23210143b29846601"}, + {file = "pyobjc_framework_libxpc-9.2-cp310-cp310-macosx_10_9_universal2.whl", hash = "sha256:69e4ba29882aef832376cff5683224588471682af3e26bcdcc38194b58d8c6df"}, + {file = "pyobjc_framework_libxpc-9.2-cp311-cp311-macosx_10_9_universal2.whl", hash = "sha256:08b348ea790de782434f9fc8b39fd39d4babdc0d50f6ebdaeb97ff46b541b312"}, + {file = "pyobjc_framework_libxpc-9.2-cp312-cp312-macosx_10_9_universal2.whl", hash = "sha256:583a3f28c181bc629e83df45bfd152cf544ff61269f16eb8ddaa362b725ebb4a"}, + {file = "pyobjc_framework_libxpc-9.2-cp37-cp37m-macosx_10_9_x86_64.whl", hash = "sha256:23546ce928690a79109a3e71ab1af003fd4192d8547b954f19428b170f333ab0"}, + {file = "pyobjc_framework_libxpc-9.2-cp38-cp38-macosx_10_9_x86_64.whl", hash = "sha256:1d6f9aa2e4c2e6580864da178f171d3cc1d363978e91404c4bf41791e91beb4b"}, + {file = "pyobjc_framework_libxpc-9.2-cp38-cp38-macosx_11_0_universal2.whl", hash = "sha256:de6b3eb8c71cc8b14458c2a526eb39413058d28d6e15308a391e9ad5cd9a8da8"}, + {file = "pyobjc_framework_libxpc-9.2-cp39-cp39-macosx_10_9_universal2.whl", hash = "sha256:0331c155de26958eab02940403a9e55be6a7fbc3551b1af01af3e6ace8b32342"}, ] [package.dependencies] -pyobjc-core = ">=9.1.1" +pyobjc-core = ">=9.2" [[package]] name = "pyobjc-framework-linkpresentation" -version = "9.1.1" +version = "9.2" description = "Wrappers for the framework LinkPresentation on macOS" -category = "main" optional = false python-versions = ">=3.7" files = [ - {file = "pyobjc-framework-LinkPresentation-9.1.1.tar.gz", hash = "sha256:e39735f2234da3355c68c606bab452c26c2c44272afbd4d4117e0639322a5d5c"}, - {file = "pyobjc_framework_LinkPresentation-9.1.1-py2.py3-none-any.whl", hash = "sha256:62fdede094baaa6050e2c1036b8296cd265890ee1b4aecc0de239c1320773820"}, + {file = "pyobjc-framework-LinkPresentation-9.2.tar.gz", hash = "sha256:92a6bae4424038bb8c9dde967fc175741311c4bacf0f51289490dbcab9fce84e"}, + {file = "pyobjc_framework_LinkPresentation-9.2-py2.py3-none-any.whl", hash = "sha256:548e4b27546bb24fc252b8a7bd87f8be7b8e80cd66a93c010b72226703b505ae"}, ] [package.dependencies] -pyobjc-core = ">=9.1.1" -pyobjc-framework-Cocoa = ">=9.1.1" -pyobjc-framework-Quartz = ">=9.1.1" +pyobjc-core = ">=9.2" +pyobjc-framework-Cocoa = ">=9.2" +pyobjc-framework-Quartz = ">=9.2" [[package]] name = "pyobjc-framework-localauthentication" -version = "9.1.1" +version = "9.2" description = "Wrappers for the framework LocalAuthentication on macOS" -category = "main" optional = false python-versions = ">=3.7" files = [ - {file = "pyobjc-framework-LocalAuthentication-9.1.1.tar.gz", hash = "sha256:1cb76d29a54d0938ec46a6e4f6d88bc67a1ee5fdd64a72cb3b570ace234adde8"}, - {file = "pyobjc_framework_LocalAuthentication-9.1.1-py2.py3-none-any.whl", hash = "sha256:b659acdd9f2f0e2c3fc482bf28a063854ba229fb45c681b5bf546d94b58f288e"}, + {file = "pyobjc-framework-LocalAuthentication-9.2.tar.gz", hash = "sha256:088f102e61efe860b71ac46449c1ea2cfa17f76a71db6fb9e2f5df1df56d0dd6"}, + {file = "pyobjc_framework_LocalAuthentication-9.2-py2.py3-none-any.whl", hash = "sha256:ef4da0ba7d327622483eba06707d54665417219ced192916eda60b953053b49a"}, ] [package.dependencies] -pyobjc-core = ">=9.1.1" -pyobjc-framework-Cocoa = ">=9.1.1" -pyobjc-framework-Security = ">=9.1.1" +pyobjc-core = ">=9.2" +pyobjc-framework-Cocoa = ">=9.2" +pyobjc-framework-Security = ">=9.2" [[package]] name = "pyobjc-framework-localauthenticationembeddedui" -version = "9.1.1" +version = "9.2" description = "Wrappers for the framework LocalAuthenticationEmbeddedUI on macOS" -category = "main" optional = false python-versions = ">=3.7" files = [ - {file = "pyobjc-framework-LocalAuthenticationEmbeddedUI-9.1.1.tar.gz", hash = "sha256:52089e3f8e7a26ecd30a5c64f76571190f897b144cbcc75d47ee8eb989a48d69"}, - {file = "pyobjc_framework_LocalAuthenticationEmbeddedUI-9.1.1-py2.py3-none-any.whl", hash = "sha256:85883c615ea71674c5df61df071a7eebdd6db8f27c7898bd339b24bce4311632"}, + {file = "pyobjc-framework-LocalAuthenticationEmbeddedUI-9.2.tar.gz", hash = "sha256:9a7fb610c5c3107620a4c595fb49636167b47c381af9b58dc748d4d14ed5df2f"}, + {file = "pyobjc_framework_LocalAuthenticationEmbeddedUI-9.2-py2.py3-none-any.whl", hash = "sha256:f1ac1b35393e826f5eda00a8065207f9689470579b7d3eb25a4f478bd758bf3f"}, ] [package.dependencies] -pyobjc-core = ">=9.1.1" -pyobjc-framework-Cocoa = ">=9.1.1" -pyobjc-framework-LocalAuthentication = ">=9.1.1" +pyobjc-core = ">=9.2" +pyobjc-framework-Cocoa = ">=9.2" +pyobjc-framework-LocalAuthentication = ">=9.2" [[package]] name = "pyobjc-framework-mailkit" -version = "9.1.1" +version = "9.2" description = "Wrappers for the framework MailKit on macOS" -category = "main" optional = false python-versions = ">=3.7" files = [ - {file = "pyobjc-framework-MailKit-9.1.1.tar.gz", hash = "sha256:71bf31eb898f8a50638c1a3eeeafef053991e02495bf88305cbdf08009c1a553"}, - {file = "pyobjc_framework_MailKit-9.1.1-py2.py3-none-any.whl", hash = "sha256:232ca4f233a59df2a4652884fbf56f87a93486ed3843863da8d6211dfac39e63"}, + {file = "pyobjc-framework-MailKit-9.2.tar.gz", hash = "sha256:848e15b42ffe04f6c2e2080332cf87eae2078f56bdef809420eefc23cb37f301"}, + {file = "pyobjc_framework_MailKit-9.2-py2.py3-none-any.whl", hash = "sha256:8d0b8820cd34701d7da0e494ac2bc66c0dd70aad881325d3e24a5364d864c49c"}, ] [package.dependencies] -pyobjc-core = ">=9.1.1" -pyobjc-framework-Cocoa = ">=9.1.1" +pyobjc-core = ">=9.2" +pyobjc-framework-Cocoa = ">=9.2" [[package]] name = "pyobjc-framework-mapkit" -version = "9.1.1" +version = "9.2" description = "Wrappers for the framework MapKit on macOS" -category = "main" optional = false python-versions = ">=3.7" files = [ - {file = "pyobjc-framework-MapKit-9.1.1.tar.gz", hash = "sha256:9010759a325f096b5289e9dd8f85bee942ea1011eb9e86f23e96eb9cd7b5a460"}, - {file = "pyobjc_framework_MapKit-9.1.1-cp36-abi3-macosx_10_9_universal2.whl", hash = "sha256:4a7ae7276c524d5059534eef473fa6c69b7a1fb44a1d3a8e4853f63c14c8092e"}, - {file = "pyobjc_framework_MapKit-9.1.1-cp36-abi3-macosx_10_9_x86_64.whl", hash = "sha256:c1594370466b1360d38ccd0b59092e276b0d5970963e3b647f4eb528c71a072b"}, - {file = "pyobjc_framework_MapKit-9.1.1-cp36-abi3-macosx_11_0_universal2.whl", hash = "sha256:875c6cc38c895f783eff2d5c71641257aef854ec0dc21219d02dba43abc2643a"}, + {file = "pyobjc-framework-MapKit-9.2.tar.gz", hash = "sha256:bf6b171179c13060a34cd3739b339059082385230330a00041519367f282beae"}, + {file = "pyobjc_framework_MapKit-9.2-cp36-abi3-macosx_10_9_universal2.whl", hash = "sha256:d79fd721879e4f09d1f9f6bf810b99c20357078eb3017fff54a561e9dc31ad71"}, + {file = "pyobjc_framework_MapKit-9.2-cp36-abi3-macosx_10_9_x86_64.whl", hash = "sha256:6919a0ffe8801f48653ed9d7b3ad12a76cc3afcbfdfb6614fca3384253c0b349"}, + {file = "pyobjc_framework_MapKit-9.2-cp36-abi3-macosx_11_0_universal2.whl", hash = "sha256:659367e6cf0b1f8369eb26f1f1a5cbc3b882f2761fd51d8fabc36e14d8b492e8"}, ] [package.dependencies] -pyobjc-core = ">=9.1.1" -pyobjc-framework-Cocoa = ">=9.1.1" -pyobjc-framework-CoreLocation = ">=9.1.1" -pyobjc-framework-Quartz = ">=9.1.1" +pyobjc-core = ">=9.2" +pyobjc-framework-Cocoa = ">=9.2" +pyobjc-framework-CoreLocation = ">=9.2" +pyobjc-framework-Quartz = ">=9.2" [[package]] name = "pyobjc-framework-mediaaccessibility" -version = "9.1.1" +version = "9.2" description = "Wrappers for the framework MediaAccessibility on macOS" -category = "main" optional = false python-versions = ">=3.7" files = [ - {file = "pyobjc-framework-MediaAccessibility-9.1.1.tar.gz", hash = "sha256:bd58bf620d744f72330fb1a076307ab36fa12d8454f8309a0f6fc38a6f7e84be"}, - {file = "pyobjc_framework_MediaAccessibility-9.1.1-py2.py3-none-any.whl", hash = "sha256:cf285c23b5804cb46fb081d603658b75b2ffffa16ed89596ce21b7e3bfc82388"}, + {file = "pyobjc-framework-MediaAccessibility-9.2.tar.gz", hash = "sha256:2b771d2c9a6637600d478db2993c014e19c77f4ba8ce8c56f4e3faf0e311ed21"}, + {file = "pyobjc_framework_MediaAccessibility-9.2-py2.py3-none-any.whl", hash = "sha256:e7919059587ffe74e79db41a3fb0846a0b3e7fa42c150d68368a477d444fdeb1"}, ] [package.dependencies] -pyobjc-core = ">=9.1.1" -pyobjc-framework-Cocoa = ">=9.1.1" +pyobjc-core = ">=9.2" +pyobjc-framework-Cocoa = ">=9.2" [[package]] name = "pyobjc-framework-medialibrary" -version = "9.1.1" +version = "9.2" description = "Wrappers for the framework MediaLibrary on macOS" -category = "main" optional = false python-versions = ">=3.7" files = [ - {file = "pyobjc-framework-MediaLibrary-9.1.1.tar.gz", hash = "sha256:f5ad138d6c1c3029d70ca4b5f6dad0b42d13831850da8d7dc0cbcf304f1c0487"}, - {file = "pyobjc_framework_MediaLibrary-9.1.1-py2.py3-none-any.whl", hash = "sha256:35537f04d731c1eca707f183a48b1e8e8d776c3ababb5b0ff2a59e96e828fc8b"}, + {file = "pyobjc-framework-MediaLibrary-9.2.tar.gz", hash = "sha256:a4794c08b6d1d25d43cb7f15dda362d77d83713a0007ae9321e810383b56b0e8"}, + {file = "pyobjc_framework_MediaLibrary-9.2-py2.py3-none-any.whl", hash = "sha256:caea22f65679a9ae6ce5dff61ae1dbd681ce240b1693de94bc1421dd5cfb49a3"}, ] [package.dependencies] -pyobjc-core = ">=9.1.1" -pyobjc-framework-Cocoa = ">=9.1.1" -pyobjc-framework-Quartz = ">=9.1.1" +pyobjc-core = ">=9.2" +pyobjc-framework-Cocoa = ">=9.2" +pyobjc-framework-Quartz = ">=9.2" [[package]] name = "pyobjc-framework-mediaplayer" -version = "9.1.1" +version = "9.2" description = "Wrappers for the framework MediaPlayer on macOS" -category = "main" optional = false python-versions = ">=3.7" files = [ - {file = "pyobjc-framework-MediaPlayer-9.1.1.tar.gz", hash = "sha256:6a9c98fff7ce41479cda74a4c13c13efd2ecfdb61fb4dcf7ea875d5825a08528"}, - {file = "pyobjc_framework_MediaPlayer-9.1.1-py2.py3-none-any.whl", hash = "sha256:403d6d1e63d5665df37234d01feaf59381d8f6bfed6ae13a7357c05045b5a2ed"}, + {file = "pyobjc-framework-MediaPlayer-9.2.tar.gz", hash = "sha256:eae7af968bb2c1192fecb1a0f58b8d3be07565373daaae894581bebc408f2b0d"}, + {file = "pyobjc_framework_MediaPlayer-9.2-py2.py3-none-any.whl", hash = "sha256:d0f6c908dd561ca2023f2c0b136f1ab35b679ca150217bdc081d7fbb5bae384d"}, ] [package.dependencies] -pyobjc-core = ">=9.1.1" -pyobjc-framework-AVFoundation = ">=9.1.1" +pyobjc-core = ">=9.2" +pyobjc-framework-AVFoundation = ">=9.2" [[package]] name = "pyobjc-framework-mediatoolbox" -version = "9.1.1" +version = "9.2" description = "Wrappers for the framework MediaToolbox on macOS" -category = "main" optional = false python-versions = ">=3.7" files = [ - {file = "pyobjc-framework-MediaToolbox-9.1.1.tar.gz", hash = "sha256:00741730ec1db8e1632e096b66324bd9a0ceaf485fdbb5fec1b1ddecce16a09f"}, - {file = "pyobjc_framework_MediaToolbox-9.1.1-cp36-abi3-macosx_10_9_universal2.whl", hash = "sha256:2dff929c43989edc46e672db51dbd6933891b8d132ff397b047039928f1e62e4"}, - {file = "pyobjc_framework_MediaToolbox-9.1.1-cp36-abi3-macosx_10_9_x86_64.whl", hash = "sha256:c38264225e7cdf52cf4fe7f6e927a42809706e6de00f5dc6e94bc1b71c9f590e"}, - {file = "pyobjc_framework_MediaToolbox-9.1.1-cp36-abi3-macosx_11_0_universal2.whl", hash = "sha256:cc72dfda5db195f2f69de90dfcc665e5e739e74c51ecb3d25df1946f291defbc"}, + {file = "pyobjc-framework-MediaToolbox-9.2.tar.gz", hash = "sha256:9b21e9159ee372859ea48b34af39f646016834b37dc8eb35b5b7dafdd2f49831"}, + {file = "pyobjc_framework_MediaToolbox-9.2-cp36-abi3-macosx_10_9_universal2.whl", hash = "sha256:9b1546cfbe967aedb38c485009186aaf324f158a30a93d04344627920f5e1f7e"}, + {file = "pyobjc_framework_MediaToolbox-9.2-cp36-abi3-macosx_10_9_x86_64.whl", hash = "sha256:bf8fba5340d3ceeb3d597529ce508c8cd372a78370dac87c0344ac93dd96c59c"}, + {file = "pyobjc_framework_MediaToolbox-9.2-cp36-abi3-macosx_11_0_universal2.whl", hash = "sha256:f3f771827d71604b547d3c52995d5bfa6d5525ed3018ec3cad85b048a78a87a1"}, ] [package.dependencies] -pyobjc-core = ">=9.1.1" -pyobjc-framework-Cocoa = ">=9.1.1" +pyobjc-core = ">=9.2" +pyobjc-framework-Cocoa = ">=9.2" [[package]] name = "pyobjc-framework-metal" -version = "9.1.1" +version = "9.2" description = "Wrappers for the framework Metal on macOS" -category = "main" optional = false python-versions = ">=3.7" files = [ - {file = "pyobjc-framework-Metal-9.1.1.tar.gz", hash = "sha256:d05b6caddeb4859b5560eaf006601a1e17b33fc83f4e773e94111b3c352f3531"}, - {file = "pyobjc_framework_Metal-9.1.1-cp36-abi3-macosx_10_9_universal2.whl", hash = "sha256:6cbfa01e11c0e08c4efb0faaec6d64f2d42400ca1a323e5b613bc42c62caf472"}, - {file = "pyobjc_framework_Metal-9.1.1-cp36-abi3-macosx_10_9_x86_64.whl", hash = "sha256:b99e8dfad6b8a12f37d800e8f0b415db757414fa63d948ee54874bbd2c11a9be"}, - {file = "pyobjc_framework_Metal-9.1.1-cp36-abi3-macosx_11_0_universal2.whl", hash = "sha256:e501a1e3d5cd130d8273f00151afca6ba84507f3e84b749cd6651de20c75537a"}, + {file = "pyobjc-framework-Metal-9.2.tar.gz", hash = "sha256:f483c331e07b587ef6477c79ae15a309297afa9a08c07ad9fafc4be82467d008"}, + {file = "pyobjc_framework_Metal-9.2-cp36-abi3-macosx_10_9_universal2.whl", hash = "sha256:fbec685b4240fdff0c05b8125dd999681beec604bb453abc7aa74acda68a9625"}, + {file = "pyobjc_framework_Metal-9.2-cp36-abi3-macosx_10_9_x86_64.whl", hash = "sha256:4585ecda3fbd7460f047bf3b815315d4ccb0696163bb6a551e0b1b9d31bc5e85"}, + {file = "pyobjc_framework_Metal-9.2-cp36-abi3-macosx_11_0_universal2.whl", hash = "sha256:4fab2a3cb2df366b8b1032b05ee4e2df5cc6d7d23b15774b85c4b3c60894bd32"}, ] [package.dependencies] -pyobjc-core = ">=9.1.1" -pyobjc-framework-Cocoa = ">=9.1.1" +pyobjc-core = ">=9.2" +pyobjc-framework-Cocoa = ">=9.2" [[package]] name = "pyobjc-framework-metalfx" -version = "9.1.1" +version = "9.2" description = "Wrappers for the framework MetalFX on macOS" -category = "main" optional = false python-versions = ">=3.7" files = [ - {file = "pyobjc-framework-MetalFX-9.1.1.tar.gz", hash = "sha256:edb47649d122afdf212811fb6d2a3c62304749d63629a7a93ed875a7e8dde496"}, - {file = "pyobjc_framework_MetalFX-9.1.1-cp36-abi3-macosx_10_9_universal2.whl", hash = "sha256:61c4cd959d34f35805a03058c61b367a11472f5c8a69a7637428024c5723ee6b"}, - {file = "pyobjc_framework_MetalFX-9.1.1-cp36-abi3-macosx_10_9_x86_64.whl", hash = "sha256:00e737886427932b43a494bc165a7a583ac9ca2a6225703b0441134ecc049f6d"}, - {file = "pyobjc_framework_MetalFX-9.1.1-cp36-abi3-macosx_11_0_universal2.whl", hash = "sha256:43607c0b4d36e6a044b03624a7ff27935cf9ad9943a6d0dfa7a2657c619e808a"}, + {file = "pyobjc-framework-MetalFX-9.2.tar.gz", hash = "sha256:c2b5f0c34cf307e1e1133e1a13c65abfdec36c34f1b086b7897fe66833e648a5"}, + {file = "pyobjc_framework_MetalFX-9.2-cp36-abi3-macosx_10_9_universal2.whl", hash = "sha256:6530c0fb6417351b6a9cb7f2e7a11db16c843eaca697ec45288eeaf4e71c97bc"}, + {file = "pyobjc_framework_MetalFX-9.2-cp36-abi3-macosx_10_9_x86_64.whl", hash = "sha256:a297ebc47da9bb1f2b299a5fc6f4fe7f6d2df5df2d773b2f67259cdb01b1cfe3"}, + {file = "pyobjc_framework_MetalFX-9.2-cp36-abi3-macosx_11_0_universal2.whl", hash = "sha256:8fc6f32c9615d3cee980aec9ab109551d78b1c32a0017823a028c728559ab5d7"}, ] [package.dependencies] -pyobjc-core = ">=9.1.1" -pyobjc-framework-Metal = ">=9.1.1" +pyobjc-core = ">=9.2" +pyobjc-framework-Metal = ">=9.2" [[package]] name = "pyobjc-framework-metalkit" -version = "9.1.1" +version = "9.2" description = "Wrappers for the framework MetalKit on macOS" -category = "main" optional = false python-versions = ">=3.7" files = [ - {file = "pyobjc-framework-MetalKit-9.1.1.tar.gz", hash = "sha256:33143604eacb87fd3e6360d0ace2b12095a1010c3be30c8bc0105844104984f1"}, - {file = "pyobjc_framework_MetalKit-9.1.1-cp36-abi3-macosx_10_9_universal2.whl", hash = "sha256:a592bec17f84fe48df300b68e9061137b0c1cd5b8330b411f33cd6cb8e3ea3f9"}, - {file = "pyobjc_framework_MetalKit-9.1.1-cp36-abi3-macosx_10_9_x86_64.whl", hash = "sha256:00fa7f1d683657415b225a46c432ac738d25d3b5c32fe4b7de33ab63dbdff3f8"}, - {file = "pyobjc_framework_MetalKit-9.1.1-cp36-abi3-macosx_11_0_universal2.whl", hash = "sha256:d85c0aebc59fb35169631581931fe438024f7035b8922636bbd2bf051032ac77"}, + {file = "pyobjc-framework-MetalKit-9.2.tar.gz", hash = "sha256:7432069c1c9dbfe106a11744ace6d16a14170da20f1c1628adf45ad4c06e88d7"}, + {file = "pyobjc_framework_MetalKit-9.2-cp36-abi3-macosx_10_9_universal2.whl", hash = "sha256:4896dac0a3aa2b3c6bf2bd55230e77cc42e341c32b4beb2b8087a3e9279f7b7a"}, + {file = "pyobjc_framework_MetalKit-9.2-cp36-abi3-macosx_10_9_x86_64.whl", hash = "sha256:1d07e0a4e3dcca67d7968017bb180ebefbea8ba2f458b13810ac1d083a3a4978"}, + {file = "pyobjc_framework_MetalKit-9.2-cp36-abi3-macosx_11_0_universal2.whl", hash = "sha256:660146e5775f50eb46f2096a61e30441434f0337a280a0d655e0c95c1d17d682"}, ] [package.dependencies] -pyobjc-core = ">=9.1.1" -pyobjc-framework-Cocoa = ">=9.1.1" -pyobjc-framework-Metal = ">=9.1.1" +pyobjc-core = ">=9.2" +pyobjc-framework-Cocoa = ">=9.2" +pyobjc-framework-Metal = ">=9.2" [[package]] name = "pyobjc-framework-metalperformanceshaders" -version = "9.1.1" +version = "9.2" description = "Wrappers for the framework MetalPerformanceShaders on macOS" -category = "main" optional = false python-versions = ">=3.7" files = [ - {file = "pyobjc-framework-MetalPerformanceShaders-9.1.1.tar.gz", hash = "sha256:f00b4d7990ec9e4ac7351d310412ef7e4c45be8299c922eb7a4ff58e6a2ba064"}, - {file = "pyobjc_framework_MetalPerformanceShaders-9.1.1-cp36-abi3-macosx_10_9_universal2.whl", hash = "sha256:06e1307c4ebcc0b10d4a12892e12da52b0fb79e8c5a414033b824b0e6ee8bbdc"}, - {file = "pyobjc_framework_MetalPerformanceShaders-9.1.1-cp36-abi3-macosx_10_9_x86_64.whl", hash = "sha256:d6110823319a941bc959eeaa5b5f73e8f2d6c6473ae1562595bf57fae2dac9c8"}, - {file = "pyobjc_framework_MetalPerformanceShaders-9.1.1-cp36-abi3-macosx_11_0_universal2.whl", hash = "sha256:2767873c48a0279541def6765fb462de794fcb9ba8fd77de61b6509cc54c3842"}, + {file = "pyobjc-framework-MetalPerformanceShaders-9.2.tar.gz", hash = "sha256:c456a6f392a4d57344a14a78b67f01c0c58c52e66e206c7bf1eb07c5fab8c871"}, + {file = "pyobjc_framework_MetalPerformanceShaders-9.2-cp36-abi3-macosx_10_9_universal2.whl", hash = "sha256:2833c54ae492c90a0b8eef432c8e048128f1dbac0bc470c402e9fbba2a3318d6"}, + {file = "pyobjc_framework_MetalPerformanceShaders-9.2-cp36-abi3-macosx_10_9_x86_64.whl", hash = "sha256:8c081226fcd82fdf7490f7b81280375af47ba8f0ecfbf5a523d6dbcbf9e373cf"}, + {file = "pyobjc_framework_MetalPerformanceShaders-9.2-cp36-abi3-macosx_11_0_universal2.whl", hash = "sha256:19df3536bd13f4d8b55c0e979d976f23791449f12812c65227cca3a6a4b6b178"}, ] [package.dependencies] -pyobjc-core = ">=9.1.1" -pyobjc-framework-Metal = ">=9.1.1" +pyobjc-core = ">=9.2" +pyobjc-framework-Metal = ">=9.2" [[package]] name = "pyobjc-framework-metalperformanceshadersgraph" -version = "9.1.1" +version = "9.2" description = "Wrappers for the framework MetalPerformanceShadersGraph on macOS" -category = "main" optional = false python-versions = ">=3.7" files = [ - {file = "pyobjc-framework-MetalPerformanceShadersGraph-9.1.1.tar.gz", hash = "sha256:01f1a50a2d9629f56f5d1186a5416b133b0411ea02dfe4fe6707080e00b9da28"}, - {file = "pyobjc_framework_MetalPerformanceShadersGraph-9.1.1-py2.py3-none-any.whl", hash = "sha256:1acabb99b91475f4757799aefaf36126f101f1a7e098b8a1a9ff1cf48aa8bc0b"}, + {file = "pyobjc-framework-MetalPerformanceShadersGraph-9.2.tar.gz", hash = "sha256:47936dcc1fb4222a7127a569b3ec27b0c3ab1c1aa383a7a72503c929f87d77ea"}, + {file = "pyobjc_framework_MetalPerformanceShadersGraph-9.2-py2.py3-none-any.whl", hash = "sha256:9bd43aac325c9284dfc524ebe264d801a19c845c7f08a768cdfccb2e492c830e"}, ] [package.dependencies] -pyobjc-core = ">=9.1.1" -pyobjc-framework-MetalPerformanceShaders = ">=9.1.1" +pyobjc-core = ">=9.2" +pyobjc-framework-MetalPerformanceShaders = ">=9.2" [[package]] name = "pyobjc-framework-metrickit" -version = "9.1.1" +version = "9.2" description = "Wrappers for the framework MetricKit on macOS" -category = "main" optional = false python-versions = ">=3.7" files = [ - {file = "pyobjc-framework-MetricKit-9.1.1.tar.gz", hash = "sha256:6601f61035761fa701d4b398a34b1eb904435bf589ad7b17eed039aa412a5e6e"}, - {file = "pyobjc_framework_MetricKit-9.1.1-cp310-cp310-macosx_10_9_universal2.whl", hash = "sha256:83bb17808870f661b2139fcd31b5e137a98802fef03ccbd17c6b8ed670be6868"}, - {file = "pyobjc_framework_MetricKit-9.1.1-cp311-cp311-macosx_10_9_universal2.whl", hash = "sha256:71eb6f390c96d34f38a6ee7a9722e796a9c725d3751e85423a02abca997601cb"}, - {file = "pyobjc_framework_MetricKit-9.1.1-cp37-cp37m-macosx_10_9_x86_64.whl", hash = "sha256:c7e3f41b30f4fa22189b297d6267eef810ff1eb6c3c069d556e4af3a3389542d"}, - {file = "pyobjc_framework_MetricKit-9.1.1-cp38-cp38-macosx_10_9_x86_64.whl", hash = "sha256:b24a6f4b5259d6c12dea4496fc8b0596c4d94b9338783fd96cfbba7e8420801b"}, - {file = "pyobjc_framework_MetricKit-9.1.1-cp38-cp38-macosx_11_0_universal2.whl", hash = "sha256:2c8cb8f108660c698787252eb6af4e6ff5cd1adce37c64fde3024c878c7e8eae"}, - {file = "pyobjc_framework_MetricKit-9.1.1-cp39-cp39-macosx_10_9_universal2.whl", hash = "sha256:070cddfc4899cda9ec16edf895b303dabb156119e73b41f2241ced426efad274"}, + {file = "pyobjc-framework-MetricKit-9.2.tar.gz", hash = "sha256:a205b1054dc2e8cf6878f03cb379189cfda8ef4aa74e5f644a2dcde7e8a2e1fb"}, + {file = "pyobjc_framework_MetricKit-9.2-cp310-cp310-macosx_10_9_universal2.whl", hash = "sha256:cb6e261ffe46f8451c1e528c669c1087dd22eee6723b10ebca0bffc47f809d42"}, + {file = "pyobjc_framework_MetricKit-9.2-cp311-cp311-macosx_10_9_universal2.whl", hash = "sha256:aa07505464be1b6b56dac09bbf0906c2d24a0ae56c773cc11434a17467c3fd34"}, + {file = "pyobjc_framework_MetricKit-9.2-cp312-cp312-macosx_10_9_universal2.whl", hash = "sha256:ab2de2bb4a2db6eee856e069411db7cce48f38eabfeb90729e69cfb0b351ad04"}, + {file = "pyobjc_framework_MetricKit-9.2-cp37-cp37m-macosx_10_9_x86_64.whl", hash = "sha256:08f8b2d4f09069d11247e01e03098e94b98e0add13f43e6f33c4085272fcc031"}, + {file = "pyobjc_framework_MetricKit-9.2-cp38-cp38-macosx_10_9_x86_64.whl", hash = "sha256:76f1c8152dc72b5903edbaa0e060a48dc5106a62db9ecf652fd4e595875a58f9"}, + {file = "pyobjc_framework_MetricKit-9.2-cp38-cp38-macosx_11_0_universal2.whl", hash = "sha256:30de9e98560a5b307bb3167095665418068c172544a2bbdea83a46142444c4d2"}, + {file = "pyobjc_framework_MetricKit-9.2-cp39-cp39-macosx_10_9_universal2.whl", hash = "sha256:8b8d3f0f42309718ada33f90a8a283a16413cccd634114efb61fabd231d53268"}, ] [package.dependencies] -pyobjc-core = ">=9.1.1" -pyobjc-framework-Cocoa = ">=9.1.1" +pyobjc-core = ">=9.2" +pyobjc-framework-Cocoa = ">=9.2" [[package]] name = "pyobjc-framework-mlcompute" -version = "9.1.1" +version = "9.2" description = "Wrappers for the framework MLCompute on macOS" -category = "main" optional = false python-versions = ">=3.7" files = [ - {file = "pyobjc-framework-MLCompute-9.1.1.tar.gz", hash = "sha256:2c53c3658d3740ef99c44fd3ece411e6e6156216ad94549174889e9d822c488c"}, - {file = "pyobjc_framework_MLCompute-9.1.1-py2.py3-none-any.whl", hash = "sha256:c4100b5bc89b968db5c411143a59fffb0f76491827ee92987005e1ac82fa99cf"}, + {file = "pyobjc-framework-MLCompute-9.2.tar.gz", hash = "sha256:c40b7ae135790f2240c80a59f5a67a71c4ea0c7245be14ab132590bea37bba6a"}, + {file = "pyobjc_framework_MLCompute-9.2-py2.py3-none-any.whl", hash = "sha256:702beaf4e449a96bc841fb99205ea4f5f1f70aa8e184984d91f8be0da3b1b72c"}, ] [package.dependencies] -pyobjc-core = ">=9.1.1" -pyobjc-framework-Cocoa = ">=9.1.1" +pyobjc-core = ">=9.2" +pyobjc-framework-Cocoa = ">=9.2" [[package]] name = "pyobjc-framework-modelio" -version = "9.1.1" +version = "9.2" description = "Wrappers for the framework ModelIO on macOS" -category = "main" optional = false python-versions = ">=3.7" files = [ - {file = "pyobjc-framework-ModelIO-9.1.1.tar.gz", hash = "sha256:398a3c6ca82ac08b4b5cb63fb6e362269bd18a28fc0b3b2528846cc8b6777fed"}, - {file = "pyobjc_framework_ModelIO-9.1.1-cp36-abi3-macosx_10_9_universal2.whl", hash = "sha256:2e206651c72b0ecc01b66ffeab3b48056fc3c42c82786a7d9a654bcf5b26a2a6"}, - {file = "pyobjc_framework_ModelIO-9.1.1-cp36-abi3-macosx_10_9_x86_64.whl", hash = "sha256:e27c5a0227a1e5708b7350150a12c77eeee46373da3bb6a3738436f818c0505d"}, - {file = "pyobjc_framework_ModelIO-9.1.1-cp36-abi3-macosx_11_0_universal2.whl", hash = "sha256:06ff2089df3c9bedfb67ed60ba63e651d15770dbc1034944da4fbdb22993adbf"}, + {file = "pyobjc-framework-ModelIO-9.2.tar.gz", hash = "sha256:8a5752c4d23997c2c82f9567da4c9616f54b961269ab79f0aff47287cc0c386a"}, + {file = "pyobjc_framework_ModelIO-9.2-cp36-abi3-macosx_10_9_universal2.whl", hash = "sha256:ade9518fef4199379cb5766e338956d9688a3c4040faa61729b248064cf35dec"}, + {file = "pyobjc_framework_ModelIO-9.2-cp36-abi3-macosx_10_9_x86_64.whl", hash = "sha256:95a21d37da9efa2e500a40ab8300c1385a8f5c937014b7a534ce6595c4d20256"}, + {file = "pyobjc_framework_ModelIO-9.2-cp36-abi3-macosx_11_0_universal2.whl", hash = "sha256:45e02ec5fd44c5cd6b680046d4d007e901c0d751016bd9beaf92e4947723b433"}, ] [package.dependencies] -pyobjc-core = ">=9.1.1" -pyobjc-framework-Cocoa = ">=9.1.1" -pyobjc-framework-Quartz = ">=9.1.1" +pyobjc-core = ">=9.2" +pyobjc-framework-Cocoa = ">=9.2" +pyobjc-framework-Quartz = ">=9.2" [[package]] name = "pyobjc-framework-multipeerconnectivity" -version = "9.1.1" +version = "9.2" description = "Wrappers for the framework MultipeerConnectivity on macOS" -category = "main" optional = false python-versions = ">=3.7" files = [ - {file = "pyobjc-framework-MultipeerConnectivity-9.1.1.tar.gz", hash = "sha256:bdaf6450a4914e7d315cedaf7d538d6271bba7939c8ace4028c0ec9ca45c25bc"}, - {file = "pyobjc_framework_MultipeerConnectivity-9.1.1-cp36-abi3-macosx_10_9_universal2.whl", hash = "sha256:a0757b788e5dbb3dc9b4eee9bdc74e4424f57e07eaa75d2a038e02bb2f801a7d"}, - {file = "pyobjc_framework_MultipeerConnectivity-9.1.1-cp36-abi3-macosx_10_9_x86_64.whl", hash = "sha256:7116a06edc87a1283c526c33fb5661c16315402f2f9d250cfeb0aea58707a1bd"}, - {file = "pyobjc_framework_MultipeerConnectivity-9.1.1-cp36-abi3-macosx_11_0_universal2.whl", hash = "sha256:d8883b7619c74e6899ab4bb660d6239b0d9dc1f25d53d61e94f681e3a500494c"}, + {file = "pyobjc-framework-MultipeerConnectivity-9.2.tar.gz", hash = "sha256:38e1fc350c1f2ebef1c92e16391e6e2e50b357ba16df975fee01cd1f74593eba"}, + {file = "pyobjc_framework_MultipeerConnectivity-9.2-cp36-abi3-macosx_10_9_universal2.whl", hash = "sha256:1c926046b0043e58c76acd3e149407393b05300c25ebba163c59438930e2b09b"}, + {file = "pyobjc_framework_MultipeerConnectivity-9.2-cp36-abi3-macosx_10_9_x86_64.whl", hash = "sha256:0778ccf5dc46721a3c43088d17e31deb8ff37c1170423314bfdaee6251ae57df"}, + {file = "pyobjc_framework_MultipeerConnectivity-9.2-cp36-abi3-macosx_11_0_universal2.whl", hash = "sha256:62555b093cc131509a292c7d33082c248f54b7fb3ded1bea38beaf1ec8c2b62c"}, ] [package.dependencies] -pyobjc-core = ">=9.1.1" -pyobjc-framework-Cocoa = ">=9.1.1" +pyobjc-core = ">=9.2" +pyobjc-framework-Cocoa = ">=9.2" [[package]] name = "pyobjc-framework-naturallanguage" -version = "9.1.1" +version = "9.2" description = "Wrappers for the framework NaturalLanguage on macOS" -category = "main" optional = false python-versions = ">=3.7" files = [ - {file = "pyobjc-framework-NaturalLanguage-9.1.1.tar.gz", hash = "sha256:77ed788f611da5d59520d895042509073167a971d9af2dd0af056f04099b4bfe"}, - {file = "pyobjc_framework_NaturalLanguage-9.1.1-py2.py3-none-any.whl", hash = "sha256:c80391a2a65a2182cf09e0c2dde4428c16fbbfe7f237729471a5ff7ee4908e8f"}, + {file = "pyobjc-framework-NaturalLanguage-9.2.tar.gz", hash = "sha256:1e98a462745b592571277530d5aed54f1f15618cd96a5e8927dd195092f1a4a3"}, + {file = "pyobjc_framework_NaturalLanguage-9.2-py2.py3-none-any.whl", hash = "sha256:b81bdc87eaa153d58e2db5c503d73b221561f7b310f8f7b9d5ed16721eb724ec"}, ] [package.dependencies] -pyobjc-core = ">=9.1.1" -pyobjc-framework-Cocoa = ">=9.1.1" +pyobjc-core = ">=9.2" +pyobjc-framework-Cocoa = ">=9.2" [[package]] name = "pyobjc-framework-netfs" -version = "9.1.1" +version = "9.2" description = "Wrappers for the framework NetFS on macOS" -category = "main" optional = false python-versions = ">=3.7" files = [ - {file = "pyobjc-framework-NetFS-9.1.1.tar.gz", hash = "sha256:71edb4e31704049d31ff3b00cdc8b3cbad8ba8bc528add5be2fa13a352daac59"}, - {file = "pyobjc_framework_NetFS-9.1.1-py2.py3-none-any.whl", hash = "sha256:05a0a32c0c27b8534de0462e8ecde0a6a2da675741d4d8b77c42741b7a018b4c"}, + {file = "pyobjc-framework-NetFS-9.2.tar.gz", hash = "sha256:505c1e5a7aa93948a1253dd66718ae36a3462a3a47765b3069d82d238e22f0ea"}, + {file = "pyobjc_framework_NetFS-9.2-py2.py3-none-any.whl", hash = "sha256:01fbc6f9dde19b5e0cd09d788d3072b592a5a0870132b7a4adb373684192d6e9"}, ] [package.dependencies] -pyobjc-core = ">=9.1.1" -pyobjc-framework-Cocoa = ">=9.1.1" +pyobjc-core = ">=9.2" +pyobjc-framework-Cocoa = ">=9.2" [[package]] name = "pyobjc-framework-network" -version = "9.1.1" +version = "9.2" description = "Wrappers for the framework Network on macOS" -category = "main" optional = false python-versions = ">=3.7" files = [ - {file = "pyobjc-framework-Network-9.1.1.tar.gz", hash = "sha256:0881c24da1a707e05d040882aa67a85a965a03198125e2c01e1f617604554360"}, - {file = "pyobjc_framework_Network-9.1.1-cp36-abi3-macosx_10_9_universal2.whl", hash = "sha256:8675ca12ed955ce93c20a39bf73a823e7dff1dc7386276a8d905e1c15a6e785e"}, - {file = "pyobjc_framework_Network-9.1.1-cp36-abi3-macosx_10_9_x86_64.whl", hash = "sha256:00c069485016d3fa6001655bf468f0968065d64d98464decd6b2cc772aabf01d"}, - {file = "pyobjc_framework_Network-9.1.1-cp36-abi3-macosx_11_0_universal2.whl", hash = "sha256:9984728eabfd2e46e4073f990f7f6d4856ed35a30ae73a67b75e337c14a3a0ca"}, + {file = "pyobjc-framework-Network-9.2.tar.gz", hash = "sha256:5f6aade9bac72379a57272414e085c14f4f99560644af91e4d2236c3dfe3da5f"}, + {file = "pyobjc_framework_Network-9.2-cp36-abi3-macosx_10_9_universal2.whl", hash = "sha256:38511f1a6ce869445b10c18e6e76b756b9857c9cf14242f6848619dff788c44e"}, + {file = "pyobjc_framework_Network-9.2-cp36-abi3-macosx_10_9_x86_64.whl", hash = "sha256:dd4516cdfa4537a4cdf1a112216f0ce704c8667fb0ce13746aa2824aafa02e16"}, + {file = "pyobjc_framework_Network-9.2-cp36-abi3-macosx_11_0_universal2.whl", hash = "sha256:f09195514bc3c5432c390088bfb44d65d43a88307b1041d562bc31df278b6afb"}, ] [package.dependencies] -pyobjc-core = ">=9.1.1" -pyobjc-framework-Cocoa = ">=9.1.1" +pyobjc-core = ">=9.2" +pyobjc-framework-Cocoa = ">=9.2" [[package]] name = "pyobjc-framework-networkextension" -version = "9.1.1" +version = "9.2" description = "Wrappers for the framework NetworkExtension on macOS" -category = "main" optional = false python-versions = ">=3.7" files = [ - {file = "pyobjc-framework-NetworkExtension-9.1.1.tar.gz", hash = "sha256:c0bc25c8d595951a7931c0c98a6f17d177b7cff8be91352a45e64c0e4a8c6b21"}, - {file = "pyobjc_framework_NetworkExtension-9.1.1-cp36-abi3-macosx_10_9_universal2.whl", hash = "sha256:947735f56adf268b2337a3db9fd5232cc1300465969f76fde62cad41cd704a16"}, - {file = "pyobjc_framework_NetworkExtension-9.1.1-cp36-abi3-macosx_10_9_x86_64.whl", hash = "sha256:3ed8d13ad0a3bb8cf83d2eeed7c74ed71053a94119e1af96a3dbb6fcb263b4c7"}, - {file = "pyobjc_framework_NetworkExtension-9.1.1-cp36-abi3-macosx_11_0_universal2.whl", hash = "sha256:95de3c6aa056fc74888d58b7fe507d5c0790fdfff01fb6e9c6039d0cd9ecb6c5"}, + {file = "pyobjc-framework-NetworkExtension-9.2.tar.gz", hash = "sha256:7f2d992f85c3fa8b62fa514b0afc9a4a8536fd5effff77cffd7a7b963e29f708"}, + {file = "pyobjc_framework_NetworkExtension-9.2-cp36-abi3-macosx_10_9_universal2.whl", hash = "sha256:b4cc93961e79038cf8b0e6df832b245a9caa9a5ab1305e9e128f0ede376e8221"}, + {file = "pyobjc_framework_NetworkExtension-9.2-cp36-abi3-macosx_10_9_x86_64.whl", hash = "sha256:1f5ddd278e5a112dcfe143651e0d815e1baf48adee6540dd616e03261fd4f0a7"}, + {file = "pyobjc_framework_NetworkExtension-9.2-cp36-abi3-macosx_11_0_universal2.whl", hash = "sha256:025adb08ab0efb78c30cc516d1e3c3f0507100def0b6a16fef04ffd692550cc9"}, ] [package.dependencies] -pyobjc-core = ">=9.1.1" -pyobjc-framework-Cocoa = ">=9.1.1" +pyobjc-core = ">=9.2" +pyobjc-framework-Cocoa = ">=9.2" [[package]] name = "pyobjc-framework-notificationcenter" -version = "9.1.1" +version = "9.2" description = "Wrappers for the framework NotificationCenter on macOS" -category = "main" optional = false python-versions = ">=3.7" files = [ - {file = "pyobjc-framework-NotificationCenter-9.1.1.tar.gz", hash = "sha256:4dd1ca5bda1e938496f7a053b78ebaa0c358fc54f647fdc644f323728f5dfd5c"}, - {file = "pyobjc_framework_NotificationCenter-9.1.1-cp36-abi3-macosx_10_9_universal2.whl", hash = "sha256:2486159eef53249ede80ad237c52118fae4ed496eba7c32b7196d6a02e607300"}, - {file = "pyobjc_framework_NotificationCenter-9.1.1-cp36-abi3-macosx_10_9_x86_64.whl", hash = "sha256:d2036fc7c7944ed8369d693902beadb32d749d0fa75c0ce85ff8185d783e42e2"}, - {file = "pyobjc_framework_NotificationCenter-9.1.1-cp36-abi3-macosx_11_0_universal2.whl", hash = "sha256:e2b9a56970f69cfa5f654e2d61ceb1c33adf5b30efc5c24c5e853714d02bb983"}, + {file = "pyobjc-framework-NotificationCenter-9.2.tar.gz", hash = "sha256:ee70375c42dede539aee9a5694aa3f38dfde6e848cf60b366ab5100e9bd76e00"}, + {file = "pyobjc_framework_NotificationCenter-9.2-cp36-abi3-macosx_10_9_universal2.whl", hash = "sha256:91765c8cc3d4f57ef12f970476e5229294cf4ca46e22f42c214e2561ef64b170"}, + {file = "pyobjc_framework_NotificationCenter-9.2-cp36-abi3-macosx_10_9_x86_64.whl", hash = "sha256:46cc199717ee93ca40aedd35bad25b29f251fc5813c20677ee36c84edaec6b70"}, + {file = "pyobjc_framework_NotificationCenter-9.2-cp36-abi3-macosx_11_0_universal2.whl", hash = "sha256:9c7430b8ba2d15f9d9d6ade012192046a84011eba030030103eb7ccb8cad634a"}, ] [package.dependencies] -pyobjc-core = ">=9.1.1" -pyobjc-framework-Cocoa = ">=9.1.1" +pyobjc-core = ">=9.2" +pyobjc-framework-Cocoa = ">=9.2" [[package]] name = "pyobjc-framework-opendirectory" -version = "9.1.1" +version = "9.2" description = "Wrappers for the framework OpenDirectory on macOS" -category = "main" optional = false python-versions = ">=3.7" files = [ - {file = "pyobjc-framework-OpenDirectory-9.1.1.tar.gz", hash = "sha256:4ab71f6a3be1383c32446efa4953f475dc066a7a50209654d7edf5979ac6cc3b"}, - {file = "pyobjc_framework_OpenDirectory-9.1.1-py2.py3-none-any.whl", hash = "sha256:5413e21190c47439c5fe48ba3e58f6fbf9045f820de5959d319e24e5fe194800"}, + {file = "pyobjc-framework-OpenDirectory-9.2.tar.gz", hash = "sha256:9265bf3c3f5b8819aa2b3349cef2e05e23c3b20e82a72d67105ea4cd49d28b44"}, + {file = "pyobjc_framework_OpenDirectory-9.2-py2.py3-none-any.whl", hash = "sha256:3f6f18c83cc0e98959d2d568abcaab123f3881766ae2ac32f24b6a1d71ab4792"}, ] [package.dependencies] -pyobjc-core = ">=9.1.1" -pyobjc-framework-Cocoa = ">=9.1.1" +pyobjc-core = ">=9.2" +pyobjc-framework-Cocoa = ">=9.2" [[package]] name = "pyobjc-framework-osakit" -version = "9.1.1" +version = "9.2" description = "Wrappers for the framework OSAKit on macOS" -category = "main" optional = false python-versions = ">=3.7" files = [ - {file = "pyobjc-framework-OSAKit-9.1.1.tar.gz", hash = "sha256:aff04742c6098af1b3feca70dea851ac171dfdac5a84ef1794fa132b7d4e4654"}, - {file = "pyobjc_framework_OSAKit-9.1.1-py2.py3-none-any.whl", hash = "sha256:bef666303f96ff0da0319caaa123e4f71f4361754e766a4b4e347c15e1fa7c70"}, + {file = "pyobjc-framework-OSAKit-9.2.tar.gz", hash = "sha256:695dc0402667fde608d43aa4aaff9e2c83f6e7f32b133372d04cb574cb47c873"}, + {file = "pyobjc_framework_OSAKit-9.2-py2.py3-none-any.whl", hash = "sha256:4ddbf9ba2bffb80d9080ce9854baff40c58087c31eabb9ad49c6847ff19256c8"}, ] [package.dependencies] -pyobjc-core = ">=9.1.1" -pyobjc-framework-Cocoa = ">=9.1.1" +pyobjc-core = ">=9.2" +pyobjc-framework-Cocoa = ">=9.2" [[package]] name = "pyobjc-framework-oslog" -version = "9.1.1" +version = "9.2" description = "Wrappers for the framework OSLog on macOS" -category = "main" optional = false python-versions = ">=3.7" files = [ - {file = "pyobjc-framework-OSLog-9.1.1.tar.gz", hash = "sha256:35361d31d5d0f1e33f4f6ae8794a0c5da1cbd5f3027fe69d1c1b853ea282965b"}, - {file = "pyobjc_framework_OSLog-9.1.1-cp36-abi3-macosx_10_9_universal2.whl", hash = "sha256:71d736bc14421ef32fb63d00471a96e78bc73e55ea7792fa8b6e1bc05a8dbd59"}, - {file = "pyobjc_framework_OSLog-9.1.1-cp36-abi3-macosx_10_9_x86_64.whl", hash = "sha256:1b60abe8a5b7a447193a6dddea7aba8c664992a0b28d161cb3acbf89d5ba94bf"}, - {file = "pyobjc_framework_OSLog-9.1.1-cp36-abi3-macosx_11_0_universal2.whl", hash = "sha256:874fb93b33bdf3188467fd86aa55dbbddcdc1d8a50e309595749815e7fbb8415"}, + {file = "pyobjc-framework-OSLog-9.2.tar.gz", hash = "sha256:08c05011c99308ce7591213cc9133029717483c9b3484c234d73fd5bacbd6fd2"}, + {file = "pyobjc_framework_OSLog-9.2-cp36-abi3-macosx_10_9_universal2.whl", hash = "sha256:0b63ff3bde5a36e71102fb5944f7a70a385d31a02648663f07d625c73e658209"}, + {file = "pyobjc_framework_OSLog-9.2-cp36-abi3-macosx_10_9_x86_64.whl", hash = "sha256:243e4186302d9a97ad7198637da0bafe7bd826ee40ba3ecec19b36e0456be08e"}, + {file = "pyobjc_framework_OSLog-9.2-cp36-abi3-macosx_11_0_universal2.whl", hash = "sha256:f6a2bfd0b092ece3e33497c6a0ed0640db4ff663339dab3bbf11e4a55e3f4d56"}, ] [package.dependencies] -pyobjc-core = ">=9.1.1" -pyobjc-framework-Cocoa = ">=9.1.1" -pyobjc-framework-CoreMedia = ">=9.1.1" -pyobjc-framework-Quartz = ">=9.1.1" +pyobjc-core = ">=9.2" +pyobjc-framework-Cocoa = ">=9.2" +pyobjc-framework-CoreMedia = ">=9.2" +pyobjc-framework-Quartz = ">=9.2" [[package]] name = "pyobjc-framework-passkit" -version = "9.1.1" +version = "9.2" description = "Wrappers for the framework PassKit on macOS" -category = "main" optional = false python-versions = ">=3.7" files = [ - {file = "pyobjc-framework-PassKit-9.1.1.tar.gz", hash = "sha256:62bb923aa3beab0d12d0eb5d5372c52f90ebb986858dd3bda606a68eab8a4723"}, - {file = "pyobjc_framework_PassKit-9.1.1-cp36-abi3-macosx_10_9_universal2.whl", hash = "sha256:2578846bf2f50a020d7f60fb272aea4969ef7dfa2ea9d6ec1cfd2c0b57b011d7"}, - {file = "pyobjc_framework_PassKit-9.1.1-cp36-abi3-macosx_10_9_x86_64.whl", hash = "sha256:4bc5a4008938c055f081860703a4e56027097eaaaed4ca80ef850cf4f868ebe9"}, - {file = "pyobjc_framework_PassKit-9.1.1-cp36-abi3-macosx_11_0_universal2.whl", hash = "sha256:bae2c240dd62b5a627068d7c55c1290fc2cde4e1e48193a85ed6cfb15f9c2cb8"}, + {file = "pyobjc-framework-PassKit-9.2.tar.gz", hash = "sha256:5411c6cf332960eda180b28131d5c46dded38e5bf93be973e5c1db2bc062b8b7"}, + {file = "pyobjc_framework_PassKit-9.2-cp36-abi3-macosx_10_9_universal2.whl", hash = "sha256:0294d79bc5970ad43d7754fc03e2d266823ccba0ba6b120540ad2b107a4c9379"}, + {file = "pyobjc_framework_PassKit-9.2-cp36-abi3-macosx_10_9_x86_64.whl", hash = "sha256:a71f9086f9e65fd1468a8b138879b62a1b5c1bef54828808304319de5dded80f"}, + {file = "pyobjc_framework_PassKit-9.2-cp36-abi3-macosx_11_0_universal2.whl", hash = "sha256:d5f2fb3a8227ece6d1a6a87af241c205d4fd137ef19ebb3de6a8c605f1886550"}, ] [package.dependencies] -pyobjc-core = ">=9.1.1" -pyobjc-framework-Cocoa = ">=9.1.1" +pyobjc-core = ">=9.2" +pyobjc-framework-Cocoa = ">=9.2" [[package]] name = "pyobjc-framework-pencilkit" -version = "9.1.1" +version = "9.2" description = "Wrappers for the framework PencilKit on macOS" -category = "main" optional = false python-versions = ">=3.7" files = [ - {file = "pyobjc-framework-PencilKit-9.1.1.tar.gz", hash = "sha256:1c50804e52a540ef7ff6277780a7968af2a1167bd81b14703d7a84664280d43f"}, - {file = "pyobjc_framework_PencilKit-9.1.1-py2.py3-none-any.whl", hash = "sha256:1639404afa1f9422a3f48914d24aa6d7b6c436eb1c437eac4820cd2c530fdd43"}, + {file = "pyobjc-framework-PencilKit-9.2.tar.gz", hash = "sha256:c070c6e5bc39608c0988d12a0a743419049fbcc5408962436f6176e07e7aa091"}, + {file = "pyobjc_framework_PencilKit-9.2-py2.py3-none-any.whl", hash = "sha256:c0920c3a9ecf1cc6e3b67b5e928aa23d5f61ce4218440c167df86989a2b01291"}, ] [package.dependencies] -pyobjc-core = ">=9.1.1" -pyobjc-framework-Cocoa = ">=9.1.1" +pyobjc-core = ">=9.2" +pyobjc-framework-Cocoa = ">=9.2" [[package]] name = "pyobjc-framework-phase" -version = "9.1.1" +version = "9.2" description = "Wrappers for the framework PHASE on macOS" -category = "main" optional = false python-versions = ">=3.7" files = [ - {file = "pyobjc-framework-PHASE-9.1.1.tar.gz", hash = "sha256:0c640e3355a14c570182f0b01d29fdcb803f9afa58186c0eb5dd498c746402cf"}, - {file = "pyobjc_framework_PHASE-9.1.1-py2.py3-none-any.whl", hash = "sha256:7303ec167f26ab85cec46977d372017f1c6cb678b5e9e70d3c6b32801cbb1a4a"}, + {file = "pyobjc-framework-PHASE-9.2.tar.gz", hash = "sha256:5097980acc22517ed4fcaeadb4697ea17574452964148c58ce7775ca57989800"}, + {file = "pyobjc_framework_PHASE-9.2-py2.py3-none-any.whl", hash = "sha256:051b04401279f6885a88c74faead48db0f5f8fedd0496f3affca25970fc097d4"}, ] [package.dependencies] -pyobjc-core = ">=9.1.1" -pyobjc-framework-AVFoundation = ">=9.1.1" +pyobjc-core = ">=9.2" +pyobjc-framework-AVFoundation = ">=9.2" [[package]] name = "pyobjc-framework-photos" -version = "9.1.1" +version = "9.2" description = "Wrappers for the framework Photos on macOS" -category = "main" optional = false python-versions = ">=3.7" files = [ - {file = "pyobjc-framework-Photos-9.1.1.tar.gz", hash = "sha256:9756d24ba6759ff08bb829f32c7d0d6129a7b981b14a91d31b557690da7029b9"}, - {file = "pyobjc_framework_Photos-9.1.1-cp36-abi3-macosx_10_9_universal2.whl", hash = "sha256:aa0a7168d15d98cc50a5d5340ea89f8c5dd74a080fa671fb69eb4ab30b0bd7f1"}, - {file = "pyobjc_framework_Photos-9.1.1-cp36-abi3-macosx_10_9_x86_64.whl", hash = "sha256:65ca3cbf4df3093fc8e048e96aeb6a31b460ddc989ef8d4fb74ef72fe59d1c4f"}, - {file = "pyobjc_framework_Photos-9.1.1-cp36-abi3-macosx_11_0_universal2.whl", hash = "sha256:caa492496a54d4509df58d4b24b5f736a196f29a22049b70443d49f07975b6e9"}, + {file = "pyobjc-framework-Photos-9.2.tar.gz", hash = "sha256:b2a3c28eea5fced4dff85838fb59594e352bcc1f1fc997e7b1ab221b27c6056a"}, + {file = "pyobjc_framework_Photos-9.2-cp36-abi3-macosx_10_9_universal2.whl", hash = "sha256:ae4f1358281196a12dbab79a9d3a7dfd60c2fe800771cfdd23ce0ee4e68c6211"}, + {file = "pyobjc_framework_Photos-9.2-cp36-abi3-macosx_10_9_x86_64.whl", hash = "sha256:13591fe38225bcb5dfc15d408876f309ad5c5451e841ce899364ff4e687fe458"}, + {file = "pyobjc_framework_Photos-9.2-cp36-abi3-macosx_11_0_universal2.whl", hash = "sha256:6fbe2ceaf420db7ef3126ccef30d16e498acac343ca23a827bd8bcb5fb5bbb01"}, ] [package.dependencies] -pyobjc-core = ">=9.1.1" -pyobjc-framework-Cocoa = ">=9.1.1" +pyobjc-core = ">=9.2" +pyobjc-framework-Cocoa = ">=9.2" [[package]] name = "pyobjc-framework-photosui" -version = "9.1.1" +version = "9.2" description = "Wrappers for the framework PhotosUI on macOS" -category = "main" optional = false python-versions = ">=3.7" files = [ - {file = "pyobjc-framework-PhotosUI-9.1.1.tar.gz", hash = "sha256:a008450e11c9276debcdc050110d3412fd917650997edb23c1da0a9b6a7f5e2a"}, - {file = "pyobjc_framework_PhotosUI-9.1.1-cp36-abi3-macosx_10_9_universal2.whl", hash = "sha256:65d0f02d0b2a29dae5162b76757c842d3d94d2d07c8b48974d25721f87929e30"}, - {file = "pyobjc_framework_PhotosUI-9.1.1-cp36-abi3-macosx_10_9_x86_64.whl", hash = "sha256:5c7539c367c30879a535e948729569ebd6a7171d4bd1f63023afce2f29ab3e1a"}, - {file = "pyobjc_framework_PhotosUI-9.1.1-cp36-abi3-macosx_11_0_universal2.whl", hash = "sha256:4b2397edacf5ad0e276685c054fa3f002fa1f6ee02c3b147aaefd86a09d43609"}, + {file = "pyobjc-framework-PhotosUI-9.2.tar.gz", hash = "sha256:8006112e9aaafd4517ec1d6fb36eb5b0d4bd0d92db410b11c1772d7d664cfb04"}, + {file = "pyobjc_framework_PhotosUI-9.2-cp36-abi3-macosx_10_9_universal2.whl", hash = "sha256:e423f58e917363f96a7454714d4ea38e4dcd6bb7f3b028a285f92f0a5948f616"}, + {file = "pyobjc_framework_PhotosUI-9.2-cp36-abi3-macosx_10_9_x86_64.whl", hash = "sha256:ba866c545dde3340a979ce3b8f8f1202f5a0b568c8301803d8cb65879f43a461"}, + {file = "pyobjc_framework_PhotosUI-9.2-cp36-abi3-macosx_11_0_universal2.whl", hash = "sha256:6e5d474b9c71bb4ad5f1d925175c7bbe827afa2f57a96fefcd4cfb2e470de00d"}, ] [package.dependencies] -pyobjc-core = ">=9.1.1" -pyobjc-framework-Cocoa = ">=9.1.1" +pyobjc-core = ">=9.2" +pyobjc-framework-Cocoa = ">=9.2" [[package]] name = "pyobjc-framework-preferencepanes" -version = "9.1.1" +version = "9.2" description = "Wrappers for the framework PreferencePanes on macOS" -category = "main" optional = false python-versions = ">=3.7" files = [ - {file = "pyobjc-framework-PreferencePanes-9.1.1.tar.gz", hash = "sha256:e3cd18255093d2495e91158977523efc56a89bc24ac4cb61acb6195bde817906"}, - {file = "pyobjc_framework_PreferencePanes-9.1.1-py2.py3-none-any.whl", hash = "sha256:ad34e358321bf8147f327e562987b15307561f795b90ee8e808c60bc97cdc48e"}, + {file = "pyobjc-framework-PreferencePanes-9.2.tar.gz", hash = "sha256:f761a1cd503b739d439eeebcf76cf54fffc9617eca741ec707f3fc7d1a427067"}, + {file = "pyobjc_framework_PreferencePanes-9.2-py2.py3-none-any.whl", hash = "sha256:b1416b9eb72dc8e9ded32b326c7fd07356d61d115a269a0909fe1e9520886255"}, ] [package.dependencies] -pyobjc-core = ">=9.1.1" -pyobjc-framework-Cocoa = ">=9.1.1" +pyobjc-core = ">=9.2" +pyobjc-framework-Cocoa = ">=9.2" [[package]] name = "pyobjc-framework-pubsub" -version = "9.1.1" +version = "9.2" description = "Wrappers for the framework PubSub on macOS" -category = "main" optional = false python-versions = ">=3.7" files = [ - {file = "pyobjc-framework-PubSub-9.1.1.tar.gz", hash = "sha256:a5359372f5da8e040f5e88eeac7ba057c98737dad1a147bea5dd5cd15b08e3f0"}, - {file = "pyobjc_framework_PubSub-9.1.1-py2.py3-none-any.whl", hash = "sha256:9abf78708ebdb30f2e32971804d369b91bee319ec1b9c6307d53aee57eb048b4"}, + {file = "pyobjc-framework-PubSub-9.2.tar.gz", hash = "sha256:1d8ce9324fecd22956cde8daa33598d23ce8333372dfbaa316920cd88184c3f6"}, + {file = "pyobjc_framework_PubSub-9.2-py2.py3-none-any.whl", hash = "sha256:d285bbf1012ba214ce6954efb1c1144216b19e49b9d8145265a66332b1c009c3"}, ] [package.dependencies] -pyobjc-core = ">=9.1.1" -pyobjc-framework-Cocoa = ">=9.1.1" +pyobjc-core = ">=9.2" +pyobjc-framework-Cocoa = ">=9.2" [[package]] name = "pyobjc-framework-pushkit" -version = "9.1.1" +version = "9.2" description = "Wrappers for the framework PushKit on macOS" -category = "main" optional = false python-versions = ">=3.7" files = [ - {file = "pyobjc-framework-PushKit-9.1.1.tar.gz", hash = "sha256:041eb2f175959df9294bfb324c1657d4c2b459d24c1b9af24bd9607f964e3f9c"}, - {file = "pyobjc_framework_PushKit-9.1.1-cp36-abi3-macosx_10_9_universal2.whl", hash = "sha256:19b7f948e8c30eb1cbbc780e9cbf79bbb101d3a44e377fc9cdbd1c20f530cd93"}, - {file = "pyobjc_framework_PushKit-9.1.1-cp36-abi3-macosx_10_9_x86_64.whl", hash = "sha256:9919746e17b02f4f8be56f10c0b8c946ff594cc785a4e7b79a11a3045ffda250"}, - {file = "pyobjc_framework_PushKit-9.1.1-cp36-abi3-macosx_11_0_universal2.whl", hash = "sha256:ce04dc07aecd14ef41ad2570a8e1b1457073198b5a779a9469c5d9329de014b5"}, + {file = "pyobjc-framework-PushKit-9.2.tar.gz", hash = "sha256:25b338c062d1ebb61faf1c61c271ad98ba9b93fb10c0e33d6f292a3c7644a249"}, + {file = "pyobjc_framework_PushKit-9.2-cp36-abi3-macosx_10_9_universal2.whl", hash = "sha256:f4f15a5fdab16e7c769d0a9a5eb6a933a90d9599b30e4464c7c6ae1621f33560"}, + {file = "pyobjc_framework_PushKit-9.2-cp36-abi3-macosx_10_9_x86_64.whl", hash = "sha256:e04d7cbb47ea66c44ff3cd60f4d597112747f5d263fd594649fe4a77bb594a82"}, + {file = "pyobjc_framework_PushKit-9.2-cp36-abi3-macosx_11_0_universal2.whl", hash = "sha256:51579ad8f2626e58a98886e47c8d96630e5cb4cec41b1064deb6885dcd4e1585"}, ] [package.dependencies] -pyobjc-core = ">=9.1.1" -pyobjc-framework-Cocoa = ">=9.1.1" +pyobjc-core = ">=9.2" +pyobjc-framework-Cocoa = ">=9.2" [[package]] name = "pyobjc-framework-quartz" -version = "9.1.1" +version = "9.2" description = "Wrappers for the Quartz frameworks on macOS" -category = "main" optional = false python-versions = ">=3.7" files = [ - {file = "pyobjc-framework-Quartz-9.1.1.tar.gz", hash = "sha256:8d03bc52bd6d90f00f274fd709b82e53dc5dfca19f3fc744997634e03faaa159"}, - {file = "pyobjc_framework_Quartz-9.1.1-cp310-cp310-macosx_10_9_universal2.whl", hash = "sha256:32602f46353a5eadb0843a0940635c8ec103f47d5b1ce84284604e01c6393fa8"}, - {file = "pyobjc_framework_Quartz-9.1.1-cp311-cp311-macosx_10_9_universal2.whl", hash = "sha256:7b3a56f52f9bb7fbd45c5a5f0de312ee9c104dfce6e1731015048d9e65a95e43"}, - {file = "pyobjc_framework_Quartz-9.1.1-cp37-cp37m-macosx_10_9_x86_64.whl", hash = "sha256:b3138773dfb269e6e3894e20dcfaf90102bad84ba44aa2bba8683b8426a69cdd"}, - {file = "pyobjc_framework_Quartz-9.1.1-cp38-cp38-macosx_10_9_x86_64.whl", hash = "sha256:3b583e6953e9c65525db908c33c1c97cead3ac8aa0cf2759fcc568666a1b7373"}, - {file = "pyobjc_framework_Quartz-9.1.1-cp38-cp38-macosx_11_0_universal2.whl", hash = "sha256:c3efcbba62e9c5351c2a9469faabb7f400f214cd8cf98f57798d6b6c93c76efb"}, - {file = "pyobjc_framework_Quartz-9.1.1-cp39-cp39-macosx_10_9_universal2.whl", hash = "sha256:a82d43c6c5fe0f5d350cfc97212bef7c572e345aa9c6e23909d23dace6448c99"}, + {file = "pyobjc-framework-Quartz-9.2.tar.gz", hash = "sha256:f586183b9b9ef7f165f0444a7b714ed965d79f6e92617caaf869150dcfd5a72b"}, + {file = "pyobjc_framework_Quartz-9.2-cp310-cp310-macosx_10_9_universal2.whl", hash = "sha256:fb700b24088c8fe126dc0fb5ab4caa156e1e48c1a94839e6bd31c18b570ed53a"}, + {file = "pyobjc_framework_Quartz-9.2-cp311-cp311-macosx_10_9_universal2.whl", hash = "sha256:6f983d26720f5f9786db5b525fc61b981be50d0456da1686fc533867d8990bb9"}, + {file = "pyobjc_framework_Quartz-9.2-cp312-cp312-macosx_10_9_universal2.whl", hash = "sha256:5c512837c211df6a5214d4015f1f85524607952b0619789861c490900e3d5fb9"}, + {file = "pyobjc_framework_Quartz-9.2-cp37-cp37m-macosx_10_9_x86_64.whl", hash = "sha256:0f81de8c846034e725b7ceaa2fec0cca16463a56bdbe099d1d44f20112182431"}, + {file = "pyobjc_framework_Quartz-9.2-cp38-cp38-macosx_10_9_x86_64.whl", hash = "sha256:ab346bbf410a0eaeca26d713ac1f13c014346cd1b7e195017c9502a17f6273db"}, + {file = "pyobjc_framework_Quartz-9.2-cp38-cp38-macosx_11_0_universal2.whl", hash = "sha256:16a0e0677dae6db858cf19943e34deb0424776c9a90a7b67564d0e216861b20d"}, + {file = "pyobjc_framework_Quartz-9.2-cp39-cp39-macosx_10_9_universal2.whl", hash = "sha256:67909baadcfc3ad2864539af3e94c2c024a29d01d9d6da22bbf9b84eac50064e"}, ] [package.dependencies] -pyobjc-core = ">=9.1.1" -pyobjc-framework-Cocoa = ">=9.1.1" +pyobjc-core = ">=9.2" +pyobjc-framework-Cocoa = ">=9.2" [[package]] name = "pyobjc-framework-quicklookthumbnailing" -version = "9.1.1" +version = "9.2" description = "Wrappers for the framework QuickLookThumbnailing on macOS" -category = "main" optional = false python-versions = ">=3.7" files = [ - {file = "pyobjc-framework-QuickLookThumbnailing-9.1.1.tar.gz", hash = "sha256:8d9e6b4d3dda20734c494a7993793c64d4ad13805e48f3d259956bdd0e1c0135"}, - {file = "pyobjc_framework_QuickLookThumbnailing-9.1.1-py2.py3-none-any.whl", hash = "sha256:2d6fda21954347c1b16de34ec1bf4e3cada1766358f3e374f557ee7327279557"}, + {file = "pyobjc-framework-QuickLookThumbnailing-9.2.tar.gz", hash = "sha256:d57b81a249099f1c1b7c60e69876310d1a5ccec83ff74a09b18a735b305e11e6"}, + {file = "pyobjc_framework_QuickLookThumbnailing-9.2-py2.py3-none-any.whl", hash = "sha256:fa1b880999affc68f201735c7d77741fe45aec38d9be78285495db27666801ce"}, ] [package.dependencies] -pyobjc-core = ">=9.1.1" -pyobjc-framework-Cocoa = ">=9.1.1" -pyobjc-framework-Quartz = ">=9.1.1" +pyobjc-core = ">=9.2" +pyobjc-framework-Cocoa = ">=9.2" +pyobjc-framework-Quartz = ">=9.2" [[package]] name = "pyobjc-framework-replaykit" -version = "9.1.1" +version = "9.2" description = "Wrappers for the framework ReplayKit on macOS" -category = "main" optional = false python-versions = ">=3.7" files = [ - {file = "pyobjc-framework-ReplayKit-9.1.1.tar.gz", hash = "sha256:c0213a9e8e6227833726729c4d5c1523bc084acc16868713319a3b5a019d258e"}, - {file = "pyobjc_framework_ReplayKit-9.1.1-cp36-abi3-macosx_10_9_universal2.whl", hash = "sha256:ed32f10b656a7568a6a761d417171992e068884943751a515f0581bd35bcd5c9"}, - {file = "pyobjc_framework_ReplayKit-9.1.1-cp36-abi3-macosx_10_9_x86_64.whl", hash = "sha256:fd6742948d6e979c36aaab8090edcaccdbc6e5abe2a82aad72748bc6ac48d954"}, - {file = "pyobjc_framework_ReplayKit-9.1.1-cp36-abi3-macosx_11_0_universal2.whl", hash = "sha256:5740d3ee7a6fd47fa37c4dc640a3ca5983885a80e8fc205e4a0b4478dd2b3da8"}, + {file = "pyobjc-framework-ReplayKit-9.2.tar.gz", hash = "sha256:bda42b68771c28846f90f5ae82d6418040a99a7dba8e59a465a26aa0b7c768f1"}, + {file = "pyobjc_framework_ReplayKit-9.2-cp36-abi3-macosx_10_9_universal2.whl", hash = "sha256:ad045514e182246c46ae164b6b83c0ca102b9dd2e0bdb1ac4323b5b17ca280e8"}, + {file = "pyobjc_framework_ReplayKit-9.2-cp36-abi3-macosx_10_9_x86_64.whl", hash = "sha256:fd53420a40c7f592fa925d94f49ee98d0fd117449d59908945616a7705785d4e"}, + {file = "pyobjc_framework_ReplayKit-9.2-cp36-abi3-macosx_11_0_universal2.whl", hash = "sha256:0f22960ea4f28b13211032102f98010f7848008eeea1623221ee0fef98243bc7"}, ] [package.dependencies] -pyobjc-core = ">=9.1.1" -pyobjc-framework-Cocoa = ">=9.1.1" +pyobjc-core = ">=9.2" +pyobjc-framework-Cocoa = ">=9.2" [[package]] name = "pyobjc-framework-safariservices" -version = "9.1.1" +version = "9.2" description = "Wrappers for the framework SafariServices on macOS" -category = "main" optional = false python-versions = ">=3.7" files = [ - {file = "pyobjc-framework-SafariServices-9.1.1.tar.gz", hash = "sha256:e820296401fde9dd920c0640182cd0b36f432e74f3054cf4588b184cea702668"}, - {file = "pyobjc_framework_SafariServices-9.1.1-cp36-abi3-macosx_10_9_universal2.whl", hash = "sha256:f57a86066abcf615285bce4918d07728e11826c175b6608d9a828c20616a699a"}, - {file = "pyobjc_framework_SafariServices-9.1.1-cp36-abi3-macosx_10_9_x86_64.whl", hash = "sha256:8aa7aa38894f2f6b4b67d15aaf7ee3bfddc92e9321a1bbf26d21c7716f3b3db5"}, - {file = "pyobjc_framework_SafariServices-9.1.1-cp36-abi3-macosx_11_0_universal2.whl", hash = "sha256:8c21669600d82f57607f53229da859943ae1119c129ff9f1ae06fd8b7c2a80c8"}, + {file = "pyobjc-framework-SafariServices-9.2.tar.gz", hash = "sha256:2b83ebe4f855638341f838781534d3cc7148fa7259d0a223da9cbc28436dec54"}, + {file = "pyobjc_framework_SafariServices-9.2-cp36-abi3-macosx_10_9_universal2.whl", hash = "sha256:e263f35b262882e1652fcad4344880fca54d98c8749d2cabef4f5f76c23f2cd1"}, + {file = "pyobjc_framework_SafariServices-9.2-cp36-abi3-macosx_10_9_x86_64.whl", hash = "sha256:d0fb5fa53fd7607f9facaa0459a3ace26a465655d1f75defdb35e7768d23fcfd"}, + {file = "pyobjc_framework_SafariServices-9.2-cp36-abi3-macosx_11_0_universal2.whl", hash = "sha256:a243c26d56e2efae43daa8ca2da321a0c453ec306ac8e533333d4ad5d848d753"}, ] [package.dependencies] -pyobjc-core = ">=9.1.1" -pyobjc-framework-Cocoa = ">=9.1.1" +pyobjc-core = ">=9.2" +pyobjc-framework-Cocoa = ">=9.2" [[package]] name = "pyobjc-framework-safetykit" -version = "9.1.1" +version = "9.2" description = "Wrappers for the framework SafetyKit on macOS" -category = "main" optional = false python-versions = ">=3.7" files = [ - {file = "pyobjc-framework-SafetyKit-9.1.1.tar.gz", hash = "sha256:28ab486fc24f73fecbd627665ae01dd030c72b17f794f67fdf132b0f4bde7923"}, - {file = "pyobjc_framework_SafetyKit-9.1.1-cp36-abi3-macosx_10_9_universal2.whl", hash = "sha256:2b29f8a719073a0f6c734d164f0b37bfecde8fc65b215b05e2f48db875496b3f"}, - {file = "pyobjc_framework_SafetyKit-9.1.1-cp36-abi3-macosx_10_9_x86_64.whl", hash = "sha256:714a9c29c663521c5889b5d09f993a26d863df1ae214ac7658377dd007aa1242"}, - {file = "pyobjc_framework_SafetyKit-9.1.1-cp36-abi3-macosx_11_0_universal2.whl", hash = "sha256:85dd12f1dac0d4d658cf8740f75b5aa10f6c47be02afd570310b9375dec2aa65"}, + {file = "pyobjc-framework-SafetyKit-9.2.tar.gz", hash = "sha256:5d64807eef60fc1fe1b88fa396feac8618ca57dd0746da7343681ec9beedb605"}, + {file = "pyobjc_framework_SafetyKit-9.2-cp36-abi3-macosx_10_9_universal2.whl", hash = "sha256:c87bc52a58b755ba43c6b51f6791be47f6857a0afff8120ca350d9a7b6f5fa41"}, + {file = "pyobjc_framework_SafetyKit-9.2-cp36-abi3-macosx_10_9_x86_64.whl", hash = "sha256:31ab52cb5a4591c34d1d42cab65bc4e56b29c5339ad9658866c7331f9f444557"}, + {file = "pyobjc_framework_SafetyKit-9.2-cp36-abi3-macosx_11_0_universal2.whl", hash = "sha256:b144b85dfd9bec3136139537300dc600fbdd750861e6fa112d9ac0afe50ff5b1"}, ] [package.dependencies] -pyobjc-core = ">=9.1.1" -pyobjc-framework-Cocoa = ">=9.1.1" -pyobjc-framework-Quartz = ">=9.1.1" +pyobjc-core = ">=9.2" +pyobjc-framework-Cocoa = ">=9.2" +pyobjc-framework-Quartz = ">=9.2" [[package]] name = "pyobjc-framework-scenekit" -version = "9.1.1" +version = "9.2" description = "Wrappers for the framework SceneKit on macOS" -category = "main" optional = false python-versions = ">=3.7" files = [ - {file = "pyobjc-framework-SceneKit-9.1.1.tar.gz", hash = "sha256:d6a9b75f5e551c22c4a2828910e810e17fcd4d800a11e954ee59bf15bc41af00"}, - {file = "pyobjc_framework_SceneKit-9.1.1-cp36-abi3-macosx_10_9_universal2.whl", hash = "sha256:6bb62e5db7f5ee41cc94c380d3088f41ce0c14ca5f0f65636da5a75bfd0b5995"}, - {file = "pyobjc_framework_SceneKit-9.1.1-cp36-abi3-macosx_10_9_x86_64.whl", hash = "sha256:e28f00dc368091cacd1ea955e87cd082f41757f26acbc4e90cf185aa47aa529a"}, - {file = "pyobjc_framework_SceneKit-9.1.1-cp36-abi3-macosx_11_0_universal2.whl", hash = "sha256:e1680c996e4a7434b673b28e31673bef98cadcb2673f6ff8badb4a3f8afc3af2"}, + {file = "pyobjc-framework-SceneKit-9.2.tar.gz", hash = "sha256:33e7e17d2d3d3ef56b09f8f803c2288c2b9ad1c4ec0efc62551a994eef79b905"}, + {file = "pyobjc_framework_SceneKit-9.2-cp36-abi3-macosx_10_9_universal2.whl", hash = "sha256:7ab8115a34adc446390ad4a0b8ce6b456f2072317e0838a17a141e1e668d274f"}, + {file = "pyobjc_framework_SceneKit-9.2-cp36-abi3-macosx_10_9_x86_64.whl", hash = "sha256:da7bb33f304ff6cf5068c7f78173c9ff8042a6ca2f083eaad5e87da50e170a45"}, + {file = "pyobjc_framework_SceneKit-9.2-cp36-abi3-macosx_11_0_universal2.whl", hash = "sha256:68177b40163bdc37d34d40f989a570ac1c3e6c7b1d59121ccf20ebb0aa100b48"}, ] [package.dependencies] -pyobjc-core = ">=9.1.1" -pyobjc-framework-Cocoa = ">=9.1.1" -pyobjc-framework-Quartz = ">=9.1.1" +pyobjc-core = ">=9.2" +pyobjc-framework-Cocoa = ">=9.2" +pyobjc-framework-Quartz = ">=9.2" [[package]] name = "pyobjc-framework-screencapturekit" -version = "9.1.1" +version = "9.2" description = "Wrappers for the framework ScreenCaptureKit on macOS" -category = "main" optional = false python-versions = ">=3.7" files = [ - {file = "pyobjc-framework-ScreenCaptureKit-9.1.1.tar.gz", hash = "sha256:80d3aff6cd58231e15cc81bee4d106ee030e3beafcf88db8ae6a872c2c808b12"}, - {file = "pyobjc_framework_ScreenCaptureKit-9.1.1-cp310-cp310-macosx_10_9_universal2.whl", hash = "sha256:5108c29bd10a170efe29cd24ff8ba7e25896fc4e0e5b1a9ebb587dd9cd1f5d67"}, - {file = "pyobjc_framework_ScreenCaptureKit-9.1.1-cp311-cp311-macosx_10_9_universal2.whl", hash = "sha256:c88908901151e30f398bfe246c85e82bc773d8126d898a8f9a159d0bc4ec6045"}, - {file = "pyobjc_framework_ScreenCaptureKit-9.1.1-cp37-cp37m-macosx_10_9_x86_64.whl", hash = "sha256:e373108dd6dc6c667d1717347fb4eb0f8ff3a24a46282f9d43ed83f6d2529958"}, - {file = "pyobjc_framework_ScreenCaptureKit-9.1.1-cp38-cp38-macosx_10_9_x86_64.whl", hash = "sha256:c78509915ae7df60f9b371c97280ce2487ed8b2ac91d1b925a072e3782cbea06"}, - {file = "pyobjc_framework_ScreenCaptureKit-9.1.1-cp38-cp38-macosx_11_0_universal2.whl", hash = "sha256:10c7f1d0115e41c381f28dbf2964062942671c5fcfab2d5dd708b0adbf18d92e"}, - {file = "pyobjc_framework_ScreenCaptureKit-9.1.1-cp39-cp39-macosx_10_9_universal2.whl", hash = "sha256:c046573b6e5c253c924edcc28ed4c81894ace00fb2dc61c321e9bb718a9e5b24"}, + {file = "pyobjc-framework-ScreenCaptureKit-9.2.tar.gz", hash = "sha256:e714c9b8bf543321c479168ee27e2d647ebbea977621de37dda0475429738859"}, + {file = "pyobjc_framework_ScreenCaptureKit-9.2-cp310-cp310-macosx_10_9_universal2.whl", hash = "sha256:d9dbf3851759d5c5831e33f39ecc6d1f73f17284843abc573b2618d70561161c"}, + {file = "pyobjc_framework_ScreenCaptureKit-9.2-cp311-cp311-macosx_10_9_universal2.whl", hash = "sha256:63730f1b89a355cea76eb7baae563a2b6e69aa5f031946648a11080194065864"}, + {file = "pyobjc_framework_ScreenCaptureKit-9.2-cp312-cp312-macosx_10_9_universal2.whl", hash = "sha256:d967ba7564b1cddaddf8cd56e3dfb6fac770369334cfa1c5ce64fbcf06659eb2"}, + {file = "pyobjc_framework_ScreenCaptureKit-9.2-cp37-cp37m-macosx_10_9_x86_64.whl", hash = "sha256:ffffb2e4328b15ef88f2572f0cd5ac2a11706952a2b2ec318235e54525fbf2b0"}, + {file = "pyobjc_framework_ScreenCaptureKit-9.2-cp38-cp38-macosx_10_9_x86_64.whl", hash = "sha256:f63acdf5b4589e85ddeb924f9c11ae10376458ade304a3e95992ed526bedd8ad"}, + {file = "pyobjc_framework_ScreenCaptureKit-9.2-cp38-cp38-macosx_11_0_universal2.whl", hash = "sha256:8e059cc7c25076a74f08706db83376b82510d9ae00535aca2c10301d8f3523a3"}, + {file = "pyobjc_framework_ScreenCaptureKit-9.2-cp39-cp39-macosx_10_9_universal2.whl", hash = "sha256:52fd1496679d68be7c74703e9fa1ff4167ea4298cef94241854b1c8eee1a750e"}, ] [package.dependencies] -pyobjc-core = ">=9.1.1" -pyobjc-framework-CoreMedia = ">=9.1.1" +pyobjc-core = ">=9.2" +pyobjc-framework-CoreMedia = ">=9.2" [[package]] name = "pyobjc-framework-screensaver" -version = "9.1.1" +version = "9.2" description = "Wrappers for the framework ScreenSaver on macOS" -category = "main" optional = false python-versions = ">=3.7" files = [ - {file = "pyobjc-framework-ScreenSaver-9.1.1.tar.gz", hash = "sha256:4109f55b3fa157c03191ddc7cbf1217a285f69dccef433847a6042f2bc0f9de1"}, - {file = "pyobjc_framework_ScreenSaver-9.1.1-cp36-abi3-macosx_10_9_universal2.whl", hash = "sha256:f808b12db1917d20363443c7ec251bf2ba3ae55033de29239a9ff96082752212"}, - {file = "pyobjc_framework_ScreenSaver-9.1.1-cp36-abi3-macosx_10_9_x86_64.whl", hash = "sha256:272e1121bac89c864d32b2eb2bf92538c713ae5d30aba83f368845a507b44603"}, - {file = "pyobjc_framework_ScreenSaver-9.1.1-cp36-abi3-macosx_11_0_universal2.whl", hash = "sha256:bece0b445ac04691cbd0b8793bc8d37cac6fbd9740cf4e5c4f43f396d54e92ae"}, + {file = "pyobjc-framework-ScreenSaver-9.2.tar.gz", hash = "sha256:6146baeee38d7d4852b4a7cb3a77c75c5bf2d68f198515df3ce78a45dc4ca3fa"}, + {file = "pyobjc_framework_ScreenSaver-9.2-cp36-abi3-macosx_10_9_universal2.whl", hash = "sha256:896a35bb6d5aa8a7686bb1ef7d6191cc69a077763d1500e58a3b6b04938f1b31"}, + {file = "pyobjc_framework_ScreenSaver-9.2-cp36-abi3-macosx_10_9_x86_64.whl", hash = "sha256:88fe7f87257e46ae8e11ab8e42877489adf888521866854b0db427d1342d6384"}, + {file = "pyobjc_framework_ScreenSaver-9.2-cp36-abi3-macosx_11_0_universal2.whl", hash = "sha256:46c70024a413f42d054f171307e16687beb8c86a6eb8330ad3b871800d3f5840"}, ] [package.dependencies] -pyobjc-core = ">=9.1.1" -pyobjc-framework-Cocoa = ">=9.1.1" +pyobjc-core = ">=9.2" +pyobjc-framework-Cocoa = ">=9.2" [[package]] name = "pyobjc-framework-screentime" -version = "9.1.1" +version = "9.2" description = "Wrappers for the framework ScreenTime on macOS" -category = "main" optional = false python-versions = ">=3.7" files = [ - {file = "pyobjc-framework-ScreenTime-9.1.1.tar.gz", hash = "sha256:0a29e5c03af464de00462d1918057f9c81fe1e1b649c3b48d766375e5db7208a"}, - {file = "pyobjc_framework_ScreenTime-9.1.1-py2.py3-none-any.whl", hash = "sha256:ed45e0a7b7d4cf345c7c48dd7d37b1e429d35c30f2d4776433e0957e1b1de9a6"}, + {file = "pyobjc-framework-ScreenTime-9.2.tar.gz", hash = "sha256:3e97edcb17ec0c96016b202df633e6b313ded8d81ac690a389089f493652dfc9"}, + {file = "pyobjc_framework_ScreenTime-9.2-py2.py3-none-any.whl", hash = "sha256:420dd744a2f69fc38db25a3210049d983a91941ab1072a209ef83e7c6fed53c5"}, ] [package.dependencies] -pyobjc-core = ">=9.1.1" -pyobjc-framework-Cocoa = ">=9.1.1" +pyobjc-core = ">=9.2" +pyobjc-framework-Cocoa = ">=9.2" [[package]] name = "pyobjc-framework-scriptingbridge" -version = "9.1.1" +version = "9.2" description = "Wrappers for the framework ScriptingBridge on macOS" -category = "main" optional = false python-versions = ">=3.7" files = [ - {file = "pyobjc-framework-ScriptingBridge-9.1.1.tar.gz", hash = "sha256:63d9282f7e409f3b7099b943fc7df1e5184dd2722d7fa994511387a06f7d08ce"}, - {file = "pyobjc_framework_ScriptingBridge-9.1.1-cp36-abi3-macosx_10_9_universal2.whl", hash = "sha256:6d6d83075316e21cba6dcb273493a11257b13afee1809179bcc865b4fd9c7335"}, - {file = "pyobjc_framework_ScriptingBridge-9.1.1-cp36-abi3-macosx_10_9_x86_64.whl", hash = "sha256:4c280dd7bdfd2b53ebd32db41dde802e4ce746bdc49726232c3e62616794b9aa"}, - {file = "pyobjc_framework_ScriptingBridge-9.1.1-cp36-abi3-macosx_11_0_universal2.whl", hash = "sha256:468461498e96913299c4243ce9a27cb8ef6db2657a0f7ecd23b4f9734cd582f1"}, + {file = "pyobjc-framework-ScriptingBridge-9.2.tar.gz", hash = "sha256:48adc2a2b27f8f699f8d9e849c04b0a05afae8044d0435bc0765cdb79f42c051"}, + {file = "pyobjc_framework_ScriptingBridge-9.2-cp36-abi3-macosx_10_9_universal2.whl", hash = "sha256:e7b2699b48692bd413611c664a7d218389270d46d6556be9aea29f3053c1baeb"}, + {file = "pyobjc_framework_ScriptingBridge-9.2-cp36-abi3-macosx_10_9_x86_64.whl", hash = "sha256:d22d0c3f0fb402a15fc820af6e26ce9c8bb539f9ec9acf78e10e71c2bac87703"}, + {file = "pyobjc_framework_ScriptingBridge-9.2-cp36-abi3-macosx_11_0_universal2.whl", hash = "sha256:d80ed78995196d3950b520f9aac3ff2165b187f222860ef712a7eaa6e2525fd3"}, ] [package.dependencies] -pyobjc-core = ">=9.1.1" -pyobjc-framework-Cocoa = ">=9.1.1" +pyobjc-core = ">=9.2" +pyobjc-framework-Cocoa = ">=9.2" [[package]] name = "pyobjc-framework-searchkit" -version = "9.1.1" +version = "9.2" description = "Wrappers for the framework SearchKit on macOS" -category = "main" optional = false python-versions = ">=3.7" files = [ - {file = "pyobjc-framework-SearchKit-9.1.1.tar.gz", hash = "sha256:c42a664833cbc3a2813ca9ca1607e77e72843715949738e4967caf7991b14234"}, - {file = "pyobjc_framework_SearchKit-9.1.1-py2.py3-none-any.whl", hash = "sha256:9441700a817b25da33a53caf05526b2173c93e84cae30d873b034900c1e27c22"}, + {file = "pyobjc-framework-SearchKit-9.2.tar.gz", hash = "sha256:218197e51c748f8bea039fe73898eaf1eb1e7e775c83e2868757a74cb2ac850d"}, + {file = "pyobjc_framework_SearchKit-9.2-py2.py3-none-any.whl", hash = "sha256:e7d7315475a791b5565aa0abb0deac1c0dbec48e8250f7075448ea9032f91dc5"}, ] [package.dependencies] -pyobjc-core = ">=9.1.1" -pyobjc-framework-CoreServices = ">=9.1.1" +pyobjc-core = ">=9.2" +pyobjc-framework-CoreServices = ">=9.2" [[package]] name = "pyobjc-framework-security" -version = "9.1.1" +version = "9.2" description = "Wrappers for the framework Security on macOS" -category = "main" optional = false python-versions = ">=3.7" files = [ - {file = "pyobjc-framework-Security-9.1.1.tar.gz", hash = "sha256:66b9967e170c3d7eabdb5ebb049c26aa1fba008e046bd66f008302594d3c2e0e"}, - {file = "pyobjc_framework_Security-9.1.1-cp310-cp310-macosx_10_9_universal2.whl", hash = "sha256:fcd12007024ca5395af6e2b38f897b49c31ea73abd5301c03b06748eeee898c7"}, - {file = "pyobjc_framework_Security-9.1.1-cp311-cp311-macosx_10_9_universal2.whl", hash = "sha256:ca9490ff432781414177f19e1e13323dd59bd9751338b1938bf84f2c68ec8c1f"}, - {file = "pyobjc_framework_Security-9.1.1-cp37-cp37m-macosx_10_9_x86_64.whl", hash = "sha256:216b12d83295a029f08ec23070c4edeba0b5d83d682f4e092770942194e82bd6"}, - {file = "pyobjc_framework_Security-9.1.1-cp38-cp38-macosx_10_9_x86_64.whl", hash = "sha256:2746572a8d2d87219e28048f943970938ad94dc6110ec72a433affa346965b97"}, - {file = "pyobjc_framework_Security-9.1.1-cp38-cp38-macosx_11_0_universal2.whl", hash = "sha256:4e57dcf0d9ef3510ec8127daaac277cb4486ce2b27f496d1b18b376b15b094a1"}, - {file = "pyobjc_framework_Security-9.1.1-cp39-cp39-macosx_10_9_universal2.whl", hash = "sha256:66037b0c9fcd0c59fc0108deca38450c6fac0512ef42e135fb0e6a3ff6cb2b95"}, + {file = "pyobjc-framework-Security-9.2.tar.gz", hash = "sha256:8d4f7a22db2fe666c7bff4a5825b49d2345e9a8d96ea085f1a614ad9a559b4e5"}, + {file = "pyobjc_framework_Security-9.2-cp310-cp310-macosx_10_9_universal2.whl", hash = "sha256:06137e1dd28af61f9966e1dfddba4ff7dc25d3d77f49f9af47bb4791492e58ce"}, + {file = "pyobjc_framework_Security-9.2-cp311-cp311-macosx_10_9_universal2.whl", hash = "sha256:ca272397da447897d73e1b72ae0acddadfefbb575e452b85028b2d7ae13b0fc7"}, + {file = "pyobjc_framework_Security-9.2-cp312-cp312-macosx_10_9_universal2.whl", hash = "sha256:f9cfb6c44cefe7d6456ddfdda569867254a271d8fef10500e86456a105e255b9"}, + {file = "pyobjc_framework_Security-9.2-cp37-cp37m-macosx_10_9_x86_64.whl", hash = "sha256:3d627e92688dfb31a0399f12283256717e5a1bd05b2abfd8b470621f955995a3"}, + {file = "pyobjc_framework_Security-9.2-cp38-cp38-macosx_10_9_x86_64.whl", hash = "sha256:0f9435986f7cf74d22a2920a5d85d922e24caa3b5b2911fb6d07c3b89f9973f9"}, + {file = "pyobjc_framework_Security-9.2-cp38-cp38-macosx_11_0_universal2.whl", hash = "sha256:aa18fbb458edf04b0c34d13443a4665aeff4ae90ee644f008cd58146740f166d"}, + {file = "pyobjc_framework_Security-9.2-cp39-cp39-macosx_10_9_universal2.whl", hash = "sha256:8be7f51fc483532100853a570d62570f553fce5d7e101a572ad70198acfc9a8e"}, ] [package.dependencies] -pyobjc-core = ">=9.1.1" -pyobjc-framework-Cocoa = ">=9.1.1" +pyobjc-core = ">=9.2" +pyobjc-framework-Cocoa = ">=9.2" [[package]] name = "pyobjc-framework-securityfoundation" -version = "9.1.1" +version = "9.2" description = "Wrappers for the framework SecurityFoundation on macOS" -category = "main" optional = false python-versions = ">=3.7" files = [ - {file = "pyobjc-framework-SecurityFoundation-9.1.1.tar.gz", hash = "sha256:a0a5b77234bb64ca2d99a2bb6b53d7846119b1a5b21a0c1fe80a5e5a48689100"}, - {file = "pyobjc_framework_SecurityFoundation-9.1.1-py2.py3-none-any.whl", hash = "sha256:cbf21fe7b098c88af63711984c1110d41f320dbb1321aa120a8bb314b8a8a46d"}, + {file = "pyobjc-framework-SecurityFoundation-9.2.tar.gz", hash = "sha256:e990fcd1013f480e6051d3b03d989ce5998e304e1b6117362018fc16a75bacc1"}, + {file = "pyobjc_framework_SecurityFoundation-9.2-py2.py3-none-any.whl", hash = "sha256:e5868b66905a96429fc6149cee680c027ca530575200ff456cc97c6d9d59c301"}, ] [package.dependencies] -pyobjc-core = ">=9.1.1" -pyobjc-framework-Cocoa = ">=9.1.1" -pyobjc-framework-Security = ">=9.1.1" +pyobjc-core = ">=9.2" +pyobjc-framework-Cocoa = ">=9.2" +pyobjc-framework-Security = ">=9.2" [[package]] name = "pyobjc-framework-securityinterface" -version = "9.1.1" +version = "9.2" description = "Wrappers for the framework SecurityInterface on macOS" -category = "main" optional = false python-versions = ">=3.7" files = [ - {file = "pyobjc-framework-SecurityInterface-9.1.1.tar.gz", hash = "sha256:5c2f9795b6da71c5186767d99d3f8a86d68ea03a1e0325204c888ffc10ec32ef"}, - {file = "pyobjc_framework_SecurityInterface-9.1.1-cp36-abi3-macosx_10_9_universal2.whl", hash = "sha256:0d0e64956370d2a791773f0a9c5557723b71bf1d8d06d824dc26c1224fe31340"}, - {file = "pyobjc_framework_SecurityInterface-9.1.1-cp36-abi3-macosx_10_9_x86_64.whl", hash = "sha256:b4aff919fd062af3df8b0319c01e31b056ed6a794e03e17f83e738f89dfeb720"}, - {file = "pyobjc_framework_SecurityInterface-9.1.1-cp36-abi3-macosx_11_0_universal2.whl", hash = "sha256:77d5af391432af0fbe73066ce4c8e20879c5dde49afb5756d250a927b206b32f"}, + {file = "pyobjc-framework-SecurityInterface-9.2.tar.gz", hash = "sha256:31006ffafc4adc79c4bef7dff600e03944ce654c664c609819c6ef5cddda8d4d"}, + {file = "pyobjc_framework_SecurityInterface-9.2-cp36-abi3-macosx_10_9_universal2.whl", hash = "sha256:74b78c07f696dee841407d6e6743261a0076d162f56d8f69a0c012040c9ec7b9"}, + {file = "pyobjc_framework_SecurityInterface-9.2-cp36-abi3-macosx_10_9_x86_64.whl", hash = "sha256:617fb358d582d699d5df949f5aa50f30828f10fe522c5bbde74943867938837b"}, + {file = "pyobjc_framework_SecurityInterface-9.2-cp36-abi3-macosx_11_0_universal2.whl", hash = "sha256:c6d6db53a2de0e748fb86e1a59d7c259c6fdcb52d150b1650e5be67a1ec5d459"}, ] [package.dependencies] -pyobjc-core = ">=9.1.1" -pyobjc-framework-Cocoa = ">=9.1.1" -pyobjc-framework-Security = ">=9.1.1" +pyobjc-core = ">=9.2" +pyobjc-framework-Cocoa = ">=9.2" +pyobjc-framework-Security = ">=9.2" [[package]] name = "pyobjc-framework-servicemanagement" -version = "9.1.1" +version = "9.2" description = "Wrappers for the framework ServiceManagement on macOS" -category = "main" optional = false python-versions = ">=3.7" files = [ - {file = "pyobjc-framework-ServiceManagement-9.1.1.tar.gz", hash = "sha256:99bd7f3be594e06929d01c14f7c022a45707dbd72e8d7407f28ef8d4968e1c29"}, - {file = "pyobjc_framework_ServiceManagement-9.1.1-py2.py3-none-any.whl", hash = "sha256:5e0709bbd23adaa801ed5fd618be7a25cd6c55b1cad9ab21b5e39166215c033b"}, + {file = "pyobjc-framework-ServiceManagement-9.2.tar.gz", hash = "sha256:c4214943f7fc3ae16cea3535496052bf552c363eaa12346f69d20e30e40b22c3"}, + {file = "pyobjc_framework_ServiceManagement-9.2-py2.py3-none-any.whl", hash = "sha256:ee102db9a6086bcd28f228bf427f630a9bd3920f73a94f8043db9b2a67119b22"}, ] [package.dependencies] -pyobjc-core = ">=9.1.1" -pyobjc-framework-Cocoa = ">=9.1.1" +pyobjc-core = ">=9.2" +pyobjc-framework-Cocoa = ">=9.2" [[package]] name = "pyobjc-framework-sharedwithyou" -version = "9.1.1" +version = "9.2" description = "Wrappers for the framework SharedWithYou on macOS" -category = "main" optional = false python-versions = ">=3.7" files = [ - {file = "pyobjc-framework-SharedWithYou-9.1.1.tar.gz", hash = "sha256:c8e1ba484baf1468e82be9c626444575753a7c69d5c0cec0484d4781eff3da0f"}, - {file = "pyobjc_framework_SharedWithYou-9.1.1-cp36-abi3-macosx_10_9_universal2.whl", hash = "sha256:382f2c5afa34591fbec5ec7af81552b6f5ae4d1119a195a29aca44235fc3bb57"}, - {file = "pyobjc_framework_SharedWithYou-9.1.1-cp36-abi3-macosx_10_9_x86_64.whl", hash = "sha256:ace9c6c998ef4edcfe5a1393e262f93aa6c2b93ba02324297023a97f57cc225f"}, - {file = "pyobjc_framework_SharedWithYou-9.1.1-cp36-abi3-macosx_11_0_universal2.whl", hash = "sha256:02cd5bf24a16fd6a2b7e382f2bfd833d373c2d3d545c9884177680521ba34704"}, + {file = "pyobjc-framework-SharedWithYou-9.2.tar.gz", hash = "sha256:38edbaa24d05083ca736f2c2c718a897db803a4c34dd12e789999525c01d0104"}, + {file = "pyobjc_framework_SharedWithYou-9.2-cp36-abi3-macosx_10_9_universal2.whl", hash = "sha256:542d4e84c797324cd4c06c20005aef7c133c7f3759bc43fa5e6643ff41e795ab"}, + {file = "pyobjc_framework_SharedWithYou-9.2-cp36-abi3-macosx_10_9_x86_64.whl", hash = "sha256:d4b4f55f6bd65fc72acc2e1d2d1de1986ca43f9d80ef6fc4b27fa58dc3e574cc"}, + {file = "pyobjc_framework_SharedWithYou-9.2-cp36-abi3-macosx_11_0_universal2.whl", hash = "sha256:d376b76d96a1f5b31fe22e1eff14bacf0993b9444ede65366b6bf502a26deb57"}, ] [package.dependencies] -pyobjc-core = ">=9.1.1" -pyobjc-framework-SharedWithYouCore = ">=9.1.1" +pyobjc-core = ">=9.2" +pyobjc-framework-SharedWithYouCore = ">=9.2" [[package]] name = "pyobjc-framework-sharedwithyoucore" -version = "9.1.1" +version = "9.2" description = "Wrappers for the framework SharedWithYouCore on macOS" -category = "main" optional = false python-versions = ">=3.7" files = [ - {file = "pyobjc-framework-SharedWithYouCore-9.1.1.tar.gz", hash = "sha256:40748793da368235379d2ce1e6abf6861e233048e215fedc3064e7f19a2f991a"}, - {file = "pyobjc_framework_SharedWithYouCore-9.1.1-cp36-abi3-macosx_10_9_universal2.whl", hash = "sha256:3836ff029340adeab31a56438aa04c1ba6310b1283d25da139e8c530b16fa361"}, - {file = "pyobjc_framework_SharedWithYouCore-9.1.1-cp36-abi3-macosx_10_9_x86_64.whl", hash = "sha256:6039e4574c30a470734c2f7f86afafbcb1af07f42bb1dfefd24d15999c279996"}, - {file = "pyobjc_framework_SharedWithYouCore-9.1.1-cp36-abi3-macosx_11_0_universal2.whl", hash = "sha256:ec9b273d1f67bb96161d86313f695181c12aeb0df366f7b21efa69d359f763bc"}, + {file = "pyobjc-framework-SharedWithYouCore-9.2.tar.gz", hash = "sha256:ddc00f4a40c0e81e68cf0bc4ff15f4980ab7367aca90c3c2f592762d081169e7"}, + {file = "pyobjc_framework_SharedWithYouCore-9.2-cp36-abi3-macosx_10_9_universal2.whl", hash = "sha256:6569320dece99dd85922b62f851e08550619649921b2c4a41e07b24f67fcdc80"}, + {file = "pyobjc_framework_SharedWithYouCore-9.2-cp36-abi3-macosx_10_9_x86_64.whl", hash = "sha256:6ac590c2aeb2af3882cfe7e2569f626a7b4d391ace7f815946f1c61100b5bf2d"}, + {file = "pyobjc_framework_SharedWithYouCore-9.2-cp36-abi3-macosx_11_0_universal2.whl", hash = "sha256:07d0be9e9ea1215e55c7c36dac2d01ca2c6f78c3ee43269ed832b4d2df6b2042"}, ] [package.dependencies] -pyobjc-core = ">=9.1.1" -pyobjc-framework-Cocoa = ">=9.1.1" +pyobjc-core = ">=9.2" +pyobjc-framework-Cocoa = ">=9.2" [[package]] name = "pyobjc-framework-shazamkit" -version = "9.1.1" +version = "9.2" description = "Wrappers for the framework ShazamKit on macOS" -category = "main" optional = false python-versions = ">=3.7" files = [ - {file = "pyobjc-framework-ShazamKit-9.1.1.tar.gz", hash = "sha256:757410712eba85c227ecca5574b858158757ed143dc05714d9a85bf029ca93f9"}, - {file = "pyobjc_framework_ShazamKit-9.1.1-cp310-cp310-macosx_10_9_universal2.whl", hash = "sha256:c647da797a55fa3cf1fee32e9dffe1c263dc38f7f3e5bbcae780c3f8844ab0a3"}, - {file = "pyobjc_framework_ShazamKit-9.1.1-cp311-cp311-macosx_10_9_universal2.whl", hash = "sha256:a7c4e98c9ba63ed6300f0f2400941ddc7005a9eb47cecb349f6bdf47f0c1116a"}, - {file = "pyobjc_framework_ShazamKit-9.1.1-cp37-cp37m-macosx_10_9_x86_64.whl", hash = "sha256:995fd3c8bbcecec6f6f52fc6e330ba65e751983c40c05dd932d9993d51f16da9"}, - {file = "pyobjc_framework_ShazamKit-9.1.1-cp38-cp38-macosx_10_9_x86_64.whl", hash = "sha256:1aa0c65278769dd6008b321e0b16555ef4a6c9fe79ebc73df86f7f8ac8f24f76"}, - {file = "pyobjc_framework_ShazamKit-9.1.1-cp38-cp38-macosx_11_0_universal2.whl", hash = "sha256:8b2e0001dedca54e8a39478dd69d901e1165fb50edd279e64a7415461b754a1e"}, - {file = "pyobjc_framework_ShazamKit-9.1.1-cp39-cp39-macosx_10_9_universal2.whl", hash = "sha256:a447ece5e239f4d645fdd9385d9e07c6938f859e70bc2dd184ea37d38f851450"}, + {file = "pyobjc-framework-ShazamKit-9.2.tar.gz", hash = "sha256:612e7a60fde56148d1a9f12a7447198bd57bc6b792c03c58e785664d447c4df6"}, + {file = "pyobjc_framework_ShazamKit-9.2-cp310-cp310-macosx_10_9_universal2.whl", hash = "sha256:5e789be32c830e740c64a6fc96e64234e04cb16e787b2eead6b94232b6d7ff94"}, + {file = "pyobjc_framework_ShazamKit-9.2-cp311-cp311-macosx_10_9_universal2.whl", hash = "sha256:914e42625db52a4097e8f15042c8e2ab2b2288e204f1adb0d7051b7bcae60b00"}, + {file = "pyobjc_framework_ShazamKit-9.2-cp312-cp312-macosx_10_9_universal2.whl", hash = "sha256:2669c7b9192571876e31de03ddf3025128813fa085b8b722ed6d7230c020e05e"}, + {file = "pyobjc_framework_ShazamKit-9.2-cp37-cp37m-macosx_10_9_x86_64.whl", hash = "sha256:5061308e1977f2e03ad232972acf67bac6ec2fe5a5e415e682647fe95f186815"}, + {file = "pyobjc_framework_ShazamKit-9.2-cp38-cp38-macosx_10_9_x86_64.whl", hash = "sha256:4571456dc297bb599f89ec5939d15db3c1ba7b98d4827bf5f59a58baba67d377"}, + {file = "pyobjc_framework_ShazamKit-9.2-cp38-cp38-macosx_11_0_universal2.whl", hash = "sha256:23c5318c9207e518995df9e20a9ee7ba58c9c4052a35784d9f37380589023491"}, + {file = "pyobjc_framework_ShazamKit-9.2-cp39-cp39-macosx_10_9_universal2.whl", hash = "sha256:fd42ac718d93932a2212d4f75b2eaabe61cea590c4627bc8a1b22ef904e46212"}, ] [package.dependencies] -pyobjc-core = ">=9.1.1" -pyobjc-framework-Cocoa = ">=9.1.1" +pyobjc-core = ">=9.2" +pyobjc-framework-Cocoa = ">=9.2" [[package]] name = "pyobjc-framework-social" -version = "9.1.1" +version = "9.2" description = "Wrappers for the framework Social on macOS" -category = "main" optional = false python-versions = ">=3.7" files = [ - {file = "pyobjc-framework-Social-9.1.1.tar.gz", hash = "sha256:f6c5baadcf81141ae11322ffa839e3b90bdc1267041d17a56c4b72f440bf4b05"}, - {file = "pyobjc_framework_Social-9.1.1-py2.py3-none-any.whl", hash = "sha256:967146838af3e2e35f8dbf2d87c5b610f72cad74810ed49be31f1aa3b3f67559"}, + {file = "pyobjc-framework-Social-9.2.tar.gz", hash = "sha256:ea286f0024c5213cf9da9b9a47a0a0af8c64c791ed153cb28de5fe821ab6053f"}, + {file = "pyobjc_framework_Social-9.2-py2.py3-none-any.whl", hash = "sha256:df4394568e2a21ed33f1889a6252f0ec5b8e9fa9e0c20ccf011eafe4da9823f2"}, ] [package.dependencies] -pyobjc-core = ">=9.1.1" -pyobjc-framework-Cocoa = ">=9.1.1" +pyobjc-core = ">=9.2" +pyobjc-framework-Cocoa = ">=9.2" [[package]] name = "pyobjc-framework-soundanalysis" -version = "9.1.1" +version = "9.2" description = "Wrappers for the framework SoundAnalysis on macOS" -category = "main" optional = false python-versions = ">=3.7" files = [ - {file = "pyobjc-framework-SoundAnalysis-9.1.1.tar.gz", hash = "sha256:cdd815d2076c2a29cf207b5be8144017ab372bd8b5f7e6ccf87720bac5d416b3"}, - {file = "pyobjc_framework_SoundAnalysis-9.1.1-py2.py3-none-any.whl", hash = "sha256:046bb27375bda0699ce897c6e62b5411989a9fc0949bf0914b8b4040b98c5221"}, + {file = "pyobjc-framework-SoundAnalysis-9.2.tar.gz", hash = "sha256:f54d0fe2f653660096f7b014cead022ab6f7624ad3e141a53e503511ffcc1106"}, + {file = "pyobjc_framework_SoundAnalysis-9.2-py2.py3-none-any.whl", hash = "sha256:b15ef2f3eff025ca569543a5363e3c541de979fb234fbe4132fbe2b484cabf63"}, ] [package.dependencies] -pyobjc-core = ">=9.1.1" -pyobjc-framework-Cocoa = ">=9.1.1" +pyobjc-core = ">=9.2" +pyobjc-framework-Cocoa = ">=9.2" [[package]] name = "pyobjc-framework-speech" -version = "9.1.1" +version = "9.2" description = "Wrappers for the framework Speech on macOS" -category = "main" optional = false python-versions = ">=3.7" files = [ - {file = "pyobjc-framework-Speech-9.1.1.tar.gz", hash = "sha256:d341ce6dd03885e07a6bae4e88e2949999cff8d6c21e420e8e41c08b968298f8"}, - {file = "pyobjc_framework_Speech-9.1.1-cp36-abi3-macosx_10_9_universal2.whl", hash = "sha256:f48932d10551a743f2acfd8e1203d964babc1b75662eac6687e9522a888ea29e"}, - {file = "pyobjc_framework_Speech-9.1.1-cp36-abi3-macosx_10_9_x86_64.whl", hash = "sha256:17d3108ba203cf0d92df5e48fbbada0944b23cada41468c91457848fbe09fb3e"}, - {file = "pyobjc_framework_Speech-9.1.1-cp36-abi3-macosx_11_0_universal2.whl", hash = "sha256:5010d667f5d7eba9a36083104446427f79e89a25cbaee49313770db158e48826"}, + {file = "pyobjc-framework-Speech-9.2.tar.gz", hash = "sha256:d2fe99a42b31e33f4284821e1a272800d801a37de1cb6f1e901891d5a2f538e5"}, + {file = "pyobjc_framework_Speech-9.2-cp36-abi3-macosx_10_9_universal2.whl", hash = "sha256:84eec546075a2a0fb6f8846988af868da66ee616abe6f4d73f652b3916dd34bf"}, + {file = "pyobjc_framework_Speech-9.2-cp36-abi3-macosx_10_9_x86_64.whl", hash = "sha256:2dbd31a91cba84f6b74b383ff09377f9fddf499ba7ff591998a22efd750558c7"}, + {file = "pyobjc_framework_Speech-9.2-cp36-abi3-macosx_11_0_universal2.whl", hash = "sha256:f683c3270fe3bb8693eb92cd70acdbb4884091da8838081fc06c3ba85677066c"}, ] [package.dependencies] -pyobjc-core = ">=9.1.1" -pyobjc-framework-Cocoa = ">=9.1.1" +pyobjc-core = ">=9.2" +pyobjc-framework-Cocoa = ">=9.2" [[package]] name = "pyobjc-framework-spritekit" -version = "9.1.1" +version = "9.2" description = "Wrappers for the framework SpriteKit on macOS" -category = "main" optional = false python-versions = ">=3.7" files = [ - {file = "pyobjc-framework-SpriteKit-9.1.1.tar.gz", hash = "sha256:acf9299ce66e7239dba94a873c220cb4e056727e040539492e19c7fb17afae93"}, - {file = "pyobjc_framework_SpriteKit-9.1.1-cp310-cp310-macosx_10_9_universal2.whl", hash = "sha256:7290e44329f43e0cbd08f53979820ad18cc7ba746cd70605b2d11d0eb2ebe1e9"}, - {file = "pyobjc_framework_SpriteKit-9.1.1-cp311-cp311-macosx_10_9_universal2.whl", hash = "sha256:7bd2efdebe3dd57e0dde9b1b371c7839bbbd18277c88757cb1c2d1e834ed2cf8"}, - {file = "pyobjc_framework_SpriteKit-9.1.1-cp37-cp37m-macosx_10_9_x86_64.whl", hash = "sha256:8a53087c64b263317543e4c1f4e9fe1975d722115c89a960664bea4d8fe58ccf"}, - {file = "pyobjc_framework_SpriteKit-9.1.1-cp38-cp38-macosx_10_9_x86_64.whl", hash = "sha256:873405e192de478ce8ab83e7a63c35fd99f5e805cbf82a2e254a8eee7c8ed0df"}, - {file = "pyobjc_framework_SpriteKit-9.1.1-cp38-cp38-macosx_11_0_universal2.whl", hash = "sha256:80d8e5ed74b3a2ec7e189e404463979996926f1dd82f3820b26d38536160ca84"}, - {file = "pyobjc_framework_SpriteKit-9.1.1-cp39-cp39-macosx_10_9_universal2.whl", hash = "sha256:ddba8c20a147f16f2e1b21b28797cc1dd9348d85e36b063ce86f88639f7a1351"}, + {file = "pyobjc-framework-SpriteKit-9.2.tar.gz", hash = "sha256:0e549aea8b075a9d8e440c333abd7dfecdae4b6d10ac1b847552e138f500cf76"}, + {file = "pyobjc_framework_SpriteKit-9.2-cp310-cp310-macosx_10_9_universal2.whl", hash = "sha256:76882b5a1eeb07c5f00d12837b1ae5c949b0653d357e14932c865e219584c92f"}, + {file = "pyobjc_framework_SpriteKit-9.2-cp311-cp311-macosx_10_9_universal2.whl", hash = "sha256:b2e9c46f86fddfb261efeb5cdbfb980efc4cab83d8089c903a87cd2f85df464a"}, + {file = "pyobjc_framework_SpriteKit-9.2-cp312-cp312-macosx_10_9_universal2.whl", hash = "sha256:de05225e7ed7872ae6d486ebbcbb4278301a404f3e20581211bfd346f4e0fab3"}, + {file = "pyobjc_framework_SpriteKit-9.2-cp37-cp37m-macosx_10_9_x86_64.whl", hash = "sha256:05356868b11bb6d4d430060334b193bc83ceaa28818b4f89f918153c296a2d33"}, + {file = "pyobjc_framework_SpriteKit-9.2-cp38-cp38-macosx_10_9_x86_64.whl", hash = "sha256:8334dc9edc5eea7cea831273b819541169db8f9e7d72dc94fe0b1546bc3f5ed9"}, + {file = "pyobjc_framework_SpriteKit-9.2-cp38-cp38-macosx_11_0_universal2.whl", hash = "sha256:aa6bd65e83d352a93e15870a480148a218b9102bb77ed9750a01c37a2b364bcd"}, + {file = "pyobjc_framework_SpriteKit-9.2-cp39-cp39-macosx_10_9_universal2.whl", hash = "sha256:184fd541d764b63b8d877ed9563dbf263aed64ef8dbc75a4617124e805484d87"}, ] [package.dependencies] -pyobjc-core = ">=9.1.1" -pyobjc-framework-Cocoa = ">=9.1.1" -pyobjc-framework-Quartz = ">=9.1.1" +pyobjc-core = ">=9.2" +pyobjc-framework-Cocoa = ">=9.2" +pyobjc-framework-Quartz = ">=9.2" [[package]] name = "pyobjc-framework-storekit" -version = "9.1.1" +version = "9.2" description = "Wrappers for the framework StoreKit on macOS" -category = "main" optional = false python-versions = ">=3.7" files = [ - {file = "pyobjc-framework-StoreKit-9.1.1.tar.gz", hash = "sha256:644e73b2aad93a3d7f03933acdc00a4e77ed86e5ce840cd1c0a8be4a4e7531d3"}, - {file = "pyobjc_framework_StoreKit-9.1.1-cp36-abi3-macosx_10_9_universal2.whl", hash = "sha256:081109ffcd68e4138aada0d76daab4c9dae6296f6efefd605eed9b1d23ac5cbb"}, - {file = "pyobjc_framework_StoreKit-9.1.1-cp36-abi3-macosx_10_9_x86_64.whl", hash = "sha256:4d576db4731d99720b016feee0084d85cfb17c6e0ab4d84bb82c502d902294de"}, - {file = "pyobjc_framework_StoreKit-9.1.1-cp36-abi3-macosx_11_0_universal2.whl", hash = "sha256:fe7ec766add15e8a338a14c48bfb27d5860da2fc97f4db9fee0e523a73e3f5ba"}, + {file = "pyobjc-framework-StoreKit-9.2.tar.gz", hash = "sha256:da690f3a9b96a7ed454a0cde872fc4557629005c384832c1a8b6e57ee1051ec5"}, + {file = "pyobjc_framework_StoreKit-9.2-cp36-abi3-macosx_10_9_universal2.whl", hash = "sha256:8a8f73287f434dac5c48126a55cebadb25e66cf55a8d690b505c1476b67d31ed"}, + {file = "pyobjc_framework_StoreKit-9.2-cp36-abi3-macosx_10_9_x86_64.whl", hash = "sha256:8416fb54d59808ba1c55d3cf5a9bcd1d15a5a45938cacf6d1a7f10094816eef2"}, + {file = "pyobjc_framework_StoreKit-9.2-cp36-abi3-macosx_11_0_universal2.whl", hash = "sha256:4dcd64f9e679af4b4cf3874ec67c9f7cac5414c335a1862c784a7a548a496a78"}, ] [package.dependencies] -pyobjc-core = ">=9.1.1" -pyobjc-framework-Cocoa = ">=9.1.1" +pyobjc-core = ">=9.2" +pyobjc-framework-Cocoa = ">=9.2" [[package]] name = "pyobjc-framework-syncservices" -version = "9.1.1" +version = "9.2" description = "Wrappers for the framework SyncServices on macOS" -category = "main" optional = false python-versions = ">=3.7" files = [ - {file = "pyobjc-framework-SyncServices-9.1.1.tar.gz", hash = "sha256:c5bcf2ab212120977f9b5dfce26f1b6f5cf4e21619cd98456fc7c5d8dd535896"}, - {file = "pyobjc_framework_SyncServices-9.1.1-cp36-abi3-macosx_10_9_universal2.whl", hash = "sha256:b51b28db66d3c0fdbcc0ddf2973929de5d7f6b4c85c8edf7a25f9902467f07f2"}, - {file = "pyobjc_framework_SyncServices-9.1.1-cp36-abi3-macosx_10_9_x86_64.whl", hash = "sha256:33e608a8f5e3cbd4848be2a999f00069b239e292c384576d4cdfbcac6f3b5283"}, - {file = "pyobjc_framework_SyncServices-9.1.1-cp36-abi3-macosx_11_0_universal2.whl", hash = "sha256:bbf163c7c6e5cce1be2af11a67815bd647906781b24bbfe32aa1b87f62cff8da"}, + {file = "pyobjc-framework-SyncServices-9.2.tar.gz", hash = "sha256:490791ee4f0a0cbab161aac7a2a65b603c12577f25b225de2f0f598ef28bac95"}, + {file = "pyobjc_framework_SyncServices-9.2-cp36-abi3-macosx_10_9_universal2.whl", hash = "sha256:e1b41c1413876a6357ea2dd331e024046d1008213009ffcb88fa092f538a530f"}, + {file = "pyobjc_framework_SyncServices-9.2-cp36-abi3-macosx_10_9_x86_64.whl", hash = "sha256:d366a90aed33f152cf05754f4abe48828d923d340c23a9e106615bf8223826fb"}, + {file = "pyobjc_framework_SyncServices-9.2-cp36-abi3-macosx_11_0_universal2.whl", hash = "sha256:3316732e42cb719023ecefb2194d1445c1d5345a572f4a28df46df40990af719"}, ] [package.dependencies] -pyobjc-core = ">=9.1.1" -pyobjc-framework-Cocoa = ">=9.1.1" -pyobjc-framework-CoreData = ">=9.1.1" +pyobjc-core = ">=9.2" +pyobjc-framework-Cocoa = ">=9.2" +pyobjc-framework-CoreData = ">=9.2" [[package]] name = "pyobjc-framework-systemconfiguration" -version = "9.1.1" +version = "9.2" description = "Wrappers for the framework SystemConfiguration on macOS" -category = "main" optional = false python-versions = ">=3.7" files = [ - {file = "pyobjc-framework-SystemConfiguration-9.1.1.tar.gz", hash = "sha256:69a4b29cdb9fb925fa847a13359f19e8ab3b3417e8768c56373d23f74cb45a44"}, - {file = "pyobjc_framework_SystemConfiguration-9.1.1-cp36-abi3-macosx_10_9_universal2.whl", hash = "sha256:dfc0059424d1bcb14ef049f661aa13fa23aacf0a43eefc74c1b01465a2b4e2c1"}, - {file = "pyobjc_framework_SystemConfiguration-9.1.1-cp36-abi3-macosx_10_9_x86_64.whl", hash = "sha256:76c86f0e79b855f26c549d2a03e9c2fc9f1b46c4305050809e55bf93bf06de5d"}, - {file = "pyobjc_framework_SystemConfiguration-9.1.1-cp36-abi3-macosx_11_0_universal2.whl", hash = "sha256:68af3a05c9690c180c126d633916e8db7652400b54f1ff11d501cd12ee6f6938"}, + {file = "pyobjc-framework-SystemConfiguration-9.2.tar.gz", hash = "sha256:0473a97d66ff0937df8f8d2c7109edc6ca8797d711d727823b296f0cff9878fb"}, + {file = "pyobjc_framework_SystemConfiguration-9.2-cp36-abi3-macosx_10_9_universal2.whl", hash = "sha256:86401cca55951939f9dae32b04b51189d3de37789f98ea20d60ed66442c64537"}, + {file = "pyobjc_framework_SystemConfiguration-9.2-cp36-abi3-macosx_10_9_x86_64.whl", hash = "sha256:a3dd94009854226fe0e846151ea96123ae0eea117108d2c01599ccfb6b9b8ef6"}, + {file = "pyobjc_framework_SystemConfiguration-9.2-cp36-abi3-macosx_11_0_universal2.whl", hash = "sha256:9b2d4255accab9dcb3e1e4c613f9f9fc47f88b997d3394fa9e1f88569b1751b3"}, ] [package.dependencies] -pyobjc-core = ">=9.1.1" -pyobjc-framework-Cocoa = ">=9.1.1" +pyobjc-core = ">=9.2" +pyobjc-framework-Cocoa = ">=9.2" [[package]] name = "pyobjc-framework-systemextensions" -version = "9.1.1" +version = "9.2" description = "Wrappers for the framework SystemExtensions on macOS" -category = "main" optional = false python-versions = ">=3.7" files = [ - {file = "pyobjc-framework-SystemExtensions-9.1.1.tar.gz", hash = "sha256:d39c6f89805434d5d214f028bad31be4b711996ab1d83518a7a4f07a4f9dcf08"}, - {file = "pyobjc_framework_SystemExtensions-9.1.1-cp36-abi3-macosx_10_9_universal2.whl", hash = "sha256:83c93fa2f0e22be6b7fea57628e9b342edb1a07205527a7895e60fac615a17e4"}, - {file = "pyobjc_framework_SystemExtensions-9.1.1-cp36-abi3-macosx_10_9_x86_64.whl", hash = "sha256:4de741ed81a348322ab2c6e17327c47e453b1e40477b984098ddf263bdde2a0d"}, - {file = "pyobjc_framework_SystemExtensions-9.1.1-cp36-abi3-macosx_11_0_universal2.whl", hash = "sha256:44661b236acb6b162d2a7ebffd63696e542090b2d6968f8d78dda5174e4fca1e"}, + {file = "pyobjc-framework-SystemExtensions-9.2.tar.gz", hash = "sha256:1de1cb60f7ed1ec8fd19777422534ce81892834ccc903ea5e8e3e0bc85045650"}, + {file = "pyobjc_framework_SystemExtensions-9.2-cp36-abi3-macosx_10_9_universal2.whl", hash = "sha256:19772b79e679f6540636a26f0cb8dca0c2b2919a43a14b6f15ce51de2256b299"}, + {file = "pyobjc_framework_SystemExtensions-9.2-cp36-abi3-macosx_10_9_x86_64.whl", hash = "sha256:2b46a500ef4bcd3c0667b0a646d76ea6f2fc9c466859499c6f4f5cc387432e2e"}, + {file = "pyobjc_framework_SystemExtensions-9.2-cp36-abi3-macosx_11_0_universal2.whl", hash = "sha256:c150db0bad9f4ac2da0d5968da681b767f82ef8b214c24350e2a17094f05aee3"}, ] [package.dependencies] -pyobjc-core = ">=9.1.1" -pyobjc-framework-Cocoa = ">=9.1.1" +pyobjc-core = ">=9.2" +pyobjc-framework-Cocoa = ">=9.2" [[package]] name = "pyobjc-framework-threadnetwork" -version = "9.1.1" +version = "9.2" description = "Wrappers for the framework ThreadNetwork on macOS" -category = "main" optional = false python-versions = ">=3.7" files = [ - {file = "pyobjc-framework-ThreadNetwork-9.1.1.tar.gz", hash = "sha256:dd6d011dc8d4f331caa748f55a86bb9a9de774afec27be2a25f54280a5b51fe2"}, - {file = "pyobjc_framework_ThreadNetwork-9.1.1-py2.py3-none-any.whl", hash = "sha256:667c767f0c491c06aa7bfebd78fdc38f22602bb951c8ac58ffc14a09f98ad9f3"}, + {file = "pyobjc-framework-ThreadNetwork-9.2.tar.gz", hash = "sha256:d75121656df327655c627278be8f71a6b8b2dd768aa131e935e09eb6697f7945"}, + {file = "pyobjc_framework_ThreadNetwork-9.2-py2.py3-none-any.whl", hash = "sha256:24db5b1ec9fd4ffd7198c6ec0ca7ab8d19333b6af746096be2a08c49dac07db3"}, ] [package.dependencies] -pyobjc-core = ">=9.1.1" -pyobjc-framework-Cocoa = ">=9.1.1" +pyobjc-core = ">=9.2" +pyobjc-framework-Cocoa = ">=9.2" [[package]] name = "pyobjc-framework-uniformtypeidentifiers" -version = "9.1.1" +version = "9.2" description = "Wrappers for the framework UniformTypeIdentifiers on macOS" -category = "main" optional = false python-versions = ">=3.7" files = [ - {file = "pyobjc-framework-UniformTypeIdentifiers-9.1.1.tar.gz", hash = "sha256:239e258acd47ad60eb8dc4f25b7492fb6cc1d87031dcad434437fc3f6b1d566e"}, - {file = "pyobjc_framework_UniformTypeIdentifiers-9.1.1-py2.py3-none-any.whl", hash = "sha256:1f623bb8b5abf80e631797916b37b9b4e8b398305ffbae53f5bee50c10783b6d"}, + {file = "pyobjc-framework-UniformTypeIdentifiers-9.2.tar.gz", hash = "sha256:dd5a4c64018f28abdc0232b2d50cb3cd9a46b9175effffb7ac958abc27f412a8"}, + {file = "pyobjc_framework_UniformTypeIdentifiers-9.2-py2.py3-none-any.whl", hash = "sha256:390a175f8ee279cef540151d4f55ec20a71faca2b5a0070eddd5cc9d943d3f02"}, ] [package.dependencies] -pyobjc-core = ">=9.1.1" -pyobjc-framework-Cocoa = ">=9.1.1" +pyobjc-core = ">=9.2" +pyobjc-framework-Cocoa = ">=9.2" [[package]] name = "pyobjc-framework-usernotifications" -version = "9.1.1" +version = "9.2" description = "Wrappers for the framework UserNotifications on macOS" -category = "main" optional = false python-versions = ">=3.7" files = [ - {file = "pyobjc-framework-UserNotifications-9.1.1.tar.gz", hash = "sha256:409d390a2408fbec094b6f85605ad82a1579cec1732c1a8a3a93af98dc756a88"}, - {file = "pyobjc_framework_UserNotifications-9.1.1-cp36-abi3-macosx_10_9_universal2.whl", hash = "sha256:8f0894643dffa9c2fb342d7cf5226e6090ec52dee17485a40bcc057123029274"}, - {file = "pyobjc_framework_UserNotifications-9.1.1-cp36-abi3-macosx_10_9_x86_64.whl", hash = "sha256:5584dfde2aae5c839a0b5f5c0b2746c714e0a96b8b4a978ea812601c16fcca97"}, - {file = "pyobjc_framework_UserNotifications-9.1.1-cp36-abi3-macosx_11_0_universal2.whl", hash = "sha256:a0ce37161f411230a37a87a4589644bc556d5245fa06fe8d2c07dc6d0aef5c73"}, + {file = "pyobjc-framework-UserNotifications-9.2.tar.gz", hash = "sha256:496abf66e22c99c832fb6bb231e4c15f28ee0f6dc49e004b3e3983b3ade84340"}, + {file = "pyobjc_framework_UserNotifications-9.2-cp36-abi3-macosx_10_9_universal2.whl", hash = "sha256:a056108bc15a9e3995e67c476f3b83a84fe6665378d458277e606bccbd0dfc18"}, + {file = "pyobjc_framework_UserNotifications-9.2-cp36-abi3-macosx_10_9_x86_64.whl", hash = "sha256:7403ce53739b06e928ef41f15ef3ec64257bf654fb3ce58a3e2479eaef1d37c6"}, + {file = "pyobjc_framework_UserNotifications-9.2-cp36-abi3-macosx_11_0_universal2.whl", hash = "sha256:1f2a70d41c5c6aa9793d021f7729ae53d1ec0561366fd0d0c2ca7811472659d2"}, ] [package.dependencies] -pyobjc-core = ">=9.1.1" -pyobjc-framework-Cocoa = ">=9.1.1" +pyobjc-core = ">=9.2" +pyobjc-framework-Cocoa = ">=9.2" [[package]] name = "pyobjc-framework-usernotificationsui" -version = "9.1.1" +version = "9.2" description = "Wrappers for the framework UserNotificationsUI on macOS" -category = "main" optional = false python-versions = ">=3.7" files = [ - {file = "pyobjc-framework-UserNotificationsUI-9.1.1.tar.gz", hash = "sha256:bef3427fc6feede53f1295a5a92d0ea8eaf5f04e89f893fbd543fe6047a05cb6"}, - {file = "pyobjc_framework_UserNotificationsUI-9.1.1-py2.py3-none-any.whl", hash = "sha256:dca9926267cdb0dd06389bec894bc5e6a16efe948f7a194d71cfe6103bbb9f3d"}, + {file = "pyobjc-framework-UserNotificationsUI-9.2.tar.gz", hash = "sha256:96a63e0a6c6f0631aac7d19b9a4f092b0cd00ee6185e1d0b7752cdc92499dfb5"}, + {file = "pyobjc_framework_UserNotificationsUI-9.2-py2.py3-none-any.whl", hash = "sha256:8dede553a3aebf4c5d5ea86537120ad8f65071bcbd20a0ecb127e06643596bef"}, ] [package.dependencies] -pyobjc-core = ">=9.1.1" -pyobjc-framework-Cocoa = ">=9.1.1" -pyobjc-framework-UserNotifications = ">=9.1.1" +pyobjc-core = ">=9.2" +pyobjc-framework-Cocoa = ">=9.2" +pyobjc-framework-UserNotifications = ">=9.2" [[package]] name = "pyobjc-framework-videosubscriberaccount" -version = "9.1.1" +version = "9.2" description = "Wrappers for the framework VideoSubscriberAccount on macOS" -category = "main" optional = false python-versions = ">=3.7" files = [ - {file = "pyobjc-framework-VideoSubscriberAccount-9.1.1.tar.gz", hash = "sha256:3d588e1c9441d0c6013432080e4ef1665ef3e961a5b3b34e7e70aaa6637e87ee"}, - {file = "pyobjc_framework_VideoSubscriberAccount-9.1.1-py2.py3-none-any.whl", hash = "sha256:a317d4d8fbec32fd0644c1e3f20a94359150880950ccce35799e8ecb02f018a7"}, + {file = "pyobjc-framework-VideoSubscriberAccount-9.2.tar.gz", hash = "sha256:29458f8be32191abdfbf419dc60fe43d378ed96e3ef4063d610365b00b9f1098"}, + {file = "pyobjc_framework_VideoSubscriberAccount-9.2-py2.py3-none-any.whl", hash = "sha256:28bae8cb13dea6289e62e185b7526f4505e10f3cea56c21cd4861aa6bfa0bcbe"}, ] [package.dependencies] -pyobjc-core = ">=9.1.1" -pyobjc-framework-Cocoa = ">=9.1.1" +pyobjc-core = ">=9.2" +pyobjc-framework-Cocoa = ">=9.2" [[package]] name = "pyobjc-framework-videotoolbox" -version = "9.1.1" +version = "9.2" description = "Wrappers for the framework VideoToolbox on macOS" -category = "main" optional = false python-versions = ">=3.7" files = [ - {file = "pyobjc-framework-VideoToolbox-9.1.1.tar.gz", hash = "sha256:bc7d980f82ca7e81ba277e2de78ddfeb8abb151956b10e648596305f9626eaf1"}, - {file = "pyobjc_framework_VideoToolbox-9.1.1-cp36-abi3-macosx_10_9_universal2.whl", hash = "sha256:9607df13945fc4859f0d36ef5fbdd234304e1972b30ce5a5f291fde00f5cd9e6"}, - {file = "pyobjc_framework_VideoToolbox-9.1.1-cp36-abi3-macosx_10_9_x86_64.whl", hash = "sha256:73139e2cc9e395e51028b605f12bf19826d5d17ef6cb627cc143699e57e851fc"}, - {file = "pyobjc_framework_VideoToolbox-9.1.1-cp36-abi3-macosx_11_0_universal2.whl", hash = "sha256:3586e58870616b2aeb2390d770d9fb4ab67df3e70b59da9282af7fe59f5607f8"}, + {file = "pyobjc-framework-VideoToolbox-9.2.tar.gz", hash = "sha256:3b0def1735d940001e91a5e38e8822b04d4e5ee3f030256298b41a1d78735927"}, + {file = "pyobjc_framework_VideoToolbox-9.2-cp36-abi3-macosx_10_9_universal2.whl", hash = "sha256:7fbe2e0c216f826bf861bb0ef9a14553c2f30f68325672b13356fff4daa733d2"}, + {file = "pyobjc_framework_VideoToolbox-9.2-cp36-abi3-macosx_10_9_x86_64.whl", hash = "sha256:733e47d1b00a282ab5114bae2cf47a6223ad16d92e1da90efcdaf6d57ce4945a"}, + {file = "pyobjc_framework_VideoToolbox-9.2-cp36-abi3-macosx_11_0_universal2.whl", hash = "sha256:00961f440cfb4226c6f73c1affcd2a84f4a91c8a86898558e611df1a53b74bb8"}, ] [package.dependencies] -pyobjc-core = ">=9.1.1" -pyobjc-framework-Cocoa = ">=9.1.1" -pyobjc-framework-CoreMedia = ">=9.1.1" -pyobjc-framework-Quartz = ">=9.1.1" +pyobjc-core = ">=9.2" +pyobjc-framework-Cocoa = ">=9.2" +pyobjc-framework-CoreMedia = ">=9.2" +pyobjc-framework-Quartz = ">=9.2" [[package]] name = "pyobjc-framework-virtualization" -version = "9.1.1" +version = "9.2" description = "Wrappers for the framework Virtualization on macOS" -category = "main" optional = false python-versions = ">=3.7" files = [ - {file = "pyobjc-framework-Virtualization-9.1.1.tar.gz", hash = "sha256:2bdad1b0a5b5e4bd4a0e90bf5a4971705d9b8e0bb7b330a5bf4b76bdbfb1a680"}, - {file = "pyobjc_framework_Virtualization-9.1.1-cp36-abi3-macosx_10_9_universal2.whl", hash = "sha256:52ba1bcc4f155c147bb2db446d68ef9c47aa8ebf7194a6e1f4b37aa00ade577c"}, - {file = "pyobjc_framework_Virtualization-9.1.1-cp36-abi3-macosx_10_9_x86_64.whl", hash = "sha256:295f36a0c0b290221c55250c7bab7347a611553955a70a8fc23e95da986e6ef6"}, - {file = "pyobjc_framework_Virtualization-9.1.1-cp36-abi3-macosx_11_0_universal2.whl", hash = "sha256:aa29d41c6f70bba7c66e200f22c7cc4ad82f2cff40cb1da02cf41eaabc8e404e"}, + {file = "pyobjc-framework-Virtualization-9.2.tar.gz", hash = "sha256:a0e2df5f77eefd9867d69f2fa086903466b901ba9343a6ec2fe34cdda6bf4399"}, + {file = "pyobjc_framework_Virtualization-9.2-cp36-abi3-macosx_10_9_universal2.whl", hash = "sha256:8ec96fcb81d15a1e21e3ff99d024d0e09929caaa421dff723d6513a96af0899c"}, + {file = "pyobjc_framework_Virtualization-9.2-cp36-abi3-macosx_10_9_x86_64.whl", hash = "sha256:1049c6b178c3e1842ebd7d4de5ed79978719815ac70746ae7359d75e8b3482ef"}, + {file = "pyobjc_framework_Virtualization-9.2-cp36-abi3-macosx_11_0_universal2.whl", hash = "sha256:8d32dacc170b9b7e8cd200c9cb0e27fdcf8df056a6c4ba9d6f48a016437027e5"}, ] [package.dependencies] -pyobjc-core = ">=9.1.1" -pyobjc-framework-Cocoa = ">=9.1.1" +pyobjc-core = ">=9.2" +pyobjc-framework-Cocoa = ">=9.2" [[package]] name = "pyobjc-framework-vision" -version = "9.1.1" +version = "9.2" description = "Wrappers for the framework Vision on macOS" -category = "main" optional = false python-versions = ">=3.7" files = [ - {file = "pyobjc-framework-Vision-9.1.1.tar.gz", hash = "sha256:9275988390a9db96ad5359ef7061570410826995716e4525e65ad476de9e40fa"}, - {file = "pyobjc_framework_Vision-9.1.1-cp36-abi3-macosx_10_9_universal2.whl", hash = "sha256:8bfb9876ee7354657797ec26a3b3834898e1716b13abe744632925309e7cf3a4"}, - {file = "pyobjc_framework_Vision-9.1.1-cp36-abi3-macosx_10_9_x86_64.whl", hash = "sha256:6f66cda51aa39c352173fa302dcd752eb7a24e65b43eb7b66b82562abb8add0d"}, - {file = "pyobjc_framework_Vision-9.1.1-cp36-abi3-macosx_11_0_universal2.whl", hash = "sha256:4d159f0f6a66131d6aa295a4f3f35650a92592049ff211a4838c9d3799f8124f"}, + {file = "pyobjc-framework-Vision-9.2.tar.gz", hash = "sha256:648d2224e85d45068aa8aa80527f7ae8d9d0af3bcb2a2a6e555c58e2313b3753"}, + {file = "pyobjc_framework_Vision-9.2-cp36-abi3-macosx_10_9_universal2.whl", hash = "sha256:98e70f38df47d9f97f24ec7f5b0b060d8cf3d2937207d51edf3ddc9df7bbf18d"}, + {file = "pyobjc_framework_Vision-9.2-cp36-abi3-macosx_10_9_x86_64.whl", hash = "sha256:dd92fed0b3b931f33ab4c12f29ffccce59df50676d418c8952d4276a1f2ffafe"}, + {file = "pyobjc_framework_Vision-9.2-cp36-abi3-macosx_11_0_universal2.whl", hash = "sha256:78668ce362925150bd74efa29881af5a61fb0ad431da9d4509c422fe17aadd62"}, ] [package.dependencies] -pyobjc-core = ">=9.1.1" -pyobjc-framework-Cocoa = ">=9.1.1" -pyobjc-framework-CoreML = ">=9.1.1" -pyobjc-framework-Quartz = ">=9.1.1" +pyobjc-core = ">=9.2" +pyobjc-framework-Cocoa = ">=9.2" +pyobjc-framework-CoreML = ">=9.2" +pyobjc-framework-Quartz = ">=9.2" [[package]] name = "pyobjc-framework-webkit" -version = "9.1.1" +version = "9.2" description = "Wrappers for the framework WebKit on macOS" -category = "main" optional = false python-versions = ">=3.7" files = [ - {file = "pyobjc-framework-WebKit-9.1.1.tar.gz", hash = "sha256:bc6ba0ca6ed9ebcb4c5fc338410a81f50b4da08e4bab4bfe5853612e8e5e79aa"}, - {file = "pyobjc_framework_WebKit-9.1.1-cp36-abi3-macosx_10_9_universal2.whl", hash = "sha256:49ffae7c9dcab8048601166c97e6352999b5cd837a73ae6c1d5a8b90aa892b6d"}, - {file = "pyobjc_framework_WebKit-9.1.1-cp36-abi3-macosx_10_9_x86_64.whl", hash = "sha256:1d371fb72aa06a3c3f3cbb1360e8762b225c2f62c28562218535ce17206163d4"}, - {file = "pyobjc_framework_WebKit-9.1.1-cp36-abi3-macosx_11_0_universal2.whl", hash = "sha256:be51de0d13a1308cc67d3ac49eb30dffdf4c3a0b386e5515dfdab8c6b5fec4d4"}, + {file = "pyobjc-framework-WebKit-9.2.tar.gz", hash = "sha256:86761cba8c18c3d2ecbd3ca7ab8b92c8b2eae8514741ec63527b536b671ab296"}, + {file = "pyobjc_framework_WebKit-9.2-cp36-abi3-macosx_10_9_universal2.whl", hash = "sha256:4b8a340450dacfdd2152e5d8afcb1132b459cacb2e4b279a3509cafb26999d9e"}, + {file = "pyobjc_framework_WebKit-9.2-cp36-abi3-macosx_10_9_x86_64.whl", hash = "sha256:8ab181e12ef0b13aa119fef8cdea1ac07197e4b111a2d315dd703258f7f63e04"}, + {file = "pyobjc_framework_WebKit-9.2-cp36-abi3-macosx_11_0_universal2.whl", hash = "sha256:bc9e921962599d201197eaca21809b5e8057d9a0d64b55db53cac5f993a0b2c6"}, ] [package.dependencies] -pyobjc-core = ">=9.1.1" -pyobjc-framework-Cocoa = ">=9.1.1" +pyobjc-core = ">=9.2" +pyobjc-framework-Cocoa = ">=9.2" [[package]] name = "pyparsing" version = "3.0.9" description = "pyparsing module - Classes and methods to define and execute parsing grammars" -category = "dev" optional = false python-versions = ">=3.6.8" files = [ @@ -5217,7 +5045,6 @@ diagrams = ["jinja2", "railroad-diagrams"] name = "pyperclip" version = "1.8.2" description = "A cross-platform clipboard module for Python. (Only handles plain text for now.)" -category = "main" optional = false python-versions = "*" files = [ @@ -5226,19 +5053,16 @@ files = [ [[package]] name = "pyqt6" -version = "6.5.0" +version = "6.5.1" description = "Python bindings for the Qt cross platform application toolkit" -category = "main" optional = false python-versions = ">=3.6.1" files = [ - {file = "PyQt6-6.5.0-1-cp37-abi3-macosx_10_14_universal2.whl", hash = "sha256:b3f2bf611e7f09c25f5decb82fc27bbe63fcc498e63bf11d17e23916d716c805"}, - {file = "PyQt6-6.5.0-1-cp37-abi3-manylinux_2_28_x86_64.whl", hash = "sha256:6f3d232fe2abb02689d23a83f9629ccca6d57a36384688cd6411700ff5cf43f2"}, - {file = "PyQt6-6.5.0-1-cp37-abi3-win_amd64.whl", hash = "sha256:952ba3b50c10f61289ea74db4c7a616170219959ac5300e0d9ec5427a27e95c7"}, - {file = "PyQt6-6.5.0-cp37-abi3-macosx_10_14_universal2.whl", hash = "sha256:e3c8289d9a509be897265981b77eb29e64ce29e9d221fdf52545c2c95e819c9b"}, - {file = "PyQt6-6.5.0-cp37-abi3-manylinux_2_28_x86_64.whl", hash = "sha256:2b0d9628134811fbfc988d1757111ca8e25cb697f136fa54c969fb1a4d4a61d1"}, - {file = "PyQt6-6.5.0-cp37-abi3-win_amd64.whl", hash = "sha256:99ea0e68f548509b7ef97cded0feeaf3dca7d1fe719388569407326be3be38c2"}, - {file = "PyQt6-6.5.0.tar.gz", hash = "sha256:b97cb4be9b2c8997904ea668cf3b0a4ae5822196f7792590d05ecde6216a9fbc"}, + {file = "PyQt6-6.5.1-1-cp37-abi3-manylinux_2_28_x86_64.whl", hash = "sha256:42ec8f3ccf6555d7831bc39adf40fe6f607fe65b28ede98dc4baeabda2b1b5f4"}, + {file = "PyQt6-6.5.1-cp37-abi3-macosx_10_14_universal2.whl", hash = "sha256:ad91dcb34d4a70add6551745df631b36013e1c50349cf9f1883cd08913e8cd7e"}, + {file = "PyQt6-6.5.1-cp37-abi3-manylinux_2_28_x86_64.whl", hash = "sha256:b8d29f671cba9cfecd9cf6246cd43d10f7d32125b2b8958ad671fbdd1862e097"}, + {file = "PyQt6-6.5.1-cp37-abi3-win_amd64.whl", hash = "sha256:d136fbf8cf18cafd4e45a55adfd114a29665dcf91f45bb0e82eec1789eecabbb"}, + {file = "PyQt6-6.5.1.tar.gz", hash = "sha256:e166a0568c27bcc8db00271a5043936226690b6a4a74ce0a5caeb408040a97c3"}, ] [package.dependencies] @@ -5247,23 +5071,21 @@ PyQt6-sip = ">=13.4,<14" [[package]] name = "pyqt6-qt6" -version = "6.5.0" +version = "6.5.1" description = "The subset of a Qt installation needed by PyQt6." -category = "main" optional = false python-versions = "*" files = [ - {file = "PyQt6_Qt6-6.5.0-py3-none-macosx_10_14_x86_64.whl", hash = "sha256:1178fcd5e9590fec4261e06a753a8fa028222ec0bd9a0788b3bd37720fbbe6cf"}, - {file = "PyQt6_Qt6-6.5.0-py3-none-macosx_11_0_arm64.whl", hash = "sha256:9d82d8af986a0eef55905f309fdda4303d1354eba10175824ae62ab6547f7a96"}, - {file = "PyQt6_Qt6-6.5.0-py3-none-manylinux_2_28_x86_64.whl", hash = "sha256:5f40ef19eb632731828283361f800928517650c74c914c093af9a364d6843953"}, - {file = "PyQt6_Qt6-6.5.0-py3-none-win_amd64.whl", hash = "sha256:8c1f898f4d02a31615fe7613a38f82b489fb2c8554965c917d551470731635a8"}, + {file = "PyQt6_Qt6-6.5.1-py3-none-macosx_10_14_x86_64.whl", hash = "sha256:6aa88aaf4e4e9236364d5b4da8ffdf2854dc579966f135e85e34a54a91ec8096"}, + {file = "PyQt6_Qt6-6.5.1-py3-none-macosx_11_0_arm64.whl", hash = "sha256:dfc06f8da1728fa2ee2a9407d85704e2661415536190ec632dd8f657acc53842"}, + {file = "PyQt6_Qt6-6.5.1-py3-none-manylinux_2_28_x86_64.whl", hash = "sha256:7b04daf0e6ca1e79bf8d3e611392be06abc1687879e3475fcbad0d67672d3370"}, + {file = "PyQt6_Qt6-6.5.1-py3-none-win_amd64.whl", hash = "sha256:fc4de9c51bfa3e8eaef03ecd4e6346f42a3accf69555987d66dd1236f14e8225"}, ] [[package]] name = "pyqt6-sip" version = "13.5.1" description = "The sip module support for PyQt6" -category = "main" optional = false python-versions = ">=3.7" files = [ @@ -5289,29 +5111,47 @@ files = [ name = "pyrect" version = "0.2.0" description = "PyRect is a simple module with a Rect class for Pygame-like rectangular areas." -category = "main" optional = false python-versions = "*" files = [ {file = "PyRect-0.2.0.tar.gz", hash = "sha256:f65155f6df9b929b67caffbd57c0947c5ae5449d3b580d178074bffb47a09b78"}, ] +[[package]] +name = "pyscreenshot" +version = "3.1" +description = "python screenshot" +optional = false +python-versions = ">=3.4" +files = [ + {file = "pyscreenshot-3.1-py3-none-any.whl", hash = "sha256:73d406d41a0977125bdfd2f6488f0caf1394e84d1d4c1065d5e8b1400b307096"}, + {file = "pyscreenshot-3.1.tar.gz", hash = "sha256:8c0e93f0aef66a6bfe55a86abfced6bd396ae4b4f6cc1e36f04a28ad2625594d"}, +] + +[package.dependencies] +EasyProcess = "*" +entrypoint2 = "*" +jeepney = {version = "*", markers = "python_version > \"3.4\" and platform_system == \"Linux\""} +mss = {version = "*", markers = "python_version > \"3.4\""} + [[package]] name = "pyscreeze" -version = "0.1.28" +version = "0.1.29" description = "A simple, cross-platform screenshot module for Python 2 and 3." -category = "main" optional = false python-versions = "*" files = [ - {file = "PyScreeze-0.1.28.tar.gz", hash = "sha256:4428600ed19b30cd3f4b5d83767d198fc1dbae7439eecf9bd795445c009b67ae"}, + {file = "PyScreeze-0.1.29.tar.gz", hash = "sha256:d074547795e128da176599a6d4470500e425d49b05cf22e9808a7984c3612836"}, ] +[package.dependencies] +Pillow = {version = ">=9.3.0", markers = "python_version == \"3.11\""} +pyscreenshot = "*" + [[package]] name = "pysocks" version = "1.7.1" description = "A Python SOCKS client module. See https://github.com/Anorov/PySocks for more information." -category = "main" optional = false python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*" files = [ @@ -5322,14 +5162,13 @@ files = [ [[package]] name = "pytest" -version = "7.3.1" +version = "7.3.2" description = "pytest: simple powerful testing with Python" -category = "dev" optional = false python-versions = ">=3.7" files = [ - {file = "pytest-7.3.1-py3-none-any.whl", hash = "sha256:3799fa815351fea3a5e96ac7e503a96fa51cc9942c3753cda7651b93c1cfa362"}, - {file = "pytest-7.3.1.tar.gz", hash = "sha256:434afafd78b1d78ed0addf160ad2b77a30d35d4bdf8af234fe621919d9ed15e3"}, + {file = "pytest-7.3.2-py3-none-any.whl", hash = "sha256:cdcbd012c9312258922f8cd3f1b62a6580fdced17db6014896053d47cddf9295"}, + {file = "pytest-7.3.2.tar.gz", hash = "sha256:ee990a3cc55ba808b80795a79944756f315c67c12b56abd3ac993a7b8c17030b"}, ] [package.dependencies] @@ -5339,18 +5178,17 @@ packaging = "*" pluggy = ">=0.12,<2.0" [package.extras] -testing = ["argcomplete", "attrs (>=19.2.0)", "hypothesis (>=3.56)", "mock", "nose", "pygments (>=2.7.2)", "requests", "xmlschema"] +testing = ["argcomplete", "attrs (>=19.2.0)", "hypothesis (>=3.56)", "mock", "nose", "pygments (>=2.7.2)", "requests", "setuptools", "xmlschema"] [[package]] name = "pytest-cov" -version = "4.0.0" +version = "4.1.0" description = "Pytest plugin for measuring coverage." -category = "dev" optional = false -python-versions = ">=3.6" +python-versions = ">=3.7" files = [ - {file = "pytest-cov-4.0.0.tar.gz", hash = "sha256:996b79efde6433cdbd0088872dbc5fb3ed7fe1578b68cdbba634f14bb8dd0470"}, - {file = "pytest_cov-4.0.0-py3-none-any.whl", hash = "sha256:2feb1b751d66a8bd934e5edfa2e961d11309dc37b73b0eabe73b5945fee20f6b"}, + {file = "pytest-cov-4.1.0.tar.gz", hash = "sha256:3904b13dfbfec47f003b8e77fd5b589cd11904a21ddf1ab38a64f204d6a10ef6"}, + {file = "pytest_cov-4.1.0-py3-none-any.whl", hash = "sha256:6ba70b9e97e69fcc3fb45bfeab2d0a138fb65c4d0d6a41ef33983ad114be8c3a"}, ] [package.dependencies] @@ -5364,7 +5202,6 @@ testing = ["fields", "hunter", "process-tests", "pytest-xdist", "six", "virtuale name = "python-dateutil" version = "2.8.2" description = "Extensions to the standard Python datetime module" -category = "main" optional = false python-versions = "!=3.0.*,!=3.1.*,!=3.2.*,>=2.7" files = [ @@ -5379,7 +5216,6 @@ six = ">=1.5" name = "python-decouple" version = "3.8" description = "Strict separation of settings from code." -category = "main" optional = false python-versions = "*" files = [ @@ -5391,7 +5227,6 @@ files = [ name = "python-slugify" version = "8.0.1" description = "A Python slugify application that also handles Unicode" -category = "main" optional = false python-versions = ">=3.7" files = [ @@ -5409,7 +5244,6 @@ unidecode = ["Unidecode (>=1.1.1)"] name = "python3-xlib" version = "0.15" description = "Python3 X Library" -category = "main" optional = false python-versions = "*" files = [ @@ -5420,7 +5254,6 @@ files = [ name = "pytweening" version = "1.0.7" description = "A collection of tweening / easing functions." -category = "main" optional = false python-versions = "*" files = [ @@ -5431,7 +5264,6 @@ files = [ name = "pytz" version = "2022.7.1" description = "World timezone definitions, modern and historical" -category = "main" optional = false python-versions = "*" files = [ @@ -5443,7 +5275,6 @@ files = [ name = "pywin32-ctypes" version = "0.2.0" description = "" -category = "main" optional = false python-versions = "*" files = [ @@ -5455,7 +5286,6 @@ files = [ name = "pyyaml" version = "6.0" description = "YAML parser and emitter for Python" -category = "main" optional = false python-versions = ">=3.6" files = [ @@ -5505,7 +5335,6 @@ files = [ name = "redis" version = "4.5.5" description = "Python client for Redis database and key-value store" -category = "main" optional = false python-versions = ">=3.7" files = [ @@ -5519,14 +5348,13 @@ ocsp = ["cryptography (>=36.0.1)", "pyopenssl (==20.0.1)", "requests (>=2.26.0)" [[package]] name = "requests" -version = "2.30.0" +version = "2.31.0" description = "Python HTTP for Humans." -category = "main" optional = false python-versions = ">=3.7" files = [ - {file = "requests-2.30.0-py3-none-any.whl", hash = "sha256:10e94cc4f3121ee6da529d358cdaeaff2f1c409cd377dbc72b825852f2f7e294"}, - {file = "requests-2.30.0.tar.gz", hash = "sha256:239d7d4458afcb28a692cdd298d87542235f4ca8d36d03a15bfc128a6559a2f4"}, + {file = "requests-2.31.0-py3-none-any.whl", hash = "sha256:58cd2187c01e70e6e26505bca751777aa9f2ee0b7f4300988b709f44e013003f"}, + {file = "requests-2.31.0.tar.gz", hash = "sha256:942c5a758f98d790eaed1a29cb6eefc7ffb0d1cf7af05c3d2791656dbd6ad1e1"}, ] [package.dependencies] @@ -5543,7 +5371,6 @@ use-chardet-on-py3 = ["chardet (>=3.0.2,<6)"] name = "rfc3986" version = "1.5.0" description = "Validating URI References per RFC 3986" -category = "main" optional = false python-versions = "*" files = [ @@ -5559,14 +5386,13 @@ idna2008 = ["idna"] [[package]] name = "ruamel-yaml" -version = "0.17.26" +version = "0.17.32" description = "ruamel.yaml is a YAML parser/emitter that supports roundtrip preservation of comments, seq/map flow style, and map key order" -category = "dev" optional = false python-versions = ">=3" files = [ - {file = "ruamel.yaml-0.17.26-py3-none-any.whl", hash = "sha256:25d0ee82a0a9a6f44683dcf8c282340def4074a4562f3a24f55695bb254c1693"}, - {file = "ruamel.yaml-0.17.26.tar.gz", hash = "sha256:baa2d0a5aad2034826c439ce61c142c07082b76f4791d54145e131206e998059"}, + {file = "ruamel.yaml-0.17.32-py3-none-any.whl", hash = "sha256:23cd2ed620231677564646b0c6a89d138b6822a0d78656df7abda5879ec4f447"}, + {file = "ruamel.yaml-0.17.32.tar.gz", hash = "sha256:ec939063761914e14542972a5cba6d33c23b0859ab6342f61cf070cfc600efc2"}, ] [package.dependencies] @@ -5580,7 +5406,6 @@ jinja2 = ["ruamel.yaml.jinja2 (>=0.2)"] name = "ruamel-yaml-clib" version = "0.2.7" description = "C version of reader, parser and emitter for ruamel.yaml derived from libyaml" -category = "dev" optional = false python-versions = ">=3.5" files = [ @@ -5591,7 +5416,8 @@ files = [ {file = "ruamel.yaml.clib-0.2.7-cp310-cp310-win32.whl", hash = "sha256:763d65baa3b952479c4e972669f679fe490eee058d5aa85da483ebae2009d231"}, {file = "ruamel.yaml.clib-0.2.7-cp310-cp310-win_amd64.whl", hash = "sha256:d000f258cf42fec2b1bbf2863c61d7b8918d31ffee905da62dede869254d3b8a"}, {file = "ruamel.yaml.clib-0.2.7-cp311-cp311-macosx_10_9_universal2.whl", hash = "sha256:045e0626baf1c52e5527bd5db361bc83180faaba2ff586e763d3d5982a876a9e"}, - {file = "ruamel.yaml.clib-0.2.7-cp311-cp311-macosx_12_6_arm64.whl", hash = "sha256:721bc4ba4525f53f6a611ec0967bdcee61b31df5a56801281027a3a6d1c2daf5"}, + {file = "ruamel.yaml.clib-0.2.7-cp311-cp311-macosx_13_0_arm64.whl", hash = "sha256:1a6391a7cabb7641c32517539ca42cf84b87b667bad38b78d4d42dd23e957c81"}, + {file = "ruamel.yaml.clib-0.2.7-cp311-cp311-manylinux2014_aarch64.whl", hash = "sha256:9c7617df90c1365638916b98cdd9be833d31d337dbcd722485597b43c4a215bf"}, {file = "ruamel.yaml.clib-0.2.7-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.manylinux_2_24_x86_64.whl", hash = "sha256:41d0f1fa4c6830176eef5b276af04c89320ea616655d01327d5ce65e50575c94"}, {file = "ruamel.yaml.clib-0.2.7-cp311-cp311-win32.whl", hash = "sha256:f6d3d39611ac2e4f62c3128a9eed45f19a6608670c5a2f4f07f24e8de3441d38"}, {file = "ruamel.yaml.clib-0.2.7-cp311-cp311-win_amd64.whl", hash = "sha256:da538167284de58a52109a9b89b8f6a53ff8437dd6dc26d33b57bf6699153122"}, @@ -5626,7 +5452,6 @@ files = [ name = "safety" version = "2.3.5" description = "Checks installed dependencies for known vulnerabilities and licenses." -category = "dev" optional = false python-versions = "*" files = [ @@ -5648,14 +5473,13 @@ gitlab = ["python-gitlab (>=1.3.0)"] [[package]] name = "selenium" -version = "4.9.1" +version = "4.10.0" description = "" -category = "main" optional = false python-versions = ">=3.7" files = [ - {file = "selenium-4.9.1-py3-none-any.whl", hash = "sha256:82aedaa85d55bc861f4c89ff9609e82f6c958e2e1e3da3ffcc36703f21d3ee16"}, - {file = "selenium-4.9.1.tar.gz", hash = "sha256:3444f4376321530c36ce8355b6b357d8cf4a7d588ce5cf772183465930bbed0e"}, + {file = "selenium-4.10.0-py3-none-any.whl", hash = "sha256:40241b9d872f58959e9b34e258488bf11844cd86142fd68182bd41db9991fc5c"}, + {file = "selenium-4.10.0.tar.gz", hash = "sha256:871bf800c4934f745b909c8dfc7d15c65cf45bd2e943abd54451c810ada395e3"}, ] [package.dependencies] @@ -5666,26 +5490,24 @@ urllib3 = {version = ">=1.26,<3", extras = ["socks"]} [[package]] name = "setuptools" -version = "67.7.2" +version = "67.8.0" description = "Easily download, build, install, upgrade, and uninstall Python packages" -category = "main" optional = false python-versions = ">=3.7" files = [ - {file = "setuptools-67.7.2-py3-none-any.whl", hash = "sha256:23aaf86b85ca52ceb801d32703f12d77517b2556af839621c641fca11287952b"}, - {file = "setuptools-67.7.2.tar.gz", hash = "sha256:f104fa03692a2602fa0fec6c6a9e63b6c8a968de13e17c026957dd1f53d80990"}, + {file = "setuptools-67.8.0-py3-none-any.whl", hash = "sha256:5df61bf30bb10c6f756eb19e7c9f3b473051f48db77fddbe06ff2ca307df9a6f"}, + {file = "setuptools-67.8.0.tar.gz", hash = "sha256:62642358adc77ffa87233bc4d2354c4b2682d214048f500964dbe760ccedf102"}, ] [package.extras] docs = ["furo", "jaraco.packaging (>=9)", "jaraco.tidelift (>=1.4)", "pygments-github-lexers (==0.0.5)", "rst.linker (>=1.9)", "sphinx (>=3.5)", "sphinx-favicon", "sphinx-hoverxref (<2)", "sphinx-inline-tabs", "sphinx-lint", "sphinx-notfound-page (==0.8.3)", "sphinx-reredirects", "sphinxcontrib-towncrier"] -testing = ["build[virtualenv]", "filelock (>=3.4.0)", "flake8 (<5)", "flake8-2020", "ini2toml[lite] (>=0.9)", "jaraco.envs (>=2.2)", "jaraco.path (>=3.2.0)", "pip (>=19.1)", "pip-run (>=8.8)", "pytest (>=6)", "pytest-black (>=0.3.7)", "pytest-checkdocs (>=2.4)", "pytest-cov", "pytest-enabler (>=1.3)", "pytest-flake8", "pytest-mypy (>=0.9.1)", "pytest-perf", "pytest-timeout", "pytest-xdist", "tomli-w (>=1.0.0)", "virtualenv (>=13.0.0)", "wheel"] +testing = ["build[virtualenv]", "filelock (>=3.4.0)", "flake8-2020", "ini2toml[lite] (>=0.9)", "jaraco.envs (>=2.2)", "jaraco.path (>=3.2.0)", "pip (>=19.1)", "pip-run (>=8.8)", "pytest (>=6)", "pytest-black (>=0.3.7)", "pytest-checkdocs (>=2.4)", "pytest-cov", "pytest-enabler (>=1.3)", "pytest-mypy (>=0.9.1)", "pytest-perf", "pytest-ruff", "pytest-timeout", "pytest-xdist", "tomli-w (>=1.0.0)", "virtualenv (>=13.0.0)", "wheel"] testing-integration = ["build[virtualenv]", "filelock (>=3.4.0)", "jaraco.envs (>=2.2)", "jaraco.path (>=3.2.0)", "pytest", "pytest-enabler", "pytest-xdist", "tomli", "virtualenv (>=13.0.0)", "wheel"] [[package]] name = "simple-term-menu" version = "1.6.1" description = "A Python package which creates simple interactive menus on the command line." -category = "main" optional = false python-versions = "~=3.5" files = [ @@ -5697,7 +5519,6 @@ files = [ name = "six" version = "1.16.0" description = "Python 2 and 3 compatibility utilities" -category = "main" optional = false python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*" files = [ @@ -5709,7 +5530,6 @@ files = [ name = "sniffio" version = "1.3.0" description = "Sniff out which async library your code is running under" -category = "main" optional = false python-versions = ">=3.7" files = [ @@ -5721,7 +5541,6 @@ files = [ name = "sortedcontainers" version = "2.4.0" description = "Sorted Containers -- Sorted List, Sorted Dict, Sorted Set" -category = "main" optional = false python-versions = "*" files = [ @@ -5733,7 +5552,6 @@ files = [ name = "sqlalchemy" version = "1.4.48" description = "Database Abstraction Library" -category = "main" optional = false python-versions = "!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*,!=3.4.*,!=3.5.*,>=2.7" files = [ @@ -5781,7 +5599,7 @@ files = [ ] [package.dependencies] -greenlet = {version = "!=0.4.17", markers = "python_version >= \"3\" and platform_machine == \"aarch64\" or python_version >= \"3\" and platform_machine == \"ppc64le\" or python_version >= \"3\" and platform_machine == \"x86_64\" or python_version >= \"3\" and platform_machine == \"amd64\" or python_version >= \"3\" and platform_machine == \"AMD64\" or python_version >= \"3\" and platform_machine == \"win32\" or python_version >= \"3\" and platform_machine == \"WIN32\""} +greenlet = {version = "!=0.4.17", markers = "python_version >= \"3\" and (platform_machine == \"win32\" or platform_machine == \"WIN32\" or platform_machine == \"AMD64\" or platform_machine == \"amd64\" or platform_machine == \"x86_64\" or platform_machine == \"ppc64le\" or platform_machine == \"aarch64\")"} [package.extras] aiomysql = ["aiomysql", "greenlet (!=0.4.17)"] @@ -5808,7 +5626,6 @@ sqlcipher = ["sqlcipher3-binary"] name = "sqlalchemy-utils" version = "0.38.3" description = "Various utility functions for SQLAlchemy." -category = "main" optional = false python-versions = "~=3.6" files = [ @@ -5837,7 +5654,6 @@ url = ["furl (>=0.4.1)"] name = "sqlparse" version = "0.4.4" description = "A non-validating SQL parser." -category = "main" optional = false python-versions = ">=3.5" files = [ @@ -5854,7 +5670,6 @@ test = ["pytest", "pytest-cov"] name = "stack-data" version = "0.6.2" description = "Extract data from python stack frames and tracebacks for informative displays" -category = "dev" optional = false python-versions = "*" files = [ @@ -5874,7 +5689,6 @@ tests = ["cython", "littleutils", "pygments", "pytest", "typeguard"] name = "starlette" version = "0.22.0" description = "The little ASGI library that shines." -category = "main" optional = false python-versions = ">=3.7" files = [ @@ -5892,7 +5706,6 @@ full = ["httpx (>=0.22.0)", "itsdangerous", "jinja2", "python-multipart", "pyyam name = "termcolor" version = "2.3.0" description = "ANSI color formatting for output in terminal" -category = "main" optional = false python-versions = ">=3.7" files = [ @@ -5907,7 +5720,6 @@ tests = ["pytest", "pytest-cov"] name = "text-unidecode" version = "1.3" description = "The most basic Text::Unidecode port" -category = "main" optional = false python-versions = "*" files = [ @@ -5919,7 +5731,6 @@ files = [ name = "toml" version = "0.10.2" description = "Python Library for Tom's Obvious, Minimal Language" -category = "dev" optional = false python-versions = ">=2.6, !=3.0.*, !=3.1.*, !=3.2.*" files = [ @@ -5931,7 +5742,6 @@ files = [ name = "traitlets" version = "5.9.0" description = "Traitlets Python configuration system" -category = "dev" optional = false python-versions = ">=3.7" files = [ @@ -5947,7 +5757,6 @@ test = ["argcomplete (>=2.0)", "pre-commit", "pytest", "pytest-mock"] name = "trio" version = "0.22.0" description = "A friendly Python library for async concurrency and I/O" -category = "main" optional = false python-versions = ">=3.7" files = [ @@ -5966,14 +5775,13 @@ sortedcontainers = "*" [[package]] name = "trio-websocket" -version = "0.10.2" +version = "0.10.3" description = "WebSocket library for Trio" -category = "main" optional = false python-versions = ">=3.7" files = [ - {file = "trio-websocket-0.10.2.tar.gz", hash = "sha256:af13e9393f9051111300287947ec595d601758ce3d165328e7d36325135a8d62"}, - {file = "trio_websocket-0.10.2-py3-none-any.whl", hash = "sha256:0908435e4eecc49d830ae1c4d6c47b978a75f00594a2be2104d58b61a04cdb53"}, + {file = "trio-websocket-0.10.3.tar.gz", hash = "sha256:1a748604ad906a7dcab9a43c6eb5681e37de4793ba0847ef0bc9486933ed027b"}, + {file = "trio_websocket-0.10.3-py3-none-any.whl", hash = "sha256:a9937d48e8132ebf833019efde2a52ca82d223a30a7ea3e8d60a7d28f75a4e3a"}, ] [package.dependencies] @@ -5983,21 +5791,19 @@ wsproto = ">=0.14" [[package]] name = "typing-extensions" -version = "4.5.0" +version = "4.6.3" description = "Backported and Experimental Type Hints for Python 3.7+" -category = "main" optional = false python-versions = ">=3.7" files = [ - {file = "typing_extensions-4.5.0-py3-none-any.whl", hash = "sha256:fb33085c39dd998ac16d1431ebc293a8b3eedd00fd4a32de0ff79002c19511b4"}, - {file = "typing_extensions-4.5.0.tar.gz", hash = "sha256:5cb5f4a79139d699607b3ef622a1dedafa84e115ab0024e0d9c044a9479ca7cb"}, + {file = "typing_extensions-4.6.3-py3-none-any.whl", hash = "sha256:88a4153d8505aabbb4e13aacb7c486c2b4a33ca3b3f807914a9b4c844c471c26"}, + {file = "typing_extensions-4.6.3.tar.gz", hash = "sha256:d91d5919357fe7f681a9f2b5b4cb2a5f1ef0a1e9f59c4d8ff0d3491e05c0ffd5"}, ] [[package]] name = "tzdata" version = "2023.3" description = "Provider of IANA time zone data" -category = "main" optional = false python-versions = ">=2" files = [ @@ -6007,14 +5813,13 @@ files = [ [[package]] name = "urllib3" -version = "2.0.2" +version = "2.0.3" description = "HTTP library with thread-safe connection pooling, file post, and more." -category = "main" optional = false python-versions = ">=3.7" files = [ - {file = "urllib3-2.0.2-py3-none-any.whl", hash = "sha256:d055c2f9d38dc53c808f6fdc8eab7360b6fdbbde02340ed25cfbcd817c62469e"}, - {file = "urllib3-2.0.2.tar.gz", hash = "sha256:61717a1095d7e155cdb737ac7bb2f4324a858a1e2e6466f6d03ff630ca68d3cc"}, + {file = "urllib3-2.0.3-py3-none-any.whl", hash = "sha256:48e7fafa40319d358848e1bc6809b208340fafe2096f1725d05d67443d0483d1"}, + {file = "urllib3-2.0.3.tar.gz", hash = "sha256:bee28b5e56addb8226c96f7f13ac28cb4c301dd5ea8a6ca179c0b9835e032825"}, ] [package.dependencies] @@ -6030,7 +5835,6 @@ zstd = ["zstandard (>=0.18.0)"] name = "uvicorn" version = "0.20.0" description = "The lightning-fast ASGI server." -category = "main" optional = false python-versions = ">=3.7" files = [ @@ -6049,7 +5853,6 @@ standard = ["colorama (>=0.4)", "httptools (>=0.5.0)", "python-dotenv (>=0.13)", name = "validators" version = "0.20.0" description = "Python Data Validation for Humans™." -category = "main" optional = false python-versions = ">=3.4" files = [ @@ -6066,7 +5869,6 @@ test = ["flake8 (>=2.4.0)", "isort (>=4.2.2)", "pytest (>=2.2.3)"] name = "vine" version = "5.0.0" description = "Promises, promises, promises." -category = "main" optional = false python-versions = ">=3.6" files = [ @@ -6076,30 +5878,28 @@ files = [ [[package]] name = "virtualenv" -version = "20.23.0" +version = "20.23.1" description = "Virtual Python Environment builder" -category = "main" optional = false python-versions = ">=3.7" files = [ - {file = "virtualenv-20.23.0-py3-none-any.whl", hash = "sha256:6abec7670e5802a528357fdc75b26b9f57d5d92f29c5462ba0fbe45feacc685e"}, - {file = "virtualenv-20.23.0.tar.gz", hash = "sha256:a85caa554ced0c0afbd0d638e7e2d7b5f92d23478d05d17a76daeac8f279f924"}, + {file = "virtualenv-20.23.1-py3-none-any.whl", hash = "sha256:34da10f14fea9be20e0fd7f04aba9732f84e593dac291b757ce42e3368a39419"}, + {file = "virtualenv-20.23.1.tar.gz", hash = "sha256:8ff19a38c1021c742148edc4f81cb43d7f8c6816d2ede2ab72af5b84c749ade1"}, ] [package.dependencies] distlib = ">=0.3.6,<1" -filelock = ">=3.11,<4" -platformdirs = ">=3.2,<4" +filelock = ">=3.12,<4" +platformdirs = ">=3.5.1,<4" [package.extras] -docs = ["furo (>=2023.3.27)", "proselint (>=0.13)", "sphinx (>=6.1.3)", "sphinx-argparse (>=0.4)", "sphinxcontrib-towncrier (>=0.2.1a0)", "towncrier (>=22.12)"] -test = ["covdefaults (>=2.3)", "coverage (>=7.2.3)", "coverage-enable-subprocess (>=1)", "flaky (>=3.7)", "packaging (>=23.1)", "pytest (>=7.3.1)", "pytest-env (>=0.8.1)", "pytest-freezegun (>=0.4.2)", "pytest-mock (>=3.10)", "pytest-randomly (>=3.12)", "pytest-timeout (>=2.1)", "setuptools (>=67.7.1)", "time-machine (>=2.9)"] +docs = ["furo (>=2023.5.20)", "proselint (>=0.13)", "sphinx (>=7.0.1)", "sphinx-argparse (>=0.4)", "sphinxcontrib-towncrier (>=0.2.1a0)", "towncrier (>=23.6)"] +test = ["covdefaults (>=2.3)", "coverage (>=7.2.7)", "coverage-enable-subprocess (>=1)", "flaky (>=3.7)", "packaging (>=23.1)", "pytest (>=7.3.1)", "pytest-env (>=0.8.1)", "pytest-freezer (>=0.4.6)", "pytest-mock (>=3.10)", "pytest-randomly (>=3.12)", "pytest-timeout (>=2.1)", "setuptools (>=67.8)", "time-machine (>=2.9)"] [[package]] name = "wcwidth" version = "0.2.6" description = "Measures the displayed width of unicode strings in a terminal" -category = "main" optional = false python-versions = "*" files = [ @@ -6111,7 +5911,6 @@ files = [ name = "wget" version = "3.2" description = "pure python download utility" -category = "main" optional = false python-versions = "*" files = [ @@ -6122,7 +5921,6 @@ files = [ name = "win32-setctime" version = "1.1.0" description = "A small Python utility to set file creation time on Windows" -category = "main" optional = false python-versions = ">=3.5" files = [ @@ -6137,7 +5935,6 @@ dev = ["black (>=19.3b0)", "pytest (>=4.6.2)"] name = "wsproto" version = "1.2.0" description = "WebSockets state-machine based protocol implementation" -category = "main" optional = false python-versions = ">=3.7.0" files = [ @@ -6152,7 +5949,6 @@ h11 = ">=0.9.0,<1" name = "yarl" version = "1.9.2" description = "Yet another URL library" -category = "main" optional = false python-versions = ">=3.7" files = [ @@ -6240,7 +6036,6 @@ multidict = ">=4.0" name = "zipp" version = "3.15.0" description = "Backport of pathlib-compatible object wrapper for zip files" -category = "main" optional = false python-versions = ">=3.7" files = [ diff --git a/requirements.txt b/requirements.txt index f863912..fae44f1 100644 --- a/requirements.txt +++ b/requirements.txt @@ -3,20 +3,20 @@ aiosignal==1.3.1 ; python_full_version == "3.11.3" alembic==1.11.1 ; 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" +anyio==3.7.0 ; 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" +asgiref==3.7.2 ; 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==23.1.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" +billiard==4.1.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" +celery==5.3.0 ; python_full_version == "3.11.3" certifi==2023.5.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" @@ -24,25 +24,27 @@ 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-repl==0.3.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" +colorama==0.4.6 ; python_full_version == "3.11.3" and (platform_system == "Windows" or sys_platform == "win32") cookiecutter==2.1.1 ; python_full_version == "3.11.3" -coverage==7.2.5 ; python_full_version == "3.11.3" -coverage[toml]==7.2.5 ; python_full_version == "3.11.3" +coverage==7.2.7 ; python_full_version == "3.11.3" +coverage[toml]==7.2.7 ; 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.1 ; python_full_version == "3.11.3" +django==4.2.2 ; python_full_version == "3.11.3" dparse==0.6.2 ; python_full_version == "3.11.3" +easyprocess==1.1 ; python_full_version == "3.11.3" +entrypoint2==1.1 ; 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.12.0 ; python_full_version == "3.11.3" +filelock==3.12.2 ; 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" +greenlet==2.0.2 ; python_full_version == "3.11.3" and (platform_machine == "win32" or platform_machine == "WIN32" or platform_machine == "AMD64" or platform_machine == "amd64" or platform_machine == "x86_64" or platform_machine == "ppc64le" or platform_machine == "aarch64") 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" @@ -50,24 +52,26 @@ httpx==0.23.3 ; python_full_version == "3.11.3" identify==2.5.24 ; 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.13.2 ; python_full_version == "3.11.3" +ipython==8.14.0 ; python_full_version == "3.11.3" jedi==0.18.2 ; python_full_version == "3.11.3" +jeepney==0.8.0 ; python_full_version == "3.11.3" and platform_system == "Linux" 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" +kombu==5.3.1 ; 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" +markupsafe==2.1.3 ; 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" +mss==9.0.1 ; 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.8.0 ; python_full_version == "3.11.3" -numpy==1.24.3 ; python_full_version == "3.11.3" -orjson==3.8.12 ; python_full_version == "3.11.3" +numpy==1.25.0 ; python_full_version == "3.11.3" +orjson==3.9.1 ; 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" @@ -76,185 +80,186 @@ 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.5.1 ; python_full_version == "3.11.3" +platformdirs==3.5.3 ; 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" +pyautogui==0.9.54 ; 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" +pydantic==1.10.9 ; 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.15.1 ; python_full_version == "3.11.3" pyinstaller-hooks-contrib==2023.3 ; python_full_version == "3.11.3" -pyinstaller==5.11.0 ; python_full_version == "3.11.3" +pyinstaller==5.12.0 ; python_full_version == "3.11.3" pymsgbox==1.0.9 ; python_full_version == "3.11.3" -pyobjc-core==9.1.1 ; platform_system == "Darwin" and python_full_version == "3.11.3" -pyobjc-framework-accessibility==9.1.1 ; platform_system == "Darwin" and python_full_version == "3.11.3" and platform_release >= "20.0" -pyobjc-framework-accounts==9.1.1 ; platform_system == "Darwin" and python_full_version == "3.11.3" and platform_release >= "12.0" -pyobjc-framework-addressbook==9.1.1 ; platform_system == "Darwin" and python_full_version == "3.11.3" -pyobjc-framework-adservices==9.1.1 ; platform_system == "Darwin" and python_full_version == "3.11.3" and platform_release >= "20.0" -pyobjc-framework-adsupport==9.1.1 ; platform_system == "Darwin" and python_full_version == "3.11.3" and platform_release >= "18.0" -pyobjc-framework-applescriptkit==9.1.1 ; platform_system == "Darwin" and python_full_version == "3.11.3" -pyobjc-framework-applescriptobjc==9.1.1 ; platform_system == "Darwin" and python_full_version == "3.11.3" and platform_release >= "10.0" -pyobjc-framework-applicationservices==9.1.1 ; platform_system == "Darwin" and python_full_version == "3.11.3" -pyobjc-framework-apptrackingtransparency==9.1.1 ; platform_system == "Darwin" and python_full_version == "3.11.3" and platform_release >= "20.0" -pyobjc-framework-audiovideobridging==9.1.1 ; platform_system == "Darwin" and python_full_version == "3.11.3" and platform_release >= "12.0" -pyobjc-framework-authenticationservices==9.1.1 ; platform_system == "Darwin" and python_full_version == "3.11.3" and platform_release >= "19.0" -pyobjc-framework-automaticassessmentconfiguration==9.1.1 ; platform_system == "Darwin" and python_full_version == "3.11.3" and platform_release >= "19.0" -pyobjc-framework-automator==9.1.1 ; platform_system == "Darwin" and python_full_version == "3.11.3" -pyobjc-framework-avfoundation==9.1.1 ; platform_system == "Darwin" and python_full_version == "3.11.3" and platform_release >= "11.0" -pyobjc-framework-avkit==9.1.1 ; platform_system == "Darwin" and python_full_version == "3.11.3" and platform_release >= "13.0" -pyobjc-framework-avrouting==9.1.1 ; platform_system == "Darwin" and python_full_version == "3.11.3" and platform_release >= "22.0" -pyobjc-framework-backgroundassets==9.1.1 ; platform_system == "Darwin" and python_full_version == "3.11.3" and platform_release >= "22.0" -pyobjc-framework-businesschat==9.1.1 ; platform_system == "Darwin" and python_full_version == "3.11.3" and platform_release >= "18.0" -pyobjc-framework-calendarstore==9.1.1 ; platform_system == "Darwin" and python_full_version == "3.11.3" and platform_release >= "9.0" -pyobjc-framework-callkit==9.1.1 ; platform_system == "Darwin" and python_full_version == "3.11.3" and platform_release >= "20.0" -pyobjc-framework-cfnetwork==9.1.1 ; platform_system == "Darwin" and python_full_version == "3.11.3" -pyobjc-framework-classkit==9.1.1 ; platform_system == "Darwin" and python_full_version == "3.11.3" and platform_release >= "20.0" -pyobjc-framework-cloudkit==9.1.1 ; platform_system == "Darwin" and python_full_version == "3.11.3" and platform_release >= "14.0" -pyobjc-framework-cocoa==9.1.1 ; platform_system == "Darwin" and python_full_version == "3.11.3" -pyobjc-framework-collaboration==9.1.1 ; platform_system == "Darwin" and python_full_version == "3.11.3" and platform_release >= "9.0" -pyobjc-framework-colorsync==9.1.1 ; platform_system == "Darwin" and python_full_version == "3.11.3" and platform_release >= "17.0" -pyobjc-framework-contacts==9.1.1 ; platform_system == "Darwin" and python_full_version == "3.11.3" and platform_release >= "15.0" -pyobjc-framework-contactsui==9.1.1 ; platform_system == "Darwin" and python_full_version == "3.11.3" and platform_release >= "15.0" -pyobjc-framework-coreaudio==9.1.1 ; platform_system == "Darwin" and python_full_version == "3.11.3" -pyobjc-framework-coreaudiokit==9.1.1 ; platform_system == "Darwin" and python_full_version == "3.11.3" -pyobjc-framework-corebluetooth==9.1.1 ; platform_system == "Darwin" and python_full_version == "3.11.3" and platform_release >= "14.0" -pyobjc-framework-coredata==9.1.1 ; platform_system == "Darwin" and python_full_version == "3.11.3" -pyobjc-framework-corehaptics==9.1.1 ; platform_system == "Darwin" and python_full_version == "3.11.3" and platform_release >= "19.0" -pyobjc-framework-corelocation==9.1.1 ; platform_system == "Darwin" and python_full_version == "3.11.3" and platform_release >= "10.0" -pyobjc-framework-coremedia==9.1.1 ; platform_system == "Darwin" and python_full_version == "3.11.3" and platform_release >= "11.0" -pyobjc-framework-coremediaio==9.1.1 ; platform_system == "Darwin" and python_full_version == "3.11.3" and platform_release >= "11.0" -pyobjc-framework-coremidi==9.1.1 ; platform_system == "Darwin" and python_full_version == "3.11.3" -pyobjc-framework-coreml==9.1.1 ; platform_system == "Darwin" and python_full_version == "3.11.3" and platform_release >= "17.0" -pyobjc-framework-coremotion==9.1.1 ; platform_system == "Darwin" and python_full_version == "3.11.3" and platform_release >= "19.0" -pyobjc-framework-coreservices==9.1.1 ; platform_system == "Darwin" and python_full_version == "3.11.3" -pyobjc-framework-corespotlight==9.1.1 ; platform_system == "Darwin" and python_full_version == "3.11.3" and platform_release >= "17.0" -pyobjc-framework-coretext==9.1.1 ; platform_system == "Darwin" and python_full_version == "3.11.3" -pyobjc-framework-corewlan==9.1.1 ; platform_system == "Darwin" and python_full_version == "3.11.3" and platform_release >= "10.0" -pyobjc-framework-cryptotokenkit==9.1.1 ; platform_system == "Darwin" and python_full_version == "3.11.3" and platform_release >= "14.0" -pyobjc-framework-datadetection==9.1.1 ; platform_system == "Darwin" and python_full_version == "3.11.3" and platform_release >= "21.0" -pyobjc-framework-devicecheck==9.1.1 ; platform_system == "Darwin" and python_full_version == "3.11.3" and platform_release >= "19.0" -pyobjc-framework-dictionaryservices==9.1.1 ; platform_system == "Darwin" and python_full_version == "3.11.3" and platform_release >= "9.0" -pyobjc-framework-discrecording==9.1.1 ; platform_system == "Darwin" and python_full_version == "3.11.3" -pyobjc-framework-discrecordingui==9.1.1 ; platform_system == "Darwin" and python_full_version == "3.11.3" -pyobjc-framework-diskarbitration==9.1.1 ; platform_system == "Darwin" and python_full_version == "3.11.3" -pyobjc-framework-dvdplayback==9.1.1 ; platform_system == "Darwin" and python_full_version == "3.11.3" -pyobjc-framework-eventkit==9.1.1 ; platform_system == "Darwin" and python_full_version == "3.11.3" and platform_release >= "12.0" -pyobjc-framework-exceptionhandling==9.1.1 ; platform_system == "Darwin" and python_full_version == "3.11.3" -pyobjc-framework-executionpolicy==9.1.1 ; platform_system == "Darwin" and python_full_version == "3.11.3" and platform_release >= "19.0" -pyobjc-framework-extensionkit==9.1.1 ; platform_system == "Darwin" and python_full_version == "3.11.3" and platform_release >= "22.0" -pyobjc-framework-externalaccessory==9.1.1 ; platform_system == "Darwin" and python_full_version == "3.11.3" and platform_release >= "17.0" -pyobjc-framework-fileprovider==9.1.1 ; platform_system == "Darwin" and python_full_version == "3.11.3" and platform_release >= "19.0" -pyobjc-framework-fileproviderui==9.1.1 ; platform_system == "Darwin" and python_full_version == "3.11.3" and platform_release >= "19.0" -pyobjc-framework-findersync==9.1.1 ; platform_system == "Darwin" and python_full_version == "3.11.3" and platform_release >= "14.0" -pyobjc-framework-fsevents==9.1.1 ; platform_system == "Darwin" and python_full_version == "3.11.3" -pyobjc-framework-gamecenter==9.1.1 ; platform_system == "Darwin" and python_full_version == "3.11.3" and platform_release >= "12.0" -pyobjc-framework-gamecontroller==9.1.1 ; platform_system == "Darwin" and python_full_version == "3.11.3" and platform_release >= "13.0" -pyobjc-framework-gamekit==9.1.1 ; platform_system == "Darwin" and python_full_version == "3.11.3" and platform_release >= "12.0" -pyobjc-framework-gameplaykit==9.1.1 ; platform_system == "Darwin" and python_full_version == "3.11.3" and platform_release >= "15.0" -pyobjc-framework-healthkit==9.1.1 ; platform_system == "Darwin" and python_full_version == "3.11.3" and platform_release >= "22.0" -pyobjc-framework-imagecapturecore==9.1.1 ; platform_system == "Darwin" and python_full_version == "3.11.3" and platform_release >= "10.0" -pyobjc-framework-imserviceplugin==9.1.1 ; platform_system == "Darwin" and python_full_version == "3.11.3" and platform_release >= "11.0" -pyobjc-framework-inputmethodkit==9.1.1 ; platform_system == "Darwin" and python_full_version == "3.11.3" and platform_release >= "9.0" -pyobjc-framework-installerplugins==9.1.1 ; platform_system == "Darwin" and python_full_version == "3.11.3" -pyobjc-framework-instantmessage==9.1.1 ; platform_system == "Darwin" and python_full_version == "3.11.3" and platform_release >= "9.0" -pyobjc-framework-intents==9.1.1 ; platform_system == "Darwin" and python_full_version == "3.11.3" and platform_release >= "16.0" -pyobjc-framework-intentsui==9.1.1 ; platform_system == "Darwin" and python_full_version == "3.11.3" and platform_release >= "21.0" -pyobjc-framework-iobluetooth==9.1.1 ; platform_system == "Darwin" and python_full_version == "3.11.3" -pyobjc-framework-iobluetoothui==9.1.1 ; platform_system == "Darwin" and python_full_version == "3.11.3" -pyobjc-framework-iosurface==9.1.1 ; platform_system == "Darwin" and python_full_version == "3.11.3" and platform_release >= "10.0" -pyobjc-framework-ituneslibrary==9.1.1 ; platform_system == "Darwin" and python_full_version == "3.11.3" and platform_release >= "10.0" -pyobjc-framework-kernelmanagement==9.1.1 ; platform_system == "Darwin" and python_full_version == "3.11.3" and platform_release >= "20.0" -pyobjc-framework-latentsemanticmapping==9.1.1 ; platform_system == "Darwin" and python_full_version == "3.11.3" -pyobjc-framework-launchservices==9.1.1 ; platform_system == "Darwin" and python_full_version == "3.11.3" -pyobjc-framework-libdispatch==9.1.1 ; platform_system == "Darwin" and python_full_version == "3.11.3" and platform_release >= "12.0" -pyobjc-framework-libxpc==9.1.1 ; platform_system == "Darwin" and python_full_version == "3.11.3" and platform_release >= "12.0" -pyobjc-framework-linkpresentation==9.1.1 ; platform_system == "Darwin" and python_full_version == "3.11.3" and platform_release >= "19.0" -pyobjc-framework-localauthentication==9.1.1 ; platform_system == "Darwin" and python_full_version == "3.11.3" and platform_release >= "14.0" -pyobjc-framework-localauthenticationembeddedui==9.1.1 ; platform_system == "Darwin" and python_full_version == "3.11.3" and platform_release >= "21.0" -pyobjc-framework-mailkit==9.1.1 ; platform_system == "Darwin" and python_full_version == "3.11.3" and platform_release >= "21.0" -pyobjc-framework-mapkit==9.1.1 ; platform_system == "Darwin" and python_full_version == "3.11.3" and platform_release >= "13.0" -pyobjc-framework-mediaaccessibility==9.1.1 ; platform_system == "Darwin" and python_full_version == "3.11.3" and platform_release >= "13.0" -pyobjc-framework-medialibrary==9.1.1 ; platform_system == "Darwin" and python_full_version == "3.11.3" and platform_release >= "13.0" -pyobjc-framework-mediaplayer==9.1.1 ; platform_system == "Darwin" and python_full_version == "3.11.3" and platform_release >= "16.0" -pyobjc-framework-mediatoolbox==9.1.1 ; platform_system == "Darwin" and python_full_version == "3.11.3" and platform_release >= "13.0" -pyobjc-framework-metal==9.1.1 ; platform_system == "Darwin" and python_full_version == "3.11.3" and platform_release >= "15.0" -pyobjc-framework-metalfx==9.1.1 ; platform_system == "Darwin" and python_full_version == "3.11.3" and platform_release >= "22.0" -pyobjc-framework-metalkit==9.1.1 ; platform_system == "Darwin" and python_full_version == "3.11.3" and platform_release >= "15.0" -pyobjc-framework-metalperformanceshaders==9.1.1 ; platform_system == "Darwin" and python_full_version == "3.11.3" and platform_release >= "17.0" -pyobjc-framework-metalperformanceshadersgraph==9.1.1 ; platform_system == "Darwin" and python_full_version == "3.11.3" and platform_release >= "20.0" -pyobjc-framework-metrickit==9.1.1 ; platform_system == "Darwin" and python_full_version == "3.11.3" and platform_release >= "21.0" -pyobjc-framework-mlcompute==9.1.1 ; platform_system == "Darwin" and python_full_version == "3.11.3" and platform_release >= "20.0" -pyobjc-framework-modelio==9.1.1 ; platform_system == "Darwin" and python_full_version == "3.11.3" and platform_release >= "15.0" -pyobjc-framework-multipeerconnectivity==9.1.1 ; platform_system == "Darwin" and python_full_version == "3.11.3" and platform_release >= "14.0" -pyobjc-framework-naturallanguage==9.1.1 ; platform_system == "Darwin" and python_full_version == "3.11.3" and platform_release >= "18.0" -pyobjc-framework-netfs==9.1.1 ; platform_system == "Darwin" and python_full_version == "3.11.3" and platform_release >= "10.0" -pyobjc-framework-network==9.1.1 ; platform_system == "Darwin" and python_full_version == "3.11.3" and platform_release >= "18.0" -pyobjc-framework-networkextension==9.1.1 ; platform_system == "Darwin" and python_full_version == "3.11.3" and platform_release >= "15.0" -pyobjc-framework-notificationcenter==9.1.1 ; platform_system == "Darwin" and python_full_version == "3.11.3" and platform_release >= "14.0" -pyobjc-framework-opendirectory==9.1.1 ; platform_system == "Darwin" and python_full_version == "3.11.3" and platform_release >= "10.0" -pyobjc-framework-osakit==9.1.1 ; platform_system == "Darwin" and python_full_version == "3.11.3" -pyobjc-framework-oslog==9.1.1 ; platform_system == "Darwin" and python_full_version == "3.11.3" and platform_release >= "19.0" -pyobjc-framework-passkit==9.1.1 ; platform_system == "Darwin" and python_full_version == "3.11.3" and platform_release >= "20.0" -pyobjc-framework-pencilkit==9.1.1 ; platform_system == "Darwin" and python_full_version == "3.11.3" and platform_release >= "19.0" -pyobjc-framework-phase==9.1.1 ; platform_system == "Darwin" and python_full_version == "3.11.3" and platform_release >= "21.0" -pyobjc-framework-photos==9.1.1 ; platform_system == "Darwin" and python_full_version == "3.11.3" and platform_release >= "15.0" -pyobjc-framework-photosui==9.1.1 ; platform_system == "Darwin" and python_full_version == "3.11.3" and platform_release >= "15.0" -pyobjc-framework-preferencepanes==9.1.1 ; platform_system == "Darwin" and python_full_version == "3.11.3" -pyobjc-framework-pubsub==9.1.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.1.1 ; platform_system == "Darwin" and python_full_version == "3.11.3" and platform_release >= "19.0" -pyobjc-framework-quartz==9.1.1 ; platform_system == "Darwin" and python_full_version == "3.11.3" -pyobjc-framework-quicklookthumbnailing==9.1.1 ; platform_system == "Darwin" and python_full_version == "3.11.3" and platform_release >= "19.0" -pyobjc-framework-replaykit==9.1.1 ; platform_system == "Darwin" and python_full_version == "3.11.3" and platform_release >= "20.0" -pyobjc-framework-safariservices==9.1.1 ; platform_system == "Darwin" and python_full_version == "3.11.3" and platform_release >= "15.0" -pyobjc-framework-safetykit==9.1.1 ; platform_system == "Darwin" and python_full_version == "3.11.3" and platform_release >= "22.0" -pyobjc-framework-scenekit==9.1.1 ; platform_system == "Darwin" and python_full_version == "3.11.3" and platform_release >= "11.0" -pyobjc-framework-screencapturekit==9.1.1 ; platform_system == "Darwin" and python_full_version == "3.11.3" and platform_release >= "21.4" -pyobjc-framework-screensaver==9.1.1 ; platform_system == "Darwin" and python_full_version == "3.11.3" -pyobjc-framework-screentime==9.1.1 ; platform_system == "Darwin" and python_full_version == "3.11.3" and platform_release >= "20.0" -pyobjc-framework-scriptingbridge==9.1.1 ; platform_system == "Darwin" and python_full_version == "3.11.3" and platform_release >= "9.0" -pyobjc-framework-searchkit==9.1.1 ; platform_system == "Darwin" and python_full_version == "3.11.3" -pyobjc-framework-security==9.1.1 ; platform_system == "Darwin" and python_full_version == "3.11.3" -pyobjc-framework-securityfoundation==9.1.1 ; platform_system == "Darwin" and python_full_version == "3.11.3" -pyobjc-framework-securityinterface==9.1.1 ; platform_system == "Darwin" and python_full_version == "3.11.3" -pyobjc-framework-servicemanagement==9.1.1 ; platform_system == "Darwin" and python_full_version == "3.11.3" and platform_release >= "10.0" -pyobjc-framework-sharedwithyou==9.1.1 ; platform_system == "Darwin" and python_full_version == "3.11.3" and platform_release >= "22.0" -pyobjc-framework-sharedwithyoucore==9.1.1 ; platform_system == "Darwin" and python_full_version == "3.11.3" and platform_release >= "22.0" -pyobjc-framework-shazamkit==9.1.1 ; platform_system == "Darwin" and python_full_version == "3.11.3" and platform_release >= "21.0" -pyobjc-framework-social==9.1.1 ; platform_system == "Darwin" and python_full_version == "3.11.3" and platform_release >= "12.0" -pyobjc-framework-soundanalysis==9.1.1 ; platform_system == "Darwin" and python_full_version == "3.11.3" and platform_release >= "19.0" -pyobjc-framework-speech==9.1.1 ; platform_system == "Darwin" and python_full_version == "3.11.3" and platform_release >= "19.0" -pyobjc-framework-spritekit==9.1.1 ; platform_system == "Darwin" and python_full_version == "3.11.3" and platform_release >= "13.0" -pyobjc-framework-storekit==9.1.1 ; platform_system == "Darwin" and python_full_version == "3.11.3" and platform_release >= "11.0" -pyobjc-framework-syncservices==9.1.1 ; platform_system == "Darwin" and python_full_version == "3.11.3" -pyobjc-framework-systemconfiguration==9.1.1 ; platform_system == "Darwin" and python_full_version == "3.11.3" -pyobjc-framework-systemextensions==9.1.1 ; platform_system == "Darwin" and python_full_version == "3.11.3" and platform_release >= "19.0" -pyobjc-framework-threadnetwork==9.1.1 ; platform_system == "Darwin" and python_full_version == "3.11.3" and platform_release >= "22.0" -pyobjc-framework-uniformtypeidentifiers==9.1.1 ; platform_system == "Darwin" and python_full_version == "3.11.3" and platform_release >= "20.0" -pyobjc-framework-usernotifications==9.1.1 ; platform_system == "Darwin" and python_full_version == "3.11.3" and platform_release >= "18.0" -pyobjc-framework-usernotificationsui==9.1.1 ; platform_system == "Darwin" and python_full_version == "3.11.3" and platform_release >= "20.0" -pyobjc-framework-videosubscriberaccount==9.1.1 ; platform_system == "Darwin" and python_full_version == "3.11.3" and platform_release >= "18.0" -pyobjc-framework-videotoolbox==9.1.1 ; platform_system == "Darwin" and python_full_version == "3.11.3" and platform_release >= "12.0" -pyobjc-framework-virtualization==9.1.1 ; platform_system == "Darwin" and python_full_version == "3.11.3" and platform_release >= "20.0" -pyobjc-framework-vision==9.1.1 ; platform_system == "Darwin" and python_full_version == "3.11.3" and platform_release >= "17.0" -pyobjc-framework-webkit==9.1.1 ; platform_system == "Darwin" and python_full_version == "3.11.3" -pyobjc==9.1.1 ; platform_system == "Darwin" and python_full_version == "3.11.3" +pyobjc-core==9.2 ; platform_system == "Darwin" and python_full_version == "3.11.3" +pyobjc-framework-accessibility==9.2 ; platform_system == "Darwin" and python_full_version == "3.11.3" and platform_release >= "20.0" +pyobjc-framework-accounts==9.2 ; platform_system == "Darwin" and python_full_version == "3.11.3" and platform_release >= "12.0" +pyobjc-framework-addressbook==9.2 ; platform_system == "Darwin" and python_full_version == "3.11.3" +pyobjc-framework-adservices==9.2 ; platform_system == "Darwin" and python_full_version == "3.11.3" and platform_release >= "20.0" +pyobjc-framework-adsupport==9.2 ; platform_system == "Darwin" and python_full_version == "3.11.3" and platform_release >= "18.0" +pyobjc-framework-applescriptkit==9.2 ; platform_system == "Darwin" and python_full_version == "3.11.3" +pyobjc-framework-applescriptobjc==9.2 ; platform_system == "Darwin" and python_full_version == "3.11.3" and platform_release >= "10.0" +pyobjc-framework-applicationservices==9.2 ; platform_system == "Darwin" and python_full_version == "3.11.3" +pyobjc-framework-apptrackingtransparency==9.2 ; platform_system == "Darwin" and python_full_version == "3.11.3" and platform_release >= "20.0" +pyobjc-framework-audiovideobridging==9.2 ; platform_system == "Darwin" and python_full_version == "3.11.3" and platform_release >= "12.0" +pyobjc-framework-authenticationservices==9.2 ; platform_system == "Darwin" and python_full_version == "3.11.3" and platform_release >= "19.0" +pyobjc-framework-automaticassessmentconfiguration==9.2 ; platform_system == "Darwin" and python_full_version == "3.11.3" and platform_release >= "19.0" +pyobjc-framework-automator==9.2 ; platform_system == "Darwin" and python_full_version == "3.11.3" +pyobjc-framework-avfoundation==9.2 ; platform_system == "Darwin" and python_full_version == "3.11.3" and platform_release >= "11.0" +pyobjc-framework-avkit==9.2 ; platform_system == "Darwin" and python_full_version == "3.11.3" and platform_release >= "13.0" +pyobjc-framework-avrouting==9.2 ; platform_system == "Darwin" and python_full_version == "3.11.3" and platform_release >= "22.0" +pyobjc-framework-backgroundassets==9.2 ; platform_system == "Darwin" and python_full_version == "3.11.3" and platform_release >= "22.0" +pyobjc-framework-businesschat==9.2 ; platform_system == "Darwin" and python_full_version == "3.11.3" and platform_release >= "18.0" +pyobjc-framework-calendarstore==9.2 ; platform_system == "Darwin" and python_full_version == "3.11.3" and platform_release >= "9.0" +pyobjc-framework-callkit==9.2 ; platform_system == "Darwin" and python_full_version == "3.11.3" and platform_release >= "20.0" +pyobjc-framework-cfnetwork==9.2 ; platform_system == "Darwin" and python_full_version == "3.11.3" +pyobjc-framework-classkit==9.2 ; platform_system == "Darwin" and python_full_version == "3.11.3" and platform_release >= "20.0" +pyobjc-framework-cloudkit==9.2 ; platform_system == "Darwin" and python_full_version == "3.11.3" and platform_release >= "14.0" +pyobjc-framework-cocoa==9.2 ; platform_system == "Darwin" and python_full_version == "3.11.3" +pyobjc-framework-collaboration==9.2 ; platform_system == "Darwin" and python_full_version == "3.11.3" and platform_release >= "9.0" +pyobjc-framework-colorsync==9.2 ; platform_system == "Darwin" and python_full_version == "3.11.3" and platform_release >= "17.0" +pyobjc-framework-contacts==9.2 ; platform_system == "Darwin" and python_full_version == "3.11.3" and platform_release >= "15.0" +pyobjc-framework-contactsui==9.2 ; platform_system == "Darwin" and python_full_version == "3.11.3" and platform_release >= "15.0" +pyobjc-framework-coreaudio==9.2 ; platform_system == "Darwin" and python_full_version == "3.11.3" +pyobjc-framework-coreaudiokit==9.2 ; platform_system == "Darwin" and python_full_version == "3.11.3" +pyobjc-framework-corebluetooth==9.2 ; platform_system == "Darwin" and python_full_version == "3.11.3" and platform_release >= "14.0" +pyobjc-framework-coredata==9.2 ; platform_system == "Darwin" and python_full_version == "3.11.3" +pyobjc-framework-corehaptics==9.2 ; platform_system == "Darwin" and python_full_version == "3.11.3" and platform_release >= "19.0" +pyobjc-framework-corelocation==9.2 ; platform_system == "Darwin" and python_full_version == "3.11.3" and platform_release >= "10.0" +pyobjc-framework-coremedia==9.2 ; platform_system == "Darwin" and python_full_version == "3.11.3" and platform_release >= "11.0" +pyobjc-framework-coremediaio==9.2 ; platform_system == "Darwin" and python_full_version == "3.11.3" and platform_release >= "11.0" +pyobjc-framework-coremidi==9.2 ; platform_system == "Darwin" and python_full_version == "3.11.3" +pyobjc-framework-coreml==9.2 ; platform_system == "Darwin" and python_full_version == "3.11.3" and platform_release >= "17.0" +pyobjc-framework-coremotion==9.2 ; platform_system == "Darwin" and python_full_version == "3.11.3" and platform_release >= "19.0" +pyobjc-framework-coreservices==9.2 ; platform_system == "Darwin" and python_full_version == "3.11.3" +pyobjc-framework-corespotlight==9.2 ; platform_system == "Darwin" and python_full_version == "3.11.3" and platform_release >= "17.0" +pyobjc-framework-coretext==9.2 ; platform_system == "Darwin" and python_full_version == "3.11.3" +pyobjc-framework-corewlan==9.2 ; platform_system == "Darwin" and python_full_version == "3.11.3" and platform_release >= "10.0" +pyobjc-framework-cryptotokenkit==9.2 ; platform_system == "Darwin" and python_full_version == "3.11.3" and platform_release >= "14.0" +pyobjc-framework-datadetection==9.2 ; platform_system == "Darwin" and python_full_version == "3.11.3" and platform_release >= "21.0" +pyobjc-framework-devicecheck==9.2 ; platform_system == "Darwin" and python_full_version == "3.11.3" and platform_release >= "19.0" +pyobjc-framework-dictionaryservices==9.2 ; platform_system == "Darwin" and python_full_version == "3.11.3" and platform_release >= "9.0" +pyobjc-framework-discrecording==9.2 ; platform_system == "Darwin" and python_full_version == "3.11.3" +pyobjc-framework-discrecordingui==9.2 ; platform_system == "Darwin" and python_full_version == "3.11.3" +pyobjc-framework-diskarbitration==9.2 ; platform_system == "Darwin" and python_full_version == "3.11.3" +pyobjc-framework-dvdplayback==9.2 ; platform_system == "Darwin" and python_full_version == "3.11.3" +pyobjc-framework-eventkit==9.2 ; platform_system == "Darwin" and python_full_version == "3.11.3" and platform_release >= "12.0" +pyobjc-framework-exceptionhandling==9.2 ; platform_system == "Darwin" and python_full_version == "3.11.3" +pyobjc-framework-executionpolicy==9.2 ; platform_system == "Darwin" and python_full_version == "3.11.3" and platform_release >= "19.0" +pyobjc-framework-extensionkit==9.2 ; platform_system == "Darwin" and python_full_version == "3.11.3" and platform_release >= "22.0" +pyobjc-framework-externalaccessory==9.2 ; platform_system == "Darwin" and python_full_version == "3.11.3" and platform_release >= "17.0" +pyobjc-framework-fileprovider==9.2 ; platform_system == "Darwin" and python_full_version == "3.11.3" and platform_release >= "19.0" +pyobjc-framework-fileproviderui==9.2 ; platform_system == "Darwin" and python_full_version == "3.11.3" and platform_release >= "19.0" +pyobjc-framework-findersync==9.2 ; platform_system == "Darwin" and python_full_version == "3.11.3" and platform_release >= "14.0" +pyobjc-framework-fsevents==9.2 ; platform_system == "Darwin" and python_full_version == "3.11.3" +pyobjc-framework-gamecenter==9.2 ; platform_system == "Darwin" and python_full_version == "3.11.3" and platform_release >= "12.0" +pyobjc-framework-gamecontroller==9.2 ; platform_system == "Darwin" and python_full_version == "3.11.3" and platform_release >= "13.0" +pyobjc-framework-gamekit==9.2 ; platform_system == "Darwin" and python_full_version == "3.11.3" and platform_release >= "12.0" +pyobjc-framework-gameplaykit==9.2 ; platform_system == "Darwin" and python_full_version == "3.11.3" and platform_release >= "15.0" +pyobjc-framework-healthkit==9.2 ; platform_system == "Darwin" and python_full_version == "3.11.3" and platform_release >= "22.0" +pyobjc-framework-imagecapturecore==9.2 ; platform_system == "Darwin" and python_full_version == "3.11.3" and platform_release >= "10.0" +pyobjc-framework-imserviceplugin==9.2 ; platform_system == "Darwin" and python_full_version == "3.11.3" and platform_release >= "11.0" +pyobjc-framework-inputmethodkit==9.2 ; platform_system == "Darwin" and python_full_version == "3.11.3" and platform_release >= "9.0" +pyobjc-framework-installerplugins==9.2 ; platform_system == "Darwin" and python_full_version == "3.11.3" +pyobjc-framework-instantmessage==9.2 ; platform_system == "Darwin" and python_full_version == "3.11.3" and platform_release >= "9.0" +pyobjc-framework-intents==9.2 ; platform_system == "Darwin" and python_full_version == "3.11.3" and platform_release >= "16.0" +pyobjc-framework-intentsui==9.2 ; platform_system == "Darwin" and python_full_version == "3.11.3" and platform_release >= "21.0" +pyobjc-framework-iobluetooth==9.2 ; platform_system == "Darwin" and python_full_version == "3.11.3" +pyobjc-framework-iobluetoothui==9.2 ; platform_system == "Darwin" and python_full_version == "3.11.3" +pyobjc-framework-iosurface==9.2 ; platform_system == "Darwin" and python_full_version == "3.11.3" and platform_release >= "10.0" +pyobjc-framework-ituneslibrary==9.2 ; platform_system == "Darwin" and python_full_version == "3.11.3" and platform_release >= "10.0" +pyobjc-framework-kernelmanagement==9.2 ; platform_system == "Darwin" and python_full_version == "3.11.3" and platform_release >= "20.0" +pyobjc-framework-latentsemanticmapping==9.2 ; platform_system == "Darwin" and python_full_version == "3.11.3" +pyobjc-framework-launchservices==9.2 ; platform_system == "Darwin" and python_full_version == "3.11.3" +pyobjc-framework-libdispatch==9.2 ; platform_system == "Darwin" and python_full_version == "3.11.3" and platform_release >= "12.0" +pyobjc-framework-libxpc==9.2 ; platform_system == "Darwin" and python_full_version == "3.11.3" and platform_release >= "12.0" +pyobjc-framework-linkpresentation==9.2 ; platform_system == "Darwin" and python_full_version == "3.11.3" and platform_release >= "19.0" +pyobjc-framework-localauthentication==9.2 ; platform_system == "Darwin" and python_full_version == "3.11.3" and platform_release >= "14.0" +pyobjc-framework-localauthenticationembeddedui==9.2 ; platform_system == "Darwin" and python_full_version == "3.11.3" and platform_release >= "21.0" +pyobjc-framework-mailkit==9.2 ; platform_system == "Darwin" and python_full_version == "3.11.3" and platform_release >= "21.0" +pyobjc-framework-mapkit==9.2 ; platform_system == "Darwin" and python_full_version == "3.11.3" and platform_release >= "13.0" +pyobjc-framework-mediaaccessibility==9.2 ; platform_system == "Darwin" and python_full_version == "3.11.3" and platform_release >= "13.0" +pyobjc-framework-medialibrary==9.2 ; platform_system == "Darwin" and python_full_version == "3.11.3" and platform_release >= "13.0" +pyobjc-framework-mediaplayer==9.2 ; platform_system == "Darwin" and python_full_version == "3.11.3" and platform_release >= "16.0" +pyobjc-framework-mediatoolbox==9.2 ; platform_system == "Darwin" and python_full_version == "3.11.3" and platform_release >= "13.0" +pyobjc-framework-metal==9.2 ; platform_system == "Darwin" and python_full_version == "3.11.3" and platform_release >= "15.0" +pyobjc-framework-metalfx==9.2 ; platform_system == "Darwin" and python_full_version == "3.11.3" and platform_release >= "22.0" +pyobjc-framework-metalkit==9.2 ; platform_system == "Darwin" and python_full_version == "3.11.3" and platform_release >= "15.0" +pyobjc-framework-metalperformanceshaders==9.2 ; platform_system == "Darwin" and python_full_version == "3.11.3" and platform_release >= "17.0" +pyobjc-framework-metalperformanceshadersgraph==9.2 ; platform_system == "Darwin" and python_full_version == "3.11.3" and platform_release >= "20.0" +pyobjc-framework-metrickit==9.2 ; platform_system == "Darwin" and python_full_version == "3.11.3" and platform_release >= "21.0" +pyobjc-framework-mlcompute==9.2 ; platform_system == "Darwin" and python_full_version == "3.11.3" and platform_release >= "20.0" +pyobjc-framework-modelio==9.2 ; platform_system == "Darwin" and python_full_version == "3.11.3" and platform_release >= "15.0" +pyobjc-framework-multipeerconnectivity==9.2 ; platform_system == "Darwin" and python_full_version == "3.11.3" and platform_release >= "14.0" +pyobjc-framework-naturallanguage==9.2 ; platform_system == "Darwin" and python_full_version == "3.11.3" and platform_release >= "18.0" +pyobjc-framework-netfs==9.2 ; platform_system == "Darwin" and python_full_version == "3.11.3" and platform_release >= "10.0" +pyobjc-framework-network==9.2 ; platform_system == "Darwin" and python_full_version == "3.11.3" and platform_release >= "18.0" +pyobjc-framework-networkextension==9.2 ; platform_system == "Darwin" and python_full_version == "3.11.3" and platform_release >= "15.0" +pyobjc-framework-notificationcenter==9.2 ; platform_system == "Darwin" and python_full_version == "3.11.3" and platform_release >= "14.0" +pyobjc-framework-opendirectory==9.2 ; platform_system == "Darwin" and python_full_version == "3.11.3" and platform_release >= "10.0" +pyobjc-framework-osakit==9.2 ; platform_system == "Darwin" and python_full_version == "3.11.3" +pyobjc-framework-oslog==9.2 ; platform_system == "Darwin" and python_full_version == "3.11.3" and platform_release >= "19.0" +pyobjc-framework-passkit==9.2 ; platform_system == "Darwin" and python_full_version == "3.11.3" and platform_release >= "20.0" +pyobjc-framework-pencilkit==9.2 ; platform_system == "Darwin" and python_full_version == "3.11.3" and platform_release >= "19.0" +pyobjc-framework-phase==9.2 ; platform_system == "Darwin" and python_full_version == "3.11.3" and platform_release >= "21.0" +pyobjc-framework-photos==9.2 ; platform_system == "Darwin" and python_full_version == "3.11.3" and platform_release >= "15.0" +pyobjc-framework-photosui==9.2 ; platform_system == "Darwin" and python_full_version == "3.11.3" and platform_release >= "15.0" +pyobjc-framework-preferencepanes==9.2 ; platform_system == "Darwin" and python_full_version == "3.11.3" +pyobjc-framework-pubsub==9.2 ; platform_release >= "9.0" and platform_release < "18.0" and platform_system == "Darwin" and python_full_version == "3.11.3" +pyobjc-framework-pushkit==9.2 ; platform_system == "Darwin" and python_full_version == "3.11.3" and platform_release >= "19.0" +pyobjc-framework-quartz==9.2 ; platform_system == "Darwin" and python_full_version == "3.11.3" +pyobjc-framework-quicklookthumbnailing==9.2 ; platform_system == "Darwin" and python_full_version == "3.11.3" and platform_release >= "19.0" +pyobjc-framework-replaykit==9.2 ; platform_system == "Darwin" and python_full_version == "3.11.3" and platform_release >= "20.0" +pyobjc-framework-safariservices==9.2 ; platform_system == "Darwin" and python_full_version == "3.11.3" and platform_release >= "16.0" +pyobjc-framework-safetykit==9.2 ; platform_system == "Darwin" and python_full_version == "3.11.3" and platform_release >= "22.0" +pyobjc-framework-scenekit==9.2 ; platform_system == "Darwin" and python_full_version == "3.11.3" and platform_release >= "11.0" +pyobjc-framework-screencapturekit==9.2 ; platform_system == "Darwin" and python_full_version == "3.11.3" and platform_release >= "21.4" +pyobjc-framework-screensaver==9.2 ; platform_system == "Darwin" and python_full_version == "3.11.3" +pyobjc-framework-screentime==9.2 ; platform_system == "Darwin" and python_full_version == "3.11.3" and platform_release >= "20.0" +pyobjc-framework-scriptingbridge==9.2 ; platform_system == "Darwin" and python_full_version == "3.11.3" and platform_release >= "9.0" +pyobjc-framework-searchkit==9.2 ; platform_system == "Darwin" and python_full_version == "3.11.3" +pyobjc-framework-security==9.2 ; platform_system == "Darwin" and python_full_version == "3.11.3" +pyobjc-framework-securityfoundation==9.2 ; platform_system == "Darwin" and python_full_version == "3.11.3" +pyobjc-framework-securityinterface==9.2 ; platform_system == "Darwin" and python_full_version == "3.11.3" +pyobjc-framework-servicemanagement==9.2 ; platform_system == "Darwin" and python_full_version == "3.11.3" and platform_release >= "10.0" +pyobjc-framework-sharedwithyou==9.2 ; platform_system == "Darwin" and python_full_version == "3.11.3" and platform_release >= "22.0" +pyobjc-framework-sharedwithyoucore==9.2 ; platform_system == "Darwin" and python_full_version == "3.11.3" and platform_release >= "22.0" +pyobjc-framework-shazamkit==9.2 ; platform_system == "Darwin" and python_full_version == "3.11.3" and platform_release >= "21.0" +pyobjc-framework-social==9.2 ; platform_system == "Darwin" and python_full_version == "3.11.3" and platform_release >= "12.0" +pyobjc-framework-soundanalysis==9.2 ; platform_system == "Darwin" and python_full_version == "3.11.3" and platform_release >= "19.0" +pyobjc-framework-speech==9.2 ; platform_system == "Darwin" and python_full_version == "3.11.3" and platform_release >= "19.0" +pyobjc-framework-spritekit==9.2 ; platform_system == "Darwin" and python_full_version == "3.11.3" and platform_release >= "13.0" +pyobjc-framework-storekit==9.2 ; platform_system == "Darwin" and python_full_version == "3.11.3" and platform_release >= "11.0" +pyobjc-framework-syncservices==9.2 ; platform_system == "Darwin" and python_full_version == "3.11.3" +pyobjc-framework-systemconfiguration==9.2 ; platform_system == "Darwin" and python_full_version == "3.11.3" +pyobjc-framework-systemextensions==9.2 ; platform_system == "Darwin" and python_full_version == "3.11.3" and platform_release >= "19.0" +pyobjc-framework-threadnetwork==9.2 ; platform_system == "Darwin" and python_full_version == "3.11.3" and platform_release >= "22.0" +pyobjc-framework-uniformtypeidentifiers==9.2 ; platform_system == "Darwin" and python_full_version == "3.11.3" and platform_release >= "20.0" +pyobjc-framework-usernotifications==9.2 ; platform_system == "Darwin" and python_full_version == "3.11.3" and platform_release >= "18.0" +pyobjc-framework-usernotificationsui==9.2 ; platform_system == "Darwin" and python_full_version == "3.11.3" and platform_release >= "20.0" +pyobjc-framework-videosubscriberaccount==9.2 ; platform_system == "Darwin" and python_full_version == "3.11.3" and platform_release >= "18.0" +pyobjc-framework-videotoolbox==9.2 ; platform_system == "Darwin" and python_full_version == "3.11.3" and platform_release >= "12.0" +pyobjc-framework-virtualization==9.2 ; platform_system == "Darwin" and python_full_version == "3.11.3" and platform_release >= "20.0" +pyobjc-framework-vision==9.2 ; platform_system == "Darwin" and python_full_version == "3.11.3" and platform_release >= "17.0" +pyobjc-framework-webkit==9.2 ; platform_system == "Darwin" and python_full_version == "3.11.3" +pyobjc==9.2 ; 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.5.0 ; python_full_version == "3.11.3" +pyqt6-qt6==6.5.1 ; python_full_version == "3.11.3" pyqt6-sip==13.5.1 ; python_full_version == "3.11.3" -pyqt6==6.5.0 ; python_full_version == "3.11.3" +pyqt6==6.5.1 ; 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" +pyscreenshot==3.1 ; python_full_version == "3.11.3" +pyscreeze==0.1.29 ; 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.3.1 ; python_full_version == "3.11.3" +pytest-cov==4.1.0 ; python_full_version == "3.11.3" +pytest==7.3.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" @@ -264,13 +269,13 @@ 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.5 ; python_full_version == "3.11.3" -requests==2.30.0 ; python_full_version == "3.11.3" +requests==2.31.0 ; python_full_version == "3.11.3" rfc3986[idna2008]==1.5.0 ; python_full_version == "3.11.3" ruamel-yaml-clib==0.2.7 ; platform_python_implementation == "CPython" and python_full_version == "3.11.3" -ruamel-yaml==0.17.26 ; python_full_version == "3.11.3" +ruamel-yaml==0.17.32 ; python_full_version == "3.11.3" safety==2.3.5 ; python_full_version == "3.11.3" -selenium==4.9.1 ; python_full_version == "3.11.3" -setuptools==67.7.2 ; python_full_version == "3.11.3" +selenium==4.10.0 ; python_full_version == "3.11.3" +setuptools==67.8.0 ; 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" @@ -284,16 +289,16 @@ termcolor==2.3.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-websocket==0.10.3 ; 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==2.0.2 ; python_full_version == "3.11.3" -urllib3[socks]==2.0.2 ; python_full_version == "3.11.3" +typing-extensions==4.6.3 ; python_full_version == "3.11.3" +tzdata==2023.3 ; python_full_version == "3.11.3" +urllib3==2.0.3 ; python_full_version == "3.11.3" +urllib3[socks]==2.0.3 ; 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.23.0 ; python_full_version == "3.11.3" +virtualenv==20.23.1 ; 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"