Skip to content

Commit 6a86f14

Browse files
author
IPAM GitHub Actions
committed
Updated Azure IPAM Version to v3.5.0 [skip ci]
1 parent f18cbd7 commit 6a86f14

File tree

4 files changed

+48
-47
lines changed

4 files changed

+48
-47
lines changed

docs/_coverpage.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

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

5-
# IPAM <small>3.4.0</small>
5+
# IPAM <small>3.5.0</small>
66
> Azure IP Address Management Made Easy
77
88
[GitHub](https://github.com/Azure/ipam)

engine/app/version.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
{
2-
"app": "3.4.0",
2+
"app": "3.5.0",
33
"python": "3.9"
44
}

engine/requirements.lock.txt

Lines changed: 45 additions & 44 deletions
Original file line numberDiff line numberDiff line change
@@ -1,86 +1,87 @@
1-
# Dependencies for Azure IPAM v3.4.0
2-
# Generated on Tue Sep 3 18:39:03 UTC 2024
3-
aiohappyeyeballs==2.4.0
4-
aiohttp==3.10.5
1+
# Dependencies for Azure IPAM v3.5.0
2+
# Generated on Sun Nov 24 19:24:39 UTC 2024
3+
aiohappyeyeballs==2.4.3
4+
aiohttp==3.11.7
55
aiosignal==1.3.1
66
annotated-types==0.7.0
7-
anyio==4.4.0
7+
anyio==4.6.2.post1
88
APScheduler==3.10.4
9-
async-timeout==4.0.3
9+
async-timeout==5.0.1
1010
attrs==24.2.0
1111
azure-common==1.1.28
12-
azure-core==1.30.2
13-
azure-cosmos==4.7.0
14-
azure-functions==1.20.0
15-
azure-identity==1.17.1
16-
azure-keyvault-secrets==4.8.0
12+
azure-core==1.32.0
13+
azure-cosmos==4.9.0
14+
azure-functions==1.21.3
15+
azure-identity==1.19.0
16+
azure-keyvault-secrets==4.9.0
1717
azure-mgmt-compute==33.0.0
18-
azure-mgmt-core==1.4.0
18+
azure-mgmt-core==1.5.0
1919
azure-mgmt-datafactory==9.0.0
2020
azure-mgmt-managementgroups==1.0.0
21-
azure-mgmt-network==26.0.0
22-
azure-mgmt-resource==23.1.1
21+
azure-mgmt-network==28.0.0
22+
azure-mgmt-resource==23.2.0
2323
azure-mgmt-resourcegraph==8.0.0
2424
certifi==2024.8.30
25-
cffi==1.17.0
26-
charset-normalizer==3.3.2
25+
cffi==1.17.1
26+
charset-normalizer==3.4.0
2727
click==8.1.7
28-
cryptography==43.0.0
29-
dnspython==2.6.1
28+
cryptography==43.0.3
29+
dnspython==2.7.0
3030
email_validator==2.2.0
3131
exceptiongroup==1.2.2
32-
fastapi==0.112.2
32+
fastapi==0.115.5
3333
fastapi-cli==0.0.5
34-
frozenlist==1.4.1
34+
frozenlist==1.5.0
3535
h11==0.14.0
36-
httpcore==1.0.5
37-
httptools==0.6.1
36+
httpcore==1.0.7
37+
httptools==0.6.4
3838
httpx==0.27.2
39-
idna==3.8
40-
isodate==0.6.1
39+
idna==3.10
40+
isodate==0.7.2
4141
itsdangerous==2.2.0
4242
Jinja2==3.1.4
4343
jsonpatch==1.33
4444
jsonpointer==3.0.0
4545
loguru==0.7.2
4646
markdown-it-py==3.0.0
47-
MarkupSafe==2.1.5
47+
MarkupSafe==3.0.2
4848
mdurl==0.1.2
49-
msal==1.30.0
49+
msal==1.31.1
5050
msal-extensions==1.2.0
5151
msrest==0.7.1
52-
multidict==6.0.5
52+
multidict==6.1.0
5353
netaddr==1.3.0
5454
oauthlib==3.2.2
55-
orjson==3.10.7
55+
orjson==3.10.12
5656
portalocker==2.10.1
57+
propcache==0.2.0
5758
pycparser==2.22
58-
pydantic==2.8.2
59-
pydantic-extra-types==2.9.0
60-
pydantic-settings==2.4.0
61-
pydantic_core==2.20.1
59+
pydantic==2.10.1
60+
pydantic-extra-types==2.10.0
61+
pydantic-settings==2.6.1
62+
pydantic_core==2.27.1
6263
Pygments==2.18.0
63-
PyJWT==2.9.0
64+
PyJWT==2.10.0
6465
python-dotenv==1.0.1
65-
python-multipart==0.0.9
66-
pytz==2024.1
66+
python-multipart==0.0.17
67+
pytz==2024.2
6768
PyYAML==6.0.2
68-
regex==2024.7.24
69+
regex==2024.11.6
6970
requests==2.32.3
7071
requests-oauthlib==2.0.0
71-
rich==13.8.0
72+
rich==13.9.4
7273
shellingham==1.5.4
7374
shortuuid==1.0.13
7475
six==1.16.0
7576
sniffio==1.3.1
76-
starlette==0.38.4
77-
typer==0.12.5
77+
starlette==0.41.3
78+
typer==0.13.1
7879
typing_extensions==4.12.2
7980
tzlocal==5.2
8081
ujson==5.10.0
81-
urllib3==2.2.2
82-
uvicorn==0.30.6
83-
uvloop==0.20.0
82+
urllib3==2.2.3
83+
uvicorn==0.32.1
84+
uvloop==0.21.0
8485
watchfiles==0.24.0
85-
websockets==13.0.1
86-
yarl==1.9.7
86+
websockets==14.1
87+
yarl==1.18.0

ui/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "azure-ipam-ui",
3-
"version": "3.4.0",
3+
"version": "3.5.0",
44
"type": "module",
55
"private": true,
66
"dependencies": {

0 commit comments

Comments
 (0)