зеркало из https://github.com/Azure/ipam.git
Updated Azure IPAM Version to v3.4.0 [skip ci]
This commit is contained in:
Родитель
f322187194
Коммит
fb7fe292f8
|
@ -2,7 +2,7 @@
|
||||||
|
|
||||||
![logo](./images/ipam-logo.png ':size=45%')
|
![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
|
> Azure IP Address Management Made Easy
|
||||||
|
|
||||||
[GitHub](https://github.com/Azure/ipam)
|
[GitHub](https://github.com/Azure/ipam)
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
{
|
{
|
||||||
"app": "3.3.0",
|
"app": "3.4.0",
|
||||||
"python": "3.9"
|
"python": "3.9"
|
||||||
}
|
}
|
||||||
|
|
|
@ -1,40 +1,41 @@
|
||||||
# Dependencies for Azure IPAM v3.3.0
|
# Dependencies for Azure IPAM v3.4.0
|
||||||
aiohttp==3.9.5
|
aiohappyeyeballs==2.4.0
|
||||||
|
aiohttp==3.10.5
|
||||||
aiosignal==1.3.1
|
aiosignal==1.3.1
|
||||||
annotated-types==0.7.0
|
annotated-types==0.7.0
|
||||||
anyio==4.4.0
|
anyio==4.4.0
|
||||||
APScheduler==3.10.4
|
APScheduler==3.10.4
|
||||||
async-timeout==4.0.3
|
async-timeout==4.0.3
|
||||||
attrs==23.2.0
|
attrs==24.2.0
|
||||||
azure-common==1.1.28
|
azure-common==1.1.28
|
||||||
azure-core==1.30.2
|
azure-core==1.30.2
|
||||||
azure-cosmos==4.7.0
|
azure-cosmos==4.7.0
|
||||||
azure-functions==1.20.0
|
azure-functions==1.20.0
|
||||||
azure-identity==1.17.1
|
azure-identity==1.17.1
|
||||||
azure-keyvault-secrets==4.8.0
|
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-core==1.4.0
|
||||||
azure-mgmt-datafactory==8.0.0
|
azure-mgmt-datafactory==9.0.0
|
||||||
azure-mgmt-managementgroups==1.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-resource==23.1.1
|
||||||
azure-mgmt-resourcegraph==8.0.0
|
azure-mgmt-resourcegraph==8.0.0
|
||||||
certifi==2024.7.4
|
certifi==2024.8.30
|
||||||
cffi==1.16.0
|
cffi==1.17.0
|
||||||
charset-normalizer==3.3.2
|
charset-normalizer==3.3.2
|
||||||
click==8.1.7
|
click==8.1.7
|
||||||
cryptography==42.0.8
|
cryptography==43.0.0
|
||||||
dnspython==2.6.1
|
dnspython==2.6.1
|
||||||
email_validator==2.2.0
|
email_validator==2.2.0
|
||||||
exceptiongroup==1.2.1
|
exceptiongroup==1.2.2
|
||||||
fastapi==0.111.0
|
fastapi==0.112.2
|
||||||
fastapi-cli==0.0.4
|
fastapi-cli==0.0.5
|
||||||
frozenlist==1.4.1
|
frozenlist==1.4.1
|
||||||
h11==0.14.0
|
h11==0.14.0
|
||||||
httpcore==1.0.5
|
httpcore==1.0.5
|
||||||
httptools==0.6.1
|
httptools==0.6.1
|
||||||
httpx==0.27.0
|
httpx==0.27.2
|
||||||
idna==3.7
|
idna==3.8
|
||||||
isodate==0.6.1
|
isodate==0.6.1
|
||||||
itsdangerous==2.2.0
|
itsdangerous==2.2.0
|
||||||
Jinja2==3.1.4
|
Jinja2==3.1.4
|
||||||
|
@ -44,41 +45,41 @@ loguru==0.7.2
|
||||||
markdown-it-py==3.0.0
|
markdown-it-py==3.0.0
|
||||||
MarkupSafe==2.1.5
|
MarkupSafe==2.1.5
|
||||||
mdurl==0.1.2
|
mdurl==0.1.2
|
||||||
msal==1.29.0
|
msal==1.30.0
|
||||||
msal-extensions==1.2.0
|
msal-extensions==1.2.0
|
||||||
msrest==0.7.1
|
msrest==0.7.1
|
||||||
multidict==6.0.5
|
multidict==6.0.5
|
||||||
netaddr==1.3.0
|
netaddr==1.3.0
|
||||||
oauthlib==3.2.2
|
oauthlib==3.2.2
|
||||||
orjson==3.10.6
|
orjson==3.10.7
|
||||||
portalocker==2.10.0
|
portalocker==2.10.1
|
||||||
pycparser==2.22
|
pycparser==2.22
|
||||||
pydantic==2.8.2
|
pydantic==2.8.2
|
||||||
pydantic-extra-types==2.9.0
|
pydantic-extra-types==2.9.0
|
||||||
pydantic-settings==2.3.4
|
pydantic-settings==2.4.0
|
||||||
pydantic_core==2.20.1
|
pydantic_core==2.20.1
|
||||||
Pygments==2.18.0
|
Pygments==2.18.0
|
||||||
PyJWT==2.8.0
|
PyJWT==2.9.0
|
||||||
python-dotenv==1.0.1
|
python-dotenv==1.0.1
|
||||||
python-multipart==0.0.9
|
python-multipart==0.0.9
|
||||||
pytz==2024.1
|
pytz==2024.1
|
||||||
PyYAML==6.0.1
|
PyYAML==6.0.2
|
||||||
regex==2024.5.15
|
regex==2024.7.24
|
||||||
requests==2.32.3
|
requests==2.32.3
|
||||||
requests-oauthlib==2.0.0
|
requests-oauthlib==2.0.0
|
||||||
rich==13.7.1
|
rich==13.8.0
|
||||||
shellingham==1.5.4
|
shellingham==1.5.4
|
||||||
shortuuid==1.0.13
|
shortuuid==1.0.13
|
||||||
six==1.16.0
|
six==1.16.0
|
||||||
sniffio==1.3.1
|
sniffio==1.3.1
|
||||||
starlette==0.37.2
|
starlette==0.38.4
|
||||||
typer==0.12.3
|
typer==0.12.5
|
||||||
typing_extensions==4.12.2
|
typing_extensions==4.12.2
|
||||||
tzlocal==5.2
|
tzlocal==5.2
|
||||||
ujson==5.10.0
|
ujson==5.10.0
|
||||||
urllib3==2.2.2
|
urllib3==2.2.2
|
||||||
uvicorn==0.30.1
|
uvicorn==0.30.6
|
||||||
uvloop==0.19.0
|
uvloop==0.20.0
|
||||||
watchfiles==0.22.0
|
watchfiles==0.24.0
|
||||||
websockets==12.0
|
websockets==13.0.1
|
||||||
yarl==1.9.4
|
yarl==1.9.7
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "azure-ipam-ui",
|
"name": "azure-ipam-ui",
|
||||||
"version": "3.3.0",
|
"version": "3.4.0",
|
||||||
"type": "module",
|
"type": "module",
|
||||||
"private": true,
|
"private": true,
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
|
|
Загрузка…
Ссылка в новой задаче