updating dependencies

This commit is contained in:
clbu 2024-08-07 12:29:19 +02:00
parent ee41fb4fc2
commit a7104b6b94
No known key found for this signature in database
GPG key ID: 0891443A5398527F
2 changed files with 9 additions and 9 deletions

View file

@ -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)

View file

@ -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