diff --git a/docs/_coverpage.md b/docs/_coverpage.md index 9061a070..1358a671 100644 --- a/docs/_coverpage.md +++ b/docs/_coverpage.md @@ -2,7 +2,7 @@ ![logo](./images/ipam-logo.png ':size=45%') -# IPAM 3.3.0 +# IPAM 3.4.0 > Azure IP Address Management Made Easy [GitHub](https://github.com/Azure/ipam) diff --git a/engine/app/version.json b/engine/app/version.json index 9d914e38..3ebb5055 100644 --- a/engine/app/version.json +++ b/engine/app/version.json @@ -1,4 +1,4 @@ { - "app": "3.3.0", + "app": "3.4.0", "python": "3.9" } diff --git a/engine/requirements.lock.txt b/engine/requirements.lock.txt index f9b16e74..33ac18d1 100644 --- a/engine/requirements.lock.txt +++ b/engine/requirements.lock.txt @@ -1,40 +1,41 @@ -# Dependencies for Azure IPAM v3.3.0 -aiohttp==3.9.5 +# Dependencies for Azure IPAM v3.4.0 +aiohappyeyeballs==2.4.0 +aiohttp==3.10.5 aiosignal==1.3.1 annotated-types==0.7.0 anyio==4.4.0 APScheduler==3.10.4 async-timeout==4.0.3 -attrs==23.2.0 +attrs==24.2.0 azure-common==1.1.28 azure-core==1.30.2 azure-cosmos==4.7.0 azure-functions==1.20.0 azure-identity==1.17.1 azure-keyvault-secrets==4.8.0 -azure-mgmt-compute==31.0.0 +azure-mgmt-compute==33.0.0 azure-mgmt-core==1.4.0 -azure-mgmt-datafactory==8.0.0 +azure-mgmt-datafactory==9.0.0 azure-mgmt-managementgroups==1.0.0 -azure-mgmt-network==25.4.0 +azure-mgmt-network==26.0.0 azure-mgmt-resource==23.1.1 azure-mgmt-resourcegraph==8.0.0 -certifi==2024.7.4 -cffi==1.16.0 +certifi==2024.8.30 +cffi==1.17.0 charset-normalizer==3.3.2 click==8.1.7 -cryptography==42.0.8 +cryptography==43.0.0 dnspython==2.6.1 email_validator==2.2.0 -exceptiongroup==1.2.1 -fastapi==0.111.0 -fastapi-cli==0.0.4 +exceptiongroup==1.2.2 +fastapi==0.112.2 +fastapi-cli==0.0.5 frozenlist==1.4.1 h11==0.14.0 httpcore==1.0.5 httptools==0.6.1 -httpx==0.27.0 -idna==3.7 +httpx==0.27.2 +idna==3.8 isodate==0.6.1 itsdangerous==2.2.0 Jinja2==3.1.4 @@ -44,41 +45,41 @@ loguru==0.7.2 markdown-it-py==3.0.0 MarkupSafe==2.1.5 mdurl==0.1.2 -msal==1.29.0 +msal==1.30.0 msal-extensions==1.2.0 msrest==0.7.1 multidict==6.0.5 netaddr==1.3.0 oauthlib==3.2.2 -orjson==3.10.6 -portalocker==2.10.0 +orjson==3.10.7 +portalocker==2.10.1 pycparser==2.22 pydantic==2.8.2 pydantic-extra-types==2.9.0 -pydantic-settings==2.3.4 +pydantic-settings==2.4.0 pydantic_core==2.20.1 Pygments==2.18.0 -PyJWT==2.8.0 +PyJWT==2.9.0 python-dotenv==1.0.1 python-multipart==0.0.9 pytz==2024.1 -PyYAML==6.0.1 -regex==2024.5.15 +PyYAML==6.0.2 +regex==2024.7.24 requests==2.32.3 requests-oauthlib==2.0.0 -rich==13.7.1 +rich==13.8.0 shellingham==1.5.4 shortuuid==1.0.13 six==1.16.0 sniffio==1.3.1 -starlette==0.37.2 -typer==0.12.3 +starlette==0.38.4 +typer==0.12.5 typing_extensions==4.12.2 tzlocal==5.2 ujson==5.10.0 urllib3==2.2.2 -uvicorn==0.30.1 -uvloop==0.19.0 -watchfiles==0.22.0 -websockets==12.0 -yarl==1.9.4 +uvicorn==0.30.6 +uvloop==0.20.0 +watchfiles==0.24.0 +websockets==13.0.1 +yarl==1.9.7 diff --git a/ui/package.json b/ui/package.json index da4def1f..c29b4085 100644 --- a/ui/package.json +++ b/ui/package.json @@ -1,6 +1,6 @@ { "name": "azure-ipam-ui", - "version": "3.3.0", + "version": "3.4.0", "type": "module", "private": true, "dependencies": {