diff --git a/setup.py b/setup.py index a70a0da1f..d6fea4289 100644 --- a/setup.py +++ b/setup.py @@ -106,7 +106,7 @@ ] INSTALL_REQUIRES = [ - "azure-functions==1.15.1b2", + "azure-functions==1.16.0", "python-dateutil~=2.8.2" ]