Skip to content

Commit

Permalink
Updated Azure IPAM Version to v3.4.0 [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
IPAM GitHub Actions committed Sep 3, 2024
1 parent f322187 commit fb7fe29
Show file tree
Hide file tree
Showing 4 changed files with 33 additions and 32 deletions.
2 changes: 1 addition & 1 deletion docs/_coverpage.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

![logo](./images/ipam-logo.png ':size=45%')

# IPAM <small>3.3.0</small>
# IPAM <small>3.4.0</small>
> Azure IP Address Management Made Easy
[GitHub](https://github.com/Azure/ipam)
Expand Down
2 changes: 1 addition & 1 deletion engine/app/version.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
"app": "3.3.0",
"app": "3.4.0",
"python": "3.9"
}
59 changes: 30 additions & 29 deletions engine/requirements.lock.txt
Original file line number Diff line number Diff line change
@@ -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
Expand All @@ -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
2 changes: 1 addition & 1 deletion ui/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "azure-ipam-ui",
"version": "3.3.0",
"version": "3.4.0",
"type": "module",
"private": true,
"dependencies": {
Expand Down

0 comments on commit fb7fe29

Please sign in to comment.