Skip to content

Commit cb6c007

Browse files
fix(deps): update dependency pysnmp to v7.1.27 (#759)
This PR contains the following updates: | Package | Change | [Age](https://docs.renovatebot.com/merge-confidence/) | [Confidence](https://docs.renovatebot.com/merge-confidence/) | |---|---|---|---| | [pysnmp](https://redirect.github.com/lextudio/pysnmp) | `==7.1.16` → `==7.1.27` | ![age](https://developer.mend.io/api/mc/badges/age/pypi/pysnmp/7.1.27?slim=true) | ![confidence](https://developer.mend.io/api/mc/badges/confidence/pypi/pysnmp/7.1.16/7.1.27?slim=true) | --- > [!WARNING] > Some dependencies could not be looked up. Check the [Dependency Dashboard](../issues/751) for more information. --- ### Release Notes <details> <summary>lextudio/pysnmp (pysnmp)</summary> ### [`v7.1.27`](https://redirect.github.com/lextudio/pysnmp/blob/HEAD/CHANGES.rst#Revision-7127-released-on-May-16-2026) [Compare Source](https://redirect.github.com/lextudio/pysnmp/compare/v7.1.26...v7.1.27) - Fixed network address parsing issue with MIB indices. ### [`v7.1.26`](https://redirect.github.com/lextudio/pysnmp/blob/HEAD/CHANGES.rst#Revision-7126-released-on-Apr-26-2026) [Compare Source](https://redirect.github.com/lextudio/pysnmp/compare/v7.1.25...v7.1.26) - Lifted pysmi dependency restriction up to 2.0.0 and above. ### [`v7.1.25`](https://redirect.github.com/lextudio/pysnmp/blob/HEAD/CHANGES.rst#Revision-7125-released-on-Apr-23-2026) [Compare Source](https://redirect.github.com/lextudio/pysnmp/compare/v7.1.24...v7.1.25) - Fixed an error handling bug in walk\_cmd. ### [`v7.1.24`](https://redirect.github.com/lextudio/pysnmp/blob/HEAD/CHANGES.rst#Revision-7124-released-on-Apr-18-2026) [Compare Source](https://redirect.github.com/lextudio/pysnmp/compare/v7.1.23...v7.1.24) - Fixed Counter32 and TimeTicks overflow handling. - Improved type hints and test coverage for SET command functions. - Improved `AsyncioDispatcher` to track loop state and ensure proper event loop closure. - Refined `MibBuilder` error handling and added tests for MIB compilation errors. - Fixed dispatcher close handling to avoid event loop/resource leaks. ### [`v7.1.23`](https://redirect.github.com/lextudio/pysnmp/blob/HEAD/CHANGES.rst#Revision-7123-released-on-Mar-25-2026) [Compare Source](https://redirect.github.com/lextudio/pysnmp/compare/v7.1.22...v7.1.23) - Bumped `pyasn1` dependency to 0.6.3. - Fixed `smi.rfc1902` boolean return values to match documentation. - Added type hints and tests for `is_fully_resolved()` to improve correctness. - Refactored `AsyncioDispatcher` to avoid creating event loop unexpectedly and improve loop initialization. - Improved IPv6 handling (zone ID support). - Implemented v1arch command timeouts for `{set,next,bulk}_cmd` operations. ### [`v7.1.22`](https://redirect.github.com/lextudio/pysnmp/blob/HEAD/CHANGES.rst#Revision-7122-released-on-Oct-26-2025) [Compare Source](https://redirect.github.com/lextudio/pysnmp/compare/v7.1.21...v7.1.22) - Dropped support for Python 3.9. - Added Python 3.14 to test matrix. ### [`v7.1.21`](https://redirect.github.com/lextudio/pysnmp/blob/HEAD/CHANGES.rst#Revision-7121-released-on-Jun-19-2025) [Compare Source](https://redirect.github.com/lextudio/pysnmp/compare/v7.1.20...v7.1.21) - Fixed a bug in bulk walk command when lookupMib is set to False. ### [`v7.1.20`](https://redirect.github.com/lextudio/pysnmp/blob/HEAD/CHANGES.rst#Revision-7120-released-on-May-01-2025) [Compare Source](https://redirect.github.com/lextudio/pysnmp/compare/v7.1.19...v7.1.20) - Implemented v1arch dispatcher timeout support. ### [`v7.1.19`](https://redirect.github.com/lextudio/pysnmp/blob/HEAD/CHANGES.rst#Revision-7119-released-on-Apr-27-2025) [Compare Source](https://redirect.github.com/lextudio/pysnmp/compare/v7.1.18...v7.1.19) - Resolved dispatcher resource leak issue. ### [`v7.1.18`](https://redirect.github.com/lextudio/pysnmp/blob/HEAD/CHANGES.rst#Revision-7118-released-on-Apr-26-2025) [Compare Source](https://redirect.github.com/lextudio/pysnmp/compare/v7.1.17...v7.1.18) - Upgraded pysmi dependency to 1.6.1. ### [`v7.1.17`](https://redirect.github.com/lextudio/pysnmp/blob/HEAD/CHANGES.rst#Revision-7117-released-on-Mar-19-2025) [Compare Source](https://redirect.github.com/lextudio/pysnmp/compare/v7.1.16...v7.1.17) - Fixed an SNMPv2-SMI issue. </details> --- ### Configuration 📅 **Schedule**: (in timezone Etc/UTC) - Branch creation - "before 5am on monday" - Automerge - At any time (no schedule defined) 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever PR is behind base branch, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR was generated by [Mend Renovate](https://mend.io/renovate/). View the [repository job log](https://developer.mend.io/github/jumpstarter-dev/jumpstarter). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0My4yMDkuNCIsInVwZGF0ZWRJblZlciI6IjQzLjIwOS40IiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJkZXBlbmRlbmNpZXMiXX0=--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 163fdfd commit cb6c007

2 files changed

Lines changed: 8 additions & 8 deletions

File tree

python/packages/jumpstarter-driver-snmp/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ dependencies = [
1111
"click>=8.1.8",
1212
"jumpstarter",
1313
"jumpstarter-driver-power",
14-
"pysnmp==7.1.16",
14+
"pysnmp==7.1.27",
1515
]
1616

1717
[project.entry-points."jumpstarter.drivers"]

python/uv.lock

Lines changed: 7 additions & 7 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)