locust 2.31.9.dev42__tar.gz → 2.32.0__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.
- {locust-2.31.9.dev42 → locust-2.32.0}/PKG-INFO +4 -2
- {locust-2.31.9.dev42 → locust-2.32.0}/locust/_version.py +2 -2
- {locust-2.31.9.dev42 → locust-2.32.0}/locust/main.py +3 -0
- {locust-2.31.9.dev42 → locust-2.32.0}/poetry.lock +307 -284
- {locust-2.31.9.dev42 → locust-2.32.0}/pyproject.toml +6 -2
- {locust-2.31.9.dev42 → locust-2.32.0}/LICENSE +0 -0
- {locust-2.31.9.dev42 → locust-2.32.0}/README.md +0 -0
- {locust-2.31.9.dev42 → locust-2.32.0}/locust/__init__.py +0 -0
- {locust-2.31.9.dev42 → locust-2.32.0}/locust/__main__.py +0 -0
- {locust-2.31.9.dev42 → locust-2.32.0}/locust/argument_parser.py +0 -0
- {locust-2.31.9.dev42 → locust-2.32.0}/locust/clients.py +0 -0
- {locust-2.31.9.dev42 → locust-2.32.0}/locust/contrib/__init__.py +0 -0
- {locust-2.31.9.dev42 → locust-2.32.0}/locust/contrib/fasthttp.py +0 -0
- {locust-2.31.9.dev42 → locust-2.32.0}/locust/contrib/mongodb.py +0 -0
- {locust-2.31.9.dev42 → locust-2.32.0}/locust/contrib/postgres.py +0 -0
- {locust-2.31.9.dev42 → locust-2.32.0}/locust/debug.py +0 -0
- {locust-2.31.9.dev42 → locust-2.32.0}/locust/dispatch.py +0 -0
- {locust-2.31.9.dev42 → locust-2.32.0}/locust/env.py +0 -0
- {locust-2.31.9.dev42 → locust-2.32.0}/locust/event.py +0 -0
- {locust-2.31.9.dev42 → locust-2.32.0}/locust/exception.py +0 -0
- {locust-2.31.9.dev42 → locust-2.32.0}/locust/html.py +0 -0
- {locust-2.31.9.dev42 → locust-2.32.0}/locust/input_events.py +0 -0
- {locust-2.31.9.dev42 → locust-2.32.0}/locust/log.py +0 -0
- {locust-2.31.9.dev42 → locust-2.32.0}/locust/py.typed +0 -0
- {locust-2.31.9.dev42 → locust-2.32.0}/locust/rpc/__init__.py +0 -0
- {locust-2.31.9.dev42 → locust-2.32.0}/locust/rpc/protocol.py +0 -0
- {locust-2.31.9.dev42 → locust-2.32.0}/locust/rpc/zmqrpc.py +0 -0
- {locust-2.31.9.dev42 → locust-2.32.0}/locust/runners.py +0 -0
- {locust-2.31.9.dev42 → locust-2.32.0}/locust/shape.py +0 -0
- {locust-2.31.9.dev42 → locust-2.32.0}/locust/stats.py +0 -0
- {locust-2.31.9.dev42 → locust-2.32.0}/locust/user/__init__.py +0 -0
- {locust-2.31.9.dev42 → locust-2.32.0}/locust/user/inspectuser.py +0 -0
- {locust-2.31.9.dev42 → locust-2.32.0}/locust/user/sequential_taskset.py +0 -0
- {locust-2.31.9.dev42 → locust-2.32.0}/locust/user/task.py +0 -0
- {locust-2.31.9.dev42 → locust-2.32.0}/locust/user/users.py +0 -0
- {locust-2.31.9.dev42 → locust-2.32.0}/locust/user/wait_time.py +0 -0
- {locust-2.31.9.dev42 → locust-2.32.0}/locust/util/__init__.py +0 -0
- {locust-2.31.9.dev42 → locust-2.32.0}/locust/util/cache.py +0 -0
- {locust-2.31.9.dev42 → locust-2.32.0}/locust/util/date.py +0 -0
- {locust-2.31.9.dev42 → locust-2.32.0}/locust/util/deprecation.py +0 -0
- {locust-2.31.9.dev42 → locust-2.32.0}/locust/util/directory.py +0 -0
- {locust-2.31.9.dev42 → locust-2.32.0}/locust/util/exception_handler.py +0 -0
- {locust-2.31.9.dev42 → locust-2.32.0}/locust/util/load_locustfile.py +0 -0
- {locust-2.31.9.dev42 → locust-2.32.0}/locust/util/rounding.py +0 -0
- {locust-2.31.9.dev42 → locust-2.32.0}/locust/util/timespan.py +0 -0
- {locust-2.31.9.dev42 → locust-2.32.0}/locust/util/url.py +0 -0
- {locust-2.31.9.dev42 → locust-2.32.0}/locust/web.py +0 -0
- {locust-2.31.9.dev42 → locust-2.32.0}/locust/webui/dist/assets/favicon-dark.png +0 -0
- {locust-2.31.9.dev42 → locust-2.32.0}/locust/webui/dist/assets/favicon-light.png +0 -0
- {locust-2.31.9.dev42 → locust-2.32.0}/locust/webui/dist/assets/index-C35vpr6y.js +0 -0
- {locust-2.31.9.dev42 → locust-2.32.0}/locust/webui/dist/auth.html +0 -0
- {locust-2.31.9.dev42 → locust-2.32.0}/locust/webui/dist/index.html +0 -0
- {locust-2.31.9.dev42 → locust-2.32.0}/locust/webui/dist/report.html +0 -0
@@ -1,6 +1,6 @@
|
|
1
1
|
Metadata-Version: 2.1
|
2
2
|
Name: locust
|
3
|
-
Version: 2.
|
3
|
+
Version: 2.32.0
|
4
4
|
Summary: Developer-friendly load testing framework
|
5
5
|
Home-page: https://locust.io/
|
6
6
|
License: MIT
|
@@ -18,6 +18,7 @@ Classifier: Programming Language :: Python :: 3.9
|
|
18
18
|
Classifier: Programming Language :: Python :: 3.10
|
19
19
|
Classifier: Programming Language :: Python :: 3.11
|
20
20
|
Classifier: Programming Language :: Python :: 3.12
|
21
|
+
Classifier: Programming Language :: Python :: 3.13
|
21
22
|
Classifier: Topic :: Software Development :: Testing
|
22
23
|
Classifier: Topic :: Software Development :: Testing :: Traffic Generation
|
23
24
|
Classifier: Topic :: System :: Distributed Computing
|
@@ -26,7 +27,8 @@ Requires-Dist: Flask-Cors (>=3.0.10)
|
|
26
27
|
Requires-Dist: Flask-Login (>=0.6.3)
|
27
28
|
Requires-Dist: Werkzeug (>=2.0.0)
|
28
29
|
Requires-Dist: flask (>=2.0.0)
|
29
|
-
Requires-Dist: gevent (>=22.10.2)
|
30
|
+
Requires-Dist: gevent (>=22.10.2) ; python_full_version <= "3.12.0"
|
31
|
+
Requires-Dist: gevent (>=24.10.1) ; python_full_version > "3.13.0"
|
30
32
|
Requires-Dist: geventhttpclient (>=2.3.1)
|
31
33
|
Requires-Dist: msgpack (>=1.0.0)
|
32
34
|
Requires-Dist: psutil (>=5.9.1)
|
@@ -14,7 +14,7 @@ __version_tuple__: VERSION_TUPLE
|
|
14
14
|
version_tuple: VERSION_TUPLE
|
15
15
|
|
16
16
|
|
17
|
-
__version__ = "2.
|
17
|
+
__version__ = "2.32.0"
|
18
18
|
version = __version__
|
19
|
-
__version_tuple__ = (2,
|
19
|
+
__version_tuple__ = (2, 32, 0)
|
20
20
|
version_tuple = __version_tuple__
|
@@ -309,6 +309,9 @@ def main():
|
|
309
309
|
|
310
310
|
greenlet_exception_handler = greenlet_exception_logger(logger)
|
311
311
|
|
312
|
+
if sys.version_info < (3, 10):
|
313
|
+
logger.warning("Python 3.9 support is deprecated and will be removed soon")
|
314
|
+
|
312
315
|
if options.stop_timeout:
|
313
316
|
try:
|
314
317
|
options.stop_timeout = parse_timespan(options.stop_timeout)
|
@@ -268,101 +268,116 @@ files = [
|
|
268
268
|
|
269
269
|
[[package]]
|
270
270
|
name = "charset-normalizer"
|
271
|
-
version = "3.
|
271
|
+
version = "3.4.0"
|
272
272
|
description = "The Real First Universal Charset Detector. Open, modern and actively maintained alternative to Chardet."
|
273
273
|
optional = false
|
274
274
|
python-versions = ">=3.7.0"
|
275
275
|
files = [
|
276
|
-
{file = "
|
277
|
-
{file = "charset_normalizer-3.
|
278
|
-
{file = "charset_normalizer-3.
|
279
|
-
{file = "charset_normalizer-3.
|
280
|
-
{file = "charset_normalizer-3.
|
281
|
-
{file = "charset_normalizer-3.
|
282
|
-
{file = "charset_normalizer-3.
|
283
|
-
{file = "charset_normalizer-3.
|
284
|
-
{file = "charset_normalizer-3.
|
285
|
-
{file = "charset_normalizer-3.
|
286
|
-
{file = "charset_normalizer-3.
|
287
|
-
{file = "charset_normalizer-3.
|
288
|
-
{file = "charset_normalizer-3.
|
289
|
-
{file = "charset_normalizer-3.
|
290
|
-
{file = "charset_normalizer-3.
|
291
|
-
{file = "charset_normalizer-3.
|
292
|
-
{file = "charset_normalizer-3.
|
293
|
-
{file = "charset_normalizer-3.
|
294
|
-
{file = "charset_normalizer-3.
|
295
|
-
{file = "charset_normalizer-3.
|
296
|
-
{file = "charset_normalizer-3.
|
297
|
-
{file = "charset_normalizer-3.
|
298
|
-
{file = "charset_normalizer-3.
|
299
|
-
{file = "charset_normalizer-3.
|
300
|
-
{file = "charset_normalizer-3.
|
301
|
-
{file = "charset_normalizer-3.
|
302
|
-
{file = "charset_normalizer-3.
|
303
|
-
{file = "charset_normalizer-3.
|
304
|
-
{file = "charset_normalizer-3.
|
305
|
-
{file = "charset_normalizer-3.
|
306
|
-
{file = "charset_normalizer-3.
|
307
|
-
{file = "charset_normalizer-3.
|
308
|
-
{file = "charset_normalizer-3.
|
309
|
-
{file = "charset_normalizer-3.
|
310
|
-
{file = "charset_normalizer-3.
|
311
|
-
{file = "charset_normalizer-3.
|
312
|
-
{file = "charset_normalizer-3.
|
313
|
-
{file = "charset_normalizer-3.
|
314
|
-
{file = "charset_normalizer-3.
|
315
|
-
{file = "charset_normalizer-3.
|
316
|
-
{file = "charset_normalizer-3.
|
317
|
-
{file = "charset_normalizer-3.
|
318
|
-
{file = "charset_normalizer-3.
|
319
|
-
{file = "charset_normalizer-3.
|
320
|
-
{file = "charset_normalizer-3.
|
321
|
-
{file = "charset_normalizer-3.
|
322
|
-
{file = "charset_normalizer-3.
|
323
|
-
{file = "charset_normalizer-3.
|
324
|
-
{file = "charset_normalizer-3.
|
325
|
-
{file = "charset_normalizer-3.
|
326
|
-
{file = "charset_normalizer-3.
|
327
|
-
{file = "charset_normalizer-3.
|
328
|
-
{file = "charset_normalizer-3.
|
329
|
-
{file = "charset_normalizer-3.
|
330
|
-
{file = "charset_normalizer-3.
|
331
|
-
{file = "charset_normalizer-3.
|
332
|
-
{file = "charset_normalizer-3.
|
333
|
-
{file = "charset_normalizer-3.
|
334
|
-
{file = "charset_normalizer-3.
|
335
|
-
{file = "charset_normalizer-3.
|
336
|
-
{file = "charset_normalizer-3.
|
337
|
-
{file = "charset_normalizer-3.
|
338
|
-
{file = "charset_normalizer-3.
|
339
|
-
{file = "charset_normalizer-3.
|
340
|
-
{file = "charset_normalizer-3.
|
341
|
-
{file = "charset_normalizer-3.
|
342
|
-
{file = "charset_normalizer-3.
|
343
|
-
{file = "charset_normalizer-3.
|
344
|
-
{file = "charset_normalizer-3.
|
345
|
-
{file = "charset_normalizer-3.
|
346
|
-
{file = "charset_normalizer-3.
|
347
|
-
{file = "charset_normalizer-3.
|
348
|
-
{file = "charset_normalizer-3.
|
349
|
-
{file = "charset_normalizer-3.
|
350
|
-
{file = "charset_normalizer-3.
|
351
|
-
{file = "charset_normalizer-3.
|
352
|
-
{file = "charset_normalizer-3.
|
353
|
-
{file = "charset_normalizer-3.
|
354
|
-
{file = "charset_normalizer-3.
|
355
|
-
{file = "charset_normalizer-3.
|
356
|
-
{file = "charset_normalizer-3.
|
357
|
-
{file = "charset_normalizer-3.
|
358
|
-
{file = "charset_normalizer-3.
|
359
|
-
{file = "charset_normalizer-3.
|
360
|
-
{file = "charset_normalizer-3.
|
361
|
-
{file = "charset_normalizer-3.
|
362
|
-
{file = "charset_normalizer-3.
|
363
|
-
{file = "charset_normalizer-3.
|
364
|
-
{file = "charset_normalizer-3.
|
365
|
-
{file = "charset_normalizer-3.
|
276
|
+
{file = "charset_normalizer-3.4.0-cp310-cp310-macosx_10_9_universal2.whl", hash = "sha256:4f9fc98dad6c2eaa32fc3af1417d95b5e3d08aff968df0cd320066def971f9a6"},
|
277
|
+
{file = "charset_normalizer-3.4.0-cp310-cp310-macosx_10_9_x86_64.whl", hash = "sha256:0de7b687289d3c1b3e8660d0741874abe7888100efe14bd0f9fd7141bcbda92b"},
|
278
|
+
{file = "charset_normalizer-3.4.0-cp310-cp310-macosx_11_0_arm64.whl", hash = "sha256:5ed2e36c3e9b4f21dd9422f6893dec0abf2cca553af509b10cd630f878d3eb99"},
|
279
|
+
{file = "charset_normalizer-3.4.0-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:40d3ff7fc90b98c637bda91c89d51264a3dcf210cade3a2c6f838c7268d7a4ca"},
|
280
|
+
{file = "charset_normalizer-3.4.0-cp310-cp310-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl", hash = "sha256:1110e22af8ca26b90bd6364fe4c763329b0ebf1ee213ba32b68c73de5752323d"},
|
281
|
+
{file = "charset_normalizer-3.4.0-cp310-cp310-manylinux_2_17_s390x.manylinux2014_s390x.whl", hash = "sha256:86f4e8cca779080f66ff4f191a685ced73d2f72d50216f7112185dc02b90b9b7"},
|
282
|
+
{file = "charset_normalizer-3.4.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:7f683ddc7eedd742e2889d2bfb96d69573fde1d92fcb811979cdb7165bb9c7d3"},
|
283
|
+
{file = "charset_normalizer-3.4.0-cp310-cp310-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:27623ba66c183eca01bf9ff833875b459cad267aeeb044477fedac35e19ba907"},
|
284
|
+
{file = "charset_normalizer-3.4.0-cp310-cp310-musllinux_1_2_aarch64.whl", hash = "sha256:f606a1881d2663630ea5b8ce2efe2111740df4b687bd78b34a8131baa007f79b"},
|
285
|
+
{file = "charset_normalizer-3.4.0-cp310-cp310-musllinux_1_2_i686.whl", hash = "sha256:0b309d1747110feb25d7ed6b01afdec269c647d382c857ef4663bbe6ad95a912"},
|
286
|
+
{file = "charset_normalizer-3.4.0-cp310-cp310-musllinux_1_2_ppc64le.whl", hash = "sha256:136815f06a3ae311fae551c3df1f998a1ebd01ddd424aa5603a4336997629e95"},
|
287
|
+
{file = "charset_normalizer-3.4.0-cp310-cp310-musllinux_1_2_s390x.whl", hash = "sha256:14215b71a762336254351b00ec720a8e85cada43b987da5a042e4ce3e82bd68e"},
|
288
|
+
{file = "charset_normalizer-3.4.0-cp310-cp310-musllinux_1_2_x86_64.whl", hash = "sha256:79983512b108e4a164b9c8d34de3992f76d48cadc9554c9e60b43f308988aabe"},
|
289
|
+
{file = "charset_normalizer-3.4.0-cp310-cp310-win32.whl", hash = "sha256:c94057af19bc953643a33581844649a7fdab902624d2eb739738a30e2b3e60fc"},
|
290
|
+
{file = "charset_normalizer-3.4.0-cp310-cp310-win_amd64.whl", hash = "sha256:55f56e2ebd4e3bc50442fbc0888c9d8c94e4e06a933804e2af3e89e2f9c1c749"},
|
291
|
+
{file = "charset_normalizer-3.4.0-cp311-cp311-macosx_10_9_universal2.whl", hash = "sha256:0d99dd8ff461990f12d6e42c7347fd9ab2532fb70e9621ba520f9e8637161d7c"},
|
292
|
+
{file = "charset_normalizer-3.4.0-cp311-cp311-macosx_10_9_x86_64.whl", hash = "sha256:c57516e58fd17d03ebe67e181a4e4e2ccab1168f8c2976c6a334d4f819fe5944"},
|
293
|
+
{file = "charset_normalizer-3.4.0-cp311-cp311-macosx_11_0_arm64.whl", hash = "sha256:6dba5d19c4dfab08e58d5b36304b3f92f3bd5d42c1a3fa37b5ba5cdf6dfcbcee"},
|
294
|
+
{file = "charset_normalizer-3.4.0-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:bf4475b82be41b07cc5e5ff94810e6a01f276e37c2d55571e3fe175e467a1a1c"},
|
295
|
+
{file = "charset_normalizer-3.4.0-cp311-cp311-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl", hash = "sha256:ce031db0408e487fd2775d745ce30a7cd2923667cf3b69d48d219f1d8f5ddeb6"},
|
296
|
+
{file = "charset_normalizer-3.4.0-cp311-cp311-manylinux_2_17_s390x.manylinux2014_s390x.whl", hash = "sha256:8ff4e7cdfdb1ab5698e675ca622e72d58a6fa2a8aa58195de0c0061288e6e3ea"},
|
297
|
+
{file = "charset_normalizer-3.4.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:3710a9751938947e6327ea9f3ea6332a09bf0ba0c09cae9cb1f250bd1f1549bc"},
|
298
|
+
{file = "charset_normalizer-3.4.0-cp311-cp311-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:82357d85de703176b5587dbe6ade8ff67f9f69a41c0733cf2425378b49954de5"},
|
299
|
+
{file = "charset_normalizer-3.4.0-cp311-cp311-musllinux_1_2_aarch64.whl", hash = "sha256:47334db71978b23ebcf3c0f9f5ee98b8d65992b65c9c4f2d34c2eaf5bcaf0594"},
|
300
|
+
{file = "charset_normalizer-3.4.0-cp311-cp311-musllinux_1_2_i686.whl", hash = "sha256:8ce7fd6767a1cc5a92a639b391891bf1c268b03ec7e021c7d6d902285259685c"},
|
301
|
+
{file = "charset_normalizer-3.4.0-cp311-cp311-musllinux_1_2_ppc64le.whl", hash = "sha256:f1a2f519ae173b5b6a2c9d5fa3116ce16e48b3462c8b96dfdded11055e3d6365"},
|
302
|
+
{file = "charset_normalizer-3.4.0-cp311-cp311-musllinux_1_2_s390x.whl", hash = "sha256:63bc5c4ae26e4bc6be6469943b8253c0fd4e4186c43ad46e713ea61a0ba49129"},
|
303
|
+
{file = "charset_normalizer-3.4.0-cp311-cp311-musllinux_1_2_x86_64.whl", hash = "sha256:bcb4f8ea87d03bc51ad04add8ceaf9b0f085ac045ab4d74e73bbc2dc033f0236"},
|
304
|
+
{file = "charset_normalizer-3.4.0-cp311-cp311-win32.whl", hash = "sha256:9ae4ef0b3f6b41bad6366fb0ea4fc1d7ed051528e113a60fa2a65a9abb5b1d99"},
|
305
|
+
{file = "charset_normalizer-3.4.0-cp311-cp311-win_amd64.whl", hash = "sha256:cee4373f4d3ad28f1ab6290684d8e2ebdb9e7a1b74fdc39e4c211995f77bec27"},
|
306
|
+
{file = "charset_normalizer-3.4.0-cp312-cp312-macosx_10_13_universal2.whl", hash = "sha256:0713f3adb9d03d49d365b70b84775d0a0d18e4ab08d12bc46baa6132ba78aaf6"},
|
307
|
+
{file = "charset_normalizer-3.4.0-cp312-cp312-macosx_10_13_x86_64.whl", hash = "sha256:de7376c29d95d6719048c194a9cf1a1b0393fbe8488a22008610b0361d834ecf"},
|
308
|
+
{file = "charset_normalizer-3.4.0-cp312-cp312-macosx_11_0_arm64.whl", hash = "sha256:4a51b48f42d9358460b78725283f04bddaf44a9358197b889657deba38f329db"},
|
309
|
+
{file = "charset_normalizer-3.4.0-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:b295729485b06c1a0683af02a9e42d2caa9db04a373dc38a6a58cdd1e8abddf1"},
|
310
|
+
{file = "charset_normalizer-3.4.0-cp312-cp312-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl", hash = "sha256:ee803480535c44e7f5ad00788526da7d85525cfefaf8acf8ab9a310000be4b03"},
|
311
|
+
{file = "charset_normalizer-3.4.0-cp312-cp312-manylinux_2_17_s390x.manylinux2014_s390x.whl", hash = "sha256:3d59d125ffbd6d552765510e3f31ed75ebac2c7470c7274195b9161a32350284"},
|
312
|
+
{file = "charset_normalizer-3.4.0-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:8cda06946eac330cbe6598f77bb54e690b4ca93f593dee1568ad22b04f347c15"},
|
313
|
+
{file = "charset_normalizer-3.4.0-cp312-cp312-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:07afec21bbbbf8a5cc3651aa96b980afe2526e7f048fdfb7f1014d84acc8b6d8"},
|
314
|
+
{file = "charset_normalizer-3.4.0-cp312-cp312-musllinux_1_2_aarch64.whl", hash = "sha256:6b40e8d38afe634559e398cc32b1472f376a4099c75fe6299ae607e404c033b2"},
|
315
|
+
{file = "charset_normalizer-3.4.0-cp312-cp312-musllinux_1_2_i686.whl", hash = "sha256:b8dcd239c743aa2f9c22ce674a145e0a25cb1566c495928440a181ca1ccf6719"},
|
316
|
+
{file = "charset_normalizer-3.4.0-cp312-cp312-musllinux_1_2_ppc64le.whl", hash = "sha256:84450ba661fb96e9fd67629b93d2941c871ca86fc38d835d19d4225ff946a631"},
|
317
|
+
{file = "charset_normalizer-3.4.0-cp312-cp312-musllinux_1_2_s390x.whl", hash = "sha256:44aeb140295a2f0659e113b31cfe92c9061622cadbc9e2a2f7b8ef6b1e29ef4b"},
|
318
|
+
{file = "charset_normalizer-3.4.0-cp312-cp312-musllinux_1_2_x86_64.whl", hash = "sha256:1db4e7fefefd0f548d73e2e2e041f9df5c59e178b4c72fbac4cc6f535cfb1565"},
|
319
|
+
{file = "charset_normalizer-3.4.0-cp312-cp312-win32.whl", hash = "sha256:5726cf76c982532c1863fb64d8c6dd0e4c90b6ece9feb06c9f202417a31f7dd7"},
|
320
|
+
{file = "charset_normalizer-3.4.0-cp312-cp312-win_amd64.whl", hash = "sha256:b197e7094f232959f8f20541ead1d9862ac5ebea1d58e9849c1bf979255dfac9"},
|
321
|
+
{file = "charset_normalizer-3.4.0-cp313-cp313-macosx_10_13_universal2.whl", hash = "sha256:dd4eda173a9fcccb5f2e2bd2a9f423d180194b1bf17cf59e3269899235b2a114"},
|
322
|
+
{file = "charset_normalizer-3.4.0-cp313-cp313-macosx_10_13_x86_64.whl", hash = "sha256:e9e3c4c9e1ed40ea53acf11e2a386383c3304212c965773704e4603d589343ed"},
|
323
|
+
{file = "charset_normalizer-3.4.0-cp313-cp313-macosx_11_0_arm64.whl", hash = "sha256:92a7e36b000bf022ef3dbb9c46bfe2d52c047d5e3f3343f43204263c5addc250"},
|
324
|
+
{file = "charset_normalizer-3.4.0-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:54b6a92d009cbe2fb11054ba694bc9e284dad30a26757b1e372a1fdddaf21920"},
|
325
|
+
{file = "charset_normalizer-3.4.0-cp313-cp313-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl", hash = "sha256:1ffd9493de4c922f2a38c2bf62b831dcec90ac673ed1ca182fe11b4d8e9f2a64"},
|
326
|
+
{file = "charset_normalizer-3.4.0-cp313-cp313-manylinux_2_17_s390x.manylinux2014_s390x.whl", hash = "sha256:35c404d74c2926d0287fbd63ed5d27eb911eb9e4a3bb2c6d294f3cfd4a9e0c23"},
|
327
|
+
{file = "charset_normalizer-3.4.0-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:4796efc4faf6b53a18e3d46343535caed491776a22af773f366534056c4e1fbc"},
|
328
|
+
{file = "charset_normalizer-3.4.0-cp313-cp313-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:e7fdd52961feb4c96507aa649550ec2a0d527c086d284749b2f582f2d40a2e0d"},
|
329
|
+
{file = "charset_normalizer-3.4.0-cp313-cp313-musllinux_1_2_aarch64.whl", hash = "sha256:92db3c28b5b2a273346bebb24857fda45601aef6ae1c011c0a997106581e8a88"},
|
330
|
+
{file = "charset_normalizer-3.4.0-cp313-cp313-musllinux_1_2_i686.whl", hash = "sha256:ab973df98fc99ab39080bfb0eb3a925181454d7c3ac8a1e695fddfae696d9e90"},
|
331
|
+
{file = "charset_normalizer-3.4.0-cp313-cp313-musllinux_1_2_ppc64le.whl", hash = "sha256:4b67fdab07fdd3c10bb21edab3cbfe8cf5696f453afce75d815d9d7223fbe88b"},
|
332
|
+
{file = "charset_normalizer-3.4.0-cp313-cp313-musllinux_1_2_s390x.whl", hash = "sha256:aa41e526a5d4a9dfcfbab0716c7e8a1b215abd3f3df5a45cf18a12721d31cb5d"},
|
333
|
+
{file = "charset_normalizer-3.4.0-cp313-cp313-musllinux_1_2_x86_64.whl", hash = "sha256:ffc519621dce0c767e96b9c53f09c5d215578e10b02c285809f76509a3931482"},
|
334
|
+
{file = "charset_normalizer-3.4.0-cp313-cp313-win32.whl", hash = "sha256:f19c1585933c82098c2a520f8ec1227f20e339e33aca8fa6f956f6691b784e67"},
|
335
|
+
{file = "charset_normalizer-3.4.0-cp313-cp313-win_amd64.whl", hash = "sha256:707b82d19e65c9bd28b81dde95249b07bf9f5b90ebe1ef17d9b57473f8a64b7b"},
|
336
|
+
{file = "charset_normalizer-3.4.0-cp37-cp37m-macosx_10_9_x86_64.whl", hash = "sha256:dbe03226baf438ac4fda9e2d0715022fd579cb641c4cf639fa40d53b2fe6f3e2"},
|
337
|
+
{file = "charset_normalizer-3.4.0-cp37-cp37m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:dd9a8bd8900e65504a305bf8ae6fa9fbc66de94178c420791d0293702fce2df7"},
|
338
|
+
{file = "charset_normalizer-3.4.0-cp37-cp37m-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl", hash = "sha256:b8831399554b92b72af5932cdbbd4ddc55c55f631bb13ff8fe4e6536a06c5c51"},
|
339
|
+
{file = "charset_normalizer-3.4.0-cp37-cp37m-manylinux_2_17_s390x.manylinux2014_s390x.whl", hash = "sha256:a14969b8691f7998e74663b77b4c36c0337cb1df552da83d5c9004a93afdb574"},
|
340
|
+
{file = "charset_normalizer-3.4.0-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:dcaf7c1524c0542ee2fc82cc8ec337f7a9f7edee2532421ab200d2b920fc97cf"},
|
341
|
+
{file = "charset_normalizer-3.4.0-cp37-cp37m-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:425c5f215d0eecee9a56cdb703203dda90423247421bf0d67125add85d0c4455"},
|
342
|
+
{file = "charset_normalizer-3.4.0-cp37-cp37m-musllinux_1_2_aarch64.whl", hash = "sha256:d5b054862739d276e09928de37c79ddeec42a6e1bfc55863be96a36ba22926f6"},
|
343
|
+
{file = "charset_normalizer-3.4.0-cp37-cp37m-musllinux_1_2_i686.whl", hash = "sha256:f3e73a4255342d4eb26ef6df01e3962e73aa29baa3124a8e824c5d3364a65748"},
|
344
|
+
{file = "charset_normalizer-3.4.0-cp37-cp37m-musllinux_1_2_ppc64le.whl", hash = "sha256:2f6c34da58ea9c1a9515621f4d9ac379871a8f21168ba1b5e09d74250de5ad62"},
|
345
|
+
{file = "charset_normalizer-3.4.0-cp37-cp37m-musllinux_1_2_s390x.whl", hash = "sha256:f09cb5a7bbe1ecae6e87901a2eb23e0256bb524a79ccc53eb0b7629fbe7677c4"},
|
346
|
+
{file = "charset_normalizer-3.4.0-cp37-cp37m-musllinux_1_2_x86_64.whl", hash = "sha256:0099d79bdfcf5c1f0c2c72f91516702ebf8b0b8ddd8905f97a8aecf49712c621"},
|
347
|
+
{file = "charset_normalizer-3.4.0-cp37-cp37m-win32.whl", hash = "sha256:9c98230f5042f4945f957d006edccc2af1e03ed5e37ce7c373f00a5a4daa6149"},
|
348
|
+
{file = "charset_normalizer-3.4.0-cp37-cp37m-win_amd64.whl", hash = "sha256:62f60aebecfc7f4b82e3f639a7d1433a20ec32824db2199a11ad4f5e146ef5ee"},
|
349
|
+
{file = "charset_normalizer-3.4.0-cp38-cp38-macosx_10_9_universal2.whl", hash = "sha256:af73657b7a68211996527dbfeffbb0864e043d270580c5aef06dc4b659a4b578"},
|
350
|
+
{file = "charset_normalizer-3.4.0-cp38-cp38-macosx_10_9_x86_64.whl", hash = "sha256:cab5d0b79d987c67f3b9e9c53f54a61360422a5a0bc075f43cab5621d530c3b6"},
|
351
|
+
{file = "charset_normalizer-3.4.0-cp38-cp38-macosx_11_0_arm64.whl", hash = "sha256:9289fd5dddcf57bab41d044f1756550f9e7cf0c8e373b8cdf0ce8773dc4bd417"},
|
352
|
+
{file = "charset_normalizer-3.4.0-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:6b493a043635eb376e50eedf7818f2f322eabbaa974e948bd8bdd29eb7ef2a51"},
|
353
|
+
{file = "charset_normalizer-3.4.0-cp38-cp38-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl", hash = "sha256:9fa2566ca27d67c86569e8c85297aaf413ffab85a8960500f12ea34ff98e4c41"},
|
354
|
+
{file = "charset_normalizer-3.4.0-cp38-cp38-manylinux_2_17_s390x.manylinux2014_s390x.whl", hash = "sha256:a8e538f46104c815be19c975572d74afb53f29650ea2025bbfaef359d2de2f7f"},
|
355
|
+
{file = "charset_normalizer-3.4.0-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:6fd30dc99682dc2c603c2b315bded2799019cea829f8bf57dc6b61efde6611c8"},
|
356
|
+
{file = "charset_normalizer-3.4.0-cp38-cp38-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:2006769bd1640bdf4d5641c69a3d63b71b81445473cac5ded39740a226fa88ab"},
|
357
|
+
{file = "charset_normalizer-3.4.0-cp38-cp38-musllinux_1_2_aarch64.whl", hash = "sha256:dc15e99b2d8a656f8e666854404f1ba54765871104e50c8e9813af8a7db07f12"},
|
358
|
+
{file = "charset_normalizer-3.4.0-cp38-cp38-musllinux_1_2_i686.whl", hash = "sha256:ab2e5bef076f5a235c3774b4f4028a680432cded7cad37bba0fd90d64b187d19"},
|
359
|
+
{file = "charset_normalizer-3.4.0-cp38-cp38-musllinux_1_2_ppc64le.whl", hash = "sha256:4ec9dd88a5b71abfc74e9df5ebe7921c35cbb3b641181a531ca65cdb5e8e4dea"},
|
360
|
+
{file = "charset_normalizer-3.4.0-cp38-cp38-musllinux_1_2_s390x.whl", hash = "sha256:43193c5cda5d612f247172016c4bb71251c784d7a4d9314677186a838ad34858"},
|
361
|
+
{file = "charset_normalizer-3.4.0-cp38-cp38-musllinux_1_2_x86_64.whl", hash = "sha256:aa693779a8b50cd97570e5a0f343538a8dbd3e496fa5dcb87e29406ad0299654"},
|
362
|
+
{file = "charset_normalizer-3.4.0-cp38-cp38-win32.whl", hash = "sha256:7706f5850360ac01d80c89bcef1640683cc12ed87f42579dab6c5d3ed6888613"},
|
363
|
+
{file = "charset_normalizer-3.4.0-cp38-cp38-win_amd64.whl", hash = "sha256:c3e446d253bd88f6377260d07c895816ebf33ffffd56c1c792b13bff9c3e1ade"},
|
364
|
+
{file = "charset_normalizer-3.4.0-cp39-cp39-macosx_10_9_universal2.whl", hash = "sha256:980b4f289d1d90ca5efcf07958d3eb38ed9c0b7676bf2831a54d4f66f9c27dfa"},
|
365
|
+
{file = "charset_normalizer-3.4.0-cp39-cp39-macosx_10_9_x86_64.whl", hash = "sha256:f28f891ccd15c514a0981f3b9db9aa23d62fe1a99997512b0491d2ed323d229a"},
|
366
|
+
{file = "charset_normalizer-3.4.0-cp39-cp39-macosx_11_0_arm64.whl", hash = "sha256:a8aacce6e2e1edcb6ac625fb0f8c3a9570ccc7bfba1f63419b3769ccf6a00ed0"},
|
367
|
+
{file = "charset_normalizer-3.4.0-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:bd7af3717683bea4c87acd8c0d3d5b44d56120b26fd3f8a692bdd2d5260c620a"},
|
368
|
+
{file = "charset_normalizer-3.4.0-cp39-cp39-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl", hash = "sha256:5ff2ed8194587faf56555927b3aa10e6fb69d931e33953943bc4f837dfee2242"},
|
369
|
+
{file = "charset_normalizer-3.4.0-cp39-cp39-manylinux_2_17_s390x.manylinux2014_s390x.whl", hash = "sha256:e91f541a85298cf35433bf66f3fab2a4a2cff05c127eeca4af174f6d497f0d4b"},
|
370
|
+
{file = "charset_normalizer-3.4.0-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:309a7de0a0ff3040acaebb35ec45d18db4b28232f21998851cfa709eeff49d62"},
|
371
|
+
{file = "charset_normalizer-3.4.0-cp39-cp39-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:285e96d9d53422efc0d7a17c60e59f37fbf3dfa942073f666db4ac71e8d726d0"},
|
372
|
+
{file = "charset_normalizer-3.4.0-cp39-cp39-musllinux_1_2_aarch64.whl", hash = "sha256:5d447056e2ca60382d460a604b6302d8db69476fd2015c81e7c35417cfabe4cd"},
|
373
|
+
{file = "charset_normalizer-3.4.0-cp39-cp39-musllinux_1_2_i686.whl", hash = "sha256:20587d20f557fe189b7947d8e7ec5afa110ccf72a3128d61a2a387c3313f46be"},
|
374
|
+
{file = "charset_normalizer-3.4.0-cp39-cp39-musllinux_1_2_ppc64le.whl", hash = "sha256:130272c698667a982a5d0e626851ceff662565379baf0ff2cc58067b81d4f11d"},
|
375
|
+
{file = "charset_normalizer-3.4.0-cp39-cp39-musllinux_1_2_s390x.whl", hash = "sha256:ab22fbd9765e6954bc0bcff24c25ff71dcbfdb185fcdaca49e81bac68fe724d3"},
|
376
|
+
{file = "charset_normalizer-3.4.0-cp39-cp39-musllinux_1_2_x86_64.whl", hash = "sha256:7782afc9b6b42200f7362858f9e73b1f8316afb276d316336c0ec3bd73312742"},
|
377
|
+
{file = "charset_normalizer-3.4.0-cp39-cp39-win32.whl", hash = "sha256:2de62e8801ddfff069cd5c504ce3bc9672b23266597d4e4f50eda28846c322f2"},
|
378
|
+
{file = "charset_normalizer-3.4.0-cp39-cp39-win_amd64.whl", hash = "sha256:95c3c157765b031331dd4db3c775e58deaee050a3042fcad72cbc4189d7c8dca"},
|
379
|
+
{file = "charset_normalizer-3.4.0-py3-none-any.whl", hash = "sha256:fe9f97feb71aa9896b81973a7bbada8c49501dc73e58a10fcef6663af95e5079"},
|
380
|
+
{file = "charset_normalizer-3.4.0.tar.gz", hash = "sha256:223217c3d4f82c3ac5e29032b3f1c2eb0fb591b72161f86d93f5719079dae93e"},
|
366
381
|
]
|
367
382
|
|
368
383
|
[[package]]
|
@@ -478,13 +493,13 @@ files = [
|
|
478
493
|
|
479
494
|
[[package]]
|
480
495
|
name = "distlib"
|
481
|
-
version = "0.3.
|
496
|
+
version = "0.3.9"
|
482
497
|
description = "Distribution utilities"
|
483
498
|
optional = false
|
484
499
|
python-versions = "*"
|
485
500
|
files = [
|
486
|
-
{file = "distlib-0.3.
|
487
|
-
{file = "distlib-0.3.
|
501
|
+
{file = "distlib-0.3.9-py2.py3-none-any.whl", hash = "sha256:47f8c22fd27c27e25a65601af709b38e4f0a45ea4fc2e710f65755fa8caaaf87"},
|
502
|
+
{file = "distlib-0.3.9.tar.gz", hash = "sha256:a60f20dea646b8a33f3e7772f74dc0b2d0772d2837ee1342a00645c81edf9403"},
|
488
503
|
]
|
489
504
|
|
490
505
|
[[package]]
|
@@ -568,60 +583,54 @@ Werkzeug = ">=1.0.1"
|
|
568
583
|
|
569
584
|
[[package]]
|
570
585
|
name = "gevent"
|
571
|
-
version = "24.2
|
586
|
+
version = "24.10.2"
|
572
587
|
description = "Coroutine-based network library"
|
573
588
|
optional = false
|
574
|
-
python-versions = ">=3.
|
589
|
+
python-versions = ">=3.9"
|
575
590
|
files = [
|
576
|
-
{file = "gevent-24.2
|
577
|
-
{file = "gevent-24.2
|
578
|
-
{file = "gevent-24.2
|
579
|
-
{file = "gevent-24.2
|
580
|
-
{file = "gevent-24.2
|
581
|
-
{file = "gevent-24.2
|
582
|
-
{file = "gevent-24.2
|
583
|
-
{file = "gevent-24.2
|
584
|
-
{file = "gevent-24.2
|
585
|
-
{file = "gevent-24.2
|
586
|
-
{file = "gevent-24.2
|
587
|
-
{file = "gevent-24.2
|
588
|
-
{file = "gevent-24.2
|
589
|
-
{file = "gevent-24.2
|
590
|
-
{file = "gevent-24.2
|
591
|
-
{file = "gevent-24.2
|
592
|
-
{file = "gevent-24.2
|
593
|
-
{file = "gevent-24.2
|
594
|
-
{file = "gevent-24.2
|
595
|
-
{file = "gevent-24.2
|
596
|
-
{file = "gevent-24.2
|
597
|
-
{file = "gevent-24.2
|
598
|
-
{file = "gevent-24.2
|
599
|
-
{file = "gevent-24.2
|
600
|
-
{file = "gevent-24.2
|
601
|
-
{file = "gevent-24.2
|
602
|
-
{file = "gevent-24.2
|
603
|
-
{file = "gevent-24.2
|
604
|
-
{file = "gevent-24.2
|
605
|
-
{file = "gevent-24.2
|
606
|
-
{file = "gevent-24.2
|
607
|
-
{file = "gevent-24.2
|
608
|
-
{file = "gevent-24.2
|
609
|
-
{file = "gevent-24.2
|
610
|
-
{file = "gevent-24.2
|
611
|
-
{file = "gevent-24.2
|
612
|
-
{file = "gevent-24.2
|
613
|
-
{file = "gevent-24.2.
|
614
|
-
{file = "gevent-24.2.1-cp39-cp39-win_amd64.whl", hash = "sha256:3adfb96637f44010be8abd1b5e73b5070f851b817a0b182e601202f20fa06533"},
|
615
|
-
{file = "gevent-24.2.1-pp310-pypy310_pp73-macosx_11_0_universal2.whl", hash = "sha256:7b00f8c9065de3ad226f7979154a7b27f3b9151c8055c162332369262fc025d8"},
|
616
|
-
{file = "gevent-24.2.1.tar.gz", hash = "sha256:432fc76f680acf7cf188c2ee0f5d3ab73b63c1f03114c7cd8a34cebbe5aa2056"},
|
591
|
+
{file = "gevent-24.10.2-cp310-cp310-macosx_11_0_universal2.whl", hash = "sha256:562b66d8b061b9cfae1bc704b0cd5d2b255628d86c3639ddc16e4ffa3ebf6e7a"},
|
592
|
+
{file = "gevent-24.10.2-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:44dd79cfefea24f9bb630844a25047c3807e02722436e826ef2aed3d646190c1"},
|
593
|
+
{file = "gevent-24.10.2-cp310-cp310-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl", hash = "sha256:fa190663f964583c8dbbab06bc863966e6f7eceaac8aa67c3ac0fae0a0a73b80"},
|
594
|
+
{file = "gevent-24.10.2-cp310-cp310-manylinux_2_17_s390x.manylinux2014_s390x.whl", hash = "sha256:aabffb8b86fb95cb1ee5dffa315c9bd68fe20a7fe7260c0328679723b0257b7c"},
|
595
|
+
{file = "gevent-24.10.2-cp310-cp310-manylinux_2_28_x86_64.whl", hash = "sha256:a6a04df4732bb7fdf9969ddee9a16a829e7971692fefdcb5baca760976d23e04"},
|
596
|
+
{file = "gevent-24.10.2-cp310-cp310-musllinux_1_1_aarch64.whl", hash = "sha256:103097b39764a0a02f1a051225ea6b4c64a53dd37603424ca8a1e09be63a460b"},
|
597
|
+
{file = "gevent-24.10.2-cp310-cp310-musllinux_1_1_x86_64.whl", hash = "sha256:539af6b66c6b9faca2cdd903f0a7564c85053f1faf95e9a37702df578ac37085"},
|
598
|
+
{file = "gevent-24.10.2-cp310-cp310-win_amd64.whl", hash = "sha256:dd9c966e5fd8d7b0a54a130c5ad38ef581fd93ff4c44b6e73767519860da6ebe"},
|
599
|
+
{file = "gevent-24.10.2-cp311-cp311-macosx_11_0_universal2.whl", hash = "sha256:a72a7cb67764adafbac7ddeeffe539a738309068e2b2ac89cbd2f498383ce537"},
|
600
|
+
{file = "gevent-24.10.2-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:6b9da562d7d7707d5561ecf4a27a361fd9f4856f39b8491a0753c89d8f39674c"},
|
601
|
+
{file = "gevent-24.10.2-cp311-cp311-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl", hash = "sha256:4e3fbaf484ee68437f0ec589bdb1dd6f1dccc01fd6b72eac707e858b407521fa"},
|
602
|
+
{file = "gevent-24.10.2-cp311-cp311-manylinux_2_17_s390x.manylinux2014_s390x.whl", hash = "sha256:22bc6efb0f9fbb1c2e005ef1b94374568945c711bfb92f85916f66a819a5e6d0"},
|
603
|
+
{file = "gevent-24.10.2-cp311-cp311-manylinux_2_28_x86_64.whl", hash = "sha256:5d1db7bc758455e6f6406d66e8b276b80dda5645877392a100d1ed7dda6aa7ad"},
|
604
|
+
{file = "gevent-24.10.2-cp311-cp311-musllinux_1_1_aarch64.whl", hash = "sha256:bc181db59d53e407650ebf44e63ff429c7bc25f9c346edddce1bdff1af436617"},
|
605
|
+
{file = "gevent-24.10.2-cp311-cp311-musllinux_1_1_x86_64.whl", hash = "sha256:44174aa4dae4db158e6f11a4ea696f1991d43ccc1634aa0c189daf03a9ced5d7"},
|
606
|
+
{file = "gevent-24.10.2-cp311-cp311-win_amd64.whl", hash = "sha256:f57b7a02e83d6e4a205cace6dd63e16b61a641a1da9366d9ec4f2b849430700f"},
|
607
|
+
{file = "gevent-24.10.2-cp312-cp312-macosx_11_0_universal2.whl", hash = "sha256:ec800c25f09a7e031f2fbc3b17b4a4a0b54085c7532ac51b4c7ecef6d3ff8fc3"},
|
608
|
+
{file = "gevent-24.10.2-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:013150cc0f00f0a06dd898463ad9ebc43bd9c70c7fe35555c77d83fe6f758225"},
|
609
|
+
{file = "gevent-24.10.2-cp312-cp312-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl", hash = "sha256:4f0e6c49aac1c182be15a43d94e3b58c253d830c5b54dc93d6130e6987278611"},
|
610
|
+
{file = "gevent-24.10.2-cp312-cp312-manylinux_2_17_s390x.manylinux2014_s390x.whl", hash = "sha256:73b65ee9a73a35fb68d96899895162beef19d86c1bcbe6f8f92eb0bd18c1d891"},
|
611
|
+
{file = "gevent-24.10.2-cp312-cp312-manylinux_2_28_x86_64.whl", hash = "sha256:618c4869e8140fd955b4620b10bc5a92ef1d62ae20aef38c1af7d892ee1bd996"},
|
612
|
+
{file = "gevent-24.10.2-cp312-cp312-musllinux_1_1_aarch64.whl", hash = "sha256:377c02d0ddae3ebf843d6f453943602102bb186b09f1c78a2247e5dbf0e07b1c"},
|
613
|
+
{file = "gevent-24.10.2-cp312-cp312-musllinux_1_1_x86_64.whl", hash = "sha256:0814a5a7084e0bd357392e44e2a8bd72fc56fbdc3da0ff492ebb310c10fc95e6"},
|
614
|
+
{file = "gevent-24.10.2-cp312-cp312-win_amd64.whl", hash = "sha256:f0d6cfff74be4efcafecd374e094a8fed9e0d68efe90109d374ef5d8f18aa21a"},
|
615
|
+
{file = "gevent-24.10.2-cp313-cp313-macosx_11_0_universal2.whl", hash = "sha256:9f74faefea1acb398f057ed31ee9333e100bdae978b1e4c3b6a27d05df66e588"},
|
616
|
+
{file = "gevent-24.10.2-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:16bf432b274795b360d88b38cbffe0a6410450c94bfa172548bf1f512cf448c2"},
|
617
|
+
{file = "gevent-24.10.2-cp313-cp313-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl", hash = "sha256:7b5f10ac866d3432a829a3a4446489be1fa3648f3140f9373fe99440a2e05682"},
|
618
|
+
{file = "gevent-24.10.2-cp313-cp313-manylinux_2_17_s390x.manylinux2014_s390x.whl", hash = "sha256:90f9bc542f76efc56e5e76b420abaff42baf585db48a9fc0ac8edd6a16d9e60f"},
|
619
|
+
{file = "gevent-24.10.2-cp313-cp313-manylinux_2_28_x86_64.whl", hash = "sha256:975699ac5701d7ec1c633f2067deecea8711dc2a8683530aed260dd641274791"},
|
620
|
+
{file = "gevent-24.10.2-cp313-cp313-musllinux_1_1_aarch64.whl", hash = "sha256:5bb80c88f572a11156f258333c0e7b1f80d0746a03784600017901a2f1aa584a"},
|
621
|
+
{file = "gevent-24.10.2-cp313-cp313-musllinux_1_1_x86_64.whl", hash = "sha256:fa4cba4a8acbb71dd4215be8517879e4217c0746f7af2637330e7269694f53f2"},
|
622
|
+
{file = "gevent-24.10.2-cp313-cp313-win_amd64.whl", hash = "sha256:fd9b670da1b7160e660cbba7f52e206892b97f61d8ff1872ce99dfaa9b475420"},
|
623
|
+
{file = "gevent-24.10.2-cp39-cp39-manylinux_2_28_x86_64.whl", hash = "sha256:6a93f249a40bda8c42cbeefff9582b22bb1dd769da56b4cbb824038366c4202c"},
|
624
|
+
{file = "gevent-24.10.2-cp39-cp39-musllinux_1_1_x86_64.whl", hash = "sha256:a11db551555c58606ed3dfe359a9a502e44350ed3ecbd59cbe7b0093bd020418"},
|
625
|
+
{file = "gevent-24.10.2-cp39-cp39-win32.whl", hash = "sha256:81b4915081d148a31b64ad0314d2f609920b8ae6a24d9a7e4ddaab7c1fe998e7"},
|
626
|
+
{file = "gevent-24.10.2-cp39-cp39-win_amd64.whl", hash = "sha256:1a5012b7d047b16470063f0b8d003530e77362809f38cd7e601efb625c7ca71e"},
|
627
|
+
{file = "gevent-24.10.2-pp310-pypy310_pp73-macosx_11_0_universal2.whl", hash = "sha256:421cfeacae2555b11318c6ee11f34bc0a9517657068d8911c916d55a85362ce2"},
|
628
|
+
{file = "gevent-24.10.2.tar.gz", hash = "sha256:96e7bab9de56e0aca3858b8bc9c71f4eb0c0e12b7cf3cbfd170b62ce68cf71d7"},
|
617
629
|
]
|
618
630
|
|
619
631
|
[package.dependencies]
|
620
|
-
cffi = {version = ">=1.
|
621
|
-
greenlet =
|
622
|
-
{version = ">=2.0.0", markers = "platform_python_implementation == \"CPython\" and python_version < \"3.11\""},
|
623
|
-
{version = ">=3.0rc3", markers = "platform_python_implementation == \"CPython\" and python_version >= \"3.11\""},
|
624
|
-
]
|
632
|
+
cffi = {version = ">=1.17.1", markers = "platform_python_implementation == \"CPython\" and sys_platform == \"win32\""}
|
633
|
+
greenlet = {version = ">=3.1.1", markers = "platform_python_implementation == \"CPython\""}
|
625
634
|
"zope.event" = "*"
|
626
635
|
"zope.interface" = "*"
|
627
636
|
|
@@ -629,8 +638,8 @@ greenlet = [
|
|
629
638
|
dnspython = ["dnspython (>=1.16.0,<2.0)", "idna"]
|
630
639
|
docs = ["furo", "repoze.sphinx.autointerface", "sphinx", "sphinxcontrib-programoutput", "zope.schema"]
|
631
640
|
monitor = ["psutil (>=5.7.0)"]
|
632
|
-
recommended = ["cffi (>=1.
|
633
|
-
test = ["cffi (>=1.
|
641
|
+
recommended = ["cffi (>=1.17.1)", "dnspython (>=1.16.0,<2.0)", "idna", "psutil (>=5.7.0)"]
|
642
|
+
test = ["cffi (>=1.17.1)", "coverage (>=5.0)", "dnspython (>=1.16.0,<2.0)", "idna", "objgraph", "psutil (>=5.7.0)", "requests"]
|
634
643
|
|
635
644
|
[[package]]
|
636
645
|
name = "geventhttpclient"
|
@@ -912,21 +921,25 @@ test = ["portend", "pytest (>=6,!=8.1.*)", "pytest-checkdocs (>=2.4)", "pytest-c
|
|
912
921
|
|
913
922
|
[[package]]
|
914
923
|
name = "jaraco-functools"
|
915
|
-
version = "4.0
|
924
|
+
version = "4.1.0"
|
916
925
|
description = "Functools like those found in stdlib"
|
917
926
|
optional = false
|
918
927
|
python-versions = ">=3.8"
|
919
928
|
files = [
|
920
|
-
{file = "jaraco.functools-4.0
|
921
|
-
{file = "jaraco_functools-4.0.
|
929
|
+
{file = "jaraco.functools-4.1.0-py3-none-any.whl", hash = "sha256:ad159f13428bc4acbf5541ad6dec511f91573b90fba04df61dafa2a1231cf649"},
|
930
|
+
{file = "jaraco_functools-4.1.0.tar.gz", hash = "sha256:70f7e0e2ae076498e212562325e805204fc092d7b4c17e0e86c959e249701a9d"},
|
922
931
|
]
|
923
932
|
|
924
933
|
[package.dependencies]
|
925
934
|
more-itertools = "*"
|
926
935
|
|
927
936
|
[package.extras]
|
937
|
+
check = ["pytest-checkdocs (>=2.4)", "pytest-ruff (>=0.2.1)"]
|
938
|
+
cover = ["pytest-cov"]
|
928
939
|
doc = ["furo", "jaraco.packaging (>=9.3)", "jaraco.tidelift (>=1.4)", "rst.linker (>=1.9)", "sphinx (>=3.5)", "sphinx-lint"]
|
929
|
-
|
940
|
+
enabler = ["pytest-enabler (>=2.2)"]
|
941
|
+
test = ["jaraco.classes", "pytest (>=6,!=8.1.*)"]
|
942
|
+
type = ["pytest-mypy"]
|
930
943
|
|
931
944
|
[[package]]
|
932
945
|
name = "jeepney"
|
@@ -1169,71 +1182,72 @@ testing = ["coverage", "pytest", "pytest-cov", "pytest-regressions"]
|
|
1169
1182
|
|
1170
1183
|
[[package]]
|
1171
1184
|
name = "markupsafe"
|
1172
|
-
version = "
|
1185
|
+
version = "3.0.1"
|
1173
1186
|
description = "Safely add untrusted strings to HTML/XML markup."
|
1174
1187
|
optional = false
|
1175
|
-
python-versions = ">=3.
|
1188
|
+
python-versions = ">=3.9"
|
1176
1189
|
files = [
|
1177
|
-
{file = "MarkupSafe-
|
1178
|
-
{file = "MarkupSafe-
|
1179
|
-
{file = "MarkupSafe-
|
1180
|
-
{file = "MarkupSafe-
|
1181
|
-
{file = "MarkupSafe-
|
1182
|
-
{file = "MarkupSafe-
|
1183
|
-
{file = "MarkupSafe-
|
1184
|
-
{file = "MarkupSafe-
|
1185
|
-
{file = "MarkupSafe-
|
1186
|
-
{file = "MarkupSafe-
|
1187
|
-
{file = "MarkupSafe-
|
1188
|
-
{file = "MarkupSafe-
|
1189
|
-
{file = "MarkupSafe-
|
1190
|
-
{file = "MarkupSafe-
|
1191
|
-
{file = "MarkupSafe-
|
1192
|
-
{file = "MarkupSafe-
|
1193
|
-
{file = "MarkupSafe-
|
1194
|
-
{file = "MarkupSafe-
|
1195
|
-
{file = "MarkupSafe-
|
1196
|
-
{file = "MarkupSafe-
|
1197
|
-
{file = "MarkupSafe-
|
1198
|
-
{file = "MarkupSafe-
|
1199
|
-
{file = "MarkupSafe-
|
1200
|
-
{file = "MarkupSafe-
|
1201
|
-
{file = "MarkupSafe-
|
1202
|
-
{file = "MarkupSafe-
|
1203
|
-
{file = "MarkupSafe-
|
1204
|
-
{file = "MarkupSafe-
|
1205
|
-
{file = "MarkupSafe-
|
1206
|
-
{file = "MarkupSafe-
|
1207
|
-
{file = "MarkupSafe-
|
1208
|
-
{file = "MarkupSafe-
|
1209
|
-
{file = "MarkupSafe-
|
1210
|
-
{file = "MarkupSafe-
|
1211
|
-
{file = "MarkupSafe-
|
1212
|
-
{file = "MarkupSafe-
|
1213
|
-
{file = "MarkupSafe-
|
1214
|
-
{file = "MarkupSafe-
|
1215
|
-
{file = "MarkupSafe-
|
1216
|
-
{file = "MarkupSafe-
|
1217
|
-
{file = "MarkupSafe-
|
1218
|
-
{file = "MarkupSafe-
|
1219
|
-
{file = "MarkupSafe-
|
1220
|
-
{file = "MarkupSafe-
|
1221
|
-
{file = "MarkupSafe-
|
1222
|
-
{file = "MarkupSafe-
|
1223
|
-
{file = "MarkupSafe-
|
1224
|
-
{file = "MarkupSafe-
|
1225
|
-
{file = "MarkupSafe-
|
1226
|
-
{file = "MarkupSafe-
|
1227
|
-
{file = "MarkupSafe-
|
1228
|
-
{file = "MarkupSafe-
|
1229
|
-
{file = "MarkupSafe-
|
1230
|
-
{file = "MarkupSafe-
|
1231
|
-
{file = "MarkupSafe-
|
1232
|
-
{file = "MarkupSafe-
|
1233
|
-
{file = "MarkupSafe-
|
1234
|
-
{file = "MarkupSafe-
|
1235
|
-
{file = "MarkupSafe-
|
1236
|
-
{file = "MarkupSafe-
|
1190
|
+
{file = "MarkupSafe-3.0.1-cp310-cp310-macosx_10_9_universal2.whl", hash = "sha256:db842712984e91707437461930e6011e60b39136c7331e971952bb30465bc1a1"},
|
1191
|
+
{file = "MarkupSafe-3.0.1-cp310-cp310-macosx_11_0_arm64.whl", hash = "sha256:3ffb4a8e7d46ed96ae48805746755fadd0909fea2306f93d5d8233ba23dda12a"},
|
1192
|
+
{file = "MarkupSafe-3.0.1-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:67c519635a4f64e495c50e3107d9b4075aec33634272b5db1cde839e07367589"},
|
1193
|
+
{file = "MarkupSafe-3.0.1-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:48488d999ed50ba8d38c581d67e496f955821dc183883550a6fbc7f1aefdc170"},
|
1194
|
+
{file = "MarkupSafe-3.0.1-cp310-cp310-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:f31ae06f1328595d762c9a2bf29dafd8621c7d3adc130cbb46278079758779ca"},
|
1195
|
+
{file = "MarkupSafe-3.0.1-cp310-cp310-musllinux_1_2_aarch64.whl", hash = "sha256:80fcbf3add8790caddfab6764bde258b5d09aefbe9169c183f88a7410f0f6dea"},
|
1196
|
+
{file = "MarkupSafe-3.0.1-cp310-cp310-musllinux_1_2_i686.whl", hash = "sha256:3341c043c37d78cc5ae6e3e305e988532b072329639007fd408a476642a89fd6"},
|
1197
|
+
{file = "MarkupSafe-3.0.1-cp310-cp310-musllinux_1_2_x86_64.whl", hash = "sha256:cb53e2a99df28eee3b5f4fea166020d3ef9116fdc5764bc5117486e6d1211b25"},
|
1198
|
+
{file = "MarkupSafe-3.0.1-cp310-cp310-win32.whl", hash = "sha256:db15ce28e1e127a0013dfb8ac243a8e392db8c61eae113337536edb28bdc1f97"},
|
1199
|
+
{file = "MarkupSafe-3.0.1-cp310-cp310-win_amd64.whl", hash = "sha256:4ffaaac913c3f7345579db4f33b0020db693f302ca5137f106060316761beea9"},
|
1200
|
+
{file = "MarkupSafe-3.0.1-cp311-cp311-macosx_10_9_universal2.whl", hash = "sha256:26627785a54a947f6d7336ce5963569b5d75614619e75193bdb4e06e21d447ad"},
|
1201
|
+
{file = "MarkupSafe-3.0.1-cp311-cp311-macosx_11_0_arm64.whl", hash = "sha256:b954093679d5750495725ea6f88409946d69cfb25ea7b4c846eef5044194f583"},
|
1202
|
+
{file = "MarkupSafe-3.0.1-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:973a371a55ce9ed333a3a0f8e0bcfae9e0d637711534bcb11e130af2ab9334e7"},
|
1203
|
+
{file = "MarkupSafe-3.0.1-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:244dbe463d5fb6d7ce161301a03a6fe744dac9072328ba9fc82289238582697b"},
|
1204
|
+
{file = "MarkupSafe-3.0.1-cp311-cp311-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:d98e66a24497637dd31ccab090b34392dddb1f2f811c4b4cd80c230205c074a3"},
|
1205
|
+
{file = "MarkupSafe-3.0.1-cp311-cp311-musllinux_1_2_aarch64.whl", hash = "sha256:ad91738f14eb8da0ff82f2acd0098b6257621410dcbd4df20aaa5b4233d75a50"},
|
1206
|
+
{file = "MarkupSafe-3.0.1-cp311-cp311-musllinux_1_2_i686.whl", hash = "sha256:7044312a928a66a4c2a22644147bc61a199c1709712069a344a3fb5cfcf16915"},
|
1207
|
+
{file = "MarkupSafe-3.0.1-cp311-cp311-musllinux_1_2_x86_64.whl", hash = "sha256:a4792d3b3a6dfafefdf8e937f14906a51bd27025a36f4b188728a73382231d91"},
|
1208
|
+
{file = "MarkupSafe-3.0.1-cp311-cp311-win32.whl", hash = "sha256:fa7d686ed9883f3d664d39d5a8e74d3c5f63e603c2e3ff0abcba23eac6542635"},
|
1209
|
+
{file = "MarkupSafe-3.0.1-cp311-cp311-win_amd64.whl", hash = "sha256:9ba25a71ebf05b9bb0e2ae99f8bc08a07ee8e98c612175087112656ca0f5c8bf"},
|
1210
|
+
{file = "MarkupSafe-3.0.1-cp312-cp312-macosx_10_13_universal2.whl", hash = "sha256:8ae369e84466aa70f3154ee23c1451fda10a8ee1b63923ce76667e3077f2b0c4"},
|
1211
|
+
{file = "MarkupSafe-3.0.1-cp312-cp312-macosx_11_0_arm64.whl", hash = "sha256:40f1e10d51c92859765522cbd79c5c8989f40f0419614bcdc5015e7b6bf97fc5"},
|
1212
|
+
{file = "MarkupSafe-3.0.1-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:5a4cb365cb49b750bdb60b846b0c0bc49ed62e59a76635095a179d440540c346"},
|
1213
|
+
{file = "MarkupSafe-3.0.1-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:ee3941769bd2522fe39222206f6dd97ae83c442a94c90f2b7a25d847d40f4729"},
|
1214
|
+
{file = "MarkupSafe-3.0.1-cp312-cp312-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:62fada2c942702ef8952754abfc1a9f7658a4d5460fabe95ac7ec2cbe0d02abc"},
|
1215
|
+
{file = "MarkupSafe-3.0.1-cp312-cp312-musllinux_1_2_aarch64.whl", hash = "sha256:4c2d64fdba74ad16138300815cfdc6ab2f4647e23ced81f59e940d7d4a1469d9"},
|
1216
|
+
{file = "MarkupSafe-3.0.1-cp312-cp312-musllinux_1_2_i686.whl", hash = "sha256:fb532dd9900381d2e8f48172ddc5a59db4c445a11b9fab40b3b786da40d3b56b"},
|
1217
|
+
{file = "MarkupSafe-3.0.1-cp312-cp312-musllinux_1_2_x86_64.whl", hash = "sha256:0f84af7e813784feb4d5e4ff7db633aba6c8ca64a833f61d8e4eade234ef0c38"},
|
1218
|
+
{file = "MarkupSafe-3.0.1-cp312-cp312-win32.whl", hash = "sha256:cbf445eb5628981a80f54087f9acdbf84f9b7d862756110d172993b9a5ae81aa"},
|
1219
|
+
{file = "MarkupSafe-3.0.1-cp312-cp312-win_amd64.whl", hash = "sha256:a10860e00ded1dd0a65b83e717af28845bb7bd16d8ace40fe5531491de76b79f"},
|
1220
|
+
{file = "MarkupSafe-3.0.1-cp313-cp313-macosx_10_13_universal2.whl", hash = "sha256:e81c52638315ff4ac1b533d427f50bc0afc746deb949210bc85f05d4f15fd772"},
|
1221
|
+
{file = "MarkupSafe-3.0.1-cp313-cp313-macosx_11_0_arm64.whl", hash = "sha256:312387403cd40699ab91d50735ea7a507b788091c416dd007eac54434aee51da"},
|
1222
|
+
{file = "MarkupSafe-3.0.1-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:2ae99f31f47d849758a687102afdd05bd3d3ff7dbab0a8f1587981b58a76152a"},
|
1223
|
+
{file = "MarkupSafe-3.0.1-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:c97ff7fedf56d86bae92fa0a646ce1a0ec7509a7578e1ed238731ba13aabcd1c"},
|
1224
|
+
{file = "MarkupSafe-3.0.1-cp313-cp313-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:a7420ceda262dbb4b8d839a4ec63d61c261e4e77677ed7c66c99f4e7cb5030dd"},
|
1225
|
+
{file = "MarkupSafe-3.0.1-cp313-cp313-musllinux_1_2_aarch64.whl", hash = "sha256:45d42d132cff577c92bfba536aefcfea7e26efb975bd455db4e6602f5c9f45e7"},
|
1226
|
+
{file = "MarkupSafe-3.0.1-cp313-cp313-musllinux_1_2_i686.whl", hash = "sha256:4c8817557d0de9349109acb38b9dd570b03cc5014e8aabf1cbddc6e81005becd"},
|
1227
|
+
{file = "MarkupSafe-3.0.1-cp313-cp313-musllinux_1_2_x86_64.whl", hash = "sha256:6a54c43d3ec4cf2a39f4387ad044221c66a376e58c0d0e971d47c475ba79c6b5"},
|
1228
|
+
{file = "MarkupSafe-3.0.1-cp313-cp313-win32.whl", hash = "sha256:c91b394f7601438ff79a4b93d16be92f216adb57d813a78be4446fe0f6bc2d8c"},
|
1229
|
+
{file = "MarkupSafe-3.0.1-cp313-cp313-win_amd64.whl", hash = "sha256:fe32482b37b4b00c7a52a07211b479653b7fe4f22b2e481b9a9b099d8a430f2f"},
|
1230
|
+
{file = "MarkupSafe-3.0.1-cp313-cp313t-macosx_10_13_universal2.whl", hash = "sha256:17b2aea42a7280db02ac644db1d634ad47dcc96faf38ab304fe26ba2680d359a"},
|
1231
|
+
{file = "MarkupSafe-3.0.1-cp313-cp313t-macosx_11_0_arm64.whl", hash = "sha256:852dc840f6d7c985603e60b5deaae1d89c56cb038b577f6b5b8c808c97580f1d"},
|
1232
|
+
{file = "MarkupSafe-3.0.1-cp313-cp313t-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:0778de17cff1acaeccc3ff30cd99a3fd5c50fc58ad3d6c0e0c4c58092b859396"},
|
1233
|
+
{file = "MarkupSafe-3.0.1-cp313-cp313t-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:800100d45176652ded796134277ecb13640c1a537cad3b8b53da45aa96330453"},
|
1234
|
+
{file = "MarkupSafe-3.0.1-cp313-cp313t-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:d06b24c686a34c86c8c1fba923181eae6b10565e4d80bdd7bc1c8e2f11247aa4"},
|
1235
|
+
{file = "MarkupSafe-3.0.1-cp313-cp313t-musllinux_1_2_aarch64.whl", hash = "sha256:33d1c36b90e570ba7785dacd1faaf091203d9942bc036118fab8110a401eb1a8"},
|
1236
|
+
{file = "MarkupSafe-3.0.1-cp313-cp313t-musllinux_1_2_i686.whl", hash = "sha256:beeebf760a9c1f4c07ef6a53465e8cfa776ea6a2021eda0d0417ec41043fe984"},
|
1237
|
+
{file = "MarkupSafe-3.0.1-cp313-cp313t-musllinux_1_2_x86_64.whl", hash = "sha256:bbde71a705f8e9e4c3e9e33db69341d040c827c7afa6789b14c6e16776074f5a"},
|
1238
|
+
{file = "MarkupSafe-3.0.1-cp313-cp313t-win32.whl", hash = "sha256:82b5dba6eb1bcc29cc305a18a3c5365d2af06ee71b123216416f7e20d2a84e5b"},
|
1239
|
+
{file = "MarkupSafe-3.0.1-cp313-cp313t-win_amd64.whl", hash = "sha256:730d86af59e0e43ce277bb83970530dd223bf7f2a838e086b50affa6ec5f9295"},
|
1240
|
+
{file = "MarkupSafe-3.0.1-cp39-cp39-macosx_10_9_universal2.whl", hash = "sha256:4935dd7883f1d50e2ffecca0aa33dc1946a94c8f3fdafb8df5c330e48f71b132"},
|
1241
|
+
{file = "MarkupSafe-3.0.1-cp39-cp39-macosx_11_0_arm64.whl", hash = "sha256:e9393357f19954248b00bed7c56f29a25c930593a77630c719653d51e7669c2a"},
|
1242
|
+
{file = "MarkupSafe-3.0.1-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:40621d60d0e58aa573b68ac5e2d6b20d44392878e0bfc159012a5787c4e35bc8"},
|
1243
|
+
{file = "MarkupSafe-3.0.1-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:f94190df587738280d544971500b9cafc9b950d32efcb1fba9ac10d84e6aa4e6"},
|
1244
|
+
{file = "MarkupSafe-3.0.1-cp39-cp39-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:b6a387d61fe41cdf7ea95b38e9af11cfb1a63499af2759444b99185c4ab33f5b"},
|
1245
|
+
{file = "MarkupSafe-3.0.1-cp39-cp39-musllinux_1_2_aarch64.whl", hash = "sha256:8ad4ad1429cd4f315f32ef263c1342166695fad76c100c5d979c45d5570ed58b"},
|
1246
|
+
{file = "MarkupSafe-3.0.1-cp39-cp39-musllinux_1_2_i686.whl", hash = "sha256:e24bfe89c6ac4c31792793ad9f861b8f6dc4546ac6dc8f1c9083c7c4f2b335cd"},
|
1247
|
+
{file = "MarkupSafe-3.0.1-cp39-cp39-musllinux_1_2_x86_64.whl", hash = "sha256:2a4b34a8d14649315c4bc26bbfa352663eb51d146e35eef231dd739d54a5430a"},
|
1248
|
+
{file = "MarkupSafe-3.0.1-cp39-cp39-win32.whl", hash = "sha256:242d6860f1fd9191aef5fae22b51c5c19767f93fb9ead4d21924e0bcb17619d8"},
|
1249
|
+
{file = "MarkupSafe-3.0.1-cp39-cp39-win_amd64.whl", hash = "sha256:93e8248d650e7e9d49e8251f883eed60ecbc0e8ffd6349e18550925e31bd029b"},
|
1250
|
+
{file = "markupsafe-3.0.1.tar.gz", hash = "sha256:3e683ee4f5d0fa2dde4db77ed8dd8a876686e3fc417655c2ece9a90576905344"},
|
1237
1251
|
]
|
1238
1252
|
|
1239
1253
|
[[package]]
|
@@ -1619,25 +1633,29 @@ test = ["pytest", "pytest-cov", "requests", "webob", "webtest"]
|
|
1619
1633
|
|
1620
1634
|
[[package]]
|
1621
1635
|
name = "pywin32"
|
1622
|
-
version = "
|
1636
|
+
version = "308"
|
1623
1637
|
description = "Python for Window Extensions"
|
1624
1638
|
optional = false
|
1625
1639
|
python-versions = "*"
|
1626
1640
|
files = [
|
1627
|
-
{file = "pywin32-
|
1628
|
-
{file = "pywin32-
|
1629
|
-
{file = "pywin32-
|
1630
|
-
{file = "pywin32-
|
1631
|
-
{file = "pywin32-
|
1632
|
-
{file = "pywin32-
|
1633
|
-
{file = "pywin32-
|
1634
|
-
{file = "pywin32-
|
1635
|
-
{file = "pywin32-
|
1636
|
-
{file = "pywin32-
|
1637
|
-
{file = "pywin32-
|
1638
|
-
{file = "pywin32-
|
1639
|
-
{file = "pywin32-
|
1640
|
-
{file = "pywin32-
|
1641
|
+
{file = "pywin32-308-cp310-cp310-win32.whl", hash = "sha256:796ff4426437896550d2981b9c2ac0ffd75238ad9ea2d3bfa67a1abd546d262e"},
|
1642
|
+
{file = "pywin32-308-cp310-cp310-win_amd64.whl", hash = "sha256:4fc888c59b3c0bef905ce7eb7e2106a07712015ea1c8234b703a088d46110e8e"},
|
1643
|
+
{file = "pywin32-308-cp310-cp310-win_arm64.whl", hash = "sha256:a5ab5381813b40f264fa3495b98af850098f814a25a63589a8e9eb12560f450c"},
|
1644
|
+
{file = "pywin32-308-cp311-cp311-win32.whl", hash = "sha256:5d8c8015b24a7d6855b1550d8e660d8daa09983c80e5daf89a273e5c6fb5095a"},
|
1645
|
+
{file = "pywin32-308-cp311-cp311-win_amd64.whl", hash = "sha256:575621b90f0dc2695fec346b2d6302faebd4f0f45c05ea29404cefe35d89442b"},
|
1646
|
+
{file = "pywin32-308-cp311-cp311-win_arm64.whl", hash = "sha256:100a5442b7332070983c4cd03f2e906a5648a5104b8a7f50175f7906efd16bb6"},
|
1647
|
+
{file = "pywin32-308-cp312-cp312-win32.whl", hash = "sha256:587f3e19696f4bf96fde9d8a57cec74a57021ad5f204c9e627e15c33ff568897"},
|
1648
|
+
{file = "pywin32-308-cp312-cp312-win_amd64.whl", hash = "sha256:00b3e11ef09ede56c6a43c71f2d31857cf7c54b0ab6e78ac659497abd2834f47"},
|
1649
|
+
{file = "pywin32-308-cp312-cp312-win_arm64.whl", hash = "sha256:9b4de86c8d909aed15b7011182c8cab38c8850de36e6afb1f0db22b8959e3091"},
|
1650
|
+
{file = "pywin32-308-cp313-cp313-win32.whl", hash = "sha256:1c44539a37a5b7b21d02ab34e6a4d314e0788f1690d65b48e9b0b89f31abbbed"},
|
1651
|
+
{file = "pywin32-308-cp313-cp313-win_amd64.whl", hash = "sha256:fd380990e792eaf6827fcb7e187b2b4b1cede0585e3d0c9e84201ec27b9905e4"},
|
1652
|
+
{file = "pywin32-308-cp313-cp313-win_arm64.whl", hash = "sha256:ef313c46d4c18dfb82a2431e3051ac8f112ccee1a34f29c263c583c568db63cd"},
|
1653
|
+
{file = "pywin32-308-cp37-cp37m-win32.whl", hash = "sha256:1f696ab352a2ddd63bd07430080dd598e6369152ea13a25ebcdd2f503a38f1ff"},
|
1654
|
+
{file = "pywin32-308-cp37-cp37m-win_amd64.whl", hash = "sha256:13dcb914ed4347019fbec6697a01a0aec61019c1046c2b905410d197856326a6"},
|
1655
|
+
{file = "pywin32-308-cp38-cp38-win32.whl", hash = "sha256:5794e764ebcabf4ff08c555b31bd348c9025929371763b2183172ff4708152f0"},
|
1656
|
+
{file = "pywin32-308-cp38-cp38-win_amd64.whl", hash = "sha256:3b92622e29d651c6b783e368ba7d6722b1634b8e70bd376fd7610fe1992e19de"},
|
1657
|
+
{file = "pywin32-308-cp39-cp39-win32.whl", hash = "sha256:7873ca4dc60ab3287919881a7d4f88baee4a6e639aa6962de25a98ba6b193341"},
|
1658
|
+
{file = "pywin32-308-cp39-cp39-win_amd64.whl", hash = "sha256:71b3322d949b4cc20776436a9c9ba0eeedcbc9c650daa536df63f0ff111bb920"},
|
1641
1659
|
]
|
1642
1660
|
|
1643
1661
|
[[package]]
|
@@ -1930,18 +1948,19 @@ idna2008 = ["idna"]
|
|
1930
1948
|
|
1931
1949
|
[[package]]
|
1932
1950
|
name = "rich"
|
1933
|
-
version = "13.
|
1951
|
+
version = "13.9.2"
|
1934
1952
|
description = "Render rich text, tables, progress bars, syntax highlighting, markdown and more to the terminal"
|
1935
1953
|
optional = false
|
1936
|
-
python-versions = ">=3.
|
1954
|
+
python-versions = ">=3.8.0"
|
1937
1955
|
files = [
|
1938
|
-
{file = "rich-13.
|
1939
|
-
{file = "rich-13.
|
1956
|
+
{file = "rich-13.9.2-py3-none-any.whl", hash = "sha256:8c82a3d3f8dcfe9e734771313e606b39d8247bb6b826e196f4914b333b743cf1"},
|
1957
|
+
{file = "rich-13.9.2.tar.gz", hash = "sha256:51a2c62057461aaf7152b4d611168f93a9fc73068f8ded2790f29fe2b5366d0c"},
|
1940
1958
|
]
|
1941
1959
|
|
1942
1960
|
[package.dependencies]
|
1943
1961
|
markdown-it-py = ">=2.2.0"
|
1944
1962
|
pygments = ">=2.13.0,<3.0.0"
|
1963
|
+
typing-extensions = {version = ">=4.0.0,<5.0", markers = "python_version < \"3.11\""}
|
1945
1964
|
|
1946
1965
|
[package.extras]
|
1947
1966
|
jupyter = ["ipywidgets (>=7.5.1,<9)"]
|
@@ -2212,41 +2231,42 @@ test = ["pytest"]
|
|
2212
2231
|
|
2213
2232
|
[[package]]
|
2214
2233
|
name = "tomli"
|
2215
|
-
version = "2.0.
|
2234
|
+
version = "2.0.2"
|
2216
2235
|
description = "A lil' TOML parser"
|
2217
2236
|
optional = false
|
2218
|
-
python-versions = ">=3.
|
2237
|
+
python-versions = ">=3.8"
|
2219
2238
|
files = [
|
2220
|
-
{file = "tomli-2.0.
|
2221
|
-
{file = "tomli-2.0.
|
2239
|
+
{file = "tomli-2.0.2-py3-none-any.whl", hash = "sha256:2ebe24485c53d303f690b0ec092806a085f07af5a5aa1464f3931eec36caaa38"},
|
2240
|
+
{file = "tomli-2.0.2.tar.gz", hash = "sha256:d46d457a85337051c36524bc5349dd91b1877838e2979ac5ced3e710ed8a60ed"},
|
2222
2241
|
]
|
2223
2242
|
|
2224
2243
|
[[package]]
|
2225
2244
|
name = "tox"
|
2226
|
-
version = "4.
|
2245
|
+
version = "4.21.2"
|
2227
2246
|
description = "tox is a generic virtualenv management and test command line tool"
|
2228
2247
|
optional = false
|
2229
2248
|
python-versions = ">=3.8"
|
2230
2249
|
files = [
|
2231
|
-
{file = "tox-4.
|
2232
|
-
{file = "tox-4.
|
2250
|
+
{file = "tox-4.21.2-py3-none-any.whl", hash = "sha256:13d996adcd792e7c82994b0e116d85efd84f0c6d185254d83d156f73f86b2038"},
|
2251
|
+
{file = "tox-4.21.2.tar.gz", hash = "sha256:49381ff102296753e378fa5ff30e42a35e695f149b4dbf8a2c49d15fdb5797b2"},
|
2233
2252
|
]
|
2234
2253
|
|
2235
2254
|
[package.dependencies]
|
2236
2255
|
cachetools = ">=5.5"
|
2237
2256
|
chardet = ">=5.2"
|
2238
2257
|
colorama = ">=0.4.6"
|
2239
|
-
filelock = ">=3.
|
2258
|
+
filelock = ">=3.16.1"
|
2240
2259
|
packaging = ">=24.1"
|
2241
|
-
platformdirs = ">=4.
|
2260
|
+
platformdirs = ">=4.3.6"
|
2242
2261
|
pluggy = ">=1.5"
|
2243
|
-
pyproject-api = ">=1.
|
2262
|
+
pyproject-api = ">=1.8"
|
2244
2263
|
tomli = {version = ">=2.0.1", markers = "python_version < \"3.11\""}
|
2245
|
-
|
2264
|
+
typing-extensions = {version = ">=4.12.2", markers = "python_version < \"3.11\""}
|
2265
|
+
virtualenv = ">=20.26.6"
|
2246
2266
|
|
2247
2267
|
[package.extras]
|
2248
|
-
docs = ["furo (>=2024.8.6)", "sphinx (>=8.0.2)", "sphinx-argparse-cli (>=1.
|
2249
|
-
testing = ["build[virtualenv] (>=1.2.2)", "covdefaults (>=2.3)", "detect-test-pollution (>=1.2)", "devpi-process (>=1)", "diff-cover (>=9.
|
2268
|
+
docs = ["furo (>=2024.8.6)", "sphinx (>=8.0.2)", "sphinx-argparse-cli (>=1.18.2)", "sphinx-autodoc-typehints (>=2.4.4)", "sphinx-copybutton (>=0.5.2)", "sphinx-inline-tabs (>=2023.4.21)", "sphinxcontrib-towncrier (>=0.2.1a0)", "towncrier (>=24.8)"]
|
2269
|
+
testing = ["build[virtualenv] (>=1.2.2)", "covdefaults (>=2.3)", "detect-test-pollution (>=1.2)", "devpi-process (>=1.0.2)", "diff-cover (>=9.2)", "distlib (>=0.3.8)", "flaky (>=3.8.1)", "hatch-vcs (>=0.4)", "hatchling (>=1.25)", "psutil (>=6)", "pytest (>=8.3.3)", "pytest-cov (>=5)", "pytest-mock (>=3.14)", "pytest-xdist (>=3.6.1)", "re-assert (>=1.1)", "setuptools (>=75.1)", "time-machine (>=2.15)", "wheel (>=0.44)"]
|
2250
2270
|
|
2251
2271
|
[[package]]
|
2252
2272
|
name = "twine"
|
@@ -2314,13 +2334,13 @@ zstd = ["zstandard (>=0.18.0)"]
|
|
2314
2334
|
|
2315
2335
|
[[package]]
|
2316
2336
|
name = "virtualenv"
|
2317
|
-
version = "20.26.
|
2337
|
+
version = "20.26.6"
|
2318
2338
|
description = "Virtual Python Environment builder"
|
2319
2339
|
optional = false
|
2320
2340
|
python-versions = ">=3.7"
|
2321
2341
|
files = [
|
2322
|
-
{file = "virtualenv-20.26.
|
2323
|
-
{file = "virtualenv-20.26.
|
2342
|
+
{file = "virtualenv-20.26.6-py3-none-any.whl", hash = "sha256:7345cc5b25405607a624d8418154577459c3e0277f5466dd79c49d5e492995f2"},
|
2343
|
+
{file = "virtualenv-20.26.6.tar.gz", hash = "sha256:280aede09a2a5c317e409a00102e7077c6432c5a38f0ef938e643805a7ad2c48"},
|
2324
2344
|
]
|
2325
2345
|
|
2326
2346
|
[package.dependencies]
|
@@ -2388,56 +2408,59 @@ test = ["zope.testrunner"]
|
|
2388
2408
|
|
2389
2409
|
[[package]]
|
2390
2410
|
name = "zope-interface"
|
2391
|
-
version = "7.0
|
2411
|
+
version = "7.1.0"
|
2392
2412
|
description = "Interfaces for Python"
|
2393
2413
|
optional = false
|
2394
2414
|
python-versions = ">=3.8"
|
2395
2415
|
files = [
|
2396
|
-
{file = "zope.interface-7.0
|
2397
|
-
{file = "zope.interface-7.0
|
2398
|
-
{file = "zope.interface-7.0
|
2399
|
-
{file = "zope.interface-7.0
|
2400
|
-
{file = "zope.interface-7.0
|
2401
|
-
{file = "zope.interface-7.0
|
2402
|
-
{file = "zope.interface-7.0
|
2403
|
-
{file = "zope.interface-7.0
|
2404
|
-
{file = "zope.interface-7.0
|
2405
|
-
{file = "zope.interface-7.0
|
2406
|
-
{file = "zope.interface-7.0
|
2407
|
-
{file = "zope.interface-7.0
|
2408
|
-
{file = "zope.interface-7.0
|
2409
|
-
{file = "zope.interface-7.0
|
2410
|
-
{file = "zope.interface-7.0
|
2411
|
-
{file = "zope.interface-7.0
|
2412
|
-
{file = "zope.interface-7.0
|
2413
|
-
{file = "zope.interface-7.0
|
2414
|
-
{file = "zope.interface-7.0
|
2415
|
-
{file = "zope.interface-7.0
|
2416
|
-
{file = "zope.interface-7.0
|
2417
|
-
{file = "zope.interface-7.0
|
2418
|
-
{file = "zope.interface-7.0
|
2419
|
-
{file = "zope.interface-7.0
|
2420
|
-
{file = "zope.interface-7.0
|
2421
|
-
{file = "zope.interface-7.0
|
2422
|
-
{file = "zope.interface-7.0
|
2423
|
-
{file = "zope.interface-7.0
|
2424
|
-
{file = "zope.interface-7.0
|
2425
|
-
{file = "zope.interface-7.0
|
2426
|
-
{file = "zope.interface-7.0
|
2427
|
-
{file = "zope.interface-7.0
|
2428
|
-
{file = "zope.interface-7.0
|
2429
|
-
{file = "zope.interface-7.0.
|
2416
|
+
{file = "zope.interface-7.1.0-cp310-cp310-macosx_10_9_x86_64.whl", hash = "sha256:2bd9e9f366a5df08ebbdc159f8224904c1c5ce63893984abb76954e6fbe4381a"},
|
2417
|
+
{file = "zope.interface-7.1.0-cp310-cp310-macosx_11_0_arm64.whl", hash = "sha256:661d5df403cd3c5b8699ac480fa7f58047a3253b029db690efa0c3cf209993ef"},
|
2418
|
+
{file = "zope.interface-7.1.0-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:91b6c30689cfd87c8f264acb2fc16ad6b3c72caba2aec1bf189314cf1a84ca33"},
|
2419
|
+
{file = "zope.interface-7.1.0-cp310-cp310-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:2b6a4924f5bad9fe21d99f66a07da60d75696a136162427951ec3cb223a5570d"},
|
2420
|
+
{file = "zope.interface-7.1.0-cp310-cp310-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:80a3c00b35f6170be5454b45abe2719ea65919a2f09e8a6e7b1362312a872cd3"},
|
2421
|
+
{file = "zope.interface-7.1.0-cp310-cp310-win_amd64.whl", hash = "sha256:b936d61dbe29572fd2cfe13e30b925e5383bed1aba867692670f5a2a2eb7b4e9"},
|
2422
|
+
{file = "zope.interface-7.1.0-cp311-cp311-macosx_10_9_x86_64.whl", hash = "sha256:0ac20581fc6cd7c754f6dff0ae06fedb060fa0e9ea6309d8be8b2701d9ea51c4"},
|
2423
|
+
{file = "zope.interface-7.1.0-cp311-cp311-macosx_11_0_arm64.whl", hash = "sha256:848b6fa92d7c8143646e64124ed46818a0049a24ecc517958c520081fd147685"},
|
2424
|
+
{file = "zope.interface-7.1.0-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:ec1ef1fdb6f014d5886b97e52b16d0f852364f447d2ab0f0c6027765777b6667"},
|
2425
|
+
{file = "zope.interface-7.1.0-cp311-cp311-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:3bcff5c09d0215f42ba64b49205a278e44413d9bf9fa688fd9e42bfe472b5f4f"},
|
2426
|
+
{file = "zope.interface-7.1.0-cp311-cp311-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:07add15de0cc7e69917f7d286b64d54125c950aeb43efed7a5ea7172f000fbc1"},
|
2427
|
+
{file = "zope.interface-7.1.0-cp311-cp311-win_amd64.whl", hash = "sha256:9940d5bc441f887c5f375ec62bcf7e7e495a2d5b1da97de1184a88fb567f06af"},
|
2428
|
+
{file = "zope.interface-7.1.0-cp312-cp312-macosx_10_9_x86_64.whl", hash = "sha256:f245d039f72e6f802902375755846f5de1ee1e14c3e8736c078565599bcab621"},
|
2429
|
+
{file = "zope.interface-7.1.0-cp312-cp312-macosx_11_0_arm64.whl", hash = "sha256:6159e767d224d8f18deff634a1d3722e68d27488c357f62ebeb5f3e2f5288b1f"},
|
2430
|
+
{file = "zope.interface-7.1.0-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:5e956b1fd7f3448dd5e00f273072e73e50dfafcb35e4227e6d5af208075593c9"},
|
2431
|
+
{file = "zope.interface-7.1.0-cp312-cp312-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:ff115ef91c0eeac69cd92daeba36a9d8e14daee445b504eeea2b1c0b55821984"},
|
2432
|
+
{file = "zope.interface-7.1.0-cp312-cp312-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:bec001798ab62c3fc5447162bf48496ae9fba02edc295a9e10a0b0c639a6452e"},
|
2433
|
+
{file = "zope.interface-7.1.0-cp312-cp312-win_amd64.whl", hash = "sha256:124149e2d42067b9c6597f4dafdc7a0983d0163868f897b7bb5dc850b14f9a87"},
|
2434
|
+
{file = "zope.interface-7.1.0-cp313-cp313-macosx_10_9_x86_64.whl", hash = "sha256:9733a9a0f94ef53d7aa64661811b20875b5bc6039034c6e42fb9732170130573"},
|
2435
|
+
{file = "zope.interface-7.1.0-cp313-cp313-macosx_11_0_arm64.whl", hash = "sha256:5fcf379b875c610b5a41bc8a891841533f98de0520287d7f85e25386cd10d3e9"},
|
2436
|
+
{file = "zope.interface-7.1.0-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:d0a45b5af9f72c805ee668d1479480ca85169312211bed6ed18c343e39307d5f"},
|
2437
|
+
{file = "zope.interface-7.1.0-cp313-cp313-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:4af4a12b459a273b0b34679a5c3dc5e34c1847c3dd14a628aa0668e19e638ea2"},
|
2438
|
+
{file = "zope.interface-7.1.0-cp313-cp313-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:a735f82d2e3ed47ca01a20dfc4c779b966b16352650a8036ab3955aad151ed8a"},
|
2439
|
+
{file = "zope.interface-7.1.0-cp313-cp313-win_amd64.whl", hash = "sha256:5501e772aff595e3c54266bc1bfc5858e8f38974ce413a8f1044aae0f32a83a3"},
|
2440
|
+
{file = "zope.interface-7.1.0-cp38-cp38-macosx_10_9_x86_64.whl", hash = "sha256:ec59fe53db7d32abb96c6d4efeed84aab4a7c38c62d7a901a9b20c09dd936e7a"},
|
2441
|
+
{file = "zope.interface-7.1.0-cp38-cp38-macosx_11_0_arm64.whl", hash = "sha256:e53c291debef523b09e1fe3dffe5f35dde164f1c603d77f770b88a1da34b7ed6"},
|
2442
|
+
{file = "zope.interface-7.1.0-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:711eebc77f2092c6a8b304bad0b81a6ce3cf5490b25574e7309fbc07d881e3af"},
|
2443
|
+
{file = "zope.interface-7.1.0-cp38-cp38-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:4a00ead2e24c76436e1b457a5132d87f83858330f6c923640b7ef82d668525d1"},
|
2444
|
+
{file = "zope.interface-7.1.0-cp38-cp38-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:5e28ea0bc4b084fc93a483877653a033062435317082cdc6388dec3438309faf"},
|
2445
|
+
{file = "zope.interface-7.1.0-cp38-cp38-win_amd64.whl", hash = "sha256:27cfb5205d68b12682b6e55ab8424662d96e8ead19550aad0796b08dd2c9a45e"},
|
2446
|
+
{file = "zope.interface-7.1.0-cp39-cp39-macosx_10_9_x86_64.whl", hash = "sha256:9e3e48f3dea21c147e1b10c132016cb79af1159facca9736d231694ef5a740a8"},
|
2447
|
+
{file = "zope.interface-7.1.0-cp39-cp39-macosx_11_0_arm64.whl", hash = "sha256:a99240b1d02dc469f6afbe7da1bf617645e60290c272968f4e53feec18d7dce8"},
|
2448
|
+
{file = "zope.interface-7.1.0-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:cc8a318162123eddbdf22fcc7b751288ce52e4ad096d3766ff1799244352449d"},
|
2449
|
+
{file = "zope.interface-7.1.0-cp39-cp39-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:b7b25db127db3e6b597c5f74af60309c4ad65acd826f89609662f0dc33a54728"},
|
2450
|
+
{file = "zope.interface-7.1.0-cp39-cp39-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:2a29ac607e970b5576547f0e3589ec156e04de17af42839eedcf478450687317"},
|
2451
|
+
{file = "zope.interface-7.1.0-cp39-cp39-win_amd64.whl", hash = "sha256:a14c9decf0eb61e0892631271d500c1e306c7b6901c998c7035e194d9150fdd1"},
|
2452
|
+
{file = "zope_interface-7.1.0.tar.gz", hash = "sha256:3f005869a1a05e368965adb2075f97f8ee9a26c61898a9e52a9764d93774f237"},
|
2430
2453
|
]
|
2431
2454
|
|
2432
2455
|
[package.dependencies]
|
2433
2456
|
setuptools = "*"
|
2434
2457
|
|
2435
2458
|
[package.extras]
|
2436
|
-
docs = ["Sphinx", "repoze.sphinx.autointerface"
|
2437
|
-
test = ["coverage
|
2438
|
-
testing = ["coverage
|
2459
|
+
docs = ["Sphinx", "furo", "repoze.sphinx.autointerface"]
|
2460
|
+
test = ["coverage[toml]", "zope.event", "zope.testing"]
|
2461
|
+
testing = ["coverage[toml]", "zope.event", "zope.testing"]
|
2439
2462
|
|
2440
2463
|
[metadata]
|
2441
2464
|
lock-version = "2.0"
|
2442
2465
|
python-versions = ">=3.9"
|
2443
|
-
content-hash = "
|
2466
|
+
content-hash = "fe62e2430b2750fb006f7fe225752ad640c1f7f218340ad7f61536efcc2c8151"
|
@@ -5,7 +5,7 @@ build-backend = "poetry_dynamic_versioning.backend"
|
|
5
5
|
[tool.poetry]
|
6
6
|
name = "locust"
|
7
7
|
description = "Developer-friendly load testing framework"
|
8
|
-
version = "2.
|
8
|
+
version = "2.32.0"
|
9
9
|
license = "MIT"
|
10
10
|
readme = "README.md"
|
11
11
|
authors = ["Jonatan Heyman", "Lars Holmberg"]
|
@@ -26,6 +26,7 @@ classifiers = [
|
|
26
26
|
"Programming Language :: Python :: 3.10",
|
27
27
|
"Programming Language :: Python :: 3.11",
|
28
28
|
"Programming Language :: Python :: 3.12",
|
29
|
+
"Programming Language :: Python :: 3.13",
|
29
30
|
"Intended Audience :: Developers",
|
30
31
|
"Intended Audience :: System Administrators",
|
31
32
|
"Topic :: Software Development :: Testing",
|
@@ -112,7 +113,10 @@ version_tuple = __version_tuple__
|
|
112
113
|
[tool.poetry.dependencies]
|
113
114
|
python = ">=3.9"
|
114
115
|
|
115
|
-
gevent =
|
116
|
+
gevent = [
|
117
|
+
{ version = ">=22.10.2", python = "<=3.12" },
|
118
|
+
{ version = ">=24.10.1", python = ">3.13" },
|
119
|
+
]
|
116
120
|
flask = ">=2.0.0"
|
117
121
|
Werkzeug = ">=2.0.0"
|
118
122
|
requests = [
|
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
|