locust 2.32.4.dev13__py3-none-any.whl → 2.32.4.dev14__py3-none-any.whl

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/_version.py CHANGED
@@ -14,7 +14,7 @@ __version_tuple__: VERSION_TUPLE
14
14
  version_tuple: VERSION_TUPLE
15
15
 
16
16
 
17
- __version__ = "2.32.4.dev13"
17
+ __version__ = "2.32.4.dev14"
18
18
  version = __version__
19
- __version_tuple__ = (2, 32, 4, "dev13")
19
+ __version_tuple__ = (2, 32, 4, "dev14")
20
20
  version_tuple = __version_tuple__
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: locust
3
- Version: 2.32.4.dev13
3
+ Version: 2.32.4.dev14
4
4
  Summary: Developer-friendly load testing framework
5
5
  Home-page: https://locust.io/
6
6
  License: MIT
@@ -36,7 +36,7 @@ Requires-Dist: pywin32 ; sys_platform == "win32"
36
36
  Requires-Dist: pyzmq (>=25.0.0)
37
37
  Requires-Dist: requests (>=2.26.0) ; python_full_version <= "3.11.0"
38
38
  Requires-Dist: requests (>=2.32.2) ; python_full_version > "3.11.0"
39
- Requires-Dist: setuptools (>=65.5.1)
39
+ Requires-Dist: setuptools (>=70.0.0)
40
40
  Requires-Dist: tomli (>=1.1.0) ; python_version < "3.11"
41
41
  Requires-Dist: typing_extensions (>=4.6.0) ; python_version < "3.11"
42
42
  Project-URL: Documentation, https://docs.locust.io/
@@ -1,6 +1,6 @@
1
1
  locust/__init__.py,sha256=Jit8eNUrwuMLqavyFvMZr69e61DILq_KB4yT4MciScw,1681
2
2
  locust/__main__.py,sha256=vBQ82334kX06ImDbFlPFgiBRiLIinwNk3z8Khs6hd74,31
3
- locust/_version.py,sha256=zc1WQsL38-RQ3nY7eRu02rM15dstQPMIW6gzSSpD7kk,460
3
+ locust/_version.py,sha256=KknKtT1Xm3sZc7_Jqf7LbR2xy6tzNLXrI3PSmwrMyhY,460
4
4
  locust/argument_parser.py,sha256=xB9TQhAALeIZLx0hxoBOVv4dhSNdB15BG0fDYXkyeFc,30137
5
5
  locust/clients.py,sha256=XK-xabq2_5GZKMEjebDobvEjeBTtCs8h2EelL7s68Qs,19346
6
6
  locust/contrib/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
@@ -46,9 +46,9 @@ locust/webui/dist/assets/index-NWe79_gt.js,sha256=naiSRysX4l-n8xyNeScVRB1A_c0Frm
46
46
  locust/webui/dist/auth.html,sha256=edw-yAnJzsjTvD0lYpXv4Vtt39-qU8pR04oCpv-LkF8,648
47
47
  locust/webui/dist/index.html,sha256=KKE2LgfE397OHPgjKHzCevNjxdfbpXzwjuxVH7VBC_4,654
48
48
  locust/webui/dist/report.html,sha256=KUmkufa4Ob8GTqBmVtFnueZL8h76eEUMVnoL069cAcg,1471006
49
- poetry.lock,sha256=Oznh6_Ckq5dKvnrv7SyQsbqkiLtz-0PZPM8QYoL5If0,214415
50
- locust-2.32.4.dev13.dist-info/LICENSE,sha256=78XGpIn3fHVBfaxlPNUfjVufSN7QsdhpJMRJHv2AFpo,1095
51
- locust-2.32.4.dev13.dist-info/METADATA,sha256=AoD9zk2x90bWDDXAiHfge9vc9ZumEhIhRBvbZ11xxjs,9990
52
- locust-2.32.4.dev13.dist-info/WHEEL,sha256=Nq82e9rUAnEjt98J6MlVmMCZb-t9cYE2Ir1kpBmnWfs,88
53
- locust-2.32.4.dev13.dist-info/entry_points.txt,sha256=RhIxlLwU_Ae_WjimS5COUDLagdCh6IOMyLtgaQxNmlM,43
54
- locust-2.32.4.dev13.dist-info/RECORD,,
49
+ poetry.lock,sha256=a4ZAnX6LNBWBJnqtxt4gK0uPSqPsBdDitylFj1rL3LA,214415
50
+ locust-2.32.4.dev14.dist-info/LICENSE,sha256=78XGpIn3fHVBfaxlPNUfjVufSN7QsdhpJMRJHv2AFpo,1095
51
+ locust-2.32.4.dev14.dist-info/METADATA,sha256=_vpF6xNGeuC_RKu6ZPbYFiVU8PJYFCzTRqPml08_CM4,9990
52
+ locust-2.32.4.dev14.dist-info/WHEEL,sha256=Nq82e9rUAnEjt98J6MlVmMCZb-t9cYE2Ir1kpBmnWfs,88
53
+ locust-2.32.4.dev14.dist-info/entry_points.txt,sha256=RhIxlLwU_Ae_WjimS5COUDLagdCh6IOMyLtgaQxNmlM,43
54
+ locust-2.32.4.dev14.dist-info/RECORD,,
poetry.lock CHANGED
@@ -2063,23 +2063,23 @@ jeepney = ">=0.6"
2063
2063
 
2064
2064
  [[package]]
2065
2065
  name = "setuptools"
2066
- version = "75.5.0"
2066
+ version = "75.6.0"
2067
2067
  description = "Easily download, build, install, upgrade, and uninstall Python packages"
2068
2068
  optional = false
2069
2069
  python-versions = ">=3.9"
2070
2070
  files = [
2071
- {file = "setuptools-75.5.0-py3-none-any.whl", hash = "sha256:87cb777c3b96d638ca02031192d40390e0ad97737e27b6b4fa831bea86f2f829"},
2072
- {file = "setuptools-75.5.0.tar.gz", hash = "sha256:5c4ccb41111392671f02bb5f8436dfc5a9a7185e80500531b133f5775c4163ef"},
2071
+ {file = "setuptools-75.6.0-py3-none-any.whl", hash = "sha256:ce74b49e8f7110f9bf04883b730f4765b774ef3ef28f722cce7c273d253aaf7d"},
2072
+ {file = "setuptools-75.6.0.tar.gz", hash = "sha256:8199222558df7c86216af4f84c30e9b34a61d8ba19366cc914424cdbd28252f6"},
2073
2073
  ]
2074
2074
 
2075
2075
  [package.extras]
2076
2076
  check = ["pytest-checkdocs (>=2.4)", "pytest-ruff (>=0.2.1)", "ruff (>=0.7.0)"]
2077
- core = ["importlib-metadata (>=6)", "jaraco.collections", "jaraco.functools (>=4)", "jaraco.text (>=3.7)", "more-itertools", "more-itertools (>=8.8)", "packaging", "packaging (>=24.2)", "platformdirs (>=4.2.2)", "tomli (>=2.0.1)", "wheel (>=0.43.0)"]
2077
+ core = ["importlib_metadata (>=6)", "jaraco.collections", "jaraco.functools (>=4)", "jaraco.text (>=3.7)", "more_itertools", "more_itertools (>=8.8)", "packaging", "packaging (>=24.2)", "platformdirs (>=4.2.2)", "tomli (>=2.0.1)", "wheel (>=0.43.0)"]
2078
2078
  cover = ["pytest-cov"]
2079
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)"]
2080
2080
  enabler = ["pytest-enabler (>=2.2)"]
2081
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 (>=24.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,<1.14)", "pytest-mypy"]
2082
+ type = ["importlib_metadata (>=7.0.2)", "jaraco.develop (>=7.21)", "mypy (>=1.12,<1.14)", "pytest-mypy"]
2083
2083
 
2084
2084
  [[package]]
2085
2085
  name = "snowballstemmer"
@@ -2531,4 +2531,4 @@ testing = ["coverage[toml]", "zope.event", "zope.testing"]
2531
2531
  [metadata]
2532
2532
  lock-version = "2.0"
2533
2533
  python-versions = ">=3.9"
2534
- content-hash = "ba7e8cecda976565bb1984a5c80af8912a673193a3ee45512ba8bcf76701676b"
2534
+ content-hash = "a4f8d9de3221c6c6b28c870eb78f70d5e473e7b1c59aa00d37c9e4aea1262abf"