Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Dec 2, 2025

Bumps anyrun-sdk from 1.10.10 to 1.11.10.

Release notes

Sourced from anyrun-sdk's releases.

v1.11.10

Global Changes to the TI Feeds interface

We are ending support for stix, misp, and malconf feeds. Please use TAXII feeds instead.

New features:

  • Updated proxy configuration. Now aiohttp.BasicAuth is used for authorization. The method for generating proxy link for the integration with requests module remains unchanged.
from anyrun.connectors import SandboxConnector
with SandboxConnector.linux(api_key, 'https://my.cool.proxy:443', 'proxy-user', 'proxy-password') as connector:
....

Fixes:

  • Fixed parsing of the match[revoked] parameter for the taxi feed.
Commits
  • 524603d feat(general): delete deprecated ti endpoints, add basic auth for the aiohttp...
  • See full diff 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)

@dependabot dependabot bot added dependencies Pull requests that update a dependency file python Pull requests that update Python code labels Dec 2, 2025
@github-actions github-actions bot enabled auto-merge (squash) December 2, 2025 14:21
@shmuel44
Copy link
Contributor

shmuel44 commented Dec 3, 2025

@dependabot rebase

Bumps [anyrun-sdk](https://github.com/anyrun/anyrun-sdk) from 1.10.10 to 1.11.10.
- [Release notes](https://github.com/anyrun/anyrun-sdk/releases)
- [Commits](anyrun/anyrun-sdk@v1.10.10...v1.11.10)

---
updated-dependencies:
- dependency-name: anyrun-sdk
  dependency-version: 1.11.10
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot force-pushed the dependabot/pip/docker/anyrun-sdk/anyrun-sdk-1.11.10 branch from 7a1724c to 2f9024d Compare December 3, 2025 08:55
@xsoar-bot
Copy link

Docker Image Ready - Dev

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

docker pull devdemisto/anyrun-sdk:1.0.0.6111408

Docker Metadata

  • Image Size: 33.09 MB
  • Image ID: sha256:b1232f528d702f0e045484440031fbe1d3be0adcb40961b005bb34f817b0da7e
  • Created: 2025-12-03T09:03:19.835390532Z
  • 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=7169605F62C751356D054A26A821E680E5FA6305
    • PYTHON_VERSION=3.12.12
    • PYTHON_SHA256=fb85a13414b028c49ba18bbd523c2d055a30b56b18b92ce454ea2c51edc656c4
    • DOCKER_IMAGE=devdemisto/anyrun-sdk:1.0.0.6111408
  • Labels:
    • org.opencontainers.image.authors:Demisto <[email protected]>
    • org.opencontainers.image.revision:2f9024d37aec355e16f8180e0a9e0be59dfe734a
    • org.opencontainers.image.version:1.0.0.6111408

@github-actions github-actions bot merged commit 5e91990 into master Dec 3, 2025
4 of 5 checks passed
@github-actions github-actions bot deleted the dependabot/pip/docker/anyrun-sdk/anyrun-sdk-1.11.10 branch December 3, 2025 09:15
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 python Pull requests that update Python code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants