diff --git a/hm-locust/poetry.lock b/hm-locust/poetry.lock index c0faff8ec1..912a279c50 100644 --- a/hm-locust/poetry.lock +++ b/hm-locust/poetry.lock @@ -624,13 +624,13 @@ i18n = ["Babel (>=2.7)"] [[package]] name = "locust" -version = "2.31.5" +version = "2.31.6" description = "Developer-friendly load testing framework" optional = false python-versions = ">=3.9" files = [ - {file = "locust-2.31.5-py3-none-any.whl", hash = "sha256:2904ff6307d54d3202c9ebd776f9170214f6dfbe4059504dad9e3ffaca03f600"}, - {file = "locust-2.31.5.tar.gz", hash = "sha256:14b2fa6f95bf248668e6dc92d100a44f06c5dcb1c26f88a5442bcaaee18faceb"}, + {file = "locust-2.31.6-py3-none-any.whl", hash = "sha256:004c963c7a588dc15d57d710cdc6a262d85b57936d7fad3c38ac0657aa98fc3b"}, + {file = "locust-2.31.6.tar.gz", hash = "sha256:03b6da0491d6a0b905692d9ac128d9deec403f40dc605c481a90dbab5126318c"}, ] [package.dependencies] @@ -1158,4 +1158,4 @@ testing = ["coverage (>=5.0.3)", "zope.event", "zope.testing"] [metadata] lock-version = "2.0" python-versions = "3.12.x" -content-hash = "77dea225ebb4d752882cb889e5e8a01e52820031831e61ad756ecc77ef91d9be" +content-hash = "c8a8f357810b78f22e00c1b5fd19b14f5e8f629489616539d56f9c747f43714e" diff --git a/hm-locust/pyproject.toml b/hm-locust/pyproject.toml index d9a2a25a78..ef912e1420 100644 --- a/hm-locust/pyproject.toml +++ b/hm-locust/pyproject.toml @@ -3,7 +3,7 @@ package-mode = false [tool.poetry.dependencies] python = "3.12.x" -locust = "2.31.5" +locust = "2.31.6" python-dotenv = "1.0.1" python-magic = "0.4.27"