Skip to content

Commit

Permalink
Bump dependencies
Browse files Browse the repository at this point in the history
Includes black-related formatting changes.
  • Loading branch information
inetAnt committed Feb 7, 2024
1 parent bb0e4c3 commit c671579
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 8 deletions.
1 change: 1 addition & 0 deletions napalm_servertech_pro2/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
"""napalm-servertech-pro2 package."""

from napalm_servertech_pro2.pro2 import PRO2Driver # noqa

__all__ = ("PRO2Driver",)
1 change: 1 addition & 0 deletions napalm_servertech_pro2/pro2.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
"""NAPALM driver for ServerTech PRO2 PDUs"""

import json

import requests
Expand Down
10 changes: 5 additions & 5 deletions requirements-dev.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
black==21.5b1
pylama==7.7.1
pylint==2.8.2
pytest==6.2.4
tox==3.23.1
black==24.1.1
pylama==8.4.1
pylint==3.0.3
pytest==7.3.1
tox==4.12.1
6 changes: 3 additions & 3 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
napalm>=3.3.0
netaddr==0.8.0
requests==2.25.*
napalm>=4.1.0
netaddr==0.10.1
requests==2.31.*

0 comments on commit c671579

Please sign in to comment.