diff --git a/hm-locust/poetry.lock b/hm-locust/poetry.lock index 6ae2161276..0b47727deb 100644 --- a/hm-locust/poetry.lock +++ b/hm-locust/poetry.lock @@ -684,14 +684,14 @@ i18n = ["Babel (>=2.7)"] [[package]] name = "locust" -version = "2.17.0" +version = "2.18.0" description = "Developer friendly load testing framework" category = "main" optional = false -python-versions = ">=3.7" +python-versions = ">=3.8" files = [ - {file = "locust-2.17.0-py3-none-any.whl", hash = "sha256:72e4d41a5e674f5149cc6cb5d70b3382b4bfe38fba9e7a29f5368052b6e68d44"}, - {file = "locust-2.17.0.tar.gz", hash = "sha256:e50bb4647370c22d27010cd700cc87a519a0f25fef012efa7b42af68982b58f0"}, + {file = "locust-2.18.0-py3-none-any.whl", hash = "sha256:55036b2601ad7a2725885ceafb28f90390128a9a5dc631809da462f53b37cd56"}, + {file = "locust-2.18.0.tar.gz", hash = "sha256:f8d668c2c33518c705664bc869791d58fc98ba8f1aadbf2335be36e4e681feae"}, ] [package.dependencies] @@ -707,7 +707,6 @@ pywin32 = {version = "*", markers = "platform_system == \"Windows\""} pyzmq = ">=22.2.1,<23.0.0 || >23.0.0" requests = ">=2.23.0" roundrobin = ">=0.0.2" -typing-extensions = ">=3.7.4.3" Werkzeug = ">=2.0.0" [[package]] @@ -1149,18 +1148,6 @@ files = [ {file = "tomli-2.0.1.tar.gz", hash = "sha256:de526c12914f0c550d15924c62d72abc48d6fe7364aa87328337a31007fe8a4f"}, ] -[[package]] -name = "typing-extensions" -version = "4.8.0" -description = "Backported and Experimental Type Hints for Python 3.8+" -category = "main" -optional = false -python-versions = ">=3.8" -files = [ - {file = "typing_extensions-4.8.0-py3-none-any.whl", hash = "sha256:8f92fc8806f9a6b641eaa5318da32b44d401efaac0f6678c9bc448ba3605faa0"}, - {file = "typing_extensions-4.8.0.tar.gz", hash = "sha256:df8e4339e9cb77357558cbdbceca33c303714cf861d1eef15e1070055ae8b7ef"}, -] - [[package]] name = "urllib3" version = "2.0.7" @@ -1273,4 +1260,4 @@ testing = ["coverage (>=5.0.3)", "zope.event", "zope.testing"] [metadata] lock-version = "2.0" python-versions = "3.12.x" -content-hash = "89deafcf5b6962c7452cb6e71557540767debe792fd111205cd06bca58ae9de9" +content-hash = "92fb0461b0b23a75d909746d38e114d5f66b81e2fe7e7f07a2d2bc26d6f452d3" diff --git a/hm-locust/pyproject.toml b/hm-locust/pyproject.toml index 3709d7cd73..823b073f0b 100644 --- a/hm-locust/pyproject.toml +++ b/hm-locust/pyproject.toml @@ -6,7 +6,7 @@ authors = ["Hongbo Miao"] [tool.poetry.dependencies] python = "3.12.x" -locust = "2.17.0" +locust = "2.18.0" python-dotenv = "1.0.0" python-magic = "0.4.27"