diff --git a/NeighborlyAPI/getAdvertisement/host.json b/NeighborlyAPI/getAdvertisement/host.json index 8f3cf9db3..b7e5ad1c0 100644 --- a/NeighborlyAPI/getAdvertisement/host.json +++ b/NeighborlyAPI/getAdvertisement/host.json @@ -2,6 +2,6 @@ "version": "2.0", "extensionBundle": { "id": "Microsoft.Azure.Functions.ExtensionBundle", - "version": "[1.*, 2.0.0)" + "version": "[4.*, 5.0.0)" } -} \ No newline at end of file +} diff --git a/NeighborlyAPI/host.json b/NeighborlyAPI/host.json index d342a8eac..b7e5ad1c0 100644 --- a/NeighborlyAPI/host.json +++ b/NeighborlyAPI/host.json @@ -2,6 +2,6 @@ "version": "2.0", "extensionBundle": { "id": "Microsoft.Azure.Functions.ExtensionBundle", - "version": "[1.*, 2.0.0)" + "version": "[4.*, 5.0.0)" } } diff --git a/NeighborlyAPI/requirements.txt b/NeighborlyAPI/requirements.txt index ebf337459..1eb9d0c31 100644 --- a/NeighborlyAPI/requirements.txt +++ b/NeighborlyAPI/requirements.txt @@ -1,2 +1,6 @@ -azure-functions==1.2.1 -pymongo==3.10.1 +azure-functions==1.24.0 +certifi==2024.8.30 +dnspython==2.8.0 +MarkupSafe==3.0.3 +pymongo==4.10.1 +Werkzeug==3.1.3 diff --git a/NeighborlyFrontEnd/requirements.txt b/NeighborlyFrontEnd/requirements.txt index 868382e97..ce65c9d07 100755 --- a/NeighborlyFrontEnd/requirements.txt +++ b/NeighborlyFrontEnd/requirements.txt @@ -1,15 +1,20 @@ -azure-functions==1.2.1 -certifi==2020.4.5.1 -chardet==3.0.4 +azure-functions==1.7.2 +certifi==2025.11.12 +chardet==5.2.0 +charset-normalizer==3.4.4 click==7.1.2 -dominate==2.5.1 -Flask==1.1.2 -Flask-Bootstrap==3.3.7.1 -idna==2.9 +colorama==0.4.6 +dominate==2.9.1 +feedgen==1.0.0 +Flask==1.1.4 +Flask-Bootstrap4==4.0.2 +idna==3.11 itsdangerous==1.1.0 -Jinja2==2.11.2 -MarkupSafe==1.1.1 -requests==2.23.0 -urllib3==1.25.9 +Jinja2==2.11.3 +MarkupSafe==2.0.1 +requests==2.32.5 +urllib3==2.5.0 visitor==0.1.3 Werkzeug==0.16.1 +six==1.17.0 +blinker==1.4