Update dependency netaddr to v0.7.20 (#136)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
This commit is contained in:
parent
a896d118d7
commit
f654187074
2 changed files with 2 additions and 2 deletions
|
@ -1,5 +1,5 @@
|
|||
pynetbox==4.3.1
|
||||
netaddr==0.7.19
|
||||
netaddr==0.7.20
|
||||
netifaces==0.10.9
|
||||
pyyaml==5.3.1
|
||||
jsonargparse==2.31.0
|
||||
|
|
2
setup.py
2
setup.py
|
@ -15,7 +15,7 @@ setup(
|
|||
use_scm_version=True,
|
||||
install_requires=[
|
||||
'pynetbox==4.3.1',
|
||||
'netaddr==0.7.19',
|
||||
'netaddr==0.7.20',
|
||||
'netifaces==0.10.9',
|
||||
'pyyaml==5.3.1',
|
||||
'jsonargparse==2.31.0',
|
||||
|
|
Loading…
Reference in a new issue