locust 2.32.3.dev4__tar.gz → 2.32.3.dev9__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.32.3.dev4 → locust-2.32.3.dev9}/PKG-INFO +1 -1
- {locust-2.32.3.dev4 → locust-2.32.3.dev9}/locust/_version.py +2 -2
- {locust-2.32.3.dev4 → locust-2.32.3.dev9}/locust/log.py +1 -1
- {locust-2.32.3.dev4 → locust-2.32.3.dev9}/locust/runners.py +4 -2
- {locust-2.32.3.dev4 → locust-2.32.3.dev9}/poetry.lock +124 -114
- {locust-2.32.3.dev4 → locust-2.32.3.dev9}/pyproject.toml +5 -5
- {locust-2.32.3.dev4 → locust-2.32.3.dev9}/LICENSE +0 -0
- {locust-2.32.3.dev4 → locust-2.32.3.dev9}/README.md +0 -0
- {locust-2.32.3.dev4 → locust-2.32.3.dev9}/locust/__init__.py +0 -0
- {locust-2.32.3.dev4 → locust-2.32.3.dev9}/locust/__main__.py +0 -0
- {locust-2.32.3.dev4 → locust-2.32.3.dev9}/locust/argument_parser.py +0 -0
- {locust-2.32.3.dev4 → locust-2.32.3.dev9}/locust/clients.py +0 -0
- {locust-2.32.3.dev4 → locust-2.32.3.dev9}/locust/contrib/__init__.py +0 -0
- {locust-2.32.3.dev4 → locust-2.32.3.dev9}/locust/contrib/fasthttp.py +0 -0
- {locust-2.32.3.dev4 → locust-2.32.3.dev9}/locust/contrib/mongodb.py +0 -0
- {locust-2.32.3.dev4 → locust-2.32.3.dev9}/locust/contrib/postgres.py +0 -0
- {locust-2.32.3.dev4 → locust-2.32.3.dev9}/locust/debug.py +0 -0
- {locust-2.32.3.dev4 → locust-2.32.3.dev9}/locust/dispatch.py +0 -0
- {locust-2.32.3.dev4 → locust-2.32.3.dev9}/locust/env.py +0 -0
- {locust-2.32.3.dev4 → locust-2.32.3.dev9}/locust/event.py +0 -0
- {locust-2.32.3.dev4 → locust-2.32.3.dev9}/locust/exception.py +0 -0
- {locust-2.32.3.dev4 → locust-2.32.3.dev9}/locust/html.py +0 -0
- {locust-2.32.3.dev4 → locust-2.32.3.dev9}/locust/input_events.py +0 -0
- {locust-2.32.3.dev4 → locust-2.32.3.dev9}/locust/main.py +0 -0
- {locust-2.32.3.dev4 → locust-2.32.3.dev9}/locust/py.typed +0 -0
- {locust-2.32.3.dev4 → locust-2.32.3.dev9}/locust/rpc/__init__.py +0 -0
- {locust-2.32.3.dev4 → locust-2.32.3.dev9}/locust/rpc/protocol.py +0 -0
- {locust-2.32.3.dev4 → locust-2.32.3.dev9}/locust/rpc/zmqrpc.py +0 -0
- {locust-2.32.3.dev4 → locust-2.32.3.dev9}/locust/shape.py +0 -0
- {locust-2.32.3.dev4 → locust-2.32.3.dev9}/locust/stats.py +0 -0
- {locust-2.32.3.dev4 → locust-2.32.3.dev9}/locust/user/__init__.py +0 -0
- {locust-2.32.3.dev4 → locust-2.32.3.dev9}/locust/user/inspectuser.py +0 -0
- {locust-2.32.3.dev4 → locust-2.32.3.dev9}/locust/user/sequential_taskset.py +0 -0
- {locust-2.32.3.dev4 → locust-2.32.3.dev9}/locust/user/task.py +0 -0
- {locust-2.32.3.dev4 → locust-2.32.3.dev9}/locust/user/users.py +0 -0
- {locust-2.32.3.dev4 → locust-2.32.3.dev9}/locust/user/wait_time.py +0 -0
- {locust-2.32.3.dev4 → locust-2.32.3.dev9}/locust/util/__init__.py +0 -0
- {locust-2.32.3.dev4 → locust-2.32.3.dev9}/locust/util/cache.py +0 -0
- {locust-2.32.3.dev4 → locust-2.32.3.dev9}/locust/util/date.py +0 -0
- {locust-2.32.3.dev4 → locust-2.32.3.dev9}/locust/util/deprecation.py +0 -0
- {locust-2.32.3.dev4 → locust-2.32.3.dev9}/locust/util/directory.py +0 -0
- {locust-2.32.3.dev4 → locust-2.32.3.dev9}/locust/util/exception_handler.py +0 -0
- {locust-2.32.3.dev4 → locust-2.32.3.dev9}/locust/util/load_locustfile.py +0 -0
- {locust-2.32.3.dev4 → locust-2.32.3.dev9}/locust/util/rounding.py +0 -0
- {locust-2.32.3.dev4 → locust-2.32.3.dev9}/locust/util/timespan.py +0 -0
- {locust-2.32.3.dev4 → locust-2.32.3.dev9}/locust/util/url.py +0 -0
- {locust-2.32.3.dev4 → locust-2.32.3.dev9}/locust/web.py +0 -0
- {locust-2.32.3.dev4 → locust-2.32.3.dev9}/locust/webui/dist/assets/favicon-dark.png +0 -0
- {locust-2.32.3.dev4 → locust-2.32.3.dev9}/locust/webui/dist/assets/favicon-light.png +0 -0
- {locust-2.32.3.dev4 → locust-2.32.3.dev9}/locust/webui/dist/assets/index-DzzqypJO.js +0 -0
- {locust-2.32.3.dev4 → locust-2.32.3.dev9}/locust/webui/dist/auth.html +0 -0
- {locust-2.32.3.dev4 → locust-2.32.3.dev9}/locust/webui/dist/index.html +0 -0
- {locust-2.32.3.dev4 → locust-2.32.3.dev9}/locust/webui/dist/report.html +0 -0
@@ -14,7 +14,7 @@ __version_tuple__: VERSION_TUPLE
|
|
14
14
|
version_tuple: VERSION_TUPLE
|
15
15
|
|
16
16
|
|
17
|
-
__version__ = "2.32.3.
|
17
|
+
__version__ = "2.32.3.dev9"
|
18
18
|
version = __version__
|
19
|
-
__version_tuple__ = (2, 32, 3, "
|
19
|
+
__version_tuple__ = (2, 32, 3, "dev9")
|
20
20
|
version_tuple = __version_tuple__
|
@@ -92,7 +92,7 @@ def greenlet_exception_logger(logger, level=logging.CRITICAL):
|
|
92
92
|
"""
|
93
93
|
|
94
94
|
def exception_handler(greenlet):
|
95
|
-
if greenlet.exc_info[0]
|
95
|
+
if greenlet.exc_info[0] is SystemExit:
|
96
96
|
logger.log(
|
97
97
|
min(logging.INFO, level), # dont use higher than INFO for this, because it sounds way to urgent
|
98
98
|
f"sys.exit({greenlet.exc_info[1]}) called (use log level DEBUG for callstack)",
|
@@ -248,7 +248,7 @@ class Runner:
|
|
248
248
|
"While stopping users, we encountered a user that didn't have proper args %s", user_greenlet
|
249
249
|
)
|
250
250
|
continue
|
251
|
-
if type(user)
|
251
|
+
if type(user) is self.user_classes_by_name[user_class]:
|
252
252
|
to_stop.append(user)
|
253
253
|
|
254
254
|
if not to_stop:
|
@@ -1025,7 +1025,9 @@ class MasterRunner(DistributedRunner):
|
|
1025
1025
|
# if abs(time() - msg.data["time"]) > 5.0:
|
1026
1026
|
# warnings.warn("The worker node's clock seem to be out of sync. For the statistics to be correct the different locust servers need to have synchronized clocks.")
|
1027
1027
|
elif msg.type == "locustfile":
|
1028
|
-
if msg.data["version"]
|
1028
|
+
if not msg.data["version"]:
|
1029
|
+
logger.error("A very old worker version requested locustfile. This probably won't work.")
|
1030
|
+
elif msg.data["version"][0:4] == __version__[0:4]:
|
1029
1031
|
logger.debug(
|
1030
1032
|
f"A worker ({msg.node_id}) running a different patch version ({msg.data['version']}) connected, master version is {__version__}"
|
1031
1033
|
)
|
@@ -42,13 +42,13 @@ testing = ["jaraco.test", "pytest (!=8.0.*)", "pytest (>=6,!=8.1.*)", "pytest-ch
|
|
42
42
|
|
43
43
|
[[package]]
|
44
44
|
name = "blinker"
|
45
|
-
version = "1.
|
45
|
+
version = "1.9.0"
|
46
46
|
description = "Fast, simple object-to-object and broadcast signaling"
|
47
47
|
optional = false
|
48
|
-
python-versions = ">=3.
|
48
|
+
python-versions = ">=3.9"
|
49
49
|
files = [
|
50
|
-
{file = "blinker-1.
|
51
|
-
{file = "blinker-1.
|
50
|
+
{file = "blinker-1.9.0-py3-none-any.whl", hash = "sha256:ba0efaa9080b619ff2f3459d1d500c57bddea4a6b424b60a91141db6fd2f08bc"},
|
51
|
+
{file = "blinker-1.9.0.tar.gz", hash = "sha256:b4ce2265a7abece45e7cc896e98dbebe6cead56bcf805a3d23136d145f5445bf"},
|
52
52
|
]
|
53
53
|
|
54
54
|
[[package]]
|
@@ -1000,13 +1000,13 @@ i18n = ["Babel (>=2.7)"]
|
|
1000
1000
|
|
1001
1001
|
[[package]]
|
1002
1002
|
name = "keyring"
|
1003
|
-
version = "25.
|
1003
|
+
version = "25.5.0"
|
1004
1004
|
description = "Store and access your passwords safely."
|
1005
1005
|
optional = false
|
1006
1006
|
python-versions = ">=3.8"
|
1007
1007
|
files = [
|
1008
|
-
{file = "keyring-25.
|
1009
|
-
{file = "keyring-25.
|
1008
|
+
{file = "keyring-25.5.0-py3-none-any.whl", hash = "sha256:e67f8ac32b04be4714b42fe84ce7dad9c40985b9ca827c592cc303e7c26d9741"},
|
1009
|
+
{file = "keyring-25.5.0.tar.gz", hash = "sha256:4c753b3ec91717fe713c4edd522d625889d8973a349b0e582622f49766de58e6"},
|
1010
1010
|
]
|
1011
1011
|
|
1012
1012
|
[package.dependencies]
|
@@ -1388,38 +1388,43 @@ files = [
|
|
1388
1388
|
|
1389
1389
|
[[package]]
|
1390
1390
|
name = "mypy"
|
1391
|
-
version = "1.
|
1391
|
+
version = "1.13.0"
|
1392
1392
|
description = "Optional static typing for Python"
|
1393
1393
|
optional = false
|
1394
1394
|
python-versions = ">=3.8"
|
1395
1395
|
files = [
|
1396
|
-
{file = "mypy-1.
|
1397
|
-
{file = "mypy-1.
|
1398
|
-
{file = "mypy-1.
|
1399
|
-
{file = "mypy-1.
|
1400
|
-
{file = "mypy-1.
|
1401
|
-
{file = "mypy-1.
|
1402
|
-
{file = "mypy-1.
|
1403
|
-
{file = "mypy-1.
|
1404
|
-
{file = "mypy-1.
|
1405
|
-
{file = "mypy-1.
|
1406
|
-
{file = "mypy-1.
|
1407
|
-
{file = "mypy-1.
|
1408
|
-
{file = "mypy-1.
|
1409
|
-
{file = "mypy-1.
|
1410
|
-
{file = "mypy-1.
|
1411
|
-
{file = "mypy-1.
|
1412
|
-
{file = "mypy-1.
|
1413
|
-
{file = "mypy-1.
|
1414
|
-
{file = "mypy-1.
|
1415
|
-
{file = "mypy-1.
|
1416
|
-
{file = "mypy-1.
|
1417
|
-
{file = "mypy-1.
|
1418
|
-
{file = "mypy-1.
|
1419
|
-
{file = "mypy-1.
|
1420
|
-
{file = "mypy-1.
|
1421
|
-
{file = "mypy-1.
|
1422
|
-
{file = "mypy-1.
|
1396
|
+
{file = "mypy-1.13.0-cp310-cp310-macosx_10_9_x86_64.whl", hash = "sha256:6607e0f1dd1fb7f0aca14d936d13fd19eba5e17e1cd2a14f808fa5f8f6d8f60a"},
|
1397
|
+
{file = "mypy-1.13.0-cp310-cp310-macosx_11_0_arm64.whl", hash = "sha256:8a21be69bd26fa81b1f80a61ee7ab05b076c674d9b18fb56239d72e21d9f4c80"},
|
1398
|
+
{file = "mypy-1.13.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.manylinux_2_28_x86_64.whl", hash = "sha256:7b2353a44d2179846a096e25691d54d59904559f4232519d420d64da6828a3a7"},
|
1399
|
+
{file = "mypy-1.13.0-cp310-cp310-musllinux_1_1_x86_64.whl", hash = "sha256:0730d1c6a2739d4511dc4253f8274cdd140c55c32dfb0a4cf8b7a43f40abfa6f"},
|
1400
|
+
{file = "mypy-1.13.0-cp310-cp310-win_amd64.whl", hash = "sha256:c5fc54dbb712ff5e5a0fca797e6e0aa25726c7e72c6a5850cfd2adbc1eb0a372"},
|
1401
|
+
{file = "mypy-1.13.0-cp311-cp311-macosx_10_9_x86_64.whl", hash = "sha256:581665e6f3a8a9078f28d5502f4c334c0c8d802ef55ea0e7276a6e409bc0d82d"},
|
1402
|
+
{file = "mypy-1.13.0-cp311-cp311-macosx_11_0_arm64.whl", hash = "sha256:3ddb5b9bf82e05cc9a627e84707b528e5c7caaa1c55c69e175abb15a761cec2d"},
|
1403
|
+
{file = "mypy-1.13.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.manylinux_2_28_x86_64.whl", hash = "sha256:20c7ee0bc0d5a9595c46f38beb04201f2620065a93755704e141fcac9f59db2b"},
|
1404
|
+
{file = "mypy-1.13.0-cp311-cp311-musllinux_1_1_x86_64.whl", hash = "sha256:3790ded76f0b34bc9c8ba4def8f919dd6a46db0f5a6610fb994fe8efdd447f73"},
|
1405
|
+
{file = "mypy-1.13.0-cp311-cp311-win_amd64.whl", hash = "sha256:51f869f4b6b538229c1d1bcc1dd7d119817206e2bc54e8e374b3dfa202defcca"},
|
1406
|
+
{file = "mypy-1.13.0-cp312-cp312-macosx_10_13_x86_64.whl", hash = "sha256:5c7051a3461ae84dfb5dd15eff5094640c61c5f22257c8b766794e6dd85e72d5"},
|
1407
|
+
{file = "mypy-1.13.0-cp312-cp312-macosx_11_0_arm64.whl", hash = "sha256:39bb21c69a5d6342f4ce526e4584bc5c197fd20a60d14a8624d8743fffb9472e"},
|
1408
|
+
{file = "mypy-1.13.0-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.manylinux_2_28_x86_64.whl", hash = "sha256:164f28cb9d6367439031f4c81e84d3ccaa1e19232d9d05d37cb0bd880d3f93c2"},
|
1409
|
+
{file = "mypy-1.13.0-cp312-cp312-musllinux_1_1_x86_64.whl", hash = "sha256:a4c1bfcdbce96ff5d96fc9b08e3831acb30dc44ab02671eca5953eadad07d6d0"},
|
1410
|
+
{file = "mypy-1.13.0-cp312-cp312-win_amd64.whl", hash = "sha256:a0affb3a79a256b4183ba09811e3577c5163ed06685e4d4b46429a271ba174d2"},
|
1411
|
+
{file = "mypy-1.13.0-cp313-cp313-macosx_10_13_x86_64.whl", hash = "sha256:a7b44178c9760ce1a43f544e595d35ed61ac2c3de306599fa59b38a6048e1aa7"},
|
1412
|
+
{file = "mypy-1.13.0-cp313-cp313-macosx_11_0_arm64.whl", hash = "sha256:5d5092efb8516d08440e36626f0153b5006d4088c1d663d88bf79625af3d1d62"},
|
1413
|
+
{file = "mypy-1.13.0-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.manylinux_2_28_x86_64.whl", hash = "sha256:de2904956dac40ced10931ac967ae63c5089bd498542194b436eb097a9f77bc8"},
|
1414
|
+
{file = "mypy-1.13.0-cp313-cp313-musllinux_1_1_x86_64.whl", hash = "sha256:7bfd8836970d33c2105562650656b6846149374dc8ed77d98424b40b09340ba7"},
|
1415
|
+
{file = "mypy-1.13.0-cp313-cp313-win_amd64.whl", hash = "sha256:9f73dba9ec77acb86457a8fc04b5239822df0c14a082564737833d2963677dbc"},
|
1416
|
+
{file = "mypy-1.13.0-cp38-cp38-macosx_10_9_x86_64.whl", hash = "sha256:100fac22ce82925f676a734af0db922ecfea991e1d7ec0ceb1e115ebe501301a"},
|
1417
|
+
{file = "mypy-1.13.0-cp38-cp38-macosx_11_0_arm64.whl", hash = "sha256:7bcb0bb7f42a978bb323a7c88f1081d1b5dee77ca86f4100735a6f541299d8fb"},
|
1418
|
+
{file = "mypy-1.13.0-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.manylinux_2_28_x86_64.whl", hash = "sha256:bde31fc887c213e223bbfc34328070996061b0833b0a4cfec53745ed61f3519b"},
|
1419
|
+
{file = "mypy-1.13.0-cp38-cp38-musllinux_1_1_x86_64.whl", hash = "sha256:07de989f89786f62b937851295ed62e51774722e5444a27cecca993fc3f9cd74"},
|
1420
|
+
{file = "mypy-1.13.0-cp38-cp38-win_amd64.whl", hash = "sha256:4bde84334fbe19bad704b3f5b78c4abd35ff1026f8ba72b29de70dda0916beb6"},
|
1421
|
+
{file = "mypy-1.13.0-cp39-cp39-macosx_10_9_x86_64.whl", hash = "sha256:0246bcb1b5de7f08f2826451abd947bf656945209b140d16ed317f65a17dc7dc"},
|
1422
|
+
{file = "mypy-1.13.0-cp39-cp39-macosx_11_0_arm64.whl", hash = "sha256:7f5b7deae912cf8b77e990b9280f170381fdfbddf61b4ef80927edd813163732"},
|
1423
|
+
{file = "mypy-1.13.0-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.manylinux_2_28_x86_64.whl", hash = "sha256:7029881ec6ffb8bc233a4fa364736789582c738217b133f1b55967115288a2bc"},
|
1424
|
+
{file = "mypy-1.13.0-cp39-cp39-musllinux_1_1_x86_64.whl", hash = "sha256:3e38b980e5681f28f033f3be86b099a247b13c491f14bb8b1e1e134d23bb599d"},
|
1425
|
+
{file = "mypy-1.13.0-cp39-cp39-win_amd64.whl", hash = "sha256:a6789be98a2017c912ae6ccb77ea553bbaf13d27605d2ca20a76dfbced631b24"},
|
1426
|
+
{file = "mypy-1.13.0-py3-none-any.whl", hash = "sha256:9c250883f9fd81d212e0952c92dbfcc96fc237f4b7c92f56ac81fd48460b3e5a"},
|
1427
|
+
{file = "mypy-1.13.0.tar.gz", hash = "sha256:0291a61b6fbf3e6673e3405cfcc0e7650bebc7939659fdca2702958038bd835e"},
|
1423
1428
|
]
|
1424
1429
|
|
1425
1430
|
[package.dependencies]
|
@@ -1429,6 +1434,7 @@ typing-extensions = ">=4.6.0"
|
|
1429
1434
|
|
1430
1435
|
[package.extras]
|
1431
1436
|
dmypy = ["psutil (>=4.0)"]
|
1437
|
+
faster-cache = ["orjson"]
|
1432
1438
|
install-types = ["pip"]
|
1433
1439
|
mypyc = ["setuptools (>=50)"]
|
1434
1440
|
reports = ["lxml"]
|
@@ -1482,13 +1488,13 @@ files = [
|
|
1482
1488
|
|
1483
1489
|
[[package]]
|
1484
1490
|
name = "packaging"
|
1485
|
-
version = "24.
|
1491
|
+
version = "24.2"
|
1486
1492
|
description = "Core utilities for Python packages"
|
1487
1493
|
optional = false
|
1488
1494
|
python-versions = ">=3.8"
|
1489
1495
|
files = [
|
1490
|
-
{file = "packaging-24.
|
1491
|
-
{file = "packaging-24.
|
1496
|
+
{file = "packaging-24.2-py3-none-any.whl", hash = "sha256:09abb1bccd265c01f4a3aa3f7a7db064b36514d2cba19a2f694fe6150451a759"},
|
1497
|
+
{file = "packaging-24.2.tar.gz", hash = "sha256:c228a6dc5e932d346bc5739379109d49e8853dd8223571c7c5b55260edc0b97f"},
|
1492
1498
|
]
|
1493
1499
|
|
1494
1500
|
[[package]]
|
@@ -1996,13 +2002,13 @@ idna2008 = ["idna"]
|
|
1996
2002
|
|
1997
2003
|
[[package]]
|
1998
2004
|
name = "rich"
|
1999
|
-
version = "13.9.
|
2005
|
+
version = "13.9.4"
|
2000
2006
|
description = "Render rich text, tables, progress bars, syntax highlighting, markdown and more to the terminal"
|
2001
2007
|
optional = false
|
2002
2008
|
python-versions = ">=3.8.0"
|
2003
2009
|
files = [
|
2004
|
-
{file = "rich-13.9.
|
2005
|
-
{file = "rich-13.9.
|
2010
|
+
{file = "rich-13.9.4-py3-none-any.whl", hash = "sha256:6049d5e6ec054bf2779ab3358186963bac2ea89175919d699e378b99738c2a90"},
|
2011
|
+
{file = "rich-13.9.4.tar.gz", hash = "sha256:439594978a49a09530cff7ebc4b5c7103ef57baf48d5ea3184f21d9a2befa098"},
|
2006
2012
|
]
|
2007
2013
|
|
2008
2014
|
[package.dependencies]
|
@@ -2015,28 +2021,29 @@ jupyter = ["ipywidgets (>=7.5.1,<9)"]
|
|
2015
2021
|
|
2016
2022
|
[[package]]
|
2017
2023
|
name = "ruff"
|
2018
|
-
version = "0.3
|
2024
|
+
version = "0.7.3"
|
2019
2025
|
description = "An extremely fast Python linter and code formatter, written in Rust."
|
2020
2026
|
optional = false
|
2021
2027
|
python-versions = ">=3.7"
|
2022
2028
|
files = [
|
2023
|
-
{file = "ruff-0.3
|
2024
|
-
{file = "ruff-0.3
|
2025
|
-
{file = "ruff-0.3
|
2026
|
-
{file = "ruff-0.3
|
2027
|
-
{file = "ruff-0.3
|
2028
|
-
{file = "ruff-0.3
|
2029
|
-
{file = "ruff-0.3
|
2030
|
-
{file = "ruff-0.3
|
2031
|
-
{file = "ruff-0.3
|
2032
|
-
{file = "ruff-0.3
|
2033
|
-
{file = "ruff-0.3
|
2034
|
-
{file = "ruff-0.3
|
2035
|
-
{file = "ruff-0.3
|
2036
|
-
{file = "ruff-0.3
|
2037
|
-
{file = "ruff-0.3
|
2038
|
-
{file = "ruff-0.3
|
2039
|
-
{file = "ruff-0.
|
2029
|
+
{file = "ruff-0.7.3-py3-none-linux_armv6l.whl", hash = "sha256:34f2339dc22687ec7e7002792d1f50712bf84a13d5152e75712ac08be565d344"},
|
2030
|
+
{file = "ruff-0.7.3-py3-none-macosx_10_12_x86_64.whl", hash = "sha256:fb397332a1879b9764a3455a0bb1087bda876c2db8aca3a3cbb67b3dbce8cda0"},
|
2031
|
+
{file = "ruff-0.7.3-py3-none-macosx_11_0_arm64.whl", hash = "sha256:37d0b619546103274e7f62643d14e1adcbccb242efda4e4bdb9544d7764782e9"},
|
2032
|
+
{file = "ruff-0.7.3-py3-none-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:5d59f0c3ee4d1a6787614e7135b72e21024875266101142a09a61439cb6e38a5"},
|
2033
|
+
{file = "ruff-0.7.3-py3-none-manylinux_2_17_armv7l.manylinux2014_armv7l.whl", hash = "sha256:44eb93c2499a169d49fafd07bc62ac89b1bc800b197e50ff4633aed212569299"},
|
2034
|
+
{file = "ruff-0.7.3-py3-none-manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:6d0242ce53f3a576c35ee32d907475a8d569944c0407f91d207c8af5be5dae4e"},
|
2035
|
+
{file = "ruff-0.7.3-py3-none-manylinux_2_17_ppc64.manylinux2014_ppc64.whl", hash = "sha256:6b6224af8b5e09772c2ecb8dc9f3f344c1aa48201c7f07e7315367f6dd90ac29"},
|
2036
|
+
{file = "ruff-0.7.3-py3-none-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl", hash = "sha256:c50f95a82b94421c964fae4c27c0242890a20fe67d203d127e84fbb8013855f5"},
|
2037
|
+
{file = "ruff-0.7.3-py3-none-manylinux_2_17_s390x.manylinux2014_s390x.whl", hash = "sha256:7f3eff9961b5d2644bcf1616c606e93baa2d6b349e8aa8b035f654df252c8c67"},
|
2038
|
+
{file = "ruff-0.7.3-py3-none-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:b8963cab06d130c4df2fd52c84e9f10d297826d2e8169ae0c798b6221be1d1d2"},
|
2039
|
+
{file = "ruff-0.7.3-py3-none-musllinux_1_2_aarch64.whl", hash = "sha256:61b46049d6edc0e4317fb14b33bd693245281a3007288b68a3f5b74a22a0746d"},
|
2040
|
+
{file = "ruff-0.7.3-py3-none-musllinux_1_2_armv7l.whl", hash = "sha256:10ebce7696afe4644e8c1a23b3cf8c0f2193a310c18387c06e583ae9ef284de2"},
|
2041
|
+
{file = "ruff-0.7.3-py3-none-musllinux_1_2_i686.whl", hash = "sha256:3f36d56326b3aef8eeee150b700e519880d1aab92f471eefdef656fd57492aa2"},
|
2042
|
+
{file = "ruff-0.7.3-py3-none-musllinux_1_2_x86_64.whl", hash = "sha256:5d024301109a0007b78d57ab0ba190087b43dce852e552734ebf0b0b85e4fb16"},
|
2043
|
+
{file = "ruff-0.7.3-py3-none-win32.whl", hash = "sha256:4ba81a5f0c5478aa61674c5a2194de8b02652f17addf8dfc40c8937e6e7d79fc"},
|
2044
|
+
{file = "ruff-0.7.3-py3-none-win_amd64.whl", hash = "sha256:588a9ff2fecf01025ed065fe28809cd5a53b43505f48b69a1ac7707b1b7e4088"},
|
2045
|
+
{file = "ruff-0.7.3-py3-none-win_arm64.whl", hash = "sha256:1713e2c5545863cdbfe2cbce21f69ffaf37b813bfd1fb3b90dc9a6f1963f5a8c"},
|
2046
|
+
{file = "ruff-0.7.3.tar.gz", hash = "sha256:e1d1ba2e40b6e71a61b063354d04be669ab0d39c352461f3d789cac68b54a313"},
|
2040
2047
|
]
|
2041
2048
|
|
2042
2049
|
[[package]]
|
@@ -2056,23 +2063,23 @@ jeepney = ">=0.6"
|
|
2056
2063
|
|
2057
2064
|
[[package]]
|
2058
2065
|
name = "setuptools"
|
2059
|
-
version = "75.
|
2066
|
+
version = "75.3.0"
|
2060
2067
|
description = "Easily download, build, install, upgrade, and uninstall Python packages"
|
2061
2068
|
optional = false
|
2062
2069
|
python-versions = ">=3.8"
|
2063
2070
|
files = [
|
2064
|
-
{file = "setuptools-75.
|
2065
|
-
{file = "setuptools-75.
|
2071
|
+
{file = "setuptools-75.3.0-py3-none-any.whl", hash = "sha256:f2504966861356aa38616760c0f66568e535562374995367b4e69c7143cf6bcd"},
|
2072
|
+
{file = "setuptools-75.3.0.tar.gz", hash = "sha256:fba5dd4d766e97be1b1681d98712680ae8f2f26d7881245f2ce9e40714f1a686"},
|
2066
2073
|
]
|
2067
2074
|
|
2068
2075
|
[package.extras]
|
2069
2076
|
check = ["pytest-checkdocs (>=2.4)", "pytest-ruff (>=0.2.1)", "ruff (>=0.5.2)"]
|
2070
|
-
core = ["importlib-metadata (>=6)", "importlib-resources (>=5.10.2)", "jaraco.collections", "jaraco.functools", "jaraco.text (>=3.7)", "more-itertools", "more-itertools (>=8.8)", "packaging", "packaging (>=24)", "platformdirs (>=2.
|
2077
|
+
core = ["importlib-metadata (>=6)", "importlib-resources (>=5.10.2)", "jaraco.collections", "jaraco.functools", "jaraco.text (>=3.7)", "more-itertools", "more-itertools (>=8.8)", "packaging", "packaging (>=24)", "platformdirs (>=4.2.2)", "tomli (>=2.0.1)", "wheel (>=0.43.0)"]
|
2071
2078
|
cover = ["pytest-cov"]
|
2072
2079
|
doc = ["furo", "jaraco.packaging (>=9.3)", "jaraco.tidelift (>=1.4)", "pygments-github-lexers (==0.0.5)", "pyproject-hooks (!=1.1)", "rst.linker (>=1.9)", "sphinx (>=3.5)", "sphinx-favicon", "sphinx-inline-tabs", "sphinx-lint", "sphinx-notfound-page (>=1,<2)", "sphinx-reredirects", "sphinxcontrib-towncrier", "towncrier (<24.7)"]
|
2073
2080
|
enabler = ["pytest-enabler (>=2.2)"]
|
2074
|
-
test = ["build[virtualenv] (>=1.0.3)", "filelock (>=3.4.0)", "ini2toml[lite] (>=0.14)", "jaraco.develop (>=7.21)", "jaraco.envs (>=2.2)", "jaraco.path (>=3.2.0)", "jaraco.test", "packaging (>=23.2)", "pip (>=19.1)", "pyproject-hooks (!=1.1)", "pytest (>=6,!=8.1.*)", "pytest-home (>=0.5)", "pytest-perf", "pytest-subprocess", "pytest-timeout", "pytest-xdist (>=3)", "tomli-w (>=1.0.0)", "virtualenv (>=13.0.0)", "wheel (>=0.44.0)"]
|
2075
|
-
type = ["importlib-metadata (>=7.0.2)", "jaraco.develop (>=7.21)", "mypy (==1.
|
2081
|
+
test = ["build[virtualenv] (>=1.0.3)", "filelock (>=3.4.0)", "ini2toml[lite] (>=0.14)", "jaraco.develop (>=7.21)", "jaraco.envs (>=2.2)", "jaraco.path (>=3.2.0)", "jaraco.test (>=5.5)", "packaging (>=23.2)", "pip (>=19.1)", "pyproject-hooks (!=1.1)", "pytest (>=6,!=8.1.*)", "pytest-home (>=0.5)", "pytest-perf", "pytest-subprocess", "pytest-timeout", "pytest-xdist (>=3)", "tomli-w (>=1.0.0)", "virtualenv (>=13.0.0)", "wheel (>=0.44.0)"]
|
2082
|
+
type = ["importlib-metadata (>=7.0.2)", "jaraco.develop (>=7.21)", "mypy (==1.12.*)", "pytest-mypy"]
|
2076
2083
|
|
2077
2084
|
[[package]]
|
2078
2085
|
name = "snowballstemmer"
|
@@ -2304,13 +2311,13 @@ files = [
|
|
2304
2311
|
|
2305
2312
|
[[package]]
|
2306
2313
|
name = "tox"
|
2307
|
-
version = "4.23.
|
2314
|
+
version = "4.23.2"
|
2308
2315
|
description = "tox is a generic virtualenv management and test command line tool"
|
2309
2316
|
optional = false
|
2310
2317
|
python-versions = ">=3.8"
|
2311
2318
|
files = [
|
2312
|
-
{file = "tox-4.23.
|
2313
|
-
{file = "tox-4.23.
|
2319
|
+
{file = "tox-4.23.2-py3-none-any.whl", hash = "sha256:452bc32bb031f2282881a2118923176445bac783ab97c874b8770ab4c3b76c38"},
|
2320
|
+
{file = "tox-4.23.2.tar.gz", hash = "sha256:86075e00e555df6e82e74cfc333917f91ecb47ffbc868dcafbd2672e332f4a2c"},
|
2314
2321
|
]
|
2315
2322
|
|
2316
2323
|
[package.dependencies]
|
@@ -2326,6 +2333,9 @@ tomli = {version = ">=2.0.1", markers = "python_version < \"3.11\""}
|
|
2326
2333
|
typing-extensions = {version = ">=4.12.2", markers = "python_version < \"3.11\""}
|
2327
2334
|
virtualenv = ">=20.26.6"
|
2328
2335
|
|
2336
|
+
[package.extras]
|
2337
|
+
test = ["devpi-process (>=1.0.2)", "pytest (>=8.3.3)", "pytest-mock (>=3.14)"]
|
2338
|
+
|
2329
2339
|
[[package]]
|
2330
2340
|
name = "twine"
|
2331
2341
|
version = "5.1.1"
|
@@ -2392,13 +2402,13 @@ zstd = ["zstandard (>=0.18.0)"]
|
|
2392
2402
|
|
2393
2403
|
[[package]]
|
2394
2404
|
name = "virtualenv"
|
2395
|
-
version = "20.27.
|
2405
|
+
version = "20.27.1"
|
2396
2406
|
description = "Virtual Python Environment builder"
|
2397
2407
|
optional = false
|
2398
2408
|
python-versions = ">=3.8"
|
2399
2409
|
files = [
|
2400
|
-
{file = "virtualenv-20.27.
|
2401
|
-
{file = "virtualenv-20.27.
|
2410
|
+
{file = "virtualenv-20.27.1-py3-none-any.whl", hash = "sha256:f11f1b8a29525562925f745563bfd48b189450f61fb34c4f9cc79dd5aa32a1f4"},
|
2411
|
+
{file = "virtualenv-20.27.1.tar.gz", hash = "sha256:142c6be10212543b32c6c45d3d3893dff89112cc588b7d0879ae5a1ec03a47ba"},
|
2402
2412
|
]
|
2403
2413
|
|
2404
2414
|
[package.dependencies]
|
@@ -2412,13 +2422,13 @@ test = ["covdefaults (>=2.3)", "coverage (>=7.2.7)", "coverage-enable-subprocess
|
|
2412
2422
|
|
2413
2423
|
[[package]]
|
2414
2424
|
name = "werkzeug"
|
2415
|
-
version = "3.
|
2425
|
+
version = "3.1.3"
|
2416
2426
|
description = "The comprehensive WSGI web application library."
|
2417
2427
|
optional = false
|
2418
|
-
python-versions = ">=3.
|
2428
|
+
python-versions = ">=3.9"
|
2419
2429
|
files = [
|
2420
|
-
{file = "werkzeug-3.
|
2421
|
-
{file = "werkzeug-3.
|
2430
|
+
{file = "werkzeug-3.1.3-py3-none-any.whl", hash = "sha256:54b78bf3716d19a65be4fceccc0d1d7b89e608834989dfae50ea87564639213e"},
|
2431
|
+
{file = "werkzeug-3.1.3.tar.gz", hash = "sha256:60723ce945c19328679790e3282cc758aa4a6040e4bb330f53d30fa546d44746"},
|
2422
2432
|
]
|
2423
2433
|
|
2424
2434
|
[package.dependencies]
|
@@ -2466,48 +2476,48 @@ test = ["zope.testrunner"]
|
|
2466
2476
|
|
2467
2477
|
[[package]]
|
2468
2478
|
name = "zope-interface"
|
2469
|
-
version = "7.1.
|
2479
|
+
version = "7.1.1"
|
2470
2480
|
description = "Interfaces for Python"
|
2471
2481
|
optional = false
|
2472
2482
|
python-versions = ">=3.8"
|
2473
2483
|
files = [
|
2474
|
-
{file = "zope.interface-7.1.
|
2475
|
-
{file = "zope.interface-7.1.
|
2476
|
-
{file = "zope.interface-7.1.
|
2477
|
-
{file = "zope.interface-7.1.
|
2478
|
-
{file = "zope.interface-7.1.
|
2479
|
-
{file = "zope.interface-7.1.
|
2480
|
-
{file = "zope.interface-7.1.
|
2481
|
-
{file = "zope.interface-7.1.
|
2482
|
-
{file = "zope.interface-7.1.
|
2483
|
-
{file = "zope.interface-7.1.
|
2484
|
-
{file = "zope.interface-7.1.
|
2485
|
-
{file = "zope.interface-7.1.
|
2486
|
-
{file = "zope.interface-7.1.
|
2487
|
-
{file = "zope.interface-7.1.
|
2488
|
-
{file = "zope.interface-7.1.
|
2489
|
-
{file = "zope.interface-7.1.
|
2490
|
-
{file = "zope.interface-7.1.
|
2491
|
-
{file = "zope.interface-7.1.
|
2492
|
-
{file = "zope.interface-7.1.
|
2493
|
-
{file = "zope.interface-7.1.
|
2494
|
-
{file = "zope.interface-7.1.
|
2495
|
-
{file = "zope.interface-7.1.
|
2496
|
-
{file = "zope.interface-7.1.
|
2497
|
-
{file = "zope.interface-7.1.
|
2498
|
-
{file = "zope.interface-7.1.
|
2499
|
-
{file = "zope.interface-7.1.
|
2500
|
-
{file = "zope.interface-7.1.
|
2501
|
-
{file = "zope.interface-7.1.
|
2502
|
-
{file = "zope.interface-7.1.
|
2503
|
-
{file = "zope.interface-7.1.
|
2504
|
-
{file = "zope.interface-7.1.
|
2505
|
-
{file = "zope.interface-7.1.
|
2506
|
-
{file = "zope.interface-7.1.
|
2507
|
-
{file = "zope.interface-7.1.
|
2508
|
-
{file = "zope.interface-7.1.
|
2509
|
-
{file = "zope.interface-7.1.
|
2510
|
-
{file = "
|
2484
|
+
{file = "zope.interface-7.1.1-cp310-cp310-macosx_10_9_x86_64.whl", hash = "sha256:6650bd56ef350d37c8baccfd3ee8a0483ed6f8666e641e4b9ae1a1827b79f9e5"},
|
2485
|
+
{file = "zope.interface-7.1.1-cp310-cp310-macosx_11_0_arm64.whl", hash = "sha256:84e87eba6b77a3af187bae82d8de1a7c208c2a04ec9f6bd444fd091b811ad92e"},
|
2486
|
+
{file = "zope.interface-7.1.1-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:1c4e1b4c06d9abd1037c088dae1566c85f344a3e6ae4350744c3f7f7259d9c67"},
|
2487
|
+
{file = "zope.interface-7.1.1-cp310-cp310-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:7cd5e3d910ac87652a09f6e5db8e41bc3b49cf08ddd2d73d30afc644801492cd"},
|
2488
|
+
{file = "zope.interface-7.1.1-cp310-cp310-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:ca95594d936ee349620900be5b46c0122a1ff6ce42d7d5cb2cf09dc84071ef16"},
|
2489
|
+
{file = "zope.interface-7.1.1-cp310-cp310-win_amd64.whl", hash = "sha256:ad339509dcfbbc99bf8e147db6686249c4032f26586699ec4c82f6e5909c9fe2"},
|
2490
|
+
{file = "zope.interface-7.1.1-cp311-cp311-macosx_10_9_x86_64.whl", hash = "sha256:3e59f175e868f856a77c0a77ba001385c377df2104fdbda6b9f99456a01e102a"},
|
2491
|
+
{file = "zope.interface-7.1.1-cp311-cp311-macosx_11_0_arm64.whl", hash = "sha256:0de23bcb93401994ea00bc5c677ef06d420340ac0a4e9c10d80e047b9ce5af3f"},
|
2492
|
+
{file = "zope.interface-7.1.1-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:5cdb7e7e5524b76d3ec037c1d81a9e2c7457b240fd4cb0a2476b65c3a5a6c81f"},
|
2493
|
+
{file = "zope.interface-7.1.1-cp311-cp311-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:3603ef82a9920bd0bfb505423cb7e937498ad971ad5a6141841e8f76d2fd5446"},
|
2494
|
+
{file = "zope.interface-7.1.1-cp311-cp311-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:f1d52d052355e0c5c89e0630dd2ff7c0b823fd5f56286a663e92444761b35e25"},
|
2495
|
+
{file = "zope.interface-7.1.1-cp311-cp311-win_amd64.whl", hash = "sha256:179ad46ece518c9084cb272e4a69d266b659f7f8f48e51706746c2d8a426433e"},
|
2496
|
+
{file = "zope.interface-7.1.1-cp312-cp312-macosx_10_9_x86_64.whl", hash = "sha256:e6503534b52bb1720ace9366ee30838a58a3413d3e197512f3338c8f34b5d89d"},
|
2497
|
+
{file = "zope.interface-7.1.1-cp312-cp312-macosx_11_0_arm64.whl", hash = "sha256:f85b290e5b8b11814efb0d004d8ce6c9a483c35c462e8d9bf84abb93e79fa770"},
|
2498
|
+
{file = "zope.interface-7.1.1-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:d029fac6a80edae80f79c37e5e3abfa92968fe921886139b3ee470a1b177321a"},
|
2499
|
+
{file = "zope.interface-7.1.1-cp312-cp312-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:5836b8fb044c6e75ba34dfaabc602493019eadfa0faf6ff25f4c4c356a71a853"},
|
2500
|
+
{file = "zope.interface-7.1.1-cp312-cp312-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:7395f13533318f150ee72adb55b29284b16e73b6d5f02ab21f173b3e83f242b8"},
|
2501
|
+
{file = "zope.interface-7.1.1-cp312-cp312-win_amd64.whl", hash = "sha256:1d0e23c6b746eb8ce04573cc47bcac60961ac138885d207bd6f57e27a1431ae8"},
|
2502
|
+
{file = "zope.interface-7.1.1-cp313-cp313-macosx_10_9_x86_64.whl", hash = "sha256:9fad9bd5502221ab179f13ea251cb30eef7cf65023156967f86673aff54b53a0"},
|
2503
|
+
{file = "zope.interface-7.1.1-cp313-cp313-macosx_11_0_arm64.whl", hash = "sha256:55c373becbd36a44d0c9be1d5271422fdaa8562d158fb44b4192297b3c67096c"},
|
2504
|
+
{file = "zope.interface-7.1.1-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:ed1df8cc01dd1e3970666a7370b8bfc7457371c58ba88c57bd5bca17ab198053"},
|
2505
|
+
{file = "zope.interface-7.1.1-cp313-cp313-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:99c14f0727c978639139e6cad7a60e82b7720922678d75aacb90cf4ef74a068c"},
|
2506
|
+
{file = "zope.interface-7.1.1-cp313-cp313-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:9b1eed7670d564f1025d7cda89f99f216c30210e42e95de466135be0b4a499d9"},
|
2507
|
+
{file = "zope.interface-7.1.1-cp313-cp313-win_amd64.whl", hash = "sha256:3defc925c4b22ac1272d544a49c6ba04c3eefcce3200319ee1be03d9270306dd"},
|
2508
|
+
{file = "zope.interface-7.1.1-cp38-cp38-macosx_10_9_x86_64.whl", hash = "sha256:8d0fe45be57b5219aa4b96e846631c04615d5ef068146de5a02ccd15c185321f"},
|
2509
|
+
{file = "zope.interface-7.1.1-cp38-cp38-macosx_11_0_arm64.whl", hash = "sha256:bcbeb44fc16e0078b3b68a95e43f821ae34dcbf976dde6985141838a5f23dd3d"},
|
2510
|
+
{file = "zope.interface-7.1.1-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:c8e7b05dc6315a193cceaec071cc3cf1c180cea28808ccded0b1283f1c38ba73"},
|
2511
|
+
{file = "zope.interface-7.1.1-cp38-cp38-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:2d553e02b68c0ea5a226855f02edbc9eefd99f6a8886fa9f9bdf999d77f46585"},
|
2512
|
+
{file = "zope.interface-7.1.1-cp38-cp38-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:81744a7e61b598ebcf4722ac56a7a4f50502432b5b4dc7eb29075a89cf82d029"},
|
2513
|
+
{file = "zope.interface-7.1.1-cp38-cp38-win_amd64.whl", hash = "sha256:7720322763aceb5e0a7cadcc38c67b839efe599f0887cbf6c003c55b1458c501"},
|
2514
|
+
{file = "zope.interface-7.1.1-cp39-cp39-macosx_10_9_x86_64.whl", hash = "sha256:1a2ed0852c25950cf430067f058f8d98df6288502ac313861d9803fe7691a9b3"},
|
2515
|
+
{file = "zope.interface-7.1.1-cp39-cp39-macosx_11_0_arm64.whl", hash = "sha256:9595e478047ce752b35cfa221d7601a5283ccdaab40422e0dc1d4a334c70f580"},
|
2516
|
+
{file = "zope.interface-7.1.1-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:2317e1d4dba68203a5227ea3057f9078ec9376275f9700086b8f0ffc0b358e1b"},
|
2517
|
+
{file = "zope.interface-7.1.1-cp39-cp39-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:d6821ef9870f32154da873fcde439274f99814ea452dd16b99fa0b66345c4b6b"},
|
2518
|
+
{file = "zope.interface-7.1.1-cp39-cp39-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:190eeec67e023d5aac54d183fa145db0b898664234234ac54643a441da434616"},
|
2519
|
+
{file = "zope.interface-7.1.1-cp39-cp39-win_amd64.whl", hash = "sha256:d17e7fc814eaab93409b80819fd6d30342844345c27f3bc3c4b43c2425a8d267"},
|
2520
|
+
{file = "zope.interface-7.1.1.tar.gz", hash = "sha256:4284d664ef0ff7b709836d4de7b13d80873dc5faeffc073abdb280058bfac5e3"},
|
2511
2521
|
]
|
2512
2522
|
|
2513
2523
|
[package.dependencies]
|
@@ -2521,4 +2531,4 @@ testing = ["coverage[toml]", "zope.event", "zope.testing"]
|
|
2521
2531
|
[metadata]
|
2522
2532
|
lock-version = "2.0"
|
2523
2533
|
python-versions = ">=3.9"
|
2524
|
-
content-hash = "
|
2534
|
+
content-hash = "7137a38a84b757ae57363ab53d455398052fbdbd3cb7e5ba3e7be628ae307bfe"
|
@@ -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.32.3.
|
8
|
+
version = "2.32.3.dev9"
|
9
9
|
license = "MIT"
|
10
10
|
readme = "README.md"
|
11
11
|
authors = ["Jonatan Heyman", "Lars Holmberg"]
|
@@ -138,9 +138,9 @@ pywin32 = { version = "*", markers = "sys_platform == 'win32'" }
|
|
138
138
|
optional = true
|
139
139
|
|
140
140
|
[tool.poetry.group.dev.dependencies]
|
141
|
-
mypy = "1.
|
141
|
+
mypy = "^1.13.0"
|
142
142
|
pre-commit = "^3.7.1"
|
143
|
-
ruff = "0.3
|
143
|
+
ruff = "0.7.3"
|
144
144
|
tox = "^4.16.0"
|
145
145
|
twine = "^5.1.1"
|
146
146
|
|
@@ -151,9 +151,9 @@ optional = true
|
|
151
151
|
cryptography = "^43.0.1"
|
152
152
|
pyquery = "^2.0.0"
|
153
153
|
mock = "^5.1.0"
|
154
|
-
mypy = "1.
|
154
|
+
mypy = "^1.13.0"
|
155
155
|
retry = "^0.9.2"
|
156
|
-
ruff = "0.3
|
156
|
+
ruff = "0.7.3"
|
157
157
|
tox = "^4.16.0"
|
158
158
|
types-requests = "^2.32.0.20240622"
|
159
159
|
pytest = "^8.3.3"
|
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
|