Skip to content

Commit

Permalink
Update dependency pynetbox to v4.0.7 (#86)
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored and Solvik committed Sep 15, 2019
1 parent dc3035f commit 1c5b0f4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
pynetbox==4.0.6
pynetbox==4.0.7
netaddr==0.7.19
netifaces==0.10.9
pyyaml==5.1.2
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
packages=find_packages(exclude=["*.tests", "*.tests.*", "tests.*", "tests"]),
use_scm_version=True,
install_requires=[
'pynetbox==4.0.6',
'pynetbox==4.0.7',
'netaddr==0.7.19',
'netifaces==0.10.9',
'pyyaml==5.1.2',
Expand Down

0 comments on commit 1c5b0f4

Please sign in to comment.