support netbox >=2.9 #177

Merged
Solvik merged 22 commits from 176-netbox-2.9 into master 2022-03-07 16:03:05 +01:00
2 changed files with 2 additions and 2 deletions
Showing only changes of commit a1af028df6 - Show all commits

View file

@ -1,4 +1,4 @@
pynetbox==5.0.5
pynetbox==6.1.2
netaddr==0.8.0
netifaces==0.10.9
pyyaml==5.4.1

View file

@ -14,7 +14,7 @@ setup(
packages=find_packages(exclude=["*.tests", "*.tests.*", "tests.*", "tests"]),
use_scm_version=True,
install_requires=[
'pynetbox==5.1.0',
'pynetbox==6.1.2',
'netaddr==0.8.0',
'netifaces==0.10.9',
'pyyaml==5.4.1',