diff --git a/poetry.lock b/poetry.lock index 9fc8ad47..5fbe6408 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1216,13 +1216,13 @@ typing-extensions = ">=4.5.0" [[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] @@ -3256,4 +3256,4 @@ testing = ["coverage (>=5.0.3)", "zope.event", "zope.testing"] [metadata] lock-version = "2.0" python-versions = ">=3.12,<4" -content-hash = "1125e9b2a21e610599862402efdaea0df589d8b43ae9eaa0c2a3391f25b61fe7" +content-hash = "97c5c7c99a125060c5e2835b35e4f8d1186a9042da508257e60cd616548b9a08" diff --git a/pyproject.toml b/pyproject.toml index 751dd523..8cb4f771 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -37,7 +37,7 @@ black = "24.8.0" [tool.poetry.group.load-testing.dependencies] -locust = "^2.31.5" +locust = "^2.31.6" httpx = "^0.27.2"