telnetlib3 is a shared dependency with AI Copilot

This commit is contained in:
grossmj 2026-03-31 17:22:34 +08:00
parent bebf070e4d
commit 9a06830f88
No known key found for this signature in database
GPG Key ID: 1E7DD6DBB53FF3D7
2 changed files with 2 additions and 5 deletions

View File

@ -36,9 +36,6 @@ nornir-netmiko>=1.0.1
nornir-utils>=0.2.0
nornir-salt>=0.23.0
# Telnet Client
telnetlib3>=2.0.8
# Environment & Configuration
python-dotenv>=1.2.1

View File

@ -23,11 +23,11 @@ watchdog==6.0.0
zstandard==0.25.0
platformdirs>=2.4.0,<3 # platformdirs >=3 conflicts when building Debian packages
truststore>=0.10.4; python_version >= '3.10'
telnetlib3==4.0.1
# Shared dependencies (also used by AI Copilot)
telnetlib3==4.0.1
typing-extensions>=4.15.0
requests>=2.32.5
requests>=2.33.1
urllib3>=2.6.2
# ==============================================================================