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

build(deps): bump discord-webhook from 0.14.0 to 1.1.0 #812

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 Feb 15, 2023

Bumps discord-webhook from 0.14.0 to 1.1.0.

Release notes

Sourced from discord-webhook's releases.

1.1.0

2023-02-15 1.1.0

🛠 Breaking Changes

  • removed remove_files as an optional parameter in .execute(). .files are automatically cleared so that the files aren't uploaded twice when editing a webhook.

🩹 Fixes

  • fix removing embeds and files when editing a webhook

1.0.0

2022-11-18 1.0.0

🎉 Features

  • execute() stores the webhook ID in the .id property
  • DiscordWebhook.create_batch() creates multiple instances

🛠 Breaking Changes

  • DiscordWebhook and AsyncDiscordWebhook
    • url parameter only excepts one url as str
    • edit() excepts no parameters
    • delete() excepts no parameters
  • DiscordEmbed
    • rename del_embed_field() to delete_embed_field()

0.17.0

2022-08-23 0.17.0

Breaking Changes

  • ColourNotInRangeException was renamed to ColorNotInRangeException

Fixes

  • fix async file attachments

0.16.3

2022-05-14 0.16.3

Fixes

  • only check if color is in range if color was set

0.16.2

2022-05-12 0.16.2

Fixes

  • fix support for using a list of webhook URLs

0.16.1

2022-05-12 0.16.1

Fixes

... (truncated)

Changelog

Sourced from discord-webhook's changelog.

2023-02-15 1.1.0

🛠 Breaking Changes

  • removed remove_files as an optional parameter in .execute(). .files are automatically cleared so that the files aren't uploaded twice when editing a webhook.

🩹 Fixes

  • fix removing embeds and files when editing a webhook

2022-11-18 1.0.0

🎉 Features

  • execute() stores the webhook ID in the .id property
  • DiscordWebhook.create_batch() creates multiple instances

🛠 Breaking Changes

  • DiscordWebhook and AsyncDiscordWebhook
    • url parameter only excepts one url as str
    • edit() excepts no parameters
    • delete() excepts no parameters
  • DiscordEmbed
    • rename del_embed_field() to delete_embed_field()

2022-08-23 0.17.0

🛠 Breaking Changes

  • ColourNotInRangeException was renamed to ColorNotInRangeException

🩹 Fixes

  • fix async file attachments

2022-05-14 0.16.3

🩹 Fixes

  • only check if color is in range if color was set

2022-05-12 0.16.2

🩹 Fixes

  • fix support for using a list of webhook URLs

2022-05-12 0.16.1

🩹 Fixes

  • fix hex to int color conversion

2022-05-06 0.16.0

🎉 Features

  • add async support

... (truncated)

Commits

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 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 [discord-webhook](https://github.com/lovvskillz/python-discord-webhook) from 0.14.0 to 1.1.0.
- [Release notes](https://github.com/lovvskillz/python-discord-webhook/releases)
- [Changelog](https://github.com/lovvskillz/python-discord-webhook/blob/master/CHANGES.md)
- [Commits](lovvskillz/python-discord-webhook@0.14.0...1.1.0)

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

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file python Pull requests that update Python code labels Feb 15, 2023
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.

0 participants