Discord bot do sprawdzania ceny pizzy.

Overview

Avatar Slogan

Python3 GitHub license

Discord bot do sprawdzania ceny pizzy w pizzeri Bombola. Umieszczony jest na platformie Heroku, dzięki czemu działa 24/7.

Commands List

Info: Jako command_prefix używany jest !

Komenda Co robi
!cena Aktualna cena pizzy w bomboli.
!czas czas od ostatniej zmiany ceny bomboli.
!dostawa Aktualna cena dostawy.
!recenja Generowana recenzja.
!szymek Zadzwoń do Szymka na telefon.
!tekst Wiadomość generowana z łańcuchu Markova.
Comments
  • Update numpy requirement from ~=1.20.2 to ~=1.24.0

    Update numpy requirement from ~=1.20.2 to ~=1.24.0

    Updates the requirements on numpy to permit the latest version.

    Release notes

    Sourced from numpy's releases.

    v1.24.0

    NumPy 1.24 Release Notes

    The NumPy 1.24.0 release continues the ongoing work to improve the handling and promotion of dtypes, increase the execution speed, and clarify the documentation. There are also a large number of new and expired deprecations due to changes in promotion and cleanups. This might be called a deprecation release. Highlights are

    • Many new deprecations, check them out.
    • Many expired deprecations,
    • New F2PY features and fixes.
    • New "dtype" and "casting" keywords for stacking functions.

    See below for the details,

    This release supports Python versions 3.8-3.11.

    Deprecations

    Deprecate fastCopyAndTranspose and PyArray_CopyAndTranspose

    The numpy.fastCopyAndTranspose function has been deprecated. Use the corresponding copy and transpose methods directly:

    arr.T.copy()
    

    The underlying C function PyArray_CopyAndTranspose has also been deprecated from the NumPy C-API.

    (gh-22313)

    Conversion of out-of-bound Python integers

    Attempting a conversion from a Python integer to a NumPy value will now always check whether the result can be represented by NumPy. This means the following examples will fail in the future and give a DeprecationWarning now:

    np.uint8(-1)
    np.array([3000], dtype=np.int8)
    

    Many of these did succeed before. Such code was mainly useful for unsigned integers with negative values such as np.uint8(-1) giving np.iinfo(np.uint8).max.

    Note that conversion between NumPy integers is unaffected, so that np.array(-1).astype(np.uint8) continues to work and use C integer overflow logic. For negative values, it will also work to view the array: np.array(-1, dtype=np.int8).view(np.uint8). In some cases,

    ... (truncated)

    Commits
    • 8cec820 Merge pull request #22813 from charris/prepare-1.24.0-release
    • 8d33e68 REL: Prepare for the NumPy 1.24.0 release.
    • 5ac09da Merge pull request #22815 from charris/backport-22814
    • df2d26f BLD: use newer version of delocate
    • e18104e Merge pull request #22805 from charris/backport-22804
    • 6d44424 REV: revert change to numpyconfig.h for sizeof(type) hardcoding on macOS
    • c484593 Merge pull request #22795 from charris/backport-22791
    • 0904c01 Change argument to npy_floatstatus_..._barrier() functions to ensure it
    • 34653f9 Merge pull request #22793 from charris/backport-22789
    • 21f7096 BUG: Fix infinite recursion in longdouble/large integer scalar ops
    • Additional commits viewable in compare view

    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 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)
    dependencies 
    opened by dependabot[bot] 1
  • Update twilio requirement from ~=6.57.0 to ~=7.15.4

    Update twilio requirement from ~=6.57.0 to ~=7.15.4

    Updates the requirements on twilio to permit the latest version.

    Release notes

    Sourced from twilio's releases.

    7.15.4

    Release Notes

    Flex

    • Adding new assessments api in version v1

    Lookups

    • Add identity_match package to the lookup response

    Messaging

    • Added validated parameter to Link Shortening API

    Serverless

    • Add node16 as a valid Build runtime
    • Add ie1 and au1 as supported regions for all endpoints.

    Docs

    Changelog

    Sourced from twilio's changelog.

    [2022-11-30] Version 7.15.4

    Flex

    • Adding new assessments api in version v1

    Lookups

    • Add identity_match package to the lookup response

    Messaging

    • Added validated parameter to Link Shortening API

    Serverless

    • Add node16 as a valid Build runtime
    • Add ie1 and au1 as supported regions for all endpoints.

    [2022-11-16] Version 7.15.3

    Library - Chore

    Api

    • Set the Content resource to have public visibility as Preview

    Flex

    • Adding new parameter base_url to 'gooddata' response in version v1

    Insights

    • Added answered_by field in List Call Summary
    • Added answered_by field in call summary

    [2022-11-10] Version 7.15.2

    Flex

    • Adding two new authorization API 'user_roles' and 'gooddata' in version v1

    Messaging

    • Add new Campaign properties (MessageFlow, OptInMessage, OptInKeywords, OptOutMessage, OptOutKeywords, HelpMessage, HelpKeywords)

    Twiml

    • Add new speech models to Gather.

    [2022-10-31] Version 7.15.1

    Api

    • Added contentSid and contentVariables to Message resource with public visibility as Beta
    • Add UserDefinedMessageSubscription and UserDefinedMessage resource

    ... (truncated)

    Commits
    • 47d3337 Release 7.15.4
    • f8ee261 [Librarian] Regenerated @ 262cdcd92a729094d792ceac9c0d3fcf895fea3d
    • c36a16f Release 7.15.3
    • 1b575eb [Librarian] Regenerated @ 2df4ac3e3d4eef8966d6e3125164dfe43634b9d7
    • bd90596 chore: upgrade GitHub Actions dependencies (#624)
    • 15eb9be docs: update the year in the license
    • a099d3c Release 7.15.2
    • ae0051e [Librarian] Regenerated @ 18375def60d612c8e8bd57ea6e45050211ba4c08
    • ee01bdb Release 7.15.1
    • a792e79 [Librarian] Regenerated @ 01f08ee7ea770beb526f655c6e616695f7eab4e0
    • Additional commits viewable in compare view

    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 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)
    dependencies 
    opened by dependabot[bot] 1
  • Update numpy requirement from ~=1.20.2 to ~=1.23.5

    Update numpy requirement from ~=1.20.2 to ~=1.23.5

    Updates the requirements on numpy to permit the latest version.

    Release notes

    Sourced from numpy's releases.

    v1.23.5

    NumPy 1.23.5 Release Notes

    NumPy 1.23.5 is a maintenance release that fixes bugs discovered after the 1.23.4 release and keeps the build infrastructure current. The Python versions supported for this release are 3.8-3.11.

    Contributors

    A total of 7 people contributed to this release. People with a "+" by their names contributed a patch for the first time.

    • @​DWesl
    • Aayush Agrawal +
    • Adam Knapp +
    • Charles Harris
    • Navpreet Singh +
    • Sebastian Berg
    • Tania Allard

    Pull requests merged

    A total of 10 pull requests were merged for this release.

    • #22489: TST, MAINT: Replace most setup with setup_method (also teardown)
    • #22490: MAINT, CI: Switch to cygwin/cygwin-install-action@v2
    • #22494: TST: Make test_partial_iteration_cleanup robust but require leak...
    • #22592: MAINT: Ensure graceful handling of large header sizes
    • #22593: TYP: Spelling alignment for array flag literal
    • #22594: BUG: Fix bounds checking for random.logseries
    • #22595: DEV: Update GH actions and Dockerfile for Gitpod
    • #22596: CI: Only fetch in actions/checkout
    • #22597: BUG: Decrement ref count in gentype_reduce if allocated memory...
    • #22625: BUG: Histogramdd breaks on big arrays in Windows

    Checksums

    MD5

    8a412b79d975199cefadb465279fd569  numpy-1.23.5-cp310-cp310-macosx_10_9_x86_64.whl
    1b56e8e6a0516c78473657abf0710538  numpy-1.23.5-cp310-cp310-macosx_11_0_arm64.whl
    c787f4763c9a5876e86a17f1651ba458  numpy-1.23.5-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
    db07645022e56747ba3f00c2d742232e  numpy-1.23.5-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
    c63a6fb7cc16a13aabc82ec57ac6bb4d  numpy-1.23.5-cp310-cp310-win32.whl
    3fea9247e1d812600015641941fa273f  numpy-1.23.5-cp310-cp310-win_amd64.whl
    4222cfb36e5ac9aec348c81b075e2c05  numpy-1.23.5-cp311-cp311-macosx_10_9_x86_64.whl
    6c7102f185b310ac70a62c13d46f04e6  numpy-1.23.5-cp311-cp311-macosx_11_0_arm64.whl
    6b7319f66bf7ac01b49e2a32470baf28  numpy-1.23.5-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
    3c60928ddb1f55163801f06ac2229eb0  numpy-1.23.5-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
    6936b6bcfd6474acc7a8c162a9393b3c  numpy-1.23.5-cp311-cp311-win32.whl
    

    ... (truncated)

    Commits

    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 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)
    dependencies 
    opened by dependabot[bot] 1
  • Update twilio requirement from ~=6.57.0 to ~=7.15.3

    Update twilio requirement from ~=6.57.0 to ~=7.15.3

    Updates the requirements on twilio to permit the latest version.

    Release notes

    Sourced from twilio's releases.

    7.15.3

    Release Notes

    Library - Chore

    Api

    • Set the Content resource to have public visibility as Preview

    Flex

    • Adding new parameter base_url to 'gooddata' response in version v1

    Insights

    • Added answered_by field in List Call Summary
    • Added answered_by field in call summary

    Docs

    Changelog

    Sourced from twilio's changelog.

    [2022-11-16] Version 7.15.3

    Library - Chore

    Api

    • Set the Content resource to have public visibility as Preview

    Flex

    • Adding new parameter base_url to 'gooddata' response in version v1

    Insights

    • Added answered_by field in List Call Summary
    • Added answered_by field in call summary

    [2022-11-10] Version 7.15.2

    Flex

    • Adding two new authorization API 'user_roles' and 'gooddata' in version v1

    Messaging

    • Add new Campaign properties (MessageFlow, OptInMessage, OptInKeywords, OptOutMessage, OptOutKeywords, HelpMessage, HelpKeywords)

    Twiml

    • Add new speech models to Gather.

    [2022-10-31] Version 7.15.1

    Api

    • Added contentSid and contentVariables to Message resource with public visibility as Beta
    • Add UserDefinedMessageSubscription and UserDefinedMessage resource

    Proxy

    • Remove FailOnParticipantConflict param from Proxy Session create and update and Proxy Participant create

    Supersim

    • Update SettingsUpdates resource to remove PackageSid

    Taskrouter

    • Add Ordering query parameter to Workers and TaskQueues for sorting by
    • Add worker_sid query param for list reservations endpoint

    Twiml

    • Add url and method attributes to <Conversation>

    [2022-10-19] Version 7.15.0

    ... (truncated)

    Commits
    • c36a16f Release 7.15.3
    • 1b575eb [Librarian] Regenerated @ 2df4ac3e3d4eef8966d6e3125164dfe43634b9d7
    • bd90596 chore: upgrade GitHub Actions dependencies (#624)
    • 15eb9be docs: update the year in the license
    • a099d3c Release 7.15.2
    • ae0051e [Librarian] Regenerated @ 18375def60d612c8e8bd57ea6e45050211ba4c08
    • ee01bdb Release 7.15.1
    • a792e79 [Librarian] Regenerated @ 01f08ee7ea770beb526f655c6e616695f7eab4e0
    • c13b91d Release 7.15.0
    • f9e142e [Librarian] Regenerated @ 1f092ba9afa4c22854ac65f8a1af7e63b84aae2a
    • Additional commits viewable in compare view

    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 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)
    dependencies 
    opened by dependabot[bot] 1
  • Update twilio requirement from ~=6.57.0 to ~=7.15.2

    Update twilio requirement from ~=6.57.0 to ~=7.15.2

    Updates the requirements on twilio to permit the latest version.

    Release notes

    Sourced from twilio's releases.

    7.15.2

    Release Notes

    Flex

    • Adding two new authorization API 'user_roles' and 'gooddata' in version v1

    Messaging

    • Add new Campaign properties (MessageFlow, OptInMessage, OptInKeywords, OptOutMessage, OptOutKeywords, HelpMessage, HelpKeywords)

    Twiml

    • Add new speech models to Gather.

    Docs

    Changelog

    Sourced from twilio's changelog.

    [2022-11-10] Version 7.15.2

    Flex

    • Adding two new authorization API 'user_roles' and 'gooddata' in version v1

    Messaging

    • Add new Campaign properties (MessageFlow, OptInMessage, OptInKeywords, OptOutMessage, OptOutKeywords, HelpMessage, HelpKeywords)

    Twiml

    • Add new speech models to Gather.

    [2022-10-31] Version 7.15.1

    Api

    • Added contentSid and contentVariables to Message resource with public visibility as Beta
    • Add UserDefinedMessageSubscription and UserDefinedMessage resource

    Proxy

    • Remove FailOnParticipantConflict param from Proxy Session create and update and Proxy Participant create

    Supersim

    • Update SettingsUpdates resource to remove PackageSid

    Taskrouter

    • Add Ordering query parameter to Workers and TaskQueues for sorting by
    • Add worker_sid query param for list reservations endpoint

    Twiml

    • Add url and method attributes to <Conversation>

    [2022-10-19] Version 7.15.0

    Api

    • Make link shortening parameters public (breaking change)

    Oauth

    • added oauth JWKS endpoint
    • Get userinfo resource
    • OpenID discovery resource
    • Add new API for token endpoint

    Supersim

    • Add SettingsUpdates resource

    Verify

    • Update Verify Push endpoints to ga maturity
    • Verify BYOT add Channels property to the Get Templates response

    ... (truncated)

    Commits
    • a099d3c Release 7.15.2
    • ae0051e [Librarian] Regenerated @ 18375def60d612c8e8bd57ea6e45050211ba4c08
    • ee01bdb Release 7.15.1
    • a792e79 [Librarian] Regenerated @ 01f08ee7ea770beb526f655c6e616695f7eab4e0
    • c13b91d Release 7.15.0
    • f9e142e [Librarian] Regenerated @ 1f092ba9afa4c22854ac65f8a1af7e63b84aae2a
    • caa9c42 Release 7.14.2
    • 63c8b79 [Librarian] Regenerated @ f65fb6491354c2afb05cb81a1442ab0880c883c1
    • 84972e5 Release 7.14.1
    • ab9532c [Librarian] Regenerated @ 082495f63e8a5af805af3c13bd6b2d512ff8cecc
    • Additional commits viewable in compare view

    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 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)
    dependencies 
    opened by dependabot[bot] 1
  • Update twilio requirement from ~=6.57.0 to ~=7.15.1

    Update twilio requirement from ~=6.57.0 to ~=7.15.1

    Updates the requirements on twilio to permit the latest version.

    Release notes

    Sourced from twilio's releases.

    7.15.1

    Release Notes

    Api

    • Added contentSid and contentVariables to Message resource with public visibility as Beta
    • Add UserDefinedMessageSubscription and UserDefinedMessage resource

    Proxy

    • Remove FailOnParticipantConflict param from Proxy Session create and update and Proxy Participant create

    Supersim

    • Update SettingsUpdates resource to remove PackageSid

    Taskrouter

    • Add Ordering query parameter to Workers and TaskQueues for sorting by
    • Add worker_sid query param for list reservations endpoint

    Twiml

    • Add url and method attributes to <Conversation>

    Docs

    Changelog

    Sourced from twilio's changelog.

    [2022-10-31] Version 7.15.1

    Api

    • Added contentSid and contentVariables to Message resource with public visibility as Beta
    • Add UserDefinedMessageSubscription and UserDefinedMessage resource

    Proxy

    • Remove FailOnParticipantConflict param from Proxy Session create and update and Proxy Participant create

    Supersim

    • Update SettingsUpdates resource to remove PackageSid

    Taskrouter

    • Add Ordering query parameter to Workers and TaskQueues for sorting by
    • Add worker_sid query param for list reservations endpoint

    Twiml

    • Add url and method attributes to <Conversation>

    [2022-10-19] Version 7.15.0

    Api

    • Make link shortening parameters public (breaking change)

    Oauth

    • added oauth JWKS endpoint
    • Get userinfo resource
    • OpenID discovery resource
    • Add new API for token endpoint

    Supersim

    • Add SettingsUpdates resource

    Verify

    • Update Verify Push endpoints to ga maturity
    • Verify BYOT add Channels property to the Get Templates response

    Twiml

    • Add requireMatchingInputs attribute and input-matching-failed errorType to <Prompt>

    [2022-10-05] Version 7.14.2

    Api

    • Added virtual-agent to usage_record API.
    • Add AMD attributes to participant create request

    Twiml

    • Add AMD attributes to Number and Sip

    ... (truncated)

    Commits
    • ee01bdb Release 7.15.1
    • a792e79 [Librarian] Regenerated @ 01f08ee7ea770beb526f655c6e616695f7eab4e0
    • c13b91d Release 7.15.0
    • f9e142e [Librarian] Regenerated @ 1f092ba9afa4c22854ac65f8a1af7e63b84aae2a
    • caa9c42 Release 7.14.2
    • 63c8b79 [Librarian] Regenerated @ f65fb6491354c2afb05cb81a1442ab0880c883c1
    • 84972e5 Release 7.14.1
    • ab9532c [Librarian] Regenerated @ 082495f63e8a5af805af3c13bd6b2d512ff8cecc
    • b3a5deb fix: support duplicated query param values (#617)
    • c9c68a0 Release 7.14.0
    • Additional commits viewable in compare view

    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 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)
    dependencies 
    opened by dependabot[bot] 1
  • Update twilio requirement from ~=6.57.0 to ~=7.15.0

    Update twilio requirement from ~=6.57.0 to ~=7.15.0

    Updates the requirements on twilio to permit the latest version.

    Release notes

    Sourced from twilio's releases.

    7.15.0

    Release Notes

    Api

    • Make link shortening parameters public (breaking change)

    Oauth

    • added oauth JWKS endpoint
    • Get userinfo resource
    • OpenID discovery resource
    • Add new API for token endpoint

    Supersim

    • Add SettingsUpdates resource

    Verify

    • Update Verify Push endpoints to ga maturity
    • Verify BYOT add Channels property to the Get Templates response

    Twiml

    • Add requireMatchingInputs attribute and input-matching-failed errorType to <Prompt>

    Docs

    Changelog

    Sourced from twilio's changelog.

    [2022-10-19] Version 7.15.0

    Api

    • Make link shortening parameters public (breaking change)

    Oauth

    • added oauth JWKS endpoint
    • Get userinfo resource
    • OpenID discovery resource
    • Add new API for token endpoint

    Supersim

    • Add SettingsUpdates resource

    Verify

    • Update Verify Push endpoints to ga maturity
    • Verify BYOT add Channels property to the Get Templates response

    Twiml

    • Add requireMatchingInputs attribute and input-matching-failed errorType to <Prompt>

    [2022-10-05] Version 7.14.2

    Api

    • Added virtual-agent to usage_record API.
    • Add AMD attributes to participant create request

    Twiml

    • Add AMD attributes to Number and Sip

    [2022-09-21] Version 7.14.1

    Library - Fix

    [2022-09-07] Version 7.14.0

    Library - Fix

    Flex

    • Removed redundant close status from Flex Interactions flow (breaking change)
    • Adding debugger_integration and flex_ui_status_report to Flex Configuration

    Messaging

    • Add create, list and get tollfree verification API

    ... (truncated)

    Commits
    • c13b91d Release 7.15.0
    • f9e142e [Librarian] Regenerated @ 1f092ba9afa4c22854ac65f8a1af7e63b84aae2a
    • caa9c42 Release 7.14.2
    • 63c8b79 [Librarian] Regenerated @ f65fb6491354c2afb05cb81a1442ab0880c883c1
    • 84972e5 Release 7.14.1
    • ab9532c [Librarian] Regenerated @ 082495f63e8a5af805af3c13bd6b2d512ff8cecc
    • b3a5deb fix: support duplicated query param values (#617)
    • c9c68a0 Release 7.14.0
    • ab346fd [Librarian] Regenerated @ ade563fc57a4dee06c74dd93e9921a155b4c5a44
    • 30368b0 test: update common test case
    • Additional commits viewable in compare view

    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 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)
    dependencies 
    opened by dependabot[bot] 1
  • Update numpy requirement from ~=1.20.2 to ~=1.23.4

    Update numpy requirement from ~=1.20.2 to ~=1.23.4

    Updates the requirements on numpy to permit the latest version.

    Release notes

    Sourced from numpy's releases.

    v1.23.4

    NumPy 1.23.4 Release Notes

    NumPy 1.23.4 is a maintenance release that fixes bugs discovered after the 1.23.3 release and keeps the build infrastructure current. The main improvements are fixes for some annotation corner cases, a fix for a long time nested_iters memory leak, and a fix of complex vector dot for very large arrays. The Python versions supported for this release are 3.8-3.11.

    Note that the mypy version needs to be 0.981+ if you test using Python 3.10.7, otherwise the typing tests will fail.

    Contributors

    A total of 8 people contributed to this release. People with a "+" by their names contributed a patch for the first time.

    • Bas van Beek
    • Charles Harris
    • Matthew Barber
    • Matti Picus
    • Ralf Gommers
    • Ross Barnowski
    • Sebastian Berg
    • Sicheng Zeng +

    Pull requests merged

    A total of 13 pull requests were merged for this release.

    • #22368: BUG: Add __array_api_version__ to numpy.array_api namespace
    • #22370: MAINT: update sde toolkit to 9.0, fix download link
    • #22382: BLD: use macos-11 image on azure, macos-1015 is deprecated
    • #22383: MAINT: random: remove get_info from "extending with Cython"...
    • #22384: BUG: Fix complex vector dot with more than NPY_CBLAS_CHUNK elements
    • #22387: REV: Loosen lookfor's import try/except again
    • #22388: TYP,ENH: Mark numpy.typing protocols as runtime checkable
    • #22389: TYP,MAINT: Change more overloads to play nice with pyright
    • #22390: TST,TYP: Bump mypy to 0.981
    • #22391: DOC: Update delimiter param description.
    • #22392: BUG: Memory leaks in numpy.nested_iters
    • #22413: REL: Prepare for the NumPy 1.23.4 release.
    • #22424: TST: Fix failing aarch64 wheel builds.

    Checksums

    MD5

    90a3d95982490cfeeef22c0f7cbd874f  numpy-1.23.4-cp310-cp310-macosx_10_9_x86_64.whl
    

    ... (truncated)

    Commits
    • f802155 Merge pull request #22425 from charris/prepare-1.23.4-release_1
    • 298174b REL: Prepare for the NumPy 1.23.4 release (1)
    • 631072f Merge pull request #22424 from charris/backport-22418
    • f4a3195 TST, BLD: Fix failing aarch64 wheel builds.
    • 1cbd127 Merge pull request #22413 from charris/prepare-for-1.23.4
    • 8cfc899 REL: Prepare for the NumPy 1.23.4 release.
    • 22a41b5 Merge pull request #22392 from charris/backport-22296
    • f6a3c11 Adding missing Py_DECREF call on iter
    • 8274a16 Merge pull request #22391 from charris/backport-22372
    • fa16a0c Merge pull request #22390 from charris/backport-22360
    • Additional commits viewable in compare view

    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 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)
    dependencies 
    opened by dependabot[bot] 1
  • Update twilio requirement from ~=6.57.0 to ~=7.14.2

    Update twilio requirement from ~=6.57.0 to ~=7.14.2

    Updates the requirements on twilio to permit the latest version.

    Release notes

    Sourced from twilio's releases.

    7.14.2

    Release Notes

    Api

    • Added virtual-agent to usage_record API.
    • Add AMD attributes to participant create request

    Twiml

    • Add AMD attributes to Number and Sip

    Docs

    Changelog

    Sourced from twilio's changelog.

    [2022-10-05] Version 7.14.2

    Api

    • Added virtual-agent to usage_record API.
    • Add AMD attributes to participant create request

    Twiml

    • Add AMD attributes to Number and Sip

    [2022-09-21] Version 7.14.1

    Library - Fix

    [2022-09-07] Version 7.14.0

    Library - Fix

    Flex

    • Removed redundant close status from Flex Interactions flow (breaking change)
    • Adding debugger_integration and flex_ui_status_report to Flex Configuration

    Messaging

    • Add create, list and get tollfree verification API

    Verify

    • Verify SafeList API endpoints added.

    Video

    • Add Anonymize API

    Twiml

    • Update event value call-in-progress to call-answered

    [2022-08-24] Version 7.13.0

    Library - Test

    Api

    • Remove beta feature from scheduling params and remove optimize parameters. (breaking change)

    Routes

    • Remove Duplicate Create Method - Update Method will work even if Inbound Processing Region is currently empty/404. (breaking change)

    Twiml

    ... (truncated)

    Commits
    • caa9c42 Release 7.14.2
    • 63c8b79 [Librarian] Regenerated @ f65fb6491354c2afb05cb81a1442ab0880c883c1
    • 84972e5 Release 7.14.1
    • ab9532c [Librarian] Regenerated @ 082495f63e8a5af805af3c13bd6b2d512ff8cecc
    • b3a5deb fix: support duplicated query param values (#617)
    • c9c68a0 Release 7.14.0
    • ab346fd [Librarian] Regenerated @ ade563fc57a4dee06c74dd93e9921a155b4c5a44
    • 30368b0 test: update common test case
    • dd225d4 fix: support duplicate query param values (#615)
    • 318118c Release 7.13.0
    • Additional commits viewable in compare view

    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 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)
    dependencies 
    opened by dependabot[bot] 1
  • Update twilio requirement from ~=6.57.0 to ~=7.14.1

    Update twilio requirement from ~=6.57.0 to ~=7.14.1

    Updates the requirements on twilio to permit the latest version.

    Release notes

    Sourced from twilio's releases.

    7.14.1

    Release Notes

    Library - Fix

    Docs

    Changelog

    Sourced from twilio's changelog.

    [2022-09-21] Version 7.14.1

    Library - Fix

    [2022-09-07] Version 7.14.0

    Library - Fix

    Flex

    • Removed redundant close status from Flex Interactions flow (breaking change)
    • Adding debugger_integration and flex_ui_status_report to Flex Configuration

    Messaging

    • Add create, list and get tollfree verification API

    Verify

    • Verify SafeList API endpoints added.

    Video

    • Add Anonymize API

    Twiml

    • Update event value call-in-progress to call-answered

    [2022-08-24] Version 7.13.0

    Library - Test

    Api

    • Remove beta feature from scheduling params and remove optimize parameters. (breaking change)

    Routes

    • Remove Duplicate Create Method - Update Method will work even if Inbound Processing Region is currently empty/404. (breaking change)

    Twiml

    • Add new Polly Neural voices
    • Add new languages to SSML <lang>.

    [2022-08-10] Version 7.12.1

    Routes

    • Inbound Proccessing Region API - Public GA

    Supersim

    ... (truncated)

    Commits
    • 84972e5 Release 7.14.1
    • ab9532c [Librarian] Regenerated @ 082495f63e8a5af805af3c13bd6b2d512ff8cecc
    • b3a5deb fix: support duplicated query param values (#617)
    • c9c68a0 Release 7.14.0
    • ab346fd [Librarian] Regenerated @ ade563fc57a4dee06c74dd93e9921a155b4c5a44
    • 30368b0 test: update common test case
    • dd225d4 fix: support duplicate query param values (#615)
    • 318118c Release 7.13.0
    • cd8cc60 [Librarian] Regenerated @ 9419ae9766a1f3421c32308ef0a457ca0c0248fd
    • 91c0ab9 chore: add test-docker rule (#614)
    • Additional commits viewable in compare view

    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 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)
    dependencies 
    opened by dependabot[bot] 1
  • Update numpy requirement from ~=1.20.2 to ~=1.23.3

    Update numpy requirement from ~=1.20.2 to ~=1.23.3

    Updates the requirements on numpy to permit the latest version.

    Release notes

    Sourced from numpy's releases.

    v1.23.3

    NumPy 1.23.3 Release Notes

    NumPy 1.23.3 is a maintenance release that fixes bugs discovered after the 1.23.2 release. There is no major theme for this release, the main improvements are for some downstream builds and some annotation corner cases. The Python versions supported for this release are 3.8-3.11.

    Note that we will move to MacOS 11 for the NumPy 1.23.4 release, the 10.15 version currently used will no longer be supported by our build infrastructure at that point.

    Contributors

    A total of 16 people contributed to this release. People with a "+" by their names contributed a patch for the first time.

    • Aaron Meurer
    • Bas van Beek
    • Charles Harris
    • Ganesh Kathiresan
    • Gavin Zhang +
    • Iantra Solari+
    • Jyn Spring 琴春 +
    • Matti Picus
    • Rafael Cardoso Fernandes Sousa
    • Rafael Sousa +
    • Ralf Gommers
    • Rin Cat (鈴猫) +
    • Saransh Chopra +
    • Sayed Adel
    • Sebastian Berg
    • Serge Guelton

    Pull requests merged

    A total of 14 pull requests were merged for this release.

    • #22136: BLD: Add Python 3.11 wheels to aarch64 build
    • #22148: MAINT: Update setup.py for Python 3.11.
    • #22155: CI: Test NumPy build against old versions of GCC(6, 7, 8)
    • #22156: MAINT: support IBM i system
    • #22195: BUG: Fix circleci build
    • #22214: BUG: Expose heapsort algorithms in a shared header
    • #22215: BUG: Support using libunwind for backtrack
    • #22216: MAINT: fix an incorrect pointer type usage in f2py
    • #22220: BUG: change overloads to play nice with pyright.
    • #22221: TST,BUG: Use fork context to fix MacOS savez test
    • #22222: TYP,BUG: Reduce argument validation in C-based __class_getitem__

    ... (truncated)

    Commits
    • e47cbb6 Merge pull request #22234 from charris/prepare-1.23.3-release
    • e0e8991 REL: Prepare for the NumPy 1.23.3 release.
    • 9bf22bb BUG: Better report integer division overflow (backport) (#22230)
    • 0f0d355 Merge pull request #22224 from charris/backport-21928
    • 55a5ca7 Merge pull request #22223 from charris/backport-21981
    • 6cc4183 BUG: Fix the implementation of numpy.array_api.vecdot (#21928)
    • fb9666f BUG: Replace assert with correct error
    • fc0d627 TST: ensure np.equal.reduce raises a TypeError
    • 754ec89 Merge pull request #22222 from charris/backport-22212
    • 63ab75d Merge pull request #22221 from charris/backport-22204
    • Additional commits viewable in compare view

    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 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)
    dependencies 
    opened by dependabot[bot] 1
  • Update numpy requirement from ~=1.20.2 to ~=1.24.1

    Update numpy requirement from ~=1.20.2 to ~=1.24.1

    Updates the requirements on numpy to permit the latest version.

    Release notes

    Sourced from numpy's releases.

    v1.24.1

    NumPy 1.24.1 Release Notes

    NumPy 1.24.1 is a maintenance release that fixes bugs and regressions discovered after the 1.24.0 release. The Python versions supported by this release are 3.8-3.11.

    Contributors

    A total of 12 people contributed to this release. People with a "+" by their names contributed a patch for the first time.

    • Andrew Nelson
    • Ben Greiner +
    • Charles Harris
    • Clément Robert
    • Matteo Raso
    • Matti Picus
    • Melissa Weber Mendonça
    • Miles Cranmer
    • Ralf Gommers
    • Rohit Goswami
    • Sayed Adel
    • Sebastian Berg

    Pull requests merged

    A total of 18 pull requests were merged for this release.

    • #22820: BLD: add workaround in setup.py for newer setuptools
    • #22830: BLD: CIRRUS_TAG redux
    • #22831: DOC: fix a couple typos in 1.23 notes
    • #22832: BUG: Fix refcounting errors found using pytest-leaks
    • #22834: BUG, SIMD: Fix invalid value encountered in several ufuncs
    • #22837: TST: ignore more np.distutils.log imports
    • #22839: BUG: Do not use getdata() in np.ma.masked_invalid
    • #22847: BUG: Ensure correct behavior for rows ending in delimiter in...
    • #22848: BUG, SIMD: Fix the bitmask of the boolean comparison
    • #22857: BLD: Help raspian arm + clang 13 about __builtin_mul_overflow
    • #22858: API: Ensure a full mask is returned for masked_invalid
    • #22866: BUG: Polynomials now copy properly (#22669)
    • #22867: BUG, SIMD: Fix memory overlap in ufunc comparison loops
    • #22868: BUG: Fortify string casts against floating point warnings
    • #22875: TST: Ignore nan-warnings in randomized out tests
    • #22883: MAINT: restore npymath implementations needed for freebsd
    • #22884: BUG: Fix integer overflow in in1d for mixed integer dtypes #22877
    • #22887: BUG: Use whole file for encoding checks with charset_normalizer.

    Checksums

    ... (truncated)

    Commits
    • a28f4f2 Merge pull request #22888 from charris/prepare-1.24.1-release
    • f8fea39 REL: Prepare for the NumPY 1.24.1 release.
    • 6f491e0 Merge pull request #22887 from charris/backport-22872
    • 48f5fe4 BUG: Use whole file for encoding checks with charset_normalizer [f2py] (#22...
    • 0f3484a Merge pull request #22883 from charris/backport-22882
    • 002c60d Merge pull request #22884 from charris/backport-22878
    • 38ef9ce BUG: Fix integer overflow in in1d for mixed integer dtypes #22877 (#22878)
    • bb00c68 MAINT: restore npymath implementations needed for freebsd
    • 64e09c3 Merge pull request #22875 from charris/backport-22869
    • dc7bac6 TST: Ignore nan-warnings in randomized out tests
    • Additional commits viewable in compare view

    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 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)
    dependencies 
    opened by dependabot[bot] 0
  • Update twilio requirement from ~=6.57.0 to ~=7.16.0

    Update twilio requirement from ~=6.57.0 to ~=7.16.0

    Updates the requirements on twilio to permit the latest version.

    Release notes

    Sourced from twilio's releases.

    7.16.0

    Release Notes

    Library - Docs

    Library - Chore

    Library - Test

    Api

    • Add street_secondary param to address create and update
    • Make method optional for user defined message subscription (breaking change)

    Flex

    • Flex Conversations is now Generally Available
    • Adding the ie1 mapping for authorization api, updating service base uri and base url response attribute (breaking change)
    • Change web channels to GA and library visibility to public
    • Changing the uri for authorization api from using Accounts to Insights (breaking change)

    Media

    • Gate Twilio Live endpoints behind beta_feature for EOS

    Messaging

    • Mark MessageFlow as a required field for Campaign Creation (breaking change)

    Oauth

    • updated openid discovery endpoint uri (breaking change)
    • Added device code authorization endpoint

    Supersim

    • Allow filtering the SettingsUpdates resource by status

    Twiml

    • Add new Polly Neural voices
    • Add tr-TR, ar-AE, yue-CN, fi-FI languages to SSML <lang> element.
    • Add x-amazon-jyutping, x-amazon-pinyin, x-amazon-pron-kana, x-amazon-yomigana alphabets to SSML <phoneme> element.
    • Rename character value for SSML <say-as> interpret-as attribute to characters. (breaking change)
    • Rename role attribute to format in SSML <say-as> element. (breaking change)

    Docs

    Changelog

    Sourced from twilio's changelog.

    [2022-12-14] Version 7.16.0

    Library - Docs

    Library - Chore

    Library - Test

    Api

    • Add street_secondary param to address create and update
    • Make method optional for user defined message subscription (breaking change)

    Flex

    • Flex Conversations is now Generally Available
    • Adding the ie1 mapping for authorization api, updating service base uri and base url response attribute (breaking change)
    • Change web channels to GA and library visibility to public
    • Changing the uri for authorization api from using Accounts to Insights (breaking change)

    Media

    • Gate Twilio Live endpoints behind beta_feature for EOS

    Messaging

    • Mark MessageFlow as a required field for Campaign Creation (breaking change)

    Oauth

    • updated openid discovery endpoint uri (breaking change)
    • Added device code authorization endpoint

    Supersim

    • Allow filtering the SettingsUpdates resource by status

    Twiml

    • Add new Polly Neural voices
    • Add tr-TR, ar-AE, yue-CN, fi-FI languages to SSML <lang> element.
    • Add x-amazon-jyutping, x-amazon-pinyin, x-amazon-pron-kana, x-amazon-yomigana alphabets to SSML <phoneme> element.
    • Rename character value for SSML <say-as> interpret-as attribute to characters. (breaking change)
    • Rename role attribute to format in SSML <say-as> element. (breaking change)

    [2022-11-30] Version 7.15.4

    Flex

    • Adding new assessments api in version v1

    Lookups

    • Add identity_match package to the lookup response

    ... (truncated)

    Commits
    • 0a83de6 Release 7.16.0
    • 9b57e31 [Librarian] Regenerated @ 964f1611ab7481d828261f49551385a276499e30
    • c9b385b docs: Updated docstrings for timeout to be float instead of int (#631)
    • 85706b3 chore: add support for python 3.11 (#627)
    • beafdec Pinning ubuntu version for python 3.6 test runs (#628)
    • 47d3337 Release 7.15.4
    • f8ee261 [Librarian] Regenerated @ 262cdcd92a729094d792ceac9c0d3fcf895fea3d
    • c36a16f Release 7.15.3
    • 1b575eb [Librarian] Regenerated @ 2df4ac3e3d4eef8966d6e3125164dfe43634b9d7
    • bd90596 chore: upgrade GitHub Actions dependencies (#624)
    • Additional commits viewable in compare view

    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 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)
    dependencies 
    opened by dependabot[bot] 0
  • Update lxml requirement from ~=4.6.3 to ~=4.9.2

    Update lxml requirement from ~=4.6.3 to ~=4.9.2

    Updates the requirements on lxml to permit the latest version.

    Changelog

    Sourced from lxml's changelog.

    4.9.2 (2022-12-13)

    Bugs fixed

    Other changes

    • LP#1981760: Element.attrib now registers as collections.abc.MutableMapping.

    • lxml now has a static build setup for macOS on ARM64 machines (not used for building wheels). Patch by Quentin Leffray.

    4.9.1 (2022-07-01)

    Bugs fixed

    • A crash was resolved when using iterwalk() (or canonicalize()) after parsing certain incorrect input. Note that iterwalk() can crash on valid input parsed with the same parser after failing to parse the incorrect input.

    4.9.0 (2022-06-01)

    Bugs fixed

    • GH#341: The mixin inheritance order in lxml.html was corrected. Patch by xmo-odoo.

    Other changes

    • Built with Cython 0.29.30 to adapt to changes in Python 3.11 and 3.12.

    • Wheels include zlib 1.2.12, libxml2 2.9.14 and libxslt 1.1.35 (libxml2 2.9.12+ and libxslt 1.1.34 on Windows).

    • GH#343: Windows-AArch64 build support in Visual Studio.

    ... (truncated)

    Commits
    • c17c1ca Use same naming for Python version matrix variable in wheel workflow as in CI...
    • fc2f7ea Use windows-2016 image instead of windows-2019 to fix the Py2.7 build.
    • 98224b3 Install more recent library versions for the wheel build.
    • ce4e5bc Fix release date.
    • cece238 Add PyPy-3.8 CI target.
    • 2c2308e Try to add a Windows CI build for Py2.7.
    • 0b0b2b9 Exclude missing Python versions from CI jobs.
    • b848b82 Try to fix CI "setup.py install" in Py3.11.
    • 487a194 CI: exclude non-static Windows jobs.
    • fc53d6f Show executed commands in CI runs.
    • Additional commits viewable in compare view

    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 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)
    dependencies 
    opened by dependabot[bot] 0
  • Update discord requirement from ~=1.7.3 to ~=2.1.0

    Update discord requirement from ~=1.7.3 to ~=2.1.0

    Updates the requirements on discord to permit the latest version.

    Commits
    • 24b61a7 Version bump to v2.1.0
    • 6c4b6dc Update changelog
    • 55f272f Document UserFlags.active_developer
    • dad6666 Add ApplicationFlags.active
    • 3d39f70 Add active developer flag
    • cd6fd13 Add AutoModTrigger.repr
    • 84767ef Add AutoModTrigger.regex_patterns support
    • e92a626 Add Pycharm support to coloured logging
    • 5009c83 Implement New Select Types
    • 4c8ba63 Add delete_after into InteractionResponse.send_message
    • Additional commits viewable in compare view

    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 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)
    dependencies 
    opened by dependabot[bot] 0
  • Update requests requirement from ~=2.26.0 to ~=2.28.1

    Update requests requirement from ~=2.26.0 to ~=2.28.1

    Updates the requirements on requests to permit the latest version.

    Release notes

    Sourced from requests's releases.

    v2.28.1

    2.28.1 (2022-06-29)

    Improvements

    • Speed optimization in iter_content with transition to yield from. (#6170)

    Dependencies

    • Added support for chardet 5.0.0 (#6179)
    • Added support for charset-normalizer 2.1.0 (#6169)

    New Contributors

    Full Changelog: https://github.com/psf/requests/blob/main/HISTORY.md#2281-2022-06-29

    Changelog

    Sourced from requests's changelog.

    2.28.1 (2022-06-29)

    Improvements

    • Speed optimization in iter_content with transition to yield from. (#6170)

    Dependencies

    • Added support for chardet 5.0.0 (#6179)
    • Added support for charset-normalizer 2.1.0 (#6169)

    2.28.0 (2022-06-09)

    Deprecations

    • ⚠️ Requests has officially dropped support for Python 2.7. ⚠️ (#6091)
    • Requests has officially dropped support for Python 3.6 (including pypy3.6). (#6091)

    Improvements

    • Wrap JSON parsing issues in Request's JSONDecodeError for payloads without an encoding to make json() API consistent. (#6097)
    • Parse header components consistently, raising an InvalidHeader error in all invalid cases. (#6154)
    • Added provisional 3.11 support with current beta build. (#6155)
    • Requests got a makeover and we decided to paint it black. (#6095)

    Bugfixes

    • Fixed bug where setting CURL_CA_BUNDLE to an empty string would disable cert verification. All Requests 2.x versions before 2.28.0 are affected. (#6074)
    • Fixed urllib3 exception leak, wrapping urllib3.exceptions.SSLError with requests.exceptions.SSLError for content and iter_content. (#6057)
    • Fixed issue where invalid Windows registry entires caused proxy resolution to raise an exception rather than ignoring the entry. (#6149)
    • Fixed issue where entire payload could be included in the error message for JSONDecodeError. (#6036)

    2.27.1 (2022-01-05)

    Bugfixes

    • Fixed parsing issue that resulted in the auth component being dropped from proxy URLs. (#6028)

    2.27.0 (2022-01-03)

    ... (truncated)

    Commits

    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 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)
    dependencies 
    opened by dependabot[bot] 0
  • Update opencv-python requirement from ~=4.5.1.48 to ~=4.6.0.66

    Update opencv-python requirement from ~=4.5.1.48 to ~=4.6.0.66

    Updates the requirements on opencv-python to permit the latest version.

    Release notes

    Sourced from opencv-python's releases.

    4.6.0.66

    opencv-python: https://pypi.org/project/opencv-python/ opencv-contrib-python: https://pypi.org/project/opencv-contrib-python/ opencv-python-headless: https://pypi.org/project/opencv-python-headless/ opencv-contrib-python-headless: https://pypi.org/project/opencv-contrib-python-headless/

    OpenCV 4.6.0

    Changes:

    • Updated third-party libraries to fix potential vulnerabilities. #666
    • Added support for building Windows ARM64 Python package. #644
    • The repository has been synchronized with scikit-build 0.14.0 release. #637
    • The build without internet connection has been fixed. #642
    • This release produced with libpng 1.6.37 and supports eXIf orientation tag. #662
    Commits

    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 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)
    dependencies 
    opened by dependabot[bot] 0
Owner
Biggest list comprehension fan.
null
A small and fun Discord Bot that is written in Python and discord-interactions (with discord.py)

Articuno (discord-interactions) A small and fun Discord Bot that is written in Python and discord-interactions (with discord.py) Get started If you wa

Blue 8 Dec 26, 2022
Discord bot script for sending multiple media files to a discord channel according to discord limitations.

Discord Bulk Image Sending Bot Send bulk images to Discord channel. This is a bot script that will allow you to send multiple images to Discord channe

Nikola Arbov 1 Jan 13, 2022
An Open-Source Discord bot created to provide basic functionality which should be in every discord guild. We use this same bot with additional configurations for our guilds.

A Discord bot completely written to be taken from the source and built according to your own custom needs. This bot supports some core features and is

Tesseract Coding 14 Jan 11, 2022
Discord ToolBox is a discord bot developed by DJD320 created for the purpose of having some convenient tools in the form of a single bot.

Discord ToolBox Discord ToolBox is a discord bot developed by DJD320 created for the purpose of having some convenient tools in the form of a single b

null 3 Aug 7, 2021
Linky bot, A open-source discord bot that allows you to add links to ur website, youtube url, etc for the people all around discord to see!

LinkyBot Linky bot, An open-source discord bot that allows you to add links to ur website, youtube url, etc for the people all around discord to see!

AlexyDaCoder 1 Sep 20, 2022
Image-Bot-Discord - This Is a discord bot that shows the specific image you search from Google

Advanced Discord.py Image Bot CREDITS Made by RLX and Mathiscool README by Milrato Installation Guide in .env Adjust the TOKEN python main.py to start

RLX 3 Jan 16, 2022
Discord.py-Bot-Template - Discord Bot Template with Python 3.x

Discord Bot Template with Python 3.x This is a template for creating a custom Di

Keagan Landfried 3 Jul 17, 2022
Example-bot-discord - Example bot discord xD

example-python-bot-discord Clone this repository Grab a token on Discord's devel

Amitminer 1 Mar 14, 2022
YouTube-Discord-Bot - Discord Bot to Search YouTube

YouTube Bot Info YouTube Bot is a discord bot where you can search for anything

Riceblades11 10 Mar 5, 2022
SongLink Discord Bot - Discord bot to share music links easily

SongLink_Discord_Bot Discord bot to share music links easily. Take a link from y

Edgar Lefevre 4 Feb 18, 2022
Kevin L. 3 Jul 14, 2022
VoiceMaster-Discord-Bot - Fork from original Discord bot with max channel limit, staff role and more

VoiceMaster VoiceMaster is a discord bot created to change the way servers work,

null 2 Feb 28, 2022
A discord Server Bot made with Python, This bot helps people feel better by inspiring them with motivational quotes or by responding with a great message, also the users of the server can create custom messages by telling the bot with Commands.

A discord Server Bot made with Python, This bot helps people feel better by inspiring them with motivational quotes or by responding with a great message, also the users of the server can create custom messages by telling the bot with Commands.

Aran 1 Oct 13, 2021
Aqui está disponível GRATUITAMENTE, um bot de discord feito em python, saiba que, terá que criar seu bot como aplicação, e utilizar seu próprio token, e lembrando, é um bot básico, não se utiliza Cogs nem slash commands nele!

BotDiscordPython Aqui está disponível GRATUITAMENTE, um bot de discord feito em python, saiba que, terá que criar seu bot como aplicação, e utilizar s

Matheus Muguet 4 Feb 5, 2022
DeKrypt 24 Sep 21, 2022
Automate TikTok follower bot, like bot, share bot, view bot and more using selenium

Zefoy TikTok Automator Automate TikTok follower bot, like bot, share bot, view bot and more using selenium. Click here to report bugs. Usage Download

null 555 Dec 30, 2022
A Discord BOT that uses Google Sheets for storing the roles and permissions of a discord server.

Discord Role Manager Bot Role Manager is a discord BOT that utilizes Google Sheets for the organization of a server's hierarchy and permissions. Detai

Dion Rigatos 17 Oct 13, 2022
MusicBot is the original Discord music bot written for Python 3.5+, using the discord.py library

The original MusicBot for Discord (formerly SexualRhinoceros/MusicBot)

Just Some Bots 2.9k Jan 2, 2023
Discord music bot using discord.py, slash commands, and yt-dlp.

bop Discord music bot using discord.py, slash commands, and yt-dlp. Features Play music from YouTube videos and playlists Queue system with shuffle Sk

Hizkia Felix 3 Aug 11, 2022