Support Netbox 3 #305

Merged
CllaudiaB merged 8 commits from version into master 2024-10-17 10:37:09 +02:00
2 changed files with 9 additions and 9 deletions
Showing only changes of commit a7104b6b94 - Show all commits

View file

@ -21,7 +21,7 @@ The goal is to generate an existing infrastructure on Netbox and have the abilit
# Requirements # Requirements
- Netbox >= 2.6 - Netbox >= 2.6
- Python >= 3.4 - Python >= 3.8
- [pynetbox](https://github.com/digitalocean/pynetbox/) - [pynetbox](https://github.com/digitalocean/pynetbox/)
- [python3-netaddr](https://github.com/drkjam/netaddr) - [python3-netaddr](https://github.com/drkjam/netaddr)
- [python3-netifaces](https://github.com/al45tair/netifaces) - [python3-netifaces](https://github.com/al45tair/netifaces)

View file

@ -1,8 +1,8 @@
pynetbox==6.1.2 pynetbox~=7.3.4
netaddr==0.8.0 netaddr~=1.3.0
netifaces==0.11.0 netifaces~=0.11.0
pyyaml==6.0.1 pyyaml~=6.0.1
jsonargparse==3.11.2 jsonargparse~=4.32.0
python-slugify==8.0.1 python-slugify~=8.0.4
packaging==23.1 packaging~=23.2
distro==1.8.0 distro~=1.9.0