pysnmp / mibs

Apache License 2.0
1 stars 6 forks source link

build(pip): (deps): bump pysnmp-pysmi from 1.1.10 to 1.1.12 #103

Closed dependabot[bot] closed 1 month ago

dependabot[bot] commented 3 months ago

Bumps pysnmp-pysmi from 1.1.10 to 1.1.12.

Release notes

Sourced from pysnmp-pysmi's releases.

v1.1.12

1.1.12 (2024-04-03)

Bug Fixes

v1.1.11

1.1.11 (2023-12-04)

Bug Fixes

v1.1.11-beta.1

1.1.11-beta.1 (2023-12-04)

Bug Fixes

Changelog

Sourced from pysnmp-pysmi's changelog.

Revision 1.1.12, 03-04-2024

  • Fix parsing path on windows
  • Bump jinja2, pycryptodomex and black version

Revision 0.3.4, XX-01-2019

  • Added implied key to JSON SNMP table index structure
  • Rebased MIB importing code onto importlib because imp is long deprecated
  • Fixed Py file borrower to become functional

Revision 0.3.3, 29-12-2018

  • Added mibcopy.py documentation
  • Copyright notice bumped up to year 2019

Revision 0.3.2, 22-10-2018

  • Bumped upper Python version to 3.7 and enabled pip cache
  • Exit code indication of the command-line tools aligned with sysexits.h to report more useful termination status

Revision 0.3.1, 10-06-2018

  • Fixed pysnmp lower version in test-requirements.txt
  • Fixed compiler crash when building comments at a platform which has broken users/groups databases

Revision 0.3.0, 29-04-2018

  • The mibcopy tool implemented to copy MIB modules from files with potentially messed up names into a directory under canonical MIB names picking up the latest MIB revision along the way.
  • ZIP archive reader implemented to pull ASN.1 MIB files from .zip archives pretty much in the same way as from plain directories
  • HTTP/S proxy support added (through respecting http_proxy environment variable) by switching from httplib to urllib2 internally
  • Copyright notice bumped up to year 2018
  • Project site in the docs changes from SourceForge to snmplabs.com
  • PRODUCT-RELEASE generation added to the JSON code generator
  • Added special handling of BITS-like DEFVAL syntax for Integers that occurs in buggy MIBs
  • Fixed missing REVISIONS generations in MODULE-IDENTITY

... (truncated)

Commits
  • ec6f195 chore(release): 1.1.12
  • 72545bc Merge pull request #19 from pysnmp/develop
  • a4023b9 chore(release): 1.1.12-beta.1
  • 913d3dc Merge pull request #20 from pysnmp/fix/update-semgrep
  • fe0a031 fix: update semgrep
  • 3810d49 Merge pull request #18 from pysnmp/fix/security-updaets
  • d07fa65 chore: update CHANGES.rst
  • a557b38 fix: update dependabot security
  • 2ac2e96 Merge pull request #16 from AlexandreYang/fix_path_for_windows
  • 1ded75b Fix path for windows
  • Additional commits viewable in compare view


Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
ajasnosz commented 1 month ago

@dependabot rebase

dependabot[bot] commented 1 month ago

The dependabot.yml entry that created this PR has been deleted so this PR can't be rebased. Please close the PR so Dependabot can create a new one with the current dependabot.yml.

dependabot[bot] commented 1 month ago

OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let me know by commenting @dependabot ignore this major version or @dependabot ignore this minor version. You can also ignore all major, minor, or patch releases for a dependency by adding an ignore condition with the desired update_types to your config file.

If you change your mind, just re-open this PR and I'll resolve any conflicts on it.