diff --git a/hm-locust/poetry.lock b/hm-locust/poetry.lock index 2c9aa21fe5..ba462054a4 100644 --- a/hm-locust/poetry.lock +++ b/hm-locust/poetry.lock @@ -679,14 +679,14 @@ i18n = ["Babel (>=2.7)"] [[package]] name = "locust" -version = "2.19.1" +version = "2.20.0" description = "Developer friendly load testing framework" category = "main" optional = false python-versions = ">=3.8" files = [ - {file = "locust-2.19.1-py3-none-any.whl", hash = "sha256:152d6c9b1d8b842422a9ef352d13529d337d5c4e1e0c0a3e0827c1b5eafb903d"}, - {file = "locust-2.19.1.tar.gz", hash = "sha256:5c21609b1395833dc0b4bb3ddaaf709a88f6e70950aefce86e11eb5944fe9217"}, + {file = "locust-2.20.0-py3-none-any.whl", hash = "sha256:8092dde31c4cfb43b9b40470ffc7c5f95b3a491dfcb813bb50567edec28451dc"}, + {file = "locust-2.20.0.tar.gz", hash = "sha256:b6f78af64bc5066babe54836f796469906cd606b01f34ee788986d0b1fbac99a"}, ] [package.dependencies] @@ -1255,4 +1255,4 @@ testing = ["coverage (>=5.0.3)", "zope.event", "zope.testing"] [metadata] lock-version = "2.0" python-versions = "3.12.x" -content-hash = "26f155c1745a7dfdbd4ed95ffde57556bdc3ef198b9bc44f719f8fd5e581521f" +content-hash = "c72ebe2fc32ac5a57049472832e9ca7825decbde55e5424b3bc9b360f0ba9147" diff --git a/hm-locust/pyproject.toml b/hm-locust/pyproject.toml index 3b4cb8973a..22cebbd529 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.19.1" +locust = "2.20.0" python-dotenv = "1.0.0" python-magic = "0.4.27"