diff --git a/pyproject.toml b/pyproject.toml index 7f6cf6b..566137a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -32,12 +32,12 @@ requires-python = ">=3.10,<4" dependencies = [ "gevent >=24.2.1", "influxdb >= 5.3.1", - "locust ~= 2.23.1", - "locust-influxdb-listener ~= 1.0.2", + "locust ~= 2.23", + "locust-influxdb-listener ~= 1.0", "pytest >= 6.2.5", "pyyaml >= 5.4.1", "tag-matcher >= 0.0.5", - "termcolor >= 1.1.0", + "termcolor ~= 1.0", ] [project.optional-dependencies]