From 2239c110ae1ca7d9aa0cf602b143b99406cf6b5a Mon Sep 17 00:00:00 2001 From: Miguel Jacq Date: Sat, 15 Feb 2025 20:20:34 +1100 Subject: [PATCH] Update flatpak and snap dependencies after cli change to python >= 3.10 --- flatpak/onionshare-cli.yaml | 16 ++---- snap/local/cli-requirements.txt | 96 ++++++++++++++++----------------- 2 files changed, 50 insertions(+), 62 deletions(-) diff --git a/flatpak/onionshare-cli.yaml b/flatpak/onionshare-cli.yaml index b174d478..18197f84 100644 --- a/flatpak/onionshare-cli.yaml +++ b/flatpak/onionshare-cli.yaml @@ -1,13 +1,13 @@ name: poetry-deps buildsystem: simple build-commands: - - pip3 install --use-pep517 --no-index --find-links="file://${PWD}" --prefix=${FLATPAK_DEST} + - pip3 install --no-index --use-pep517 --find-links="file://${PWD}" --prefix=${FLATPAK_DEST} bidict blinker brotli brotlicffi certifi cffi charset-normalizer click colorama cython dnspython eventlet exceptiongroup flask flask-compress flask-socketio gevent - gevent-websocket greenlet h11 idna importlib-metadata iniconfig itsdangerous jinja2 - markupsafe packaging pluggy psutil pycparser pynacl pypng pysocks pytest python-engineio - python-socketio qrcode requests setuptools simple-websocket stem tomli typing-extensions - unidecode urllib3 waitress werkzeug wheel wsproto zipp zope-event zope-interface + gevent-websocket greenlet h11 idna iniconfig itsdangerous jinja2 markupsafe packaging + pluggy psutil pycparser pynacl pypng pysocks pytest python-engineio python-socketio + qrcode requests setuptools simple-websocket stem tomli typing-extensions unidecode + urllib3 waitress werkzeug wheel wsproto zope-event zope-interface sources: - type: file url: https://files.pythonhosted.org/packages/b5/82/ce0b6380f35f49d3fe687979a324c342cfa3588380232f3801db9dd62f9e/bidict-0.22.1-py3-none-any.whl @@ -72,9 +72,6 @@ sources: - type: file url: https://files.pythonhosted.org/packages/76/c6/c88e154df9c4e1a2a66ccf0005a88dfb2650c1dffb6f5ce603dfbd452ce3/idna-3.10-py3-none-any.whl sha256: 946d195a0d259cbba61165e88e65941f16e9b36ea6ddb97f00452bae8b1287d3 - - type: file - url: https://files.pythonhosted.org/packages/c0/8b/d8427f023c081a8303e6ac7209c16e6878f2765d5b59667f3903fbcfd365/importlib_metadata-7.0.1-py3-none-any.whl - sha256: 4805911c3a4ec7c3966410053e9ec6a1fecd629117df5adee56dfc9432a1081e - type: file url: https://files.pythonhosted.org/packages/ef/a6/62565a6e1cf69e10f5727360368e451d4b7f58beeac6173dc9db836a5b46/iniconfig-2.0.0-py3-none-any.whl sha256: b6a85871a79d2e3b22d2d1b94ac2824226a63c6b741c88f7ae975f18b6778374 @@ -156,9 +153,6 @@ sources: - type: file url: https://files.pythonhosted.org/packages/78/58/e860788190eba3bcce367f74d29c4675466ce8dddfba85f7827588416f01/wsproto-1.2.0-py3-none-any.whl sha256: b9acddd652b585d75b20477888c56642fdade28bdfd3579aa24a4d2c037dd736 - - type: file - url: https://files.pythonhosted.org/packages/b7/1a/7e4798e9339adc931158c9d69ecc34f5e6791489d469f5e50ec15e35f458/zipp-3.21.0-py3-none-any.whl - sha256: ac1bbe05fd2991f160ebce24ffbac5f6d11d83dc90891255885223d42b3cd931 - type: file url: https://files.pythonhosted.org/packages/fe/42/f8dbc2b9ad59e927940325a22d6d3931d630c3644dae7e2369ef5d9ba230/zope.event-5.0-py3-none-any.whl sha256: 2832e95014f4db26c47a13fdaef84cef2f4df37e66b59d8f1f4a8f319a632c26 diff --git a/snap/local/cli-requirements.txt b/snap/local/cli-requirements.txt index d1b5579d..e79827da 100644 --- a/snap/local/cli-requirements.txt +++ b/snap/local/cli-requirements.txt @@ -1,10 +1,10 @@ -bidict==0.22.1 ; python_version >= "3.9" and python_version < "3.13" \ +bidict==0.22.1 ; python_version >= "3.10" and python_version < "3.13" \ --hash=sha256:1e0f7f74e4860e6d0943a05d4134c63a2fad86f3d4732fb265bd79e4e856d81d \ --hash=sha256:6ef212238eb884b664f28da76f33f1d28b260f665fc737b413b287d5487d1e7b -blinker==1.7.0 ; python_version >= "3.9" and python_version < "3.13" \ +blinker==1.7.0 ; python_version >= "3.10" and python_version < "3.13" \ --hash=sha256:c3f865d4d54db7abc53758a01601cf343fe55b84c1de4e3fa910e420b438d5b9 \ --hash=sha256:e6820ff6fa4e4d1d8e2747c2283749c3f547e4fee112b98555cdcdae32996182 -brotli==1.1.0 ; python_version >= "3.9" and python_version < "3.13" and platform_python_implementation != "PyPy" \ +brotli==1.1.0 ; python_version >= "3.10" and python_version < "3.13" and platform_python_implementation != "PyPy" \ --hash=sha256:03d20af184290887bdea3f0f78c4f737d126c74dc2f3ccadf07e54ceca3bf208 \ --hash=sha256:0541e747cce78e24ea12d69176f6a7ddb690e62c425e01d31cc065e69ce55b48 \ --hash=sha256:069a121ac97412d1fe506da790b3e69f52254b9df4eb665cd42460c837193354 \ @@ -88,7 +88,7 @@ brotli==1.1.0 ; python_version >= "3.9" and python_version < "3.13" and platform --hash=sha256:fce1473f3ccc4187f75b4690cfc922628aed4d3dd013d047f95a9b3919a86596 \ --hash=sha256:fd5f17ff8f14003595ab414e45fce13d073e0762394f957182e69035c9f3d7c2 \ --hash=sha256:fdc3ff3bfccdc6b9cc7c342c03aa2400683f0cb891d46e94b64a197910dc4064 -brotlicffi==1.1.0.0 ; python_version >= "3.9" and python_version < "3.13" and platform_python_implementation == "PyPy" \ +brotlicffi==1.1.0.0 ; python_version >= "3.10" and python_version < "3.13" and platform_python_implementation == "PyPy" \ --hash=sha256:19ffc919fa4fc6ace69286e0a23b3789b4219058313cf9b45625016bf7ff996b \ --hash=sha256:1a807d760763e398bbf2c6394ae9da5815901aa93ee0a37bca5efe78d4ee3171 \ --hash=sha256:1b12b50e07c3911e1efa3a8971543e7648100713d4e0971b13631cce22c587eb \ @@ -116,10 +116,10 @@ brotlicffi==1.1.0.0 ; python_version >= "3.9" and python_version < "3.13" and pl --hash=sha256:ce01c7316aebc7fce59da734286148b1d1b9455f89cf2c8a4dfce7d41db55c2d \ --hash=sha256:d9eb71bb1085d996244439154387266fd23d6ad37161f6f52f1cd41dd95a3808 \ --hash=sha256:fa8ca0623b26c94fccc3a1fdd895be1743b838f3917300506d04aa3346fd2a14 -certifi==2025.1.31 ; python_version >= "3.9" and python_version < "3.13" \ +certifi==2025.1.31 ; python_version >= "3.10" and python_version < "3.13" \ --hash=sha256:3d5da6925056f6f18f119200434a4780a94263f10d1c21d032a6f6b2baa20651 \ --hash=sha256:ca78db4565a652026a4db2bcdf68f2fb589ea80d0be70e03929ed730746b84fe -cffi==1.16.0 ; python_version >= "3.9" and python_version < "3.13" \ +cffi==1.16.0 ; python_version >= "3.10" and python_version < "3.13" \ --hash=sha256:0c9ef6ff37e974b73c25eecc13952c55bceed9112be2d9d938ded8e856138bcc \ --hash=sha256:131fd094d1065b19540c3d72594260f118b231090295d8c34e19a7bbcf2e860a \ --hash=sha256:1b8ebc27c014c59692bb2664c7d13ce7a6e9a629be20e54e7271fa696ff2b417 \ @@ -172,7 +172,7 @@ cffi==1.16.0 ; python_version >= "3.9" and python_version < "3.13" \ --hash=sha256:ee07e47c12890ef248766a6e55bd38ebfb2bb8edd4142d56db91b21ea68b7627 \ --hash=sha256:fa3a0128b152627161ce47201262d3140edb5a5c3da88d73a1b790a959126956 \ --hash=sha256:fcc8eb6d5902bb1cf6dc4f187ee3ea80a1eba0a89aba40a5cb20a5087d961357 -charset-normalizer==3.3.2 ; python_version >= "3.9" and python_version < "3.13" \ +charset-normalizer==3.3.2 ; python_version >= "3.10" and python_version < "3.13" \ --hash=sha256:06435b539f889b1f6f4ac1758871aae42dc3a8c0e24ac9e60c2384973ad73027 \ --hash=sha256:06a81e93cd441c56a9b65d8e1d043daeb97a3d0856d177d5c90ba85acb3db087 \ --hash=sha256:0a55554a2fa0d408816b3b5cedf0045f4b8e1a6065aec45849de2d6f3f8e9786 \ @@ -263,13 +263,13 @@ charset-normalizer==3.3.2 ; python_version >= "3.9" and python_version < "3.13" --hash=sha256:fb69256e180cb6c8a894fee62b3afebae785babc1ee98b81cdf68bbca1987f33 \ --hash=sha256:fd1abc0d89e30cc4e02e4064dc67fcc51bd941eb395c502aac3ec19fab46b519 \ --hash=sha256:ff8fa367d09b717b2a17a052544193ad76cd49979c805768879cb63d9ca50561 -click==8.1.7 ; python_version >= "3.9" and python_version < "3.13" \ +click==8.1.7 ; python_version >= "3.10" and python_version < "3.13" \ --hash=sha256:ae74fb96c20a0277a1d615f1e4d73c8414f5a98db8b799a7931d1582f3390c28 \ --hash=sha256:ca9853ad459e787e2192211578cc907e7594e294c7ccc834310722b41b9ca6de -colorama==0.4.6 ; python_version >= "3.9" and python_version < "3.13" \ +colorama==0.4.6 ; python_version >= "3.10" and python_version < "3.13" \ --hash=sha256:08695f5cb7ed6e0531a20572697297273c47b8cae5a63ffc6d6ed5c201be6e44 \ --hash=sha256:4f1d9991f5acc0ca119f9d443620b77f9d6b33703e51011c16baf57afb285fc6 -cython==3.0.8 ; python_version >= "3.9" and python_version < "3.13" \ +cython==3.0.8 ; python_version >= "3.10" and python_version < "3.13" \ --hash=sha256:000dc9e135d0eec6ecb2b40a5b02d0868a2f8d2e027a41b0fe16a908a9e6de02 \ --hash=sha256:05d7eddc668ae7993643f32c7661f25544e791edb745758672ea5b1a82ecffa6 \ --hash=sha256:0c38c9f0bcce2df0c3347285863621be904ac6b64c5792d871130569d893efd7 \ @@ -328,25 +328,25 @@ cython==3.0.8 ; python_version >= "3.9" and python_version < "3.13" \ --hash=sha256:f05c0bf9d085c031df8f583f0d506aa3be1692023de18c45d0aaf78685bbb944 \ --hash=sha256:fa97893d99385386925d00074654aeae3a98867f298d1e12ceaf38a9054a9bae \ --hash=sha256:fe81b339cffd87c0069c6049b4d33e28bdd1874625ee515785bf42c9fdff3658 -dnspython==2.7.0 ; python_version >= "3.9" and python_version < "3.13" \ +dnspython==2.7.0 ; python_version >= "3.10" and python_version < "3.13" \ --hash=sha256:b4c34b7d10b51bcc3a5071e7b8dee77939f1e878477eeecc965e9835f63c6c86 \ --hash=sha256:ce9c432eda0dc91cf618a5cedf1a4e142651196bbcd2c80e89ed5a907e5cfaf1 -eventlet==0.39.0 ; python_version >= "3.9" and python_version < "3.13" \ +eventlet==0.39.0 ; python_version >= "3.10" and python_version < "3.13" \ --hash=sha256:01ba0aa6ee2452690fc02b274a2409598a13b997c7b5af9dc66600fa42015a79 \ --hash=sha256:9522ca09ad4c1f874c238f06492a7e217ddb13bdeace4475d3b700dd0ba1f6be -flask-compress==1.14 ; python_version >= "3.9" and python_version < "3.13" \ +flask-compress==1.14 ; python_version >= "3.10" and python_version < "3.13" \ --hash=sha256:b86c9808f0f38ea2246c9730972cf978f2cdf6a9a1a69102ba81e07891e6b26c \ --hash=sha256:e46528f37b91857012be38e24e65db1a248662c3dc32ee7808b5986bf1d123ee -flask-socketio==5.3.4 ; python_version >= "3.9" and python_version < "3.13" \ +flask-socketio==5.3.4 ; python_version >= "3.10" and python_version < "3.13" \ --hash=sha256:1cbd379c9bf68ac37bcc4750d01708922fa6365d13a5447d3f8893792879410c \ --hash=sha256:564acfb24dcc9545cdae536cde0323653d9b547069a925f11eeb132338aa71c0 -flask==2.3.2 ; python_version >= "3.9" and python_version < "3.13" \ +flask==2.3.2 ; python_version >= "3.10" and python_version < "3.13" \ --hash=sha256:77fd4e1249d8c9923de34907236b747ced06e5467ecac1a7bb7115ae0e9670b0 \ --hash=sha256:8c2f9abd47a9e8df7f0c3f091ce9497d011dc3b31effcf4c85a6e2b50f4114ef -gevent-websocket==0.10.1 ; python_version >= "3.9" and python_version < "3.13" \ +gevent-websocket==0.10.1 ; python_version >= "3.10" and python_version < "3.13" \ --hash=sha256:17b67d91282f8f4c973eba0551183fc84f56f1c90c8f6b6b30256f31f66f5242 \ --hash=sha256:7eaef32968290c9121f7c35b973e2cc302ffb076d018c9068d2f5ca8b2d85fb0 -gevent==23.9.1 ; python_version >= "3.9" and python_version < "3.13" \ +gevent==23.9.1 ; python_version >= "3.10" and python_version < "3.13" \ --hash=sha256:272cffdf535978d59c38ed837916dfd2b5d193be1e9e5dcc60a5f4d5025dd98a \ --hash=sha256:2c7b5c9912378e5f5ccf180d1fdb1e83f42b71823483066eddbe10ef1a2fcaa2 \ --hash=sha256:36a549d632c14684bcbbd3014a6ce2666c5f2a500f34d58d32df6c9ea38b6535 \ @@ -387,7 +387,7 @@ gevent==23.9.1 ; python_version >= "3.9" and python_version < "3.13" \ --hash=sha256:f632487c87866094546a74eefbca2c74c1d03638b715b6feb12e80120960185a \ --hash=sha256:fae8d5b5b8fa2a8f63b39f5447168b02db10c888a3e387ed7af2bd1b8612e543 \ --hash=sha256:fde6402c5432b835fbb7698f1c7f2809c8d6b2bd9d047ac1f5a7c1d5aa569303 -greenlet==3.0.3 ; python_version >= "3.9" and python_version < "3.13" \ +greenlet==3.0.3 ; python_version >= "3.10" and python_version < "3.13" \ --hash=sha256:01bc7ea167cf943b4c802068e178bbf70ae2e8c080467070d01bfa02f337ee67 \ --hash=sha256:0448abc479fab28b00cb472d278828b3ccca164531daab4e970a0458786055d6 \ --hash=sha256:086152f8fbc5955df88382e8a75984e2bb1c892ad2e3c80a2508954e52295257 \ @@ -446,22 +446,19 @@ greenlet==3.0.3 ; python_version >= "3.9" and python_version < "3.13" \ --hash=sha256:fcd2469d6a2cf298f198f0487e0a5b1a47a42ca0fa4dfd1b6862c999f018ebbf \ --hash=sha256:fd096eb7ffef17c456cfa587523c5f92321ae02427ff955bebe9e3c63bc9f0da \ --hash=sha256:fe754d231288e1e64323cfad462fcee8f0288654c10bdf4f603a39ed923bef33 -h11==0.14.0 ; python_version >= "3.9" and python_version < "3.13" \ +h11==0.14.0 ; python_version >= "3.10" and python_version < "3.13" \ --hash=sha256:8f19fbbe99e72420ff35c00b27a34cb9937e902a8b810e2c88300c6f0a3b699d \ --hash=sha256:e3fe4ac4b851c468cc8363d500db52c2ead036020723024a109d37346efaa761 -idna==3.10 ; python_version >= "3.9" and python_version < "3.13" \ +idna==3.10 ; python_version >= "3.10" and python_version < "3.13" \ --hash=sha256:12f65c9b470abda6dc35cf8e63cc574b1c52b11df2c86030af0ac09b01b13ea9 \ --hash=sha256:946d195a0d259cbba61165e88e65941f16e9b36ea6ddb97f00452bae8b1287d3 -importlib-metadata==7.0.1 ; python_version >= "3.9" and python_version < "3.10" \ - --hash=sha256:4805911c3a4ec7c3966410053e9ec6a1fecd629117df5adee56dfc9432a1081e \ - --hash=sha256:f238736bb06590ae52ac1fab06a3a9ef1d8dce2b7a35b5ab329371d6c8f5d2cc -itsdangerous==2.1.2 ; python_version >= "3.9" and python_version < "3.13" \ +itsdangerous==2.1.2 ; python_version >= "3.10" and python_version < "3.13" \ --hash=sha256:2c2349112351b88699d8d4b6b075022c0808887cb7ad10069318a8b0bc88db44 \ --hash=sha256:5dbbc68b317e5e42f327f9021763545dc3fc3bfe22e6deb96aaf1fc38874156a -jinja2==3.1.5 ; python_version >= "3.9" and python_version < "3.13" \ +jinja2==3.1.5 ; python_version >= "3.10" and python_version < "3.13" \ --hash=sha256:8fefff8dc3034e27bb80d67c671eb8a9bc424c0ef4c0826edbff304cceff43bb \ --hash=sha256:aba0f4dc9ed8013c424088f68a5c226f7d6097ed89b246d7749c2ec4175c6adb -markupsafe==2.1.5 ; python_version >= "3.9" and python_version < "3.13" \ +markupsafe==2.1.5 ; python_version >= "3.10" and python_version < "3.13" \ --hash=sha256:00e046b6dd71aa03a41079792f8473dc494d564611a8f89bbbd7cb93295ebdcf \ --hash=sha256:075202fa5b72c86ad32dc7d0b56024ebdbcf2048c0ba09f1cde31bfdd57bcfff \ --hash=sha256:0e397ac966fdf721b2c528cf028494e86172b4feba51d65f81ffd65c63798f3f \ @@ -522,10 +519,10 @@ markupsafe==2.1.5 ; python_version >= "3.9" and python_version < "3.13" \ --hash=sha256:fa9db3f79de01457b03d4f01b34cf91bc0048eb2c3846ff26f66687c2f6d16ab \ --hash=sha256:fce659a462a1be54d2ffcacea5e3ba2d74daa74f30f5f143fe0c58636e355fdd \ --hash=sha256:ffee1f21e5ef0d712f9033568f8344d5da8cc2869dbd08d87c84656e6a2d2f68 -packaging==24.2 ; python_version >= "3.9" and python_version < "3.13" \ +packaging==24.2 ; python_version >= "3.10" and python_version < "3.13" \ --hash=sha256:09abb1bccd265c01f4a3aa3f7a7db064b36514d2cba19a2f694fe6150451a759 \ --hash=sha256:c228a6dc5e932d346bc5739379109d49e8853dd8223571c7c5b55260edc0b97f -psutil==5.9.8 ; python_version >= "3.9" and python_version < "3.13" \ +psutil==5.9.8 ; python_version >= "3.10" and python_version < "3.13" \ --hash=sha256:02615ed8c5ea222323408ceba16c60e99c3f91639b07da6373fb7e6539abc56d \ --hash=sha256:05806de88103b25903dff19bb6692bd2e714ccf9e668d050d144012055cbca73 \ --hash=sha256:26bd09967ae00920df88e0352a91cff1a78f8d69b3ecabbfe733610c0af486c8 \ @@ -542,10 +539,10 @@ psutil==5.9.8 ; python_version >= "3.9" and python_version < "3.13" \ --hash=sha256:bd1184ceb3f87651a67b2708d4c3338e9b10c5df903f2e3776b62303b26cb631 \ --hash=sha256:d06016f7f8625a1825ba3732081d77c94589dca78b7a3fc072194851e88461a4 \ --hash=sha256:d16bbddf0693323b8c6123dd804100241da461e41d6e332fb0ba6058f630f8c8 -pycparser==2.21 ; python_version >= "3.9" and python_version < "3.13" \ +pycparser==2.21 ; python_version >= "3.10" and python_version < "3.13" \ --hash=sha256:8ee45429555515e1f6b185e78100aea234072576aa43ab53aefcae078162fca9 \ --hash=sha256:e644fdec12f7872f86c58ff790da456218b10f863970249516d60a5eaca77206 -pynacl==1.5.0 ; python_version >= "3.9" and python_version < "3.13" \ +pynacl==1.5.0 ; python_version >= "3.10" and python_version < "3.13" \ --hash=sha256:06b8f6fa7f5de8d5d2f7573fe8c863c051225a27b61e6860fd047b1775807858 \ --hash=sha256:0c84947a22519e013607c9be43706dd42513f9e6ae5d39d3613ca1e142fba44d \ --hash=sha256:20f42270d27e1b6a29f54032090b972d97f0a1b0948cc52392041ef7831fee93 \ @@ -556,61 +553,58 @@ pynacl==1.5.0 ; python_version >= "3.9" and python_version < "3.13" \ --hash=sha256:a36d4a9dda1f19ce6e03c9a784a2921a4b726b02e1c736600ca9c22029474394 \ --hash=sha256:a422368fc821589c228f4c49438a368831cb5bbc0eab5ebe1d7fac9dded6567b \ --hash=sha256:e46dae94e34b085175f8abb3b0aaa7da40767865ac82c928eeb9e57e1ea8a543 -pypng==0.20220715.0 ; python_version >= "3.9" and python_version < "3.13" \ +pypng==0.20220715.0 ; python_version >= "3.10" and python_version < "3.13" \ --hash=sha256:4a43e969b8f5aaafb2a415536c1a8ec7e341cd6a3f957fd5b5f32a4cfeed902c \ --hash=sha256:739c433ba96f078315de54c0db975aee537cbc3e1d0ae4ed9aab0ca1e427e2c1 -pysocks==1.7.1 ; python_version >= "3.9" and python_version < "3.13" \ +pysocks==1.7.1 ; python_version >= "3.10" and python_version < "3.13" \ --hash=sha256:08e69f092cc6dbe92a0fdd16eeb9b9ffbc13cadfe5ca4c7bd92ffb078b293299 \ --hash=sha256:2725bd0a9925919b9b51739eea5f9e2bae91e83288108a9ad338b2e3a4435ee5 \ --hash=sha256:3f8804571ebe159c380ac6de37643bb4685970655d3bba243530d6558b799aa0 -python-engineio==4.9.0 ; python_version >= "3.9" and python_version < "3.13" \ +python-engineio==4.9.0 ; python_version >= "3.10" and python_version < "3.13" \ --hash=sha256:979859bff770725b75e60353d7ae53b397e8b517d05ba76733b404a3dcca3e4c \ --hash=sha256:e87459c15638e567711fd156e6f9c4a402668871bed79523f0ecfec744729ec7 -python-socketio==5.11.1 ; python_version >= "3.9" and python_version < "3.13" \ +python-socketio==5.11.1 ; python_version >= "3.10" and python_version < "3.13" \ --hash=sha256:bbcbd758ed8c183775cb2853ba001361e2fa018babf5cbe11a5b77e91c2ec2a2 \ --hash=sha256:f1a0228b8b1fbdbd93fbbedd821ebce0ef54b2b5bf6e98fcf710deaa7c574259 -qrcode==7.4.2 ; python_version >= "3.9" and python_version < "3.13" \ +qrcode==7.4.2 ; python_version >= "3.10" and python_version < "3.13" \ --hash=sha256:581dca7a029bcb2deef5d01068e39093e80ef00b4a61098a2182eac59d01643a \ --hash=sha256:9dd969454827e127dbd93696b20747239e6d540e082937c90f14ac95b30f5845 -requests==2.32.3 ; python_version >= "3.9" and python_version < "3.13" \ +requests==2.32.3 ; python_version >= "3.10" and python_version < "3.13" \ --hash=sha256:55365417734eb18255590a9ff9eb97e9e1da868d4ccd6402399eaf68af20a760 \ --hash=sha256:70761cfe03c773ceb22aa2f671b4757976145175cdfca038c02654d061d6dcc6 -setuptools==75.8.0 ; python_version >= "3.9" and python_version < "3.13" \ +setuptools==75.8.0 ; python_version >= "3.10" and python_version < "3.13" \ --hash=sha256:c5afc8f407c626b8313a86e10311dd3f661c6cd9c09d4bf8c15c0e11f9f2b0e6 \ --hash=sha256:e3982f444617239225d675215d51f6ba05f845d4eec313da4418fdbb56fb27e3 -simple-websocket==1.0.0 ; python_version >= "3.9" and python_version < "3.13" \ +simple-websocket==1.0.0 ; python_version >= "3.10" and python_version < "3.13" \ --hash=sha256:17d2c72f4a2bd85174a97e3e4c88b01c40c3f81b7b648b0cc3ce1305968928c8 \ --hash=sha256:1d5bf585e415eaa2083e2bcf02a3ecf91f9712e7b3e6b9fa0b461ad04e0837bc -stem==1.8.1 ; python_version >= "3.9" and python_version < "3.13" \ +stem==1.8.1 ; python_version >= "3.10" and python_version < "3.13" \ --hash=sha256:81d43a7c668ba9d7bc1103b2e7a911e9d148294b373d27a59ae8da79ef7a3e2f -typing-extensions==4.9.0 ; python_version >= "3.9" and python_version < "3.13" \ +typing-extensions==4.9.0 ; python_version >= "3.10" and python_version < "3.13" \ --hash=sha256:23478f88c37f27d76ac8aee6c905017a143b0b1b886c3c9f66bc2fd94f9f5783 \ --hash=sha256:af72aea155e91adfc61c3ae9e0e342dbc0cba726d6cba4b6c72c1f34e47291cd -unidecode==1.3.8 ; python_version >= "3.9" and python_version < "3.13" \ +unidecode==1.3.8 ; python_version >= "3.10" and python_version < "3.13" \ --hash=sha256:cfdb349d46ed3873ece4586b96aa75258726e2fa8ec21d6f00a591d98806c2f4 \ --hash=sha256:d130a61ce6696f8148a3bd8fe779c99adeb4b870584eeb9526584e9aa091fd39 -urllib3==2.3.0 ; python_version >= "3.9" and python_version < "3.13" \ +urllib3==2.3.0 ; python_version >= "3.10" and python_version < "3.13" \ --hash=sha256:1cee9ad369867bfdbbb48b7dd50374c0967a0bb7710050facf0dd6911440e3df \ --hash=sha256:f8c5449b3cf0861679ce7e0503c7b44b5ec981bec0d1d3795a07f1ba96f0204d -waitress==3.0.2 ; python_version >= "3.9" and python_version < "3.13" \ +waitress==3.0.2 ; python_version >= "3.10" and python_version < "3.13" \ --hash=sha256:682aaaf2af0c44ada4abfb70ded36393f0e307f4ab9456a215ce0020baefc31f \ --hash=sha256:c56d67fd6e87c2ee598b76abdd4e96cfad1f24cacdea5078d382b1f9d7b5ed2e -werkzeug==3.0.6 ; python_version >= "3.9" and python_version < "3.13" \ +werkzeug==3.0.6 ; python_version >= "3.10" and python_version < "3.13" \ --hash=sha256:1bc0c2310d2fbb07b1dd1105eba2f7af72f322e1e455f2f93c993bee8c8a5f17 \ --hash=sha256:a8dd59d4de28ca70471a34cba79bed5f7ef2e036a76b3ab0835474246eb41f8d -wheel==0.41.3 ; python_version >= "3.9" and python_version < "3.13" \ +wheel==0.41.3 ; python_version >= "3.10" and python_version < "3.13" \ --hash=sha256:488609bc63a29322326e05560731bf7bfea8e48ad646e1f5e40d366607de0942 \ --hash=sha256:4d4987ce51a49370ea65c0bfd2234e8ce80a12780820d9dc462597a6e60d0841 -wsproto==1.2.0 ; python_version >= "3.9" and python_version < "3.13" \ +wsproto==1.2.0 ; python_version >= "3.10" and python_version < "3.13" \ --hash=sha256:ad565f26ecb92588a3e43bc3d96164de84cd9902482b130d0ddbaa9664a85065 \ --hash=sha256:b9acddd652b585d75b20477888c56642fdade28bdfd3579aa24a4d2c037dd736 -zipp==3.21.0 ; python_version >= "3.9" and python_version < "3.10" \ - --hash=sha256:2c9958f6430a2040341a52eb608ed6dd93ef4392e02ffe219417c1b28b5dd1f4 \ - --hash=sha256:ac1bbe05fd2991f160ebce24ffbac5f6d11d83dc90891255885223d42b3cd931 -zope-event==5.0 ; python_version >= "3.9" and python_version < "3.13" \ +zope-event==5.0 ; python_version >= "3.10" and python_version < "3.13" \ --hash=sha256:2832e95014f4db26c47a13fdaef84cef2f4df37e66b59d8f1f4a8f319a632c26 \ --hash=sha256:bac440d8d9891b4068e2b5a2c5e2c9765a9df762944bda6955f96bb9b91e67cd -zope-interface==6.1 ; python_version >= "3.9" and python_version < "3.13" \ +zope-interface==6.1 ; python_version >= "3.10" and python_version < "3.13" \ --hash=sha256:0c8cf55261e15590065039696607f6c9c1aeda700ceee40c70478552d323b3ff \ --hash=sha256:13b7d0f2a67eb83c385880489dbb80145e9d344427b4262c49fbf2581677c11c \ --hash=sha256:1f294a15f7723fc0d3b40701ca9b446133ec713eafc1cc6afa7b3d98666ee1ac \