Update dependency netaddr to v0.7.20

This commit is contained in:
Renovate Bot 2020-06-23 19:50:41 +00:00
parent a896d118d7
commit d52308ce88
No known key found for this signature in database
GPG key ID: 81C63AE1C224182B
2 changed files with 2 additions and 2 deletions

View file

@ -1,5 +1,5 @@
pynetbox==4.3.1 pynetbox==4.3.1
netaddr==0.7.19 netaddr==0.7.20
netifaces==0.10.9 netifaces==0.10.9
pyyaml==5.3.1 pyyaml==5.3.1
jsonargparse==2.31.0 jsonargparse==2.31.0

View file

@ -15,7 +15,7 @@ setup(
use_scm_version=True, use_scm_version=True,
install_requires=[ install_requires=[
'pynetbox==4.3.1', 'pynetbox==4.3.1',
'netaddr==0.7.19', 'netaddr==0.7.20',
'netifaces==0.10.9', 'netifaces==0.10.9',
'pyyaml==5.3.1', 'pyyaml==5.3.1',
'jsonargparse==2.31.0', 'jsonargparse==2.31.0',