Skip to content

Commit fb7fe29

Browse files
author
IPAM GitHub Actions
committed
Updated Azure IPAM Version to v3.4.0 [skip ci]
1 parent f322187 commit fb7fe29

File tree

4 files changed

+33
-32
lines changed

4 files changed

+33
-32
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.3.0</small>
5+
# IPAM <small>3.4.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.3.0",
2+
"app": "3.4.0",
33
"python": "3.9"
44
}

engine/requirements.lock.txt

Lines changed: 30 additions & 29 deletions
Original file line numberDiff line numberDiff line change
@@ -1,40 +1,41 @@
1-
# Dependencies for Azure IPAM v3.3.0
2-
aiohttp==3.9.5
1+
# Dependencies for Azure IPAM v3.4.0
2+
aiohappyeyeballs==2.4.0
3+
aiohttp==3.10.5
34
aiosignal==1.3.1
45
annotated-types==0.7.0
56
anyio==4.4.0
67
APScheduler==3.10.4
78
async-timeout==4.0.3
8-
attrs==23.2.0
9+
attrs==24.2.0
910
azure-common==1.1.28
1011
azure-core==1.30.2
1112
azure-cosmos==4.7.0
1213
azure-functions==1.20.0
1314
azure-identity==1.17.1
1415
azure-keyvault-secrets==4.8.0
15-
azure-mgmt-compute==31.0.0
16+
azure-mgmt-compute==33.0.0
1617
azure-mgmt-core==1.4.0
17-
azure-mgmt-datafactory==8.0.0
18+
azure-mgmt-datafactory==9.0.0
1819
azure-mgmt-managementgroups==1.0.0
19-
azure-mgmt-network==25.4.0
20+
azure-mgmt-network==26.0.0
2021
azure-mgmt-resource==23.1.1
2122
azure-mgmt-resourcegraph==8.0.0
22-
certifi==2024.7.4
23-
cffi==1.16.0
23+
certifi==2024.8.30
24+
cffi==1.17.0
2425
charset-normalizer==3.3.2
2526
click==8.1.7
26-
cryptography==42.0.8
27+
cryptography==43.0.0
2728
dnspython==2.6.1
2829
email_validator==2.2.0
29-
exceptiongroup==1.2.1
30-
fastapi==0.111.0
31-
fastapi-cli==0.0.4
30+
exceptiongroup==1.2.2
31+
fastapi==0.112.2
32+
fastapi-cli==0.0.5
3233
frozenlist==1.4.1
3334
h11==0.14.0
3435
httpcore==1.0.5
3536
httptools==0.6.1
36-
httpx==0.27.0
37-
idna==3.7
37+
httpx==0.27.2
38+
idna==3.8
3839
isodate==0.6.1
3940
itsdangerous==2.2.0
4041
Jinja2==3.1.4
@@ -44,41 +45,41 @@ loguru==0.7.2
4445
markdown-it-py==3.0.0
4546
MarkupSafe==2.1.5
4647
mdurl==0.1.2
47-
msal==1.29.0
48+
msal==1.30.0
4849
msal-extensions==1.2.0
4950
msrest==0.7.1
5051
multidict==6.0.5
5152
netaddr==1.3.0
5253
oauthlib==3.2.2
53-
orjson==3.10.6
54-
portalocker==2.10.0
54+
orjson==3.10.7
55+
portalocker==2.10.1
5556
pycparser==2.22
5657
pydantic==2.8.2
5758
pydantic-extra-types==2.9.0
58-
pydantic-settings==2.3.4
59+
pydantic-settings==2.4.0
5960
pydantic_core==2.20.1
6061
Pygments==2.18.0
61-
PyJWT==2.8.0
62+
PyJWT==2.9.0
6263
python-dotenv==1.0.1
6364
python-multipart==0.0.9
6465
pytz==2024.1
65-
PyYAML==6.0.1
66-
regex==2024.5.15
66+
PyYAML==6.0.2
67+
regex==2024.7.24
6768
requests==2.32.3
6869
requests-oauthlib==2.0.0
69-
rich==13.7.1
70+
rich==13.8.0
7071
shellingham==1.5.4
7172
shortuuid==1.0.13
7273
six==1.16.0
7374
sniffio==1.3.1
74-
starlette==0.37.2
75-
typer==0.12.3
75+
starlette==0.38.4
76+
typer==0.12.5
7677
typing_extensions==4.12.2
7778
tzlocal==5.2
7879
ujson==5.10.0
7980
urllib3==2.2.2
80-
uvicorn==0.30.1
81-
uvloop==0.19.0
82-
watchfiles==0.22.0
83-
websockets==12.0
84-
yarl==1.9.4
81+
uvicorn==0.30.6
82+
uvloop==0.20.0
83+
watchfiles==0.24.0
84+
websockets==13.0.1
85+
yarl==1.9.7

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.3.0",
3+
"version": "3.4.0",
44
"type": "module",
55
"private": true,
66
"dependencies": {

0 commit comments

Comments
 (0)