Skip to content

Commit

Permalink
Updated Azure IPAM Version to v3.5.0 [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
IPAM GitHub Actions committed Nov 24, 2024
1 parent f18cbd7 commit 6a86f14
Show file tree
Hide file tree
Showing 4 changed files with 48 additions and 47 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.4.0</small>
# IPAM <small>3.5.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.4.0",
"app": "3.5.0",
"python": "3.9"
}
89 changes: 45 additions & 44 deletions engine/requirements.lock.txt
Original file line number Diff line number Diff line change
@@ -1,86 +1,87 @@
# Dependencies for Azure IPAM v3.4.0
# Generated on Tue Sep 3 18:39:03 UTC 2024
aiohappyeyeballs==2.4.0
aiohttp==3.10.5
# Dependencies for Azure IPAM v3.5.0
# Generated on Sun Nov 24 19:24:39 UTC 2024
aiohappyeyeballs==2.4.3
aiohttp==3.11.7
aiosignal==1.3.1
annotated-types==0.7.0
anyio==4.4.0
anyio==4.6.2.post1
APScheduler==3.10.4
async-timeout==4.0.3
async-timeout==5.0.1
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-core==1.32.0
azure-cosmos==4.9.0
azure-functions==1.21.3
azure-identity==1.19.0
azure-keyvault-secrets==4.9.0
azure-mgmt-compute==33.0.0
azure-mgmt-core==1.4.0
azure-mgmt-core==1.5.0
azure-mgmt-datafactory==9.0.0
azure-mgmt-managementgroups==1.0.0
azure-mgmt-network==26.0.0
azure-mgmt-resource==23.1.1
azure-mgmt-network==28.0.0
azure-mgmt-resource==23.2.0
azure-mgmt-resourcegraph==8.0.0
certifi==2024.8.30
cffi==1.17.0
charset-normalizer==3.3.2
cffi==1.17.1
charset-normalizer==3.4.0
click==8.1.7
cryptography==43.0.0
dnspython==2.6.1
cryptography==43.0.3
dnspython==2.7.0
email_validator==2.2.0
exceptiongroup==1.2.2
fastapi==0.112.2
fastapi==0.115.5
fastapi-cli==0.0.5
frozenlist==1.4.1
frozenlist==1.5.0
h11==0.14.0
httpcore==1.0.5
httptools==0.6.1
httpcore==1.0.7
httptools==0.6.4
httpx==0.27.2
idna==3.8
isodate==0.6.1
idna==3.10
isodate==0.7.2
itsdangerous==2.2.0
Jinja2==3.1.4
jsonpatch==1.33
jsonpointer==3.0.0
loguru==0.7.2
markdown-it-py==3.0.0
MarkupSafe==2.1.5
MarkupSafe==3.0.2
mdurl==0.1.2
msal==1.30.0
msal==1.31.1
msal-extensions==1.2.0
msrest==0.7.1
multidict==6.0.5
multidict==6.1.0
netaddr==1.3.0
oauthlib==3.2.2
orjson==3.10.7
orjson==3.10.12
portalocker==2.10.1
propcache==0.2.0
pycparser==2.22
pydantic==2.8.2
pydantic-extra-types==2.9.0
pydantic-settings==2.4.0
pydantic_core==2.20.1
pydantic==2.10.1
pydantic-extra-types==2.10.0
pydantic-settings==2.6.1
pydantic_core==2.27.1
Pygments==2.18.0
PyJWT==2.9.0
PyJWT==2.10.0
python-dotenv==1.0.1
python-multipart==0.0.9
pytz==2024.1
python-multipart==0.0.17
pytz==2024.2
PyYAML==6.0.2
regex==2024.7.24
regex==2024.11.6
requests==2.32.3
requests-oauthlib==2.0.0
rich==13.8.0
rich==13.9.4
shellingham==1.5.4
shortuuid==1.0.13
six==1.16.0
sniffio==1.3.1
starlette==0.38.4
typer==0.12.5
starlette==0.41.3
typer==0.13.1
typing_extensions==4.12.2
tzlocal==5.2
ujson==5.10.0
urllib3==2.2.2
uvicorn==0.30.6
uvloop==0.20.0
urllib3==2.2.3
uvicorn==0.32.1
uvloop==0.21.0
watchfiles==0.24.0
websockets==13.0.1
yarl==1.9.7
websockets==14.1
yarl==1.18.0
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.4.0",
"version": "3.5.0",
"type": "module",
"private": true,
"dependencies": {
Expand Down

0 comments on commit 6a86f14

Please sign in to comment.