Merge pull request #148 from Solvik/renovate/pynetbox-5.x

Update dependency pynetbox to v5.0.5
This commit is contained in:
Solvik 2020-07-29 00:54:36 +02:00 committed by GitHub
commit 0a903596dc
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==5.0.1
pynetbox==5.0.5
netaddr==0.8.0
netifaces==0.10.9
pyyaml==5.3.1

View file

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