diff --git a/README.md b/README.md index 30b8240..f0e8473 100644 --- a/README.md +++ b/README.md @@ -21,7 +21,7 @@ The goal is to generate an existing infrastructure on Netbox and have the abilit # Requirements - Netbox >= 2.6 -- Python >= 3.4 +- Python >= 3.8 - [pynetbox](https://github.com/digitalocean/pynetbox/) - [python3-netaddr](https://github.com/drkjam/netaddr) - [python3-netifaces](https://github.com/al45tair/netifaces) diff --git a/requirements.txt b/requirements.txt index 10909f7..95e0ea2 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,8 +1,8 @@ -pynetbox==6.1.2 -netaddr==0.8.0 -netifaces==0.11.0 -pyyaml==6.0.1 -jsonargparse==3.11.2 -python-slugify==8.0.1 -packaging==23.1 -distro==1.8.0 +pynetbox~=7.3.4 +netaddr~=1.3.0 +netifaces~=0.11.0 +pyyaml~=6.0.1 +jsonargparse~=4.32.0 +python-slugify~=8.0.4 +packaging~=23.2 +distro~=1.9.0