diff --git a/poetry.lock b/poetry.lock index eedad4e..59f4b14 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1,4 +1,4 @@ -# This file is automatically @generated by Poetry 1.8.4 and should not be changed by hand. +# This file is automatically @generated by Poetry 1.8.5 and should not be changed by hand. [[package]] name = "annotated-types" @@ -1183,13 +1183,13 @@ i18n = ["Babel (>=2.7)"] [[package]] name = "locust" -version = "2.32.4" +version = "2.32.5" description = "Developer-friendly load testing framework" optional = false python-versions = ">=3.9" files = [ - {file = "locust-2.32.4-py3-none-any.whl", hash = "sha256:7c5b8767c0d771b5167d5d6b82878622faead74f394eb9cafe8891d89eb36b97"}, - {file = "locust-2.32.4.tar.gz", hash = "sha256:fd650cbc40842e721668a8d0f7f8224775432b40c63d0a378546b9a9f54b7559"}, + {file = "locust-2.32.5-py3-none-any.whl", hash = "sha256:2f49509868ffc2e368be40921c6825f92147c84e997206760a85dab3058f5efb"}, + {file = "locust-2.32.5.tar.gz", hash = "sha256:ea7bc1e8ce2520e8893c471b4b0a56a4f53b01b4b618adfe8d2c8ab2728b5821"}, ] [package.dependencies] @@ -2737,4 +2737,4 @@ testing = ["coverage[toml]", "zope.event", "zope.testing"] [metadata] lock-version = "2.0" python-versions = "^3.11" -content-hash = "a9faa0dc636434a08af9c34b557026da834d5d6fb05b4c85b95c3dc49fb420ed" +content-hash = "c7f1a088ba806b38ed92d11d7d6ba4355a53a366e990318d54442e0331f6a796" diff --git a/pyproject.toml b/pyproject.toml index b469a1c..762729f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -7,7 +7,7 @@ readme = "README.md" [tool.poetry.dependencies] python = "^3.11" -locust = "^2.32.4" +locust = "^2.32.5" pandas = "^2.2.3" google-cloud-storage = "^2.18.2" grpcio = "^1.66.1"