Update dependency pynetbox to v4.3.1 (#113)

Co-authored-by: Renovate Bot <bot@renovateapp.com>
This commit is contained in:
renovate[bot] 2020-04-19 12:19:43 +02:00 committed by GitHub
parent 312f472e9c
commit ace8f69eab
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View file

@ -1,4 +1,4 @@
pynetbox==4.2.4
pynetbox==4.3.1
netaddr==0.7.19
netifaces==0.10.9
pyyaml==5.3.1

View file

@ -13,7 +13,7 @@ setup(
packages=find_packages(exclude=["*.tests", "*.tests.*", "tests.*", "tests"]),
use_scm_version=True,
install_requires=[
'pynetbox==4.2.4',
'pynetbox==4.3.1',
'netaddr==0.7.19',
'netifaces==0.10.9',
'pyyaml==5.3.1',