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 twilio from 6.62.1 to 9.2.0 in /docker/twilio #28104

Closed
wants to merge 1 commit into from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jun 19, 2024

Bumps twilio from 6.62.1 to 9.2.0.

Release notes

Sourced from twilio's releases.

9.2.0

Release Notes

Library - Chore

Events

  • Add status and documentation_url to Event Types

Lookups

  • Removed unused fraud lookups in V1 only to facilitate rest proxy migration

Numbers

  • Add date_created field to the Get Port In Request API
  • Rename the status_last_time_updated_timestamp field to last_updated in the Get Port In Phone Number API (breaking change)
  • Add Rejection reason and rejection reason code to the Get Port In Phone Number API
  • Remove the carrier information from the Portability API

Proxy

  • Change property type from enum to ienum

Trusthub

  • Add skipMessagingUseCase field in compliance_tollfree_inquiry.

Docs

9.1.1

Release Notes

Api

  • Mark MaxPrice as obsolete

Lookups

  • Update examples for phone_number_quality_score

Messaging

  • List tollfree verifications on parent account and all sub-accounts

Docs

9.1.0

Release Notes

Library - Chore

Library - Fix

... (truncated)

Changelog

Sourced from twilio's changelog.

[2024-06-18] Version 9.2.0

Library - Chore

Events

  • Add status and documentation_url to Event Types

Lookups

  • Removed unused fraud lookups in V1 only to facilitate rest proxy migration

Numbers

  • Add date_created field to the Get Port In Request API
  • Rename the status_last_time_updated_timestamp field to last_updated in the Get Port In Phone Number API (breaking change)
  • Add Rejection reason and rejection reason code to the Get Port In Phone Number API
  • Remove the carrier information from the Portability API

Proxy

  • Change property type from enum to ienum

Trusthub

  • Add skipMessagingUseCase field in compliance_tollfree_inquiry.

[2024-06-06] Version 9.1.1

Api

  • Mark MaxPrice as obsolete

Lookups

  • Update examples for phone_number_quality_score

Messaging

  • List tollfree verifications on parent account and all sub-accounts

[2024-05-24] Version 9.1.0

Library - Chore

Library - Fix

Api

  • Add ie1 as supported region for UserDefinedMessage and UserDefinedMessageSubscription.

Flex

  • Adding validated field to plugin_versions
  • Corrected the data type for runtime_domain, call_recording_webhook_url, crm_callback_url, crm_fallback_url, flex_url in Flex Configuration

... (truncated)

Upgrade guide

Sourced from twilio's upgrade guide.

Upgrade Guide

MAJOR version bumps will have upgrade notes posted here.

[2024-02-20] 8.x.x to 9.x.x

Overview

Twilio Python Helper Library’s major version 9.0.0 is now available. We ensured that you can upgrade to Python helper Library 9.0.0 version without any breaking changes of existing apis

Behind the scenes Python Helper is now auto-generated via OpenAPI with this release. This enables us to rapidly add new features and enhance consistency across versions and languages. We're pleased to inform you that version 9.0.0 adds support for the application/json content type in the request body.

[2023-04-05] 7.x.x to 8.x.x

  • Supported Python versions updated

    • Dropped support for Python 3.6 (#632)
    • Python 3.7 is the new required minimum version to use twilio-python helper library
  • Deletion of TwiML Voice Deprecated Methods (#643)

    • <Refer>

      • Refer.refer_sip() replaced by Refer.sip()
    • <Say>

      • Say.ssml_break() replaced by Say.break_()
      • Say.ssml_emphasis() replaced by Say.emphasis()
      • Say.ssml_lang() replaced by Say.lang()
      • Say.ssml_p() replaced by Say.p()
      • Say.ssml_phoneme() replaced by Say.phoneme()
      • Say.ssml_prosody() replaced by Say.prosody()
      • Say.ssml_s() replaced by Say.s()
      • Say.ssml_say_as() replaced by Say.say_as()
      • Say.ssml_sub() replaced by Say.sub()
      • Say.ssml_w() replaced by Say.w()

      Old:

      from twilio.twiml.voice_response import VoiceResponse
      resp = VoiceResponse()
      say = resp.say("Hello")
      say.ssml_emphasis("you")

      New:

      from twilio.twiml.voice_response import VoiceResponse
      resp = VoiceResponse()

... (truncated)

Commits
  • 1e7cc39 Release 9.2.0
  • 2c77186 [Librarian] Regenerated @ 84b4cd4c23a96109c715a2512bbe8238fae5c394 27d8c0867d...
  • ad1f208 chore: adding contentType in post and put (#796)
  • 98ffc7e Release 9.1.1
  • f20b62e [Librarian] Regenerated @ b8a450aff168b5449d658833256ca2354e3ecbbc df505752cd...
  • 6760ac2 Release 9.1.0
  • 663ca13 [Librarian] Regenerated @ 1baa147fbfa3bf2798f86ec43796ef1df42570d4 a3170b07f3...
  • 3863205 fix: requirements.txt to reduce vulnerabilities (#789)
  • 4ed7fec fix: increase pool_maxsize (#714) (#716)
  • 1fb82e5 Release 9.0.5
  • 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)

@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Jun 19, 2024
@xsoar-bot
Copy link

Docker Image Ready - Dev

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

docker pull devdemisto/twilio:1.0.0.98816

🔴 IMPORTANT: This image is deprecated 🔴

Docker Metadata

  • Image Size: 36.86 MB
  • Image ID: sha256:1bcf246a578e51c7f9dae2320389fa80aaaa9f59627f30d58c9c543986adc6ab
  • Created: 2024-06-19T14:24:09.153796384Z
  • 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.10.11
    • PYTHON_PIP_VERSION=23.0.1
    • PYTHON_SETUPTOOLS_VERSION=65.5.1
    • PYTHON_GET_PIP_URL=https://github.com/pypa/get-pip/raw/d5cb0afaf23b8520f1bbcfed521017b4a95f5c01/public/get-pip.py
    • PYTHON_GET_PIP_SHA256=394be00f13fa1b9aaa47e911bdb59a09c3b2986472130f30aa0bfaf7f3980637
    • DOCKER_IMAGE=devdemisto/twilio:1.0.0.98816
    • DEPRECATED_IMAGE=true
    • DEPRECATED_REASON=Image no longer in use by content
  • Labels:
    • org.opencontainers.image.authors:Demisto <containers@demisto.com>
    • org.opencontainers.image.revision:47deac779de377c9330226505d562067517e933e
    • org.opencontainers.image.version:1.0.0.98816

@JudahSchwartz
Copy link
Collaborator

@dependabot recreate

Bumps [twilio](https://github.com/twilio/twilio-python) from 6.62.1 to 9.2.0.
- [Release notes](https://github.com/twilio/twilio-python/releases)
- [Changelog](https://github.com/twilio/twilio-python/blob/main/CHANGES.md)
- [Upgrade guide](https://github.com/twilio/twilio-python/blob/main/UPGRADE.md)
- [Commits](twilio/twilio-python@6.62.1...9.2.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/pip/docker/twilio/twilio-9.2.0 branch from 47deac7 to 2a2e759 Compare July 7, 2024 09:01
@xsoar-bot
Copy link

Docker Image Ready - Dev

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

docker pull devdemisto/twilio:1.0.0.101706

🔴 IMPORTANT: This image is deprecated 🔴

Docker Metadata

  • Image Size: 36.89 MB
  • Image ID: sha256:9cd20e2d59333b205e56b9d4794af2f17bc0c4d820e7d7c0bcff7ab8694010a7
  • Created: 2024-07-07T09:03:09.877077736Z
  • 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.10.11
    • PYTHON_PIP_VERSION=23.0.1
    • PYTHON_SETUPTOOLS_VERSION=65.5.1
    • PYTHON_GET_PIP_URL=https://github.com/pypa/get-pip/raw/d5cb0afaf23b8520f1bbcfed521017b4a95f5c01/public/get-pip.py
    • PYTHON_GET_PIP_SHA256=394be00f13fa1b9aaa47e911bdb59a09c3b2986472130f30aa0bfaf7f3980637
    • DOCKER_IMAGE=devdemisto/twilio:1.0.0.101706
    • DEPRECATED_IMAGE=true
    • DEPRECATED_REASON=Image no longer in use by content
  • Labels:
    • org.opencontainers.image.authors:Demisto <containers@demisto.com>
    • org.opencontainers.image.revision:2a2e759790d6ab31a72fe95eb630f81d90b24b56
    • org.opencontainers.image.version:1.0.0.101706

Copy link

stale bot commented Jul 27, 2024

This pull request has been automatically marked as stale because it has not had recent activity. It will be closed in 7 days if no further activity occurs.

If you'd like to keep it open, please leave a comment with the status of the PR.

Thank you for your contribution!

@stale stale bot added the stale label Jul 27, 2024
Copy link

stale bot commented Aug 10, 2024

This pull request has been automatically closed because there has been no activity for 21 days.

Please feel free to reopen it (or open a new one) if the proposed change is still appropriate.

Thank you for your contribution!

@stale stale bot closed this Aug 10, 2024
Copy link
Contributor Author

dependabot bot commented on behalf of github Aug 10, 2024

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.

@dependabot dependabot bot deleted the dependabot/pip/docker/twilio/twilio-9.2.0 branch August 10, 2024 13:36
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 stale
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants