Skip to content

Commit

Permalink
Update dependency pynetbox to v4.2.4 (#96)
Browse files Browse the repository at this point in the history
Co-authored-by: WhiteSource Renovate <renovatebot@gmail.com>
  • Loading branch information
2 people authored and Solvik committed Jan 28, 2020
1 parent 3aa8514 commit b36d61e
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.8
pynetbox==4.2.4
netaddr==0.7.19
netifaces==0.10.9
pyyaml==5.3
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.8',
'pynetbox==4.2.4',
'netaddr==0.7.19',
'netifaces==0.10.9',
'pyyaml==5.3',
Expand Down

0 comments on commit b36d61e

Please sign in to comment.