diff --git a/pyproject.toml b/pyproject.toml index 6d55640..c80fa1c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -17,7 +17,7 @@ classifiers = [ ] keywords = ["MSA", "ubiqube", "python-sdk"] dependencies = [ - "requests == 2.32.3" + "requests == 2.32.4" ] requires-python = ">=3.12"