Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump pysnmp from 6.2.4 to 7.1.4 in /docker/panw-iot #32662

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Sep 18, 2024

Bumps pysnmp from 6.2.4 to 7.1.4.

Changelog

Sourced from pysnmp's changelog.

Revision 7.1.4, released on Sep 17, 2024

  • Dumped pysnmpcrypto dependency and bind to cryptography if presented.

Revision 7.1.3, released on Sep 15, 2024

  • Fixed a bulkCmd IndexError bug.
  • Cleaned up nextCmd/bulkCmd related code.
  • Revised docs and examples accordingly.

Revision 7.1.2, released on Sep 14, 2024

  • Revised v1arch hlapi and its docs/examples.
  • Revised nextCmd, bulkCmd, walkCmd, and bulkWalkCmd returned collections.
  • Moved Slim class to v1arch.

Revision 7.1.1, released on Sep 12, 2024

  • Reimplemented walkCmd and bulkWalkCmd.

Revision 7.1.0, released on Sep 11, 2024

  • Removed pyasn1.compat dependency.
  • Switched to async DNS resolver.

Revision 7.0.3, released on Aug 26, 2024

  • The high-level API (hlapi) extended to cover lightweight SNMP v1arch in hope to ease the use of packet-level SNMP API.

    By way of introducing v1arch hlapi, the sub-packages layout changed so that pysnmp.hlapi is moved to pysnmp.hlapi.v3arch and the new v1arch layer is introduced in pysnmp.hlapi.v1arch. This change does not break backward compatibility as pysnmp.hlapi still defaults to pysnmp.hlapi.v3arch.

    The pysnmp.hlapi.v1arch is designed to be as much similar in use to pysnmp.hlapi.v3arch, but with high-performance in mind. One of the consequences of this higher performance focus is that various automation around building well-formed SNMP messages is and mediating differences between SNMP versions is not present in this new v1arch layer.

  • The signature of the hlapi .sendNotification() call has changed

... (truncated)

Commits
  • e11a8ec Bumped the version.
  • 787547e Dumped pysnmpcrypto.
  • a9c4968 Improved version number updates.
  • 9d0c1ae Improved EOL statements.
  • 09d0eb4 Removed lextudio postfix from docs.
  • 60d046c Added more hints about development.
  • 654bbc7 Removed irrelevant lines.
  • 8bcf8a0 Expanded sample code to show asyncio usage.
  • d8ca7e7 Bumped the version.
  • dc1dc68 Cleaned up next/bulk related.
  • 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 <dependency name> 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)

Bumps [pysnmp](https://github.com/lextudio/pysnmp) from 6.2.4 to 7.1.4.
- [Changelog](https://github.com/lextudio/pysnmp/blob/main/CHANGES.rst)
- [Commits](lextudio/pysnmp@v6.2.4...v7.1.4)

---
updated-dependencies:
- dependency-name: pysnmp
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Sep 18, 2024
@xsoar-bot
Copy link

Docker Image Ready - Dev

Docker automatic build at CircleCI has deployed your docker image: devdemisto/panw-iot:1.0.0.112305
It is available now on docker hub at: https://hub.docker.com/r/devdemisto/panw-iot/tags
Get started by pulling the image:

docker pull devdemisto/panw-iot:1.0.0.112305

Docker Metadata

  • Image Size: 115.01 MB
  • Image ID: sha256:3552abe0311e1b57092ee11ad18dacc49865fa0e528dc2420b5492fb212046d8
  • Created: 2024-09-18T14:18:05.469331737Z
  • Arch: linux/amd64
  • Command: ["python3"]
  • Environment:
    • PATH=/usr/local/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
    • LANG=C.UTF-8
    • GPG_KEY=A035C8C19219BA821ECEA86B64E628F8D684696D
    • PYTHON_VERSION=3.11.10
    • DOCKER_IMAGE=devdemisto/panw-iot:1.0.0.112305
  • Labels:
    • org.opencontainers.image.authors:Demisto <[email protected]>
    • org.opencontainers.image.revision:aa5268b63f06f4b1061a1b8172fcdcbcb9475897
    • org.opencontainers.image.version:1.0.0.112305

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant