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