diff --git a/setup.py b/setup.py index dd4b1b5b..214cde22 100644 --- a/setup.py +++ b/setup.py @@ -29,7 +29,7 @@ "jupyter==1.0.0", "matplotlib>=3.5.3", "pandas>=0.25.2", - "requests==2.28.1", + "requests==2.31.0", "statsmodels==0.13.2", "tqdm==4.64.1", "pydantic==1.10.2", diff --git a/vortexasdk/version.py b/vortexasdk/version.py index 69af406f..756f245b 100644 --- a/vortexasdk/version.py +++ b/vortexasdk/version.py @@ -1 +1 @@ -__version__ = "0.53.6" +__version__ = "0.53.7"