locust-cloud 1.25.1.dev2__tar.gz → 1.25.1.dev4__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.
Potentially problematic release.
This version of locust-cloud might be problematic. Click here for more details.
- {locust_cloud-1.25.1.dev2 → locust_cloud-1.25.1.dev4}/.github/workflows/daily-check.yml +0 -1
- {locust_cloud-1.25.1.dev2 → locust_cloud-1.25.1.dev4}/PKG-INFO +1 -1
- {locust_cloud-1.25.1.dev2 → locust_cloud-1.25.1.dev4}/uv.lock +105 -102
- {locust_cloud-1.25.1.dev2 → locust_cloud-1.25.1.dev4}/.github/workflows/daily-alb-teardown.yml +0 -0
- {locust_cloud-1.25.1.dev2 → locust_cloud-1.25.1.dev4}/.github/workflows/tests.yml +0 -0
- {locust_cloud-1.25.1.dev2 → locust_cloud-1.25.1.dev4}/.gitignore +0 -0
- {locust_cloud-1.25.1.dev2 → locust_cloud-1.25.1.dev4}/.pre-commit-config.yaml +0 -0
- {locust_cloud-1.25.1.dev2 → locust_cloud-1.25.1.dev4}/.vscode/extensions.json +0 -0
- {locust_cloud-1.25.1.dev2 → locust_cloud-1.25.1.dev4}/.vscode/launch.json +0 -0
- {locust_cloud-1.25.1.dev2 → locust_cloud-1.25.1.dev4}/.vscode/settings.json +0 -0
- {locust_cloud-1.25.1.dev2 → locust_cloud-1.25.1.dev4}/LICENSE +0 -0
- {locust_cloud-1.25.1.dev2 → locust_cloud-1.25.1.dev4}/README.md +0 -0
- {locust_cloud-1.25.1.dev2 → locust_cloud-1.25.1.dev4}/alb-teardown.py +0 -0
- {locust_cloud-1.25.1.dev2 → locust_cloud-1.25.1.dev4}/locust_cloud/__init__.py +0 -0
- {locust_cloud-1.25.1.dev2 → locust_cloud-1.25.1.dev4}/locust_cloud/actions.py +0 -0
- {locust_cloud-1.25.1.dev2 → locust_cloud-1.25.1.dev4}/locust_cloud/apisession.py +0 -0
- {locust_cloud-1.25.1.dev2 → locust_cloud-1.25.1.dev4}/locust_cloud/args.py +0 -0
- {locust_cloud-1.25.1.dev2 → locust_cloud-1.25.1.dev4}/locust_cloud/cloud.py +0 -0
- {locust_cloud-1.25.1.dev2 → locust_cloud-1.25.1.dev4}/locust_cloud/common.py +0 -0
- {locust_cloud-1.25.1.dev2 → locust_cloud-1.25.1.dev4}/locust_cloud/docs/.gitignore +0 -0
- {locust_cloud-1.25.1.dev2 → locust_cloud-1.25.1.dev4}/locust_cloud/docs/1-first-run.rst +0 -0
- {locust_cloud-1.25.1.dev2 → locust_cloud-1.25.1.dev4}/locust_cloud/docs/2-examples.rst +0 -0
- {locust_cloud-1.25.1.dev2 → locust_cloud-1.25.1.dev4}/locust_cloud/docs/images/locust-cloud-screenshot.png +0 -0
- {locust_cloud-1.25.1.dev2 → locust_cloud-1.25.1.dev4}/locust_cloud/docs/locust-cloud.rst +0 -0
- {locust_cloud-1.25.1.dev2 → locust_cloud-1.25.1.dev4}/locust_cloud/input_events.py +0 -0
- {locust_cloud-1.25.1.dev2 → locust_cloud-1.25.1.dev4}/locust_cloud/web_login.py +0 -0
- {locust_cloud-1.25.1.dev2 → locust_cloud-1.25.1.dev4}/locust_cloud/websocket.py +0 -0
- {locust_cloud-1.25.1.dev2 → locust_cloud-1.25.1.dev4}/locustfile.py +0 -0
- {locust_cloud-1.25.1.dev2 → locust_cloud-1.25.1.dev4}/pyproject.toml +0 -0
- {locust_cloud-1.25.1.dev2 → locust_cloud-1.25.1.dev4}/testdata/extra-files/extra.txt +0 -0
- {locust_cloud-1.25.1.dev2 → locust_cloud-1.25.1.dev4}/testdata/extra-package/example/__init__.py +0 -0
- {locust_cloud-1.25.1.dev2 → locust_cloud-1.25.1.dev4}/testdata/extra-package/setup.py +0 -0
- {locust_cloud-1.25.1.dev2 → locust_cloud-1.25.1.dev4}/testdata/requirements.txt +0 -0
- {locust_cloud-1.25.1.dev2 → locust_cloud-1.25.1.dev4}/tests/args_test.py +0 -0
- {locust_cloud-1.25.1.dev2 → locust_cloud-1.25.1.dev4}/tests/browser_tests.py +0 -0
- {locust_cloud-1.25.1.dev2 → locust_cloud-1.25.1.dev4}/tests/cloud_test.py +0 -0
- {locust_cloud-1.25.1.dev2 → locust_cloud-1.25.1.dev4}/tests/web_login_test.py +0 -0
- {locust_cloud-1.25.1.dev2 → locust_cloud-1.25.1.dev4}/tests/websocket_test.py +0 -0
|
@@ -35,23 +35,23 @@ wheels = [
|
|
|
35
35
|
|
|
36
36
|
[[package]]
|
|
37
37
|
name = "botocore-stubs"
|
|
38
|
-
version = "1.38.
|
|
38
|
+
version = "1.38.46"
|
|
39
39
|
source = { registry = "https://pypi.org/simple" }
|
|
40
40
|
dependencies = [
|
|
41
41
|
{ name = "types-awscrt" },
|
|
42
42
|
]
|
|
43
|
-
sdist = { url = "https://files.pythonhosted.org/packages/
|
|
43
|
+
sdist = { url = "https://files.pythonhosted.org/packages/05/45/27cabc7c3022dcb12de5098cc646b374065f5e72fae13600ff1756f365ee/botocore_stubs-1.38.46.tar.gz", hash = "sha256:a04e69766ab8bae338911c1897492f88d05cd489cd75f06e6eb4f135f9da8c7b", size = 42299, upload-time = "2025-06-29T22:58:24.765Z" }
|
|
44
44
|
wheels = [
|
|
45
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
45
|
+
{ url = "https://files.pythonhosted.org/packages/cc/84/06490071e26bab22ac79a684e98445df118adcf80c58c33ba5af184030f2/botocore_stubs-1.38.46-py3-none-any.whl", hash = "sha256:cc21d9a7dd994bdd90872db4664d817c4719b51cda8004fd507a4bf65b085a75", size = 66083, upload-time = "2025-06-29T22:58:22.234Z" },
|
|
46
46
|
]
|
|
47
47
|
|
|
48
48
|
[[package]]
|
|
49
49
|
name = "certifi"
|
|
50
|
-
version = "2025.
|
|
50
|
+
version = "2025.7.9"
|
|
51
51
|
source = { registry = "https://pypi.org/simple" }
|
|
52
|
-
sdist = { url = "https://files.pythonhosted.org/packages/
|
|
52
|
+
sdist = { url = "https://files.pythonhosted.org/packages/de/8a/c729b6b60c66a38f590c4e774decc4b2ec7b0576be8f1aa984a53ffa812a/certifi-2025.7.9.tar.gz", hash = "sha256:c1d2ec05395148ee10cf672ffc28cd37ea0ab0d99f9cc74c43e588cbd111b079", size = 160386, upload-time = "2025-07-09T02:13:58.874Z" }
|
|
53
53
|
wheels = [
|
|
54
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
54
|
+
{ url = "https://files.pythonhosted.org/packages/66/f3/80a3f974c8b535d394ff960a11ac20368e06b736da395b551a49ce950cce/certifi-2025.7.9-py3-none-any.whl", hash = "sha256:d842783a14f8fdd646895ac26f719a061408834473cfc10203f6a575beb15d39", size = 159230, upload-time = "2025-07-09T02:13:57.007Z" },
|
|
55
55
|
]
|
|
56
56
|
|
|
57
57
|
[[package]]
|
|
@@ -136,14 +136,14 @@ wheels = [
|
|
|
136
136
|
|
|
137
137
|
[[package]]
|
|
138
138
|
name = "click"
|
|
139
|
-
version = "8.1
|
|
139
|
+
version = "8.2.1"
|
|
140
140
|
source = { registry = "https://pypi.org/simple" }
|
|
141
141
|
dependencies = [
|
|
142
142
|
{ name = "colorama", marker = "sys_platform == 'win32'" },
|
|
143
143
|
]
|
|
144
|
-
sdist = { url = "https://files.pythonhosted.org/packages/
|
|
144
|
+
sdist = { url = "https://files.pythonhosted.org/packages/60/6c/8ca2efa64cf75a977a0d7fac081354553ebe483345c734fb6b6515d96bbc/click-8.2.1.tar.gz", hash = "sha256:27c491cc05d968d271d5a1db13e3b5a184636d9d930f148c50b038f0d0646202", size = 286342, upload-time = "2025-05-20T23:19:49.832Z" }
|
|
145
145
|
wheels = [
|
|
146
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
146
|
+
{ url = "https://files.pythonhosted.org/packages/85/32/10bb5764d90a8eee674e9dc6f4db6a0ab47c8c4d0d83c27f7c39ac415a4d/click-8.2.1-py3-none-any.whl", hash = "sha256:61a3265b914e850b85317d0b3109c7f8cd35a670f963866005d6ef1d5175a12b", size = 102215, upload-time = "2025-05-20T23:19:47.796Z" },
|
|
147
147
|
]
|
|
148
148
|
|
|
149
149
|
[[package]]
|
|
@@ -166,27 +166,31 @@ wheels = [
|
|
|
166
166
|
|
|
167
167
|
[[package]]
|
|
168
168
|
name = "exceptiongroup"
|
|
169
|
-
version = "1.
|
|
169
|
+
version = "1.3.0"
|
|
170
170
|
source = { registry = "https://pypi.org/simple" }
|
|
171
|
-
|
|
171
|
+
dependencies = [
|
|
172
|
+
{ name = "typing-extensions", marker = "python_full_version < '3.13'" },
|
|
173
|
+
]
|
|
174
|
+
sdist = { url = "https://files.pythonhosted.org/packages/0b/9f/a65090624ecf468cdca03533906e7c69ed7588582240cfe7cc9e770b50eb/exceptiongroup-1.3.0.tar.gz", hash = "sha256:b241f5885f560bc56a59ee63ca4c6a8bfa46ae4ad651af316d4e81817bb9fd88", size = 29749, upload-time = "2025-05-10T17:42:51.123Z" }
|
|
172
175
|
wheels = [
|
|
173
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
176
|
+
{ url = "https://files.pythonhosted.org/packages/36/f4/c6e662dade71f56cd2f3735141b265c3c79293c109549c1e6933b0651ffc/exceptiongroup-1.3.0-py3-none-any.whl", hash = "sha256:4d111e6e0c13d0644cad6ddaa7ed0261a0b36971f6d23e7ec9b4b9097da78a10", size = 16674, upload-time = "2025-05-10T17:42:49.33Z" },
|
|
174
177
|
]
|
|
175
178
|
|
|
176
179
|
[[package]]
|
|
177
180
|
name = "flask"
|
|
178
|
-
version = "3.1.
|
|
181
|
+
version = "3.1.1"
|
|
179
182
|
source = { registry = "https://pypi.org/simple" }
|
|
180
183
|
dependencies = [
|
|
181
184
|
{ name = "blinker" },
|
|
182
185
|
{ name = "click" },
|
|
183
186
|
{ name = "itsdangerous" },
|
|
184
187
|
{ name = "jinja2" },
|
|
188
|
+
{ name = "markupsafe" },
|
|
185
189
|
{ name = "werkzeug" },
|
|
186
190
|
]
|
|
187
|
-
sdist = { url = "https://files.pythonhosted.org/packages/
|
|
191
|
+
sdist = { url = "https://files.pythonhosted.org/packages/c0/de/e47735752347f4128bcf354e0da07ef311a78244eba9e3dc1d4a5ab21a98/flask-3.1.1.tar.gz", hash = "sha256:284c7b8f2f58cb737f0cf1c30fd7eaf0ccfcde196099d24ecede3fc2005aa59e", size = 753440, upload-time = "2025-05-13T15:01:17.447Z" }
|
|
188
192
|
wheels = [
|
|
189
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
193
|
+
{ url = "https://files.pythonhosted.org/packages/3d/68/9d4508e893976286d2ead7f8f571314af6c2037af34853a30fd769c02e9d/flask-3.1.1-py3-none-any.whl", hash = "sha256:07aae2bb5eaf77993ef57e357491839f5fd9f4dc281593a81a9e4d79a24f295c", size = 103305, upload-time = "2025-05-13T15:01:15.591Z" },
|
|
190
194
|
]
|
|
191
195
|
|
|
192
196
|
[[package]]
|
|
@@ -251,54 +255,53 @@ wheels = [
|
|
|
251
255
|
|
|
252
256
|
[[package]]
|
|
253
257
|
name = "greenlet"
|
|
254
|
-
version = "3.2.
|
|
255
|
-
source = { registry = "https://pypi.org/simple" }
|
|
256
|
-
sdist = { url = "https://files.pythonhosted.org/packages/
|
|
257
|
-
wheels = [
|
|
258
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
259
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
260
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
261
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
262
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
263
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
264
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
265
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
266
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
267
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
268
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
269
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
270
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
271
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
272
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
273
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
274
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
275
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
276
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
277
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
278
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
279
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
280
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
281
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
282
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
283
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
284
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
285
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
286
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
287
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
288
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
289
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
290
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
291
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
292
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
293
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
294
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
295
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
296
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
297
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
298
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
299
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
300
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
301
|
-
{ url = "https://files.pythonhosted.org/packages/31/df/b7d17d66c8d0f578d2885a3d8f565e9e4725eacc9d3fdc946d0031c055c4/greenlet-3.2.2-cp314-cp314-macosx_11_0_universal2.whl", hash = "sha256:9ea5231428af34226c05f927e16fc7f6fa5e39e3ad3cd24ffa48ba53a47f4240", size = 269899, upload-time = "2025-05-09T14:54:01.581Z" },
|
|
258
|
+
version = "3.2.3"
|
|
259
|
+
source = { registry = "https://pypi.org/simple" }
|
|
260
|
+
sdist = { url = "https://files.pythonhosted.org/packages/c9/92/bb85bd6e80148a4d2e0c59f7c0c2891029f8fd510183afc7d8d2feeed9b6/greenlet-3.2.3.tar.gz", hash = "sha256:8b0dd8ae4c0d6f5e54ee55ba935eeb3d735a9b58a8a1e5b5cbab64e01a39f365", size = 185752, upload-time = "2025-06-05T16:16:09.955Z" }
|
|
261
|
+
wheels = [
|
|
262
|
+
{ url = "https://files.pythonhosted.org/packages/92/db/b4c12cff13ebac2786f4f217f06588bccd8b53d260453404ef22b121fc3a/greenlet-3.2.3-cp310-cp310-macosx_11_0_universal2.whl", hash = "sha256:1afd685acd5597349ee6d7a88a8bec83ce13c106ac78c196ee9dde7c04fe87be", size = 268977, upload-time = "2025-06-05T16:10:24.001Z" },
|
|
263
|
+
{ url = "https://files.pythonhosted.org/packages/52/61/75b4abd8147f13f70986df2801bf93735c1bd87ea780d70e3b3ecda8c165/greenlet-3.2.3-cp310-cp310-manylinux2014_aarch64.manylinux_2_17_aarch64.whl", hash = "sha256:761917cac215c61e9dc7324b2606107b3b292a8349bdebb31503ab4de3f559ac", size = 627351, upload-time = "2025-06-05T16:38:50.685Z" },
|
|
264
|
+
{ url = "https://files.pythonhosted.org/packages/35/aa/6894ae299d059d26254779a5088632874b80ee8cf89a88bca00b0709d22f/greenlet-3.2.3-cp310-cp310-manylinux2014_ppc64le.manylinux_2_17_ppc64le.whl", hash = "sha256:a433dbc54e4a37e4fff90ef34f25a8c00aed99b06856f0119dcf09fbafa16392", size = 638599, upload-time = "2025-06-05T16:41:34.057Z" },
|
|
265
|
+
{ url = "https://files.pythonhosted.org/packages/30/64/e01a8261d13c47f3c082519a5e9dbf9e143cc0498ed20c911d04e54d526c/greenlet-3.2.3-cp310-cp310-manylinux2014_s390x.manylinux_2_17_s390x.whl", hash = "sha256:72e77ed69312bab0434d7292316d5afd6896192ac4327d44f3d613ecb85b037c", size = 634482, upload-time = "2025-06-05T16:48:16.26Z" },
|
|
266
|
+
{ url = "https://files.pythonhosted.org/packages/47/48/ff9ca8ba9772d083a4f5221f7b4f0ebe8978131a9ae0909cf202f94cd879/greenlet-3.2.3-cp310-cp310-manylinux2014_x86_64.manylinux_2_17_x86_64.whl", hash = "sha256:68671180e3849b963649254a882cd544a3c75bfcd2c527346ad8bb53494444db", size = 633284, upload-time = "2025-06-05T16:13:01.599Z" },
|
|
267
|
+
{ url = "https://files.pythonhosted.org/packages/e9/45/626e974948713bc15775b696adb3eb0bd708bec267d6d2d5c47bb47a6119/greenlet-3.2.3-cp310-cp310-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl", hash = "sha256:49c8cfb18fb419b3d08e011228ef8a25882397f3a859b9fe1436946140b6756b", size = 582206, upload-time = "2025-06-05T16:12:48.51Z" },
|
|
268
|
+
{ url = "https://files.pythonhosted.org/packages/b1/8e/8b6f42c67d5df7db35b8c55c9a850ea045219741bb14416255616808c690/greenlet-3.2.3-cp310-cp310-musllinux_1_1_aarch64.whl", hash = "sha256:efc6dc8a792243c31f2f5674b670b3a95d46fa1c6a912b8e310d6f542e7b0712", size = 1111412, upload-time = "2025-06-05T16:36:45.479Z" },
|
|
269
|
+
{ url = "https://files.pythonhosted.org/packages/05/46/ab58828217349500a7ebb81159d52ca357da747ff1797c29c6023d79d798/greenlet-3.2.3-cp310-cp310-musllinux_1_1_x86_64.whl", hash = "sha256:731e154aba8e757aedd0781d4b240f1225b075b4409f1bb83b05ff410582cf00", size = 1135054, upload-time = "2025-06-05T16:12:36.478Z" },
|
|
270
|
+
{ url = "https://files.pythonhosted.org/packages/68/7f/d1b537be5080721c0f0089a8447d4ef72839039cdb743bdd8ffd23046e9a/greenlet-3.2.3-cp310-cp310-win_amd64.whl", hash = "sha256:96c20252c2f792defe9a115d3287e14811036d51e78b3aaddbee23b69b216302", size = 296573, upload-time = "2025-06-05T16:34:26.521Z" },
|
|
271
|
+
{ url = "https://files.pythonhosted.org/packages/fc/2e/d4fcb2978f826358b673f779f78fa8a32ee37df11920dc2bb5589cbeecef/greenlet-3.2.3-cp311-cp311-macosx_11_0_universal2.whl", hash = "sha256:784ae58bba89fa1fa5733d170d42486580cab9decda3484779f4759345b29822", size = 270219, upload-time = "2025-06-05T16:10:10.414Z" },
|
|
272
|
+
{ url = "https://files.pythonhosted.org/packages/16/24/929f853e0202130e4fe163bc1d05a671ce8dcd604f790e14896adac43a52/greenlet-3.2.3-cp311-cp311-manylinux2014_aarch64.manylinux_2_17_aarch64.whl", hash = "sha256:0921ac4ea42a5315d3446120ad48f90c3a6b9bb93dd9b3cf4e4d84a66e42de83", size = 630383, upload-time = "2025-06-05T16:38:51.785Z" },
|
|
273
|
+
{ url = "https://files.pythonhosted.org/packages/d1/b2/0320715eb61ae70c25ceca2f1d5ae620477d246692d9cc284c13242ec31c/greenlet-3.2.3-cp311-cp311-manylinux2014_ppc64le.manylinux_2_17_ppc64le.whl", hash = "sha256:d2971d93bb99e05f8c2c0c2f4aa9484a18d98c4c3bd3c62b65b7e6ae33dfcfaf", size = 642422, upload-time = "2025-06-05T16:41:35.259Z" },
|
|
274
|
+
{ url = "https://files.pythonhosted.org/packages/bd/49/445fd1a210f4747fedf77615d941444349c6a3a4a1135bba9701337cd966/greenlet-3.2.3-cp311-cp311-manylinux2014_s390x.manylinux_2_17_s390x.whl", hash = "sha256:c667c0bf9d406b77a15c924ef3285e1e05250948001220368e039b6aa5b5034b", size = 638375, upload-time = "2025-06-05T16:48:18.235Z" },
|
|
275
|
+
{ url = "https://files.pythonhosted.org/packages/7e/c8/ca19760cf6eae75fa8dc32b487e963d863b3ee04a7637da77b616703bc37/greenlet-3.2.3-cp311-cp311-manylinux2014_x86_64.manylinux_2_17_x86_64.whl", hash = "sha256:592c12fb1165be74592f5de0d70f82bc5ba552ac44800d632214b76089945147", size = 637627, upload-time = "2025-06-05T16:13:02.858Z" },
|
|
276
|
+
{ url = "https://files.pythonhosted.org/packages/65/89/77acf9e3da38e9bcfca881e43b02ed467c1dedc387021fc4d9bd9928afb8/greenlet-3.2.3-cp311-cp311-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl", hash = "sha256:29e184536ba333003540790ba29829ac14bb645514fbd7e32af331e8202a62a5", size = 585502, upload-time = "2025-06-05T16:12:49.642Z" },
|
|
277
|
+
{ url = "https://files.pythonhosted.org/packages/97/c6/ae244d7c95b23b7130136e07a9cc5aadd60d59b5951180dc7dc7e8edaba7/greenlet-3.2.3-cp311-cp311-musllinux_1_1_aarch64.whl", hash = "sha256:93c0bb79844a367782ec4f429d07589417052e621aa39a5ac1fb99c5aa308edc", size = 1114498, upload-time = "2025-06-05T16:36:46.598Z" },
|
|
278
|
+
{ url = "https://files.pythonhosted.org/packages/89/5f/b16dec0cbfd3070658e0d744487919740c6d45eb90946f6787689a7efbce/greenlet-3.2.3-cp311-cp311-musllinux_1_1_x86_64.whl", hash = "sha256:751261fc5ad7b6705f5f76726567375bb2104a059454e0226e1eef6c756748ba", size = 1139977, upload-time = "2025-06-05T16:12:38.262Z" },
|
|
279
|
+
{ url = "https://files.pythonhosted.org/packages/66/77/d48fb441b5a71125bcac042fc5b1494c806ccb9a1432ecaa421e72157f77/greenlet-3.2.3-cp311-cp311-win_amd64.whl", hash = "sha256:83a8761c75312361aa2b5b903b79da97f13f556164a7dd2d5448655425bd4c34", size = 297017, upload-time = "2025-06-05T16:25:05.225Z" },
|
|
280
|
+
{ url = "https://files.pythonhosted.org/packages/f3/94/ad0d435f7c48debe960c53b8f60fb41c2026b1d0fa4a99a1cb17c3461e09/greenlet-3.2.3-cp312-cp312-macosx_11_0_universal2.whl", hash = "sha256:25ad29caed5783d4bd7a85c9251c651696164622494c00802a139c00d639242d", size = 271992, upload-time = "2025-06-05T16:11:23.467Z" },
|
|
281
|
+
{ url = "https://files.pythonhosted.org/packages/93/5d/7c27cf4d003d6e77749d299c7c8f5fd50b4f251647b5c2e97e1f20da0ab5/greenlet-3.2.3-cp312-cp312-manylinux2014_aarch64.manylinux_2_17_aarch64.whl", hash = "sha256:88cd97bf37fe24a6710ec6a3a7799f3f81d9cd33317dcf565ff9950c83f55e0b", size = 638820, upload-time = "2025-06-05T16:38:52.882Z" },
|
|
282
|
+
{ url = "https://files.pythonhosted.org/packages/c6/7e/807e1e9be07a125bb4c169144937910bf59b9d2f6d931578e57f0bce0ae2/greenlet-3.2.3-cp312-cp312-manylinux2014_ppc64le.manylinux_2_17_ppc64le.whl", hash = "sha256:baeedccca94880d2f5666b4fa16fc20ef50ba1ee353ee2d7092b383a243b0b0d", size = 653046, upload-time = "2025-06-05T16:41:36.343Z" },
|
|
283
|
+
{ url = "https://files.pythonhosted.org/packages/9d/ab/158c1a4ea1068bdbc78dba5a3de57e4c7aeb4e7fa034320ea94c688bfb61/greenlet-3.2.3-cp312-cp312-manylinux2014_s390x.manylinux_2_17_s390x.whl", hash = "sha256:be52af4b6292baecfa0f397f3edb3c6092ce071b499dd6fe292c9ac9f2c8f264", size = 647701, upload-time = "2025-06-05T16:48:19.604Z" },
|
|
284
|
+
{ url = "https://files.pythonhosted.org/packages/cc/0d/93729068259b550d6a0288da4ff72b86ed05626eaf1eb7c0d3466a2571de/greenlet-3.2.3-cp312-cp312-manylinux2014_x86_64.manylinux_2_17_x86_64.whl", hash = "sha256:0cc73378150b8b78b0c9fe2ce56e166695e67478550769536a6742dca3651688", size = 649747, upload-time = "2025-06-05T16:13:04.628Z" },
|
|
285
|
+
{ url = "https://files.pythonhosted.org/packages/f6/f6/c82ac1851c60851302d8581680573245c8fc300253fc1ff741ae74a6c24d/greenlet-3.2.3-cp312-cp312-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl", hash = "sha256:706d016a03e78df129f68c4c9b4c4f963f7d73534e48a24f5f5a7101ed13dbbb", size = 605461, upload-time = "2025-06-05T16:12:50.792Z" },
|
|
286
|
+
{ url = "https://files.pythonhosted.org/packages/98/82/d022cf25ca39cf1200650fc58c52af32c90f80479c25d1cbf57980ec3065/greenlet-3.2.3-cp312-cp312-musllinux_1_1_aarch64.whl", hash = "sha256:419e60f80709510c343c57b4bb5a339d8767bf9aef9b8ce43f4f143240f88b7c", size = 1121190, upload-time = "2025-06-05T16:36:48.59Z" },
|
|
287
|
+
{ url = "https://files.pythonhosted.org/packages/f5/e1/25297f70717abe8104c20ecf7af0a5b82d2f5a980eb1ac79f65654799f9f/greenlet-3.2.3-cp312-cp312-musllinux_1_1_x86_64.whl", hash = "sha256:93d48533fade144203816783373f27a97e4193177ebaaf0fc396db19e5d61163", size = 1149055, upload-time = "2025-06-05T16:12:40.457Z" },
|
|
288
|
+
{ url = "https://files.pythonhosted.org/packages/1f/8f/8f9e56c5e82eb2c26e8cde787962e66494312dc8cb261c460e1f3a9c88bc/greenlet-3.2.3-cp312-cp312-win_amd64.whl", hash = "sha256:7454d37c740bb27bdeddfc3f358f26956a07d5220818ceb467a483197d84f849", size = 297817, upload-time = "2025-06-05T16:29:49.244Z" },
|
|
289
|
+
{ url = "https://files.pythonhosted.org/packages/b1/cf/f5c0b23309070ae93de75c90d29300751a5aacefc0a3ed1b1d8edb28f08b/greenlet-3.2.3-cp313-cp313-macosx_11_0_universal2.whl", hash = "sha256:500b8689aa9dd1ab26872a34084503aeddefcb438e2e7317b89b11eaea1901ad", size = 270732, upload-time = "2025-06-05T16:10:08.26Z" },
|
|
290
|
+
{ url = "https://files.pythonhosted.org/packages/48/ae/91a957ba60482d3fecf9be49bc3948f341d706b52ddb9d83a70d42abd498/greenlet-3.2.3-cp313-cp313-manylinux2014_aarch64.manylinux_2_17_aarch64.whl", hash = "sha256:a07d3472c2a93117af3b0136f246b2833fdc0b542d4a9799ae5f41c28323faef", size = 639033, upload-time = "2025-06-05T16:38:53.983Z" },
|
|
291
|
+
{ url = "https://files.pythonhosted.org/packages/6f/df/20ffa66dd5a7a7beffa6451bdb7400d66251374ab40b99981478c69a67a8/greenlet-3.2.3-cp313-cp313-manylinux2014_ppc64le.manylinux_2_17_ppc64le.whl", hash = "sha256:8704b3768d2f51150626962f4b9a9e4a17d2e37c8a8d9867bbd9fa4eb938d3b3", size = 652999, upload-time = "2025-06-05T16:41:37.89Z" },
|
|
292
|
+
{ url = "https://files.pythonhosted.org/packages/51/b4/ebb2c8cb41e521f1d72bf0465f2f9a2fd803f674a88db228887e6847077e/greenlet-3.2.3-cp313-cp313-manylinux2014_s390x.manylinux_2_17_s390x.whl", hash = "sha256:5035d77a27b7c62db6cf41cf786cfe2242644a7a337a0e155c80960598baab95", size = 647368, upload-time = "2025-06-05T16:48:21.467Z" },
|
|
293
|
+
{ url = "https://files.pythonhosted.org/packages/8e/6a/1e1b5aa10dced4ae876a322155705257748108b7fd2e4fae3f2a091fe81a/greenlet-3.2.3-cp313-cp313-manylinux2014_x86_64.manylinux_2_17_x86_64.whl", hash = "sha256:2d8aa5423cd4a396792f6d4580f88bdc6efcb9205891c9d40d20f6e670992efb", size = 650037, upload-time = "2025-06-05T16:13:06.402Z" },
|
|
294
|
+
{ url = "https://files.pythonhosted.org/packages/26/f2/ad51331a157c7015c675702e2d5230c243695c788f8f75feba1af32b3617/greenlet-3.2.3-cp313-cp313-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl", hash = "sha256:2c724620a101f8170065d7dded3f962a2aea7a7dae133a009cada42847e04a7b", size = 608402, upload-time = "2025-06-05T16:12:51.91Z" },
|
|
295
|
+
{ url = "https://files.pythonhosted.org/packages/26/bc/862bd2083e6b3aff23300900a956f4ea9a4059de337f5c8734346b9b34fc/greenlet-3.2.3-cp313-cp313-musllinux_1_1_aarch64.whl", hash = "sha256:873abe55f134c48e1f2a6f53f7d1419192a3d1a4e873bace00499a4e45ea6af0", size = 1119577, upload-time = "2025-06-05T16:36:49.787Z" },
|
|
296
|
+
{ url = "https://files.pythonhosted.org/packages/86/94/1fc0cc068cfde885170e01de40a619b00eaa8f2916bf3541744730ffb4c3/greenlet-3.2.3-cp313-cp313-musllinux_1_1_x86_64.whl", hash = "sha256:024571bbce5f2c1cfff08bf3fbaa43bbc7444f580ae13b0099e95d0e6e67ed36", size = 1147121, upload-time = "2025-06-05T16:12:42.527Z" },
|
|
297
|
+
{ url = "https://files.pythonhosted.org/packages/27/1a/199f9587e8cb08a0658f9c30f3799244307614148ffe8b1e3aa22f324dea/greenlet-3.2.3-cp313-cp313-win_amd64.whl", hash = "sha256:5195fb1e75e592dd04ce79881c8a22becdfa3e6f500e7feb059b1e6fdd54d3e3", size = 297603, upload-time = "2025-06-05T16:20:12.651Z" },
|
|
298
|
+
{ url = "https://files.pythonhosted.org/packages/d8/ca/accd7aa5280eb92b70ed9e8f7fd79dc50a2c21d8c73b9a0856f5b564e222/greenlet-3.2.3-cp314-cp314-macosx_11_0_universal2.whl", hash = "sha256:3d04332dddb10b4a211b68111dabaee2e1a073663d117dc10247b5b1642bac86", size = 271479, upload-time = "2025-06-05T16:10:47.525Z" },
|
|
299
|
+
{ url = "https://files.pythonhosted.org/packages/55/71/01ed9895d9eb49223280ecc98a557585edfa56b3d0e965b9fa9f7f06b6d9/greenlet-3.2.3-cp314-cp314-manylinux2014_aarch64.manylinux_2_17_aarch64.whl", hash = "sha256:8186162dffde068a465deab08fc72c767196895c39db26ab1c17c0b77a6d8b97", size = 683952, upload-time = "2025-06-05T16:38:55.125Z" },
|
|
300
|
+
{ url = "https://files.pythonhosted.org/packages/ea/61/638c4bdf460c3c678a0a1ef4c200f347dff80719597e53b5edb2fb27ab54/greenlet-3.2.3-cp314-cp314-manylinux2014_ppc64le.manylinux_2_17_ppc64le.whl", hash = "sha256:f4bfbaa6096b1b7a200024784217defedf46a07c2eee1a498e94a1b5f8ec5728", size = 696917, upload-time = "2025-06-05T16:41:38.959Z" },
|
|
301
|
+
{ url = "https://files.pythonhosted.org/packages/22/cc/0bd1a7eb759d1f3e3cc2d1bc0f0b487ad3cc9f34d74da4b80f226fde4ec3/greenlet-3.2.3-cp314-cp314-manylinux2014_s390x.manylinux_2_17_s390x.whl", hash = "sha256:ed6cfa9200484d234d8394c70f5492f144b20d4533f69262d530a1a082f6ee9a", size = 692443, upload-time = "2025-06-05T16:48:23.113Z" },
|
|
302
|
+
{ url = "https://files.pythonhosted.org/packages/67/10/b2a4b63d3f08362662e89c103f7fe28894a51ae0bc890fabf37d1d780e52/greenlet-3.2.3-cp314-cp314-manylinux2014_x86_64.manylinux_2_17_x86_64.whl", hash = "sha256:02b0df6f63cd15012bed5401b47829cfd2e97052dc89da3cfaf2c779124eb892", size = 692995, upload-time = "2025-06-05T16:13:07.972Z" },
|
|
303
|
+
{ url = "https://files.pythonhosted.org/packages/5a/c6/ad82f148a4e3ce9564056453a71529732baf5448ad53fc323e37efe34f66/greenlet-3.2.3-cp314-cp314-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl", hash = "sha256:86c2d68e87107c1792e2e8d5399acec2487a4e993ab76c792408e59394d52141", size = 655320, upload-time = "2025-06-05T16:12:53.453Z" },
|
|
304
|
+
{ url = "https://files.pythonhosted.org/packages/5c/4f/aab73ecaa6b3086a4c89863d94cf26fa84cbff63f52ce9bc4342b3087a06/greenlet-3.2.3-cp314-cp314-win_amd64.whl", hash = "sha256:8c47aae8fbbfcf82cc13327ae802ba13c9c36753b67e760023fd116bc124a62a", size = 301236, upload-time = "2025-06-05T16:15:20.111Z" },
|
|
302
305
|
]
|
|
303
306
|
|
|
304
307
|
[[package]]
|
|
@@ -479,11 +482,11 @@ wheels = [
|
|
|
479
482
|
|
|
480
483
|
[[package]]
|
|
481
484
|
name = "platformdirs"
|
|
482
|
-
version = "4.3.
|
|
485
|
+
version = "4.3.8"
|
|
483
486
|
source = { registry = "https://pypi.org/simple" }
|
|
484
|
-
sdist = { url = "https://files.pythonhosted.org/packages/
|
|
487
|
+
sdist = { url = "https://files.pythonhosted.org/packages/fe/8b/3c73abc9c759ecd3f1f7ceff6685840859e8070c4d947c93fae71f6a0bf2/platformdirs-4.3.8.tar.gz", hash = "sha256:3d512d96e16bcb959a814c9f348431070822a6496326a4be0911c40b5a74c2bc", size = 21362, upload-time = "2025-05-07T22:47:42.121Z" }
|
|
485
488
|
wheels = [
|
|
486
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
489
|
+
{ url = "https://files.pythonhosted.org/packages/fe/39/979e8e21520d4e47a0bbe349e2713c0aac6f3d853d0e5b34d76206c439aa/platformdirs-4.3.8-py3-none-any.whl", hash = "sha256:ff7059bb7eb1179e2685604f4aaf157cfd9535242bd23742eadc3c13542139b4", size = 18567, upload-time = "2025-05-07T22:47:40.376Z" },
|
|
487
490
|
]
|
|
488
491
|
|
|
489
492
|
[[package]]
|
|
@@ -507,11 +510,11 @@ wheels = [
|
|
|
507
510
|
|
|
508
511
|
[[package]]
|
|
509
512
|
name = "pluggy"
|
|
510
|
-
version = "1.
|
|
513
|
+
version = "1.6.0"
|
|
511
514
|
source = { registry = "https://pypi.org/simple" }
|
|
512
|
-
sdist = { url = "https://files.pythonhosted.org/packages/
|
|
515
|
+
sdist = { url = "https://files.pythonhosted.org/packages/f9/e2/3e91f31a7d2b083fe6ef3fa267035b518369d9511ffab804f839851d2779/pluggy-1.6.0.tar.gz", hash = "sha256:7dcc130b76258d33b90f61b658791dede3486c3e6bfb003ee5c9bfb396dd22f3", size = 69412, upload-time = "2025-05-15T12:30:07.975Z" }
|
|
513
516
|
wheels = [
|
|
514
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
517
|
+
{ url = "https://files.pythonhosted.org/packages/54/20/4d324d65cc6d9205fabedc306948156824eb9f0ee1633355a8f7ec5c66bf/pluggy-1.6.0-py3-none-any.whl", hash = "sha256:e920276dd6813095e9377c0bc5566d94c932c33b27a3e3945d8389c374dd4746", size = 20538, upload-time = "2025-05-15T12:30:06.134Z" },
|
|
515
518
|
]
|
|
516
519
|
|
|
517
520
|
[[package]]
|
|
@@ -598,7 +601,7 @@ client = [
|
|
|
598
601
|
|
|
599
602
|
[[package]]
|
|
600
603
|
name = "requests"
|
|
601
|
-
version = "2.32.
|
|
604
|
+
version = "2.32.4"
|
|
602
605
|
source = { registry = "https://pypi.org/simple" }
|
|
603
606
|
dependencies = [
|
|
604
607
|
{ name = "certifi" },
|
|
@@ -606,9 +609,9 @@ dependencies = [
|
|
|
606
609
|
{ name = "idna" },
|
|
607
610
|
{ name = "urllib3" },
|
|
608
611
|
]
|
|
609
|
-
sdist = { url = "https://files.pythonhosted.org/packages/
|
|
612
|
+
sdist = { url = "https://files.pythonhosted.org/packages/e1/0a/929373653770d8a0d7ea76c37de6e41f11eb07559b103b1c02cafb3f7cf8/requests-2.32.4.tar.gz", hash = "sha256:27d0316682c8a29834d3264820024b62a36942083d52caf2f14c0591336d3422", size = 135258, upload-time = "2025-06-09T16:43:07.34Z" }
|
|
610
613
|
wheels = [
|
|
611
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
614
|
+
{ url = "https://files.pythonhosted.org/packages/7c/e4/56027c4a6b4ae70ca9de302488c5ca95ad4a39e190093d6c1a8ace08341b/requests-2.32.4-py3-none-any.whl", hash = "sha256:27babd3cda2a6d50b30443204ee89830707d396671944c998b5975b031ac2b2c", size = 64847, upload-time = "2025-06-09T16:43:05.728Z" },
|
|
612
615
|
]
|
|
613
616
|
|
|
614
617
|
[[package]]
|
|
@@ -650,11 +653,11 @@ wheels = [
|
|
|
650
653
|
|
|
651
654
|
[[package]]
|
|
652
655
|
name = "setuptools"
|
|
653
|
-
version = "80.
|
|
656
|
+
version = "80.9.0"
|
|
654
657
|
source = { registry = "https://pypi.org/simple" }
|
|
655
|
-
sdist = { url = "https://files.pythonhosted.org/packages/
|
|
658
|
+
sdist = { url = "https://files.pythonhosted.org/packages/18/5d/3bf57dcd21979b887f014ea83c24ae194cfcd12b9e0fda66b957c69d1fca/setuptools-80.9.0.tar.gz", hash = "sha256:f36b47402ecde768dbfafc46e8e4207b4360c654f1f3bb84475f0a28628fb19c", size = 1319958, upload-time = "2025-05-27T00:56:51.443Z" }
|
|
656
659
|
wheels = [
|
|
657
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
660
|
+
{ url = "https://files.pythonhosted.org/packages/a3/dc/17031897dae0efacfea57dfd3a82fdd2a2aeb58e0ff71b77b87e44edc772/setuptools-80.9.0-py3-none-any.whl", hash = "sha256:062d34222ad13e0cc312a4c02d73f059e86a4acbfbdea8f8f76b28c99f306922", size = 1201486, upload-time = "2025-05-27T00:56:49.664Z" },
|
|
658
661
|
]
|
|
659
662
|
|
|
660
663
|
[[package]]
|
|
@@ -719,85 +722,85 @@ wheels = [
|
|
|
719
722
|
|
|
720
723
|
[[package]]
|
|
721
724
|
name = "types-awscrt"
|
|
722
|
-
version = "0.
|
|
725
|
+
version = "0.27.4"
|
|
723
726
|
source = { registry = "https://pypi.org/simple" }
|
|
724
|
-
sdist = { url = "https://files.pythonhosted.org/packages/
|
|
727
|
+
sdist = { url = "https://files.pythonhosted.org/packages/94/95/02564024f8668feab6733a2c491005b5281b048b3d0573510622cbcd9fd4/types_awscrt-0.27.4.tar.gz", hash = "sha256:c019ba91a097e8a31d6948f6176ede1312963f41cdcacf82482ac877cbbcf390", size = 16941, upload-time = "2025-06-29T22:58:04.756Z" }
|
|
725
728
|
wheels = [
|
|
726
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
729
|
+
{ url = "https://files.pythonhosted.org/packages/d4/40/cb4d04df4ac3520858f5b397a4ab89f34be2601000002a26edd8ddc0cac5/types_awscrt-0.27.4-py3-none-any.whl", hash = "sha256:a8c4b9d9ae66d616755c322aba75ab9bd793c6fef448917e6de2e8b8cdf66fb4", size = 39626, upload-time = "2025-06-29T22:58:03.157Z" },
|
|
727
730
|
]
|
|
728
731
|
|
|
729
732
|
[[package]]
|
|
730
733
|
name = "types-beautifulsoup4"
|
|
731
|
-
version = "4.12.0.
|
|
734
|
+
version = "4.12.0.20250516"
|
|
732
735
|
source = { registry = "https://pypi.org/simple" }
|
|
733
736
|
dependencies = [
|
|
734
737
|
{ name = "types-html5lib" },
|
|
735
738
|
]
|
|
736
|
-
sdist = { url = "https://files.pythonhosted.org/packages/
|
|
739
|
+
sdist = { url = "https://files.pythonhosted.org/packages/6d/d1/32b410f6d65eda94d3dfb0b3d0ca151f12cb1dc4cef731dcf7cbfd8716ff/types_beautifulsoup4-4.12.0.20250516.tar.gz", hash = "sha256:aa19dd73b33b70d6296adf92da8ab8a0c945c507e6fb7d5db553415cc77b417e", size = 16628, upload-time = "2025-05-16T03:09:09.93Z" }
|
|
737
740
|
wheels = [
|
|
738
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
741
|
+
{ url = "https://files.pythonhosted.org/packages/7c/79/d84de200a80085b32f12c5820d4fd0addcbe7ba6dce8c1c9d8605e833c8e/types_beautifulsoup4-4.12.0.20250516-py3-none-any.whl", hash = "sha256:5923399d4a1ba9cc8f0096fe334cc732e130269541d66261bb42ab039c0376ee", size = 16879, upload-time = "2025-05-16T03:09:09.051Z" },
|
|
739
742
|
]
|
|
740
743
|
|
|
741
744
|
[[package]]
|
|
742
745
|
name = "types-boto3"
|
|
743
|
-
version = "1.
|
|
746
|
+
version = "1.39.3"
|
|
744
747
|
source = { registry = "https://pypi.org/simple" }
|
|
745
748
|
dependencies = [
|
|
746
749
|
{ name = "botocore-stubs" },
|
|
747
750
|
{ name = "types-s3transfer" },
|
|
748
751
|
{ name = "typing-extensions", marker = "python_full_version < '3.12'" },
|
|
749
752
|
]
|
|
750
|
-
sdist = { url = "https://files.pythonhosted.org/packages/
|
|
753
|
+
sdist = { url = "https://files.pythonhosted.org/packages/f6/7d/dd0710ca5b633be4f522f4a0314b20f9b7afc63e23af0bb54bec7bf9af58/types_boto3-1.39.3.tar.gz", hash = "sha256:3f08ebb28c3546ab3a739ebef2a2a524ee2bba4fb1d1e29ee0da0d8f792d17d6", size = 100384, upload-time = "2025-07-03T19:28:06.058Z" }
|
|
751
754
|
wheels = [
|
|
752
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
755
|
+
{ url = "https://files.pythonhosted.org/packages/b5/22/7b01ba1c6b0e040c8f53c8446023af91ca6b5668a774b91ebcc941d75f0e/types_boto3-1.39.3-py3-none-any.whl", hash = "sha256:8a8d2d96bd63c86ff82492f388ffea4d75d3aaaee4d8035a1543a3f35f8e365a", size = 69116, upload-time = "2025-07-03T19:28:00.973Z" },
|
|
753
756
|
]
|
|
754
757
|
|
|
755
758
|
[[package]]
|
|
756
759
|
name = "types-html5lib"
|
|
757
|
-
version = "1.1.11.
|
|
760
|
+
version = "1.1.11.20250708"
|
|
758
761
|
source = { registry = "https://pypi.org/simple" }
|
|
759
|
-
sdist = { url = "https://files.pythonhosted.org/packages/
|
|
762
|
+
sdist = { url = "https://files.pythonhosted.org/packages/d4/3b/1f5ba4358cfc1421cced5cdb9d2b08b4b99e4f9a41da88ce079f6d1a7bf1/types_html5lib-1.1.11.20250708.tar.gz", hash = "sha256:24321720fdbac71cee50d5a4bec9b7448495b7217974cffe3fcf1ede4eef7afe", size = 16799, upload-time = "2025-07-08T03:13:53.14Z" }
|
|
760
763
|
wheels = [
|
|
761
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
764
|
+
{ url = "https://files.pythonhosted.org/packages/a8/50/5fc23cf647eee23acdd337c8150861d39980cf11f33dd87f78e87d2a4bad/types_html5lib-1.1.11.20250708-py3-none-any.whl", hash = "sha256:bb898066b155de7081cb182179e2ded31b9e0e234605e2cb46536894e68a6954", size = 22913, upload-time = "2025-07-08T03:13:52.098Z" },
|
|
762
765
|
]
|
|
763
766
|
|
|
764
767
|
[[package]]
|
|
765
768
|
name = "types-requests"
|
|
766
|
-
version = "2.32.
|
|
769
|
+
version = "2.32.4.20250611"
|
|
767
770
|
source = { registry = "https://pypi.org/simple" }
|
|
768
771
|
dependencies = [
|
|
769
772
|
{ name = "urllib3" },
|
|
770
773
|
]
|
|
771
|
-
sdist = { url = "https://files.pythonhosted.org/packages/
|
|
774
|
+
sdist = { url = "https://files.pythonhosted.org/packages/6d/7f/73b3a04a53b0fd2a911d4ec517940ecd6600630b559e4505cc7b68beb5a0/types_requests-2.32.4.20250611.tar.gz", hash = "sha256:741c8777ed6425830bf51e54d6abe245f79b4dcb9019f1622b773463946bf826", size = 23118, upload-time = "2025-06-11T03:11:41.272Z" }
|
|
772
775
|
wheels = [
|
|
773
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
776
|
+
{ url = "https://files.pythonhosted.org/packages/3d/ea/0be9258c5a4fa1ba2300111aa5a0767ee6d18eb3fd20e91616c12082284d/types_requests-2.32.4.20250611-py3-none-any.whl", hash = "sha256:ad2fe5d3b0cb3c2c902c8815a70e7fb2302c4b8c1f77bdcd738192cdb3878072", size = 20643, upload-time = "2025-06-11T03:11:40.186Z" },
|
|
774
777
|
]
|
|
775
778
|
|
|
776
779
|
[[package]]
|
|
777
780
|
name = "types-s3transfer"
|
|
778
|
-
version = "0.
|
|
781
|
+
version = "0.13.0"
|
|
779
782
|
source = { registry = "https://pypi.org/simple" }
|
|
780
|
-
sdist = { url = "https://files.pythonhosted.org/packages/
|
|
783
|
+
sdist = { url = "https://files.pythonhosted.org/packages/42/c1/45038f259d6741c252801044e184fec4dbaeff939a58f6160d7c32bf4975/types_s3transfer-0.13.0.tar.gz", hash = "sha256:203dadcb9865c2f68fb44bc0440e1dc05b79197ba4a641c0976c26c9af75ef52", size = 14175, upload-time = "2025-05-28T02:16:07.614Z" }
|
|
781
784
|
wheels = [
|
|
782
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
785
|
+
{ url = "https://files.pythonhosted.org/packages/c8/5d/6bbe4bf6a79fb727945291aef88b5ecbdba857a603f1bbcf1a6be0d3f442/types_s3transfer-0.13.0-py3-none-any.whl", hash = "sha256:79c8375cbf48a64bff7654c02df1ec4b20d74f8c5672fc13e382f593ca5565b3", size = 19588, upload-time = "2025-05-28T02:16:06.709Z" },
|
|
783
786
|
]
|
|
784
787
|
|
|
785
788
|
[[package]]
|
|
786
789
|
name = "typing-extensions"
|
|
787
|
-
version = "4.
|
|
790
|
+
version = "4.14.1"
|
|
788
791
|
source = { registry = "https://pypi.org/simple" }
|
|
789
|
-
sdist = { url = "https://files.pythonhosted.org/packages/
|
|
792
|
+
sdist = { url = "https://files.pythonhosted.org/packages/98/5a/da40306b885cc8c09109dc2e1abd358d5684b1425678151cdaed4731c822/typing_extensions-4.14.1.tar.gz", hash = "sha256:38b39f4aeeab64884ce9f74c94263ef78f3c22467c8724005483154c26648d36", size = 107673, upload-time = "2025-07-04T13:28:34.16Z" }
|
|
790
793
|
wheels = [
|
|
791
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
794
|
+
{ url = "https://files.pythonhosted.org/packages/b5/00/d631e67a838026495268c2f6884f3711a15a9a2a96cd244fdaea53b823fb/typing_extensions-4.14.1-py3-none-any.whl", hash = "sha256:d1e1e3b58374dc93031d6eda2420a48ea44a36c2b4766a4fdeb3710755731d76", size = 43906, upload-time = "2025-07-04T13:28:32.743Z" },
|
|
792
795
|
]
|
|
793
796
|
|
|
794
797
|
[[package]]
|
|
795
798
|
name = "urllib3"
|
|
796
|
-
version = "2.
|
|
799
|
+
version = "2.5.0"
|
|
797
800
|
source = { registry = "https://pypi.org/simple" }
|
|
798
|
-
sdist = { url = "https://files.pythonhosted.org/packages/
|
|
801
|
+
sdist = { url = "https://files.pythonhosted.org/packages/15/22/9ee70a2574a4f4599c47dd506532914ce044817c7752a79b6a51286319bc/urllib3-2.5.0.tar.gz", hash = "sha256:3fc47733c7e419d4bc3f6b3dc2b4f890bb743906a30d56ba4a5bfa4bbff92760", size = 393185, upload-time = "2025-06-18T14:07:41.644Z" }
|
|
799
802
|
wheels = [
|
|
800
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
803
|
+
{ url = "https://files.pythonhosted.org/packages/a7/c2/fe1e52489ae3122415c51f387e221dd0773709bad6c6cdaa599e8a2c5185/urllib3-2.5.0-py3-none-any.whl", hash = "sha256:e6b01673c0fa6a13e374b50871808eb3bf7046c4b125b216f6bf1cc604cff0dc", size = 129795, upload-time = "2025-06-18T14:07:40.39Z" },
|
|
801
804
|
]
|
|
802
805
|
|
|
803
806
|
[[package]]
|
|
@@ -835,14 +838,14 @@ wheels = [
|
|
|
835
838
|
|
|
836
839
|
[[package]]
|
|
837
840
|
name = "zope-event"
|
|
838
|
-
version = "5.
|
|
841
|
+
version = "5.1"
|
|
839
842
|
source = { registry = "https://pypi.org/simple" }
|
|
840
843
|
dependencies = [
|
|
841
844
|
{ name = "setuptools" },
|
|
842
845
|
]
|
|
843
|
-
sdist = { url = "https://files.pythonhosted.org/packages/
|
|
846
|
+
sdist = { url = "https://files.pythonhosted.org/packages/8b/c7/31e6f40282a2c548602c177826df281177caf79efaa101dd14314fb4ee73/zope_event-5.1.tar.gz", hash = "sha256:a153660e0c228124655748e990396b9d8295d6e4f546fa1b34f3319e1c666e7f", size = 18632, upload-time = "2025-06-26T07:14:22.72Z" }
|
|
844
847
|
wheels = [
|
|
845
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
848
|
+
{ url = "https://files.pythonhosted.org/packages/00/ed/d8c3f56c1edb0ee9b51461dd08580382e9589850f769b69f0dedccff5215/zope_event-5.1-py3-none-any.whl", hash = "sha256:53de8f0e9f61dc0598141ac591f49b042b6d74784dab49971b9cc91d0f73a7df", size = 6905, upload-time = "2025-06-26T07:14:21.779Z" },
|
|
846
849
|
]
|
|
847
850
|
|
|
848
851
|
[[package]]
|
{locust_cloud-1.25.1.dev2 → locust_cloud-1.25.1.dev4}/.github/workflows/daily-alb-teardown.yml
RENAMED
|
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
|
{locust_cloud-1.25.1.dev2 → locust_cloud-1.25.1.dev4}/testdata/extra-package/example/__init__.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|