diff --git a/pyproject.toml b/pyproject.toml index e5995bc..eb9f9c1 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -17,7 +17,7 @@ classifiers = [ ] keywords = ["MSA", "ubiqube", "python-sdk"] dependencies = [ - "requests == 2.33.0" + "requests == 2.33.1" ] requires-python = ">=3.12"