mnamer 2.7.1.dev16__tar.gz → 2.7.1.dev19__tar.gz
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- {mnamer-2.7.1.dev16 → mnamer-2.7.1.dev19}/PKG-INFO +1 -1
- {mnamer-2.7.1.dev16 → mnamer-2.7.1.dev19}/mnamer/__version__.py +1 -1
- {mnamer-2.7.1.dev16 → mnamer-2.7.1.dev19}/mnamer.egg-info/PKG-INFO +1 -1
- {mnamer-2.7.1.dev16 → mnamer-2.7.1.dev19}/uv.lock +59 -42
- {mnamer-2.7.1.dev16 → mnamer-2.7.1.dev19}/.github/actions/init/action.yml +0 -0
- {mnamer-2.7.1.dev16 → mnamer-2.7.1.dev19}/.github/actions/lint/action.yml +0 -0
- {mnamer-2.7.1.dev16 → mnamer-2.7.1.dev19}/.github/actions/test/action.yml +0 -0
- {mnamer-2.7.1.dev16 → mnamer-2.7.1.dev19}/.github/dependabot.yml +0 -0
- {mnamer-2.7.1.dev16 → mnamer-2.7.1.dev19}/.github/workflows/publish.yml +0 -0
- {mnamer-2.7.1.dev16 → mnamer-2.7.1.dev19}/.github/workflows/pull_request.yml +0 -0
- {mnamer-2.7.1.dev16 → mnamer-2.7.1.dev19}/.github/workflows/push.yml +0 -0
- {mnamer-2.7.1.dev16 → mnamer-2.7.1.dev19}/.gitignore +0 -0
- {mnamer-2.7.1.dev16 → mnamer-2.7.1.dev19}/.python-version +0 -0
- {mnamer-2.7.1.dev16 → mnamer-2.7.1.dev19}/.vscode/settings.json +0 -0
- {mnamer-2.7.1.dev16 → mnamer-2.7.1.dev19}/Dockerfile +0 -0
- {mnamer-2.7.1.dev16 → mnamer-2.7.1.dev19}/LICENSE.txt +0 -0
- {mnamer-2.7.1.dev16 → mnamer-2.7.1.dev19}/MANIFEST.in +0 -0
- {mnamer-2.7.1.dev16 → mnamer-2.7.1.dev19}/README.md +0 -0
- {mnamer-2.7.1.dev16 → mnamer-2.7.1.dev19}/assets/design.eps +0 -0
- {mnamer-2.7.1.dev16 → mnamer-2.7.1.dev19}/assets/logo-2.png +0 -0
- {mnamer-2.7.1.dev16 → mnamer-2.7.1.dev19}/assets/logo-3.png +0 -0
- {mnamer-2.7.1.dev16 → mnamer-2.7.1.dev19}/assets/logo.png +0 -0
- {mnamer-2.7.1.dev16 → mnamer-2.7.1.dev19}/assets/recording.mov +0 -0
- {mnamer-2.7.1.dev16 → mnamer-2.7.1.dev19}/assets/screenshot.eps +0 -0
- {mnamer-2.7.1.dev16 → mnamer-2.7.1.dev19}/assets/screenshot.png +0 -0
- {mnamer-2.7.1.dev16 → mnamer-2.7.1.dev19}/makefile +0 -0
- {mnamer-2.7.1.dev16 → mnamer-2.7.1.dev19}/mnamer/__init__.py +0 -0
- {mnamer-2.7.1.dev16 → mnamer-2.7.1.dev19}/mnamer/__main__.py +0 -0
- {mnamer-2.7.1.dev16 → mnamer-2.7.1.dev19}/mnamer/argument.py +0 -0
- {mnamer-2.7.1.dev16 → mnamer-2.7.1.dev19}/mnamer/const.py +0 -0
- {mnamer-2.7.1.dev16 → mnamer-2.7.1.dev19}/mnamer/endpoints.py +0 -0
- {mnamer-2.7.1.dev16 → mnamer-2.7.1.dev19}/mnamer/exceptions.py +0 -0
- {mnamer-2.7.1.dev16 → mnamer-2.7.1.dev19}/mnamer/frontends.py +0 -0
- {mnamer-2.7.1.dev16 → mnamer-2.7.1.dev19}/mnamer/language.py +0 -0
- {mnamer-2.7.1.dev16 → mnamer-2.7.1.dev19}/mnamer/metadata.py +0 -0
- {mnamer-2.7.1.dev16 → mnamer-2.7.1.dev19}/mnamer/providers.py +0 -0
- {mnamer-2.7.1.dev16 → mnamer-2.7.1.dev19}/mnamer/py.typed +0 -0
- {mnamer-2.7.1.dev16 → mnamer-2.7.1.dev19}/mnamer/setting_spec.py +0 -0
- {mnamer-2.7.1.dev16 → mnamer-2.7.1.dev19}/mnamer/setting_store.py +0 -0
- {mnamer-2.7.1.dev16 → mnamer-2.7.1.dev19}/mnamer/target.py +0 -0
- {mnamer-2.7.1.dev16 → mnamer-2.7.1.dev19}/mnamer/tty.py +0 -0
- {mnamer-2.7.1.dev16 → mnamer-2.7.1.dev19}/mnamer/types.py +0 -0
- {mnamer-2.7.1.dev16 → mnamer-2.7.1.dev19}/mnamer/utils.py +0 -0
- {mnamer-2.7.1.dev16 → mnamer-2.7.1.dev19}/mnamer.egg-info/SOURCES.txt +0 -0
- {mnamer-2.7.1.dev16 → mnamer-2.7.1.dev19}/mnamer.egg-info/dependency_links.txt +0 -0
- {mnamer-2.7.1.dev16 → mnamer-2.7.1.dev19}/mnamer.egg-info/entry_points.txt +0 -0
- {mnamer-2.7.1.dev16 → mnamer-2.7.1.dev19}/mnamer.egg-info/requires.txt +0 -0
- {mnamer-2.7.1.dev16 → mnamer-2.7.1.dev19}/mnamer.egg-info/top_level.txt +0 -0
- {mnamer-2.7.1.dev16 → mnamer-2.7.1.dev19}/pyproject.toml +0 -0
- {mnamer-2.7.1.dev16 → mnamer-2.7.1.dev19}/pytest.ini +0 -0
- {mnamer-2.7.1.dev16 → mnamer-2.7.1.dev19}/setup.cfg +0 -0
- {mnamer-2.7.1.dev16 → mnamer-2.7.1.dev19}/tests/__init__.py +0 -0
- {mnamer-2.7.1.dev16 → mnamer-2.7.1.dev19}/tests/conftest.py +0 -0
- {mnamer-2.7.1.dev16 → mnamer-2.7.1.dev19}/tests/e2e/__init__.py +0 -0
- {mnamer-2.7.1.dev16 → mnamer-2.7.1.dev19}/tests/e2e/conftest.py +0 -0
- {mnamer-2.7.1.dev16 → mnamer-2.7.1.dev19}/tests/e2e/test_directives.py +0 -0
- {mnamer-2.7.1.dev16 → mnamer-2.7.1.dev19}/tests/e2e/test_errors.py +0 -0
- {mnamer-2.7.1.dev16 → mnamer-2.7.1.dev19}/tests/e2e/test_moving.py +0 -0
- {mnamer-2.7.1.dev16 → mnamer-2.7.1.dev19}/tests/local/__init__.py +0 -0
- {mnamer-2.7.1.dev16 → mnamer-2.7.1.dev19}/tests/local/test_argument.py +0 -0
- {mnamer-2.7.1.dev16 → mnamer-2.7.1.dev19}/tests/local/test_language.py +0 -0
- {mnamer-2.7.1.dev16 → mnamer-2.7.1.dev19}/tests/local/test_metadata.py +0 -0
- {mnamer-2.7.1.dev16 → mnamer-2.7.1.dev19}/tests/local/test_setting_spec.py +0 -0
- {mnamer-2.7.1.dev16 → mnamer-2.7.1.dev19}/tests/local/test_setting_store.py +0 -0
- {mnamer-2.7.1.dev16 → mnamer-2.7.1.dev19}/tests/local/test_target.py +0 -0
- {mnamer-2.7.1.dev16 → mnamer-2.7.1.dev19}/tests/local/test_tty.py +0 -0
- {mnamer-2.7.1.dev16 → mnamer-2.7.1.dev19}/tests/local/test_utils.py +0 -0
- {mnamer-2.7.1.dev16 → mnamer-2.7.1.dev19}/tests/network/__init__.py +0 -0
- {mnamer-2.7.1.dev16 → mnamer-2.7.1.dev19}/tests/network/test_endpoints__omdb.py +0 -0
- {mnamer-2.7.1.dev16 → mnamer-2.7.1.dev19}/tests/network/test_endpoints__tmdb.py +0 -0
- {mnamer-2.7.1.dev16 → mnamer-2.7.1.dev19}/tests/network/test_endpoints__tvdb.py +0 -0
- {mnamer-2.7.1.dev16 → mnamer-2.7.1.dev19}/tests/network/test_endpoints__tvmaze.py +0 -0
- {mnamer-2.7.1.dev16 → mnamer-2.7.1.dev19}/tests/network/test_providers__omdb.py +0 -0
- {mnamer-2.7.1.dev16 → mnamer-2.7.1.dev19}/tests/network/test_providers__tmdb.py +0 -0
- {mnamer-2.7.1.dev16 → mnamer-2.7.1.dev19}/tests/network/test_providers__tvdb.py +0 -0
- {mnamer-2.7.1.dev16 → mnamer-2.7.1.dev19}/tests/network/test_providers__tvmaze.py +0 -0
|
@@ -130,23 +130,31 @@ wheels = [
|
|
|
130
130
|
|
|
131
131
|
[[package]]
|
|
132
132
|
name = "cffi"
|
|
133
|
-
version = "
|
|
133
|
+
version = "2.0.0"
|
|
134
134
|
source = { registry = "https://pypi.org/simple" }
|
|
135
135
|
dependencies = [
|
|
136
|
-
{ name = "pycparser" },
|
|
137
|
-
]
|
|
138
|
-
sdist = { url = "https://files.pythonhosted.org/packages/
|
|
139
|
-
wheels = [
|
|
140
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
141
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
142
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
143
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
144
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
145
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
146
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
147
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
148
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
149
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
136
|
+
{ name = "pycparser", marker = "implementation_name != 'PyPy'" },
|
|
137
|
+
]
|
|
138
|
+
sdist = { url = "https://files.pythonhosted.org/packages/eb/56/b1ba7935a17738ae8453301356628e8147c79dbb825bcbc73dc7401f9846/cffi-2.0.0.tar.gz", hash = "sha256:44d1b5909021139fe36001ae048dbdde8214afa20200eda0f64c068cac5d5529", size = 523588, upload-time = "2025-09-08T23:24:04.541Z" }
|
|
139
|
+
wheels = [
|
|
140
|
+
{ url = "https://files.pythonhosted.org/packages/ff/df/a4f0fbd47331ceeba3d37c2e51e9dfc9722498becbeec2bd8bc856c9538a/cffi-2.0.0-cp312-cp312-manylinux1_i686.manylinux2014_i686.manylinux_2_17_i686.manylinux_2_5_i686.whl", hash = "sha256:21d1152871b019407d8ac3985f6775c079416c282e431a4da6afe7aefd2bccbe", size = 212529, upload-time = "2025-09-08T23:22:47.349Z" },
|
|
141
|
+
{ url = "https://files.pythonhosted.org/packages/d5/72/12b5f8d3865bf0f87cf1404d8c374e7487dcf097a1c91c436e72e6badd83/cffi-2.0.0-cp312-cp312-manylinux2014_aarch64.manylinux_2_17_aarch64.whl", hash = "sha256:b21e08af67b8a103c71a250401c78d5e0893beff75e28c53c98f4de42f774062", size = 220097, upload-time = "2025-09-08T23:22:48.677Z" },
|
|
142
|
+
{ url = "https://files.pythonhosted.org/packages/78/2d/7fa73dfa841b5ac06c7b8855cfc18622132e365f5b81d02230333ff26e9e/cffi-2.0.0-cp312-cp312-manylinux2014_x86_64.manylinux_2_17_x86_64.whl", hash = "sha256:3e17ed538242334bf70832644a32a7aae3d83b57567f9fd60a26257e992b79ba", size = 219572, upload-time = "2025-09-08T23:22:52.902Z" },
|
|
143
|
+
{ url = "https://files.pythonhosted.org/packages/07/e0/267e57e387b4ca276b90f0434ff88b2c2241ad72b16d31836adddfd6031b/cffi-2.0.0-cp312-cp312-musllinux_1_2_aarch64.whl", hash = "sha256:3925dd22fa2b7699ed2617149842d2e6adde22b262fcbfada50e3d195e4b3a94", size = 222963, upload-time = "2025-09-08T23:22:54.518Z" },
|
|
144
|
+
{ url = "https://files.pythonhosted.org/packages/b6/75/1f2747525e06f53efbd878f4d03bac5b859cbc11c633d0fb81432d98a795/cffi-2.0.0-cp312-cp312-musllinux_1_2_x86_64.whl", hash = "sha256:2c8f814d84194c9ea681642fd164267891702542f028a15fc97d4674b6206187", size = 221361, upload-time = "2025-09-08T23:22:55.867Z" },
|
|
145
|
+
{ url = "https://files.pythonhosted.org/packages/b0/1e/d22cc63332bd59b06481ceaac49d6c507598642e2230f201649058a7e704/cffi-2.0.0-cp313-cp313-manylinux1_i686.manylinux2014_i686.manylinux_2_17_i686.manylinux_2_5_i686.whl", hash = "sha256:07b271772c100085dd28b74fa0cd81c8fb1a3ba18b21e03d7c27f3436a10606b", size = 212446, upload-time = "2025-09-08T23:23:03.472Z" },
|
|
146
|
+
{ url = "https://files.pythonhosted.org/packages/a9/f5/a2c23eb03b61a0b8747f211eb716446c826ad66818ddc7810cc2cc19b3f2/cffi-2.0.0-cp313-cp313-manylinux2014_aarch64.manylinux_2_17_aarch64.whl", hash = "sha256:d48a880098c96020b02d5a1f7d9251308510ce8858940e6fa99ece33f610838b", size = 220101, upload-time = "2025-09-08T23:23:04.792Z" },
|
|
147
|
+
{ url = "https://files.pythonhosted.org/packages/98/df/0a1755e750013a2081e863e7cd37e0cdd02664372c754e5560099eb7aa44/cffi-2.0.0-cp313-cp313-manylinux2014_x86_64.manylinux_2_17_x86_64.whl", hash = "sha256:c8d3b5532fc71b7a77c09192b4a5a200ea992702734a2e9279a37f2478236f26", size = 219499, upload-time = "2025-09-08T23:23:09.648Z" },
|
|
148
|
+
{ url = "https://files.pythonhosted.org/packages/50/e1/a969e687fcf9ea58e6e2a928ad5e2dd88cc12f6f0ab477e9971f2309b57c/cffi-2.0.0-cp313-cp313-musllinux_1_2_aarch64.whl", hash = "sha256:d9b29c1f0ae438d5ee9acb31cadee00a58c46cc9c0b2f9038c6b0b3470877a8c", size = 222928, upload-time = "2025-09-08T23:23:10.928Z" },
|
|
149
|
+
{ url = "https://files.pythonhosted.org/packages/36/54/0362578dd2c9e557a28ac77698ed67323ed5b9775ca9d3fe73fe191bb5d8/cffi-2.0.0-cp313-cp313-musllinux_1_2_x86_64.whl", hash = "sha256:6d50360be4546678fc1b79ffe7a66265e28667840010348dd69a314145807a1b", size = 221302, upload-time = "2025-09-08T23:23:12.42Z" },
|
|
150
|
+
{ url = "https://files.pythonhosted.org/packages/d6/43/0e822876f87ea8a4ef95442c3d766a06a51fc5298823f884ef87aaad168c/cffi-2.0.0-cp314-cp314-manylinux2014_aarch64.manylinux_2_17_aarch64.whl", hash = "sha256:24b6f81f1983e6df8db3adc38562c83f7d4a0c36162885ec7f7b77c7dcbec97b", size = 220049, upload-time = "2025-09-08T23:23:20.853Z" },
|
|
151
|
+
{ url = "https://files.pythonhosted.org/packages/47/d9/d83e293854571c877a92da46fdec39158f8d7e68da75bf73581225d28e90/cffi-2.0.0-cp314-cp314-manylinux2014_x86_64.manylinux_2_17_x86_64.whl", hash = "sha256:afb8db5439b81cf9c9d0c80404b60c3cc9c3add93e114dcae767f1477cb53775", size = 219244, upload-time = "2025-09-08T23:23:24.541Z" },
|
|
152
|
+
{ url = "https://files.pythonhosted.org/packages/2b/0f/1f177e3683aead2bb00f7679a16451d302c436b5cbf2505f0ea8146ef59e/cffi-2.0.0-cp314-cp314-musllinux_1_2_aarch64.whl", hash = "sha256:737fe7d37e1a1bffe70bd5754ea763a62a066dc5913ca57e957824b72a85e205", size = 222828, upload-time = "2025-09-08T23:23:26.143Z" },
|
|
153
|
+
{ url = "https://files.pythonhosted.org/packages/c6/0f/cafacebd4b040e3119dcb32fed8bdef8dfe94da653155f9d0b9dc660166e/cffi-2.0.0-cp314-cp314-musllinux_1_2_x86_64.whl", hash = "sha256:38100abb9d1b1435bc4cc340bb4489635dc2f0da7456590877030c9b3d40b0c1", size = 220926, upload-time = "2025-09-08T23:23:27.873Z" },
|
|
154
|
+
{ url = "https://files.pythonhosted.org/packages/be/b4/c56878d0d1755cf9caa54ba71e5d049479c52f9e4afc230f06822162ab2f/cffi-2.0.0-cp314-cp314t-manylinux2014_aarch64.manylinux_2_17_aarch64.whl", hash = "sha256:7cc09976e8b56f8cebd752f7113ad07752461f48a58cbba644139015ac24954c", size = 221593, upload-time = "2025-09-08T23:23:31.91Z" },
|
|
155
|
+
{ url = "https://files.pythonhosted.org/packages/d0/44/681604464ed9541673e486521497406fadcc15b5217c3e326b061696899a/cffi-2.0.0-cp314-cp314t-manylinux2014_x86_64.manylinux_2_17_x86_64.whl", hash = "sha256:28a3a209b96630bca57cce802da70c266eb08c6e97e5afd61a75611ee6c64592", size = 221584, upload-time = "2025-09-08T23:23:36.096Z" },
|
|
156
|
+
{ url = "https://files.pythonhosted.org/packages/25/8e/342a504ff018a2825d395d44d63a767dd8ebc927ebda557fecdaca3ac33a/cffi-2.0.0-cp314-cp314t-musllinux_1_2_aarch64.whl", hash = "sha256:7553fb2090d71822f02c629afe6042c299edf91ba1bf94951165613553984512", size = 224443, upload-time = "2025-09-08T23:23:37.328Z" },
|
|
157
|
+
{ url = "https://files.pythonhosted.org/packages/e1/5e/b666bacbbc60fbf415ba9988324a132c9a7a0448a9a8f125074671c0f2c3/cffi-2.0.0-cp314-cp314t-musllinux_1_2_x86_64.whl", hash = "sha256:6c6c373cfc5c83a975506110d17457138c8c63016b563cc9ed6e056a82f13ce4", size = 223437, upload-time = "2025-09-08T23:23:38.945Z" },
|
|
150
158
|
]
|
|
151
159
|
|
|
152
160
|
[[package]]
|
|
@@ -292,31 +300,40 @@ wheels = [
|
|
|
292
300
|
|
|
293
301
|
[[package]]
|
|
294
302
|
name = "cryptography"
|
|
295
|
-
version = "
|
|
303
|
+
version = "48.0.0"
|
|
296
304
|
source = { registry = "https://pypi.org/simple" }
|
|
297
305
|
dependencies = [
|
|
298
306
|
{ name = "cffi", marker = "platform_python_implementation != 'PyPy'" },
|
|
299
307
|
]
|
|
300
|
-
sdist = { url = "https://files.pythonhosted.org/packages/
|
|
301
|
-
wheels = [
|
|
302
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
303
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
304
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
305
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
306
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
307
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
308
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
309
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
310
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
311
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
312
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
313
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
314
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
315
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
316
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
317
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
318
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
319
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
308
|
+
sdist = { url = "https://files.pythonhosted.org/packages/9f/a9/db8f313fdcd85d767d4973515e1db101f9c71f95fced83233de224673757/cryptography-48.0.0.tar.gz", hash = "sha256:5c3932f4436d1cccb036cb0eaef46e6e2db91035166f1ad6505c3c9d5a635920", size = 832984, upload-time = "2026-05-04T22:59:38.133Z" }
|
|
309
|
+
wheels = [
|
|
310
|
+
{ url = "https://files.pythonhosted.org/packages/b2/6e/e90527eef33f309beb811cf7c982c3aeffcce8e3edb178baa4ca3ae4a6fa/cryptography-48.0.0-cp311-abi3-manylinux2014_aarch64.manylinux_2_17_aarch64.whl", hash = "sha256:f5333311663ea94f75dd408665686aaf426563556bb5283554a3539177e03b8c", size = 4690433, upload-time = "2026-05-04T22:57:40.373Z" },
|
|
311
|
+
{ url = "https://files.pythonhosted.org/packages/90/04/673510ed51ddff56575f306cf1617d80411ee76831ccd3097599140efdfe/cryptography-48.0.0-cp311-abi3-manylinux2014_x86_64.manylinux_2_17_x86_64.whl", hash = "sha256:7995ef305d7165c3f11ae07f2517e5a4f1d5c18da1376a0a9ed496336b69e5f3", size = 4710620, upload-time = "2026-05-04T22:57:42.935Z" },
|
|
312
|
+
{ url = "https://files.pythonhosted.org/packages/14/d5/e9c4ef932c8d800490c34d8bd589d64a31d5890e27ec9e9ad532be893294/cryptography-48.0.0-cp311-abi3-manylinux_2_28_aarch64.whl", hash = "sha256:40ba1f85eaa6959837b1d51c9767e230e14612eea4ef110ee8854ada22da1bf5", size = 4696283, upload-time = "2026-05-04T22:57:45.294Z" },
|
|
313
|
+
{ url = "https://files.pythonhosted.org/packages/95/38/0d29a6fd7d0d1373f0c0c88a04ba20e359b257753ac497564cd660fc1d55/cryptography-48.0.0-cp311-abi3-manylinux_2_28_x86_64.whl", hash = "sha256:a0e692c683f4df67815a2d258b324e66f4738bd7a96a218c826dce4f4bd05d8f", size = 4743677, upload-time = "2026-05-04T22:57:50.067Z" },
|
|
314
|
+
{ url = "https://files.pythonhosted.org/packages/30/be/eef653013d5c63b6a490529e0316f9ac14a37602965d4903efed1399f32b/cryptography-48.0.0-cp311-abi3-manylinux_2_31_armv7l.whl", hash = "sha256:18349bbc56f4743c8b12dc32e2bccb2cf83ee8b69a3bba74ef8ae857e26b3d25", size = 4330808, upload-time = "2026-05-04T22:57:52.301Z" },
|
|
315
|
+
{ url = "https://files.pythonhosted.org/packages/84/9e/500463e87abb7a0a0f9f256ec21123ecde0a7b5541a15e840ea54551fd81/cryptography-48.0.0-cp311-abi3-manylinux_2_34_aarch64.whl", hash = "sha256:7e8eac43dfca5c4cccc6dad9a80504436fca53bb9bc3100a2386d730fbe6b602", size = 4695941, upload-time = "2026-05-04T22:57:54.603Z" },
|
|
316
|
+
{ url = "https://files.pythonhosted.org/packages/d0/c0/7101d3b7215edcdc90c45da544961fd8ed2d6448f77577460fa75a8443f7/cryptography-48.0.0-cp311-abi3-manylinux_2_34_x86_64.whl", hash = "sha256:bd72e68b06bb1e96913f97dd4901119bc17f39d4586a5adf2d3e47bc2b9d58b5", size = 4743326, upload-time = "2026-05-04T22:57:59.535Z" },
|
|
317
|
+
{ url = "https://files.pythonhosted.org/packages/ac/d8/5b833bad13016f562ab9d063d68199a4bd121d18458e439515601d3357ec/cryptography-48.0.0-cp311-abi3-musllinux_1_2_aarch64.whl", hash = "sha256:59baa2cb386c4f0b9905bd6eb4c2a79a69a128408fd31d32ca4d7102d4156321", size = 4826672, upload-time = "2026-05-04T22:58:01.996Z" },
|
|
318
|
+
{ url = "https://files.pythonhosted.org/packages/98/e1/7074eb8bf3c135558c73fc2bcf0f5633f912e6fb87e868a55c454080ef09/cryptography-48.0.0-cp311-abi3-musllinux_1_2_x86_64.whl", hash = "sha256:9249e3cd978541d665967ac2cb2787fd6a62bddf1e75b3e347a594d7dacf4f74", size = 4972574, upload-time = "2026-05-04T22:58:03.968Z" },
|
|
319
|
+
{ url = "https://files.pythonhosted.org/packages/89/6e/18e07a618bb5442ba10cf4df16e99c071365528aa570dfcb8c02e25a303b/cryptography-48.0.0-cp314-cp314t-manylinux2014_aarch64.manylinux_2_17_aarch64.whl", hash = "sha256:8c7378637d7d88016fa6791c159f698b3d3eed28ebf844ac36b9dc04a14dae18", size = 4684776, upload-time = "2026-05-04T22:58:13.712Z" },
|
|
320
|
+
{ url = "https://files.pythonhosted.org/packages/be/6a/4ea3b4c6c6759794d5ee2103c304a5076dc4b19ae1f9fe47dba439e159e9/cryptography-48.0.0-cp314-cp314t-manylinux2014_x86_64.manylinux_2_17_x86_64.whl", hash = "sha256:cc90c0b39b2e3c65ef52c804b72e3c58f8a04ab2a1871272798e5f9572c17d20", size = 4698121, upload-time = "2026-05-04T22:58:16.448Z" },
|
|
321
|
+
{ url = "https://files.pythonhosted.org/packages/2f/59/6ff6ad6cae03bb887da2a5860b2c9805f8dac969ef01ce563336c49bd1d1/cryptography-48.0.0-cp314-cp314t-manylinux_2_28_aarch64.whl", hash = "sha256:76341972e1eff8b4bea859f09c0d3e64b96ce931b084f9b9b7db8ef364c30eff", size = 4690042, upload-time = "2026-05-04T22:58:18.544Z" },
|
|
322
|
+
{ url = "https://files.pythonhosted.org/packages/11/08/9f8c5386cc4cd90d8255c7cdd0f5baf459a08502a09de30dc51f553d38dc/cryptography-48.0.0-cp314-cp314t-manylinux_2_28_x86_64.whl", hash = "sha256:a64697c641c7b1b2178e573cbc31c7c6684cd56883a478d75143dbb7118036db", size = 4733116, upload-time = "2026-05-04T22:58:23.627Z" },
|
|
323
|
+
{ url = "https://files.pythonhosted.org/packages/b8/77/99307d7574045699f8805aa500fa0fb83422d115b5400a064ddd306d7750/cryptography-48.0.0-cp314-cp314t-manylinux_2_31_armv7l.whl", hash = "sha256:561215ea3879cb1cbbf272867e2efda62476f240fb58c64de6b393ae19246741", size = 4316030, upload-time = "2026-05-04T22:58:25.581Z" },
|
|
324
|
+
{ url = "https://files.pythonhosted.org/packages/fd/36/a608b98337af3cb2aff4818e406649d30572b7031918b04c87d979495348/cryptography-48.0.0-cp314-cp314t-manylinux_2_34_aarch64.whl", hash = "sha256:ad64688338ed4bc1a6618076ba75fd7194a5f1797ac60b47afe926285adb3166", size = 4689640, upload-time = "2026-05-04T22:58:27.747Z" },
|
|
325
|
+
{ url = "https://files.pythonhosted.org/packages/b9/09/4e76a09b4caa29aad535ddc806f5d4c5d01885bd978bd984fbc6ca032cae/cryptography-48.0.0-cp314-cp314t-manylinux_2_34_x86_64.whl", hash = "sha256:ea8990436d914540a40ab24b6a77c0969695ed52f4a4874c5137ccf7045a7057", size = 4732362, upload-time = "2026-05-04T22:58:32.009Z" },
|
|
326
|
+
{ url = "https://files.pythonhosted.org/packages/18/78/444fa04a77d0cb95f417dda20d450e13c56ba8e5220fc892a1658f44f882/cryptography-48.0.0-cp314-cp314t-musllinux_1_2_aarch64.whl", hash = "sha256:c18684a7f0cc9a3cb60328f496b8e3372def7c5d2df39ac267878b05565aaaae", size = 4819580, upload-time = "2026-05-04T22:58:34.254Z" },
|
|
327
|
+
{ url = "https://files.pythonhosted.org/packages/38/85/ea67067c70a1fd4be2c63d35eeed82658023021affccc7b17705f8527dd2/cryptography-48.0.0-cp314-cp314t-musllinux_1_2_x86_64.whl", hash = "sha256:9be5aafa5736574f8f15f262adc81b2a9869e2cfe9014d52a44633905b40d52c", size = 4963283, upload-time = "2026-05-04T22:58:36.376Z" },
|
|
328
|
+
{ url = "https://files.pythonhosted.org/packages/d5/ac/f5b5995b87770c693e2596559ffafe195b4033a57f14a82268a2842953f3/cryptography-48.0.0-cp39-abi3-manylinux2014_aarch64.manylinux_2_17_aarch64.whl", hash = "sha256:614d0949f4790582d2cc25553abd09dd723025f0c0e7c67376a1d77196743d6e", size = 4683266, upload-time = "2026-05-04T22:58:46.064Z" },
|
|
329
|
+
{ url = "https://files.pythonhosted.org/packages/ec/c6/8b14f67e18338fbc4adb76f66c001f5c3610b3e2d1837f268f47a347dbbb/cryptography-48.0.0-cp39-abi3-manylinux2014_x86_64.manylinux_2_17_x86_64.whl", hash = "sha256:7ce4bfae76319a532a2dc68f82cc32f5676ee792a983187dac07183690e5c66f", size = 4696228, upload-time = "2026-05-04T22:58:48.22Z" },
|
|
330
|
+
{ url = "https://files.pythonhosted.org/packages/ea/73/f808fbae9514bd91b47875b003f13e284c8c6bdfd904b7944e803937eec1/cryptography-48.0.0-cp39-abi3-manylinux_2_28_aarch64.whl", hash = "sha256:2eb992bbd4661238c5a397594c83f5b4dc2bc5b848c365c8f991b6780efcc5c7", size = 4689097, upload-time = "2026-05-04T22:58:50.9Z" },
|
|
331
|
+
{ url = "https://files.pythonhosted.org/packages/02/e1/50edc7a50334807cc4791fc4a0ce7468b4a1416d9138eab358bfc9a3d70b/cryptography-48.0.0-cp39-abi3-manylinux_2_28_x86_64.whl", hash = "sha256:2b4d59804e8408e2fea7d1fbaf218e5ec984325221db76e6a241a9abd6cdd95c", size = 4730479, upload-time = "2026-05-04T22:58:55.611Z" },
|
|
332
|
+
{ url = "https://files.pythonhosted.org/packages/6f/af/99a582b1b1641ff5911ac559beb45097cf79efd4ead4657f578ef1af2d47/cryptography-48.0.0-cp39-abi3-manylinux_2_31_armv7l.whl", hash = "sha256:984a20b0f62a26f48a3396c72e4bc34c66e356d356bf370053066b3b6d54634a", size = 4326481, upload-time = "2026-05-04T22:58:57.607Z" },
|
|
333
|
+
{ url = "https://files.pythonhosted.org/packages/90/ee/89aa26a06ef0a7d7611788ffd571a7c50e368cc6a4d5eef8b4884e866edb/cryptography-48.0.0-cp39-abi3-manylinux_2_34_aarch64.whl", hash = "sha256:5a5ed8fde7a1d09376ca0b40e68cd59c69fe23b1f9768bd5824f54681626032a", size = 4688713, upload-time = "2026-05-04T22:59:00.077Z" },
|
|
334
|
+
{ url = "https://files.pythonhosted.org/packages/c9/70/ca4003b1ce5ca3dc3186ada51908c8a9b9ff7d5cab83cc0d43ee14ec144f/cryptography-48.0.0-cp39-abi3-manylinux_2_34_x86_64.whl", hash = "sha256:9071196d81abc88b3516ac8cdfad32e2b66dd4a5393a8e68a961e9161ddc6239", size = 4729947, upload-time = "2026-05-04T22:59:05.255Z" },
|
|
335
|
+
{ url = "https://files.pythonhosted.org/packages/44/a0/4ec7cf774207905aef1a8d11c3750d5a1db805eb380ee4e16df317870128/cryptography-48.0.0-cp39-abi3-musllinux_1_2_aarch64.whl", hash = "sha256:1e2d54c8be6152856a36f0882ab231e70f8ec7f14e93cf87db8a2ed056bf160c", size = 4822059, upload-time = "2026-05-04T22:59:07.802Z" },
|
|
336
|
+
{ url = "https://files.pythonhosted.org/packages/1e/75/a2e55f99c16fcac7b5d6c1eb19ad8e00799854d6be5ca845f9259eae1681/cryptography-48.0.0-cp39-abi3-musllinux_1_2_x86_64.whl", hash = "sha256:a5da777e32ffed6f85a7b2b3f7c5cbc88c146bfcd0a1d7baf5fcc6c52ee35dd4", size = 4960575, upload-time = "2026-05-04T22:59:09.851Z" },
|
|
320
337
|
]
|
|
321
338
|
|
|
322
339
|
[[package]]
|
|
@@ -739,11 +756,11 @@ wheels = [
|
|
|
739
756
|
|
|
740
757
|
[[package]]
|
|
741
758
|
name = "pygments"
|
|
742
|
-
version = "2.
|
|
759
|
+
version = "2.20.0"
|
|
743
760
|
source = { registry = "https://pypi.org/simple" }
|
|
744
|
-
sdist = { url = "https://files.pythonhosted.org/packages/
|
|
761
|
+
sdist = { url = "https://files.pythonhosted.org/packages/c3/b2/bc9c9196916376152d655522fdcebac55e66de6603a76a02bca1b6414f6c/pygments-2.20.0.tar.gz", hash = "sha256:6757cd03768053ff99f3039c1a36d6c0aa0b263438fcab17520b30a303a82b5f", size = 4955991, upload-time = "2026-03-29T13:29:33.898Z" }
|
|
745
762
|
wheels = [
|
|
746
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
763
|
+
{ url = "https://files.pythonhosted.org/packages/f4/7e/a72dd26f3b0f4f2bf1dd8923c85f7ceb43172af56d63c7383eb62b332364/pygments-2.20.0-py3-none-any.whl", hash = "sha256:81a9e26dd42fd28a23a2d169d86d7ac03b46e2f8b59ed4698fb4785f946d0176", size = 1231151, upload-time = "2026-03-29T13:29:30.038Z" },
|
|
747
764
|
]
|
|
748
765
|
|
|
749
766
|
[[package]]
|
|
@@ -1069,11 +1086,11 @@ wheels = [
|
|
|
1069
1086
|
|
|
1070
1087
|
[[package]]
|
|
1071
1088
|
name = "urllib3"
|
|
1072
|
-
version = "2.
|
|
1089
|
+
version = "2.7.0"
|
|
1073
1090
|
source = { registry = "https://pypi.org/simple" }
|
|
1074
|
-
sdist = { url = "https://files.pythonhosted.org/packages/
|
|
1091
|
+
sdist = { url = "https://files.pythonhosted.org/packages/53/0c/06f8b233b8fd13b9e5ee11424ef85419ba0d8ba0b3138bf360be2ff56953/urllib3-2.7.0.tar.gz", hash = "sha256:231e0ec3b63ceb14667c67be60f2f2c40a518cb38b03af60abc813da26505f4c", size = 433602, upload-time = "2026-05-07T16:13:18.596Z" }
|
|
1075
1092
|
wheels = [
|
|
1076
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
1093
|
+
{ url = "https://files.pythonhosted.org/packages/7f/3e/5db95bcf282c52709639744ca2a8b149baccf648e39c8cc87553df9eae0c/urllib3-2.7.0-py3-none-any.whl", hash = "sha256:9fb4c81ebbb1ce9531cce37674bbc6f1360472bc18ca9a553ede278ef7276897", size = 131087, upload-time = "2026-05-07T16:13:17.151Z" },
|
|
1077
1094
|
]
|
|
1078
1095
|
|
|
1079
1096
|
[[package]]
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|