Skip to content

build(deps): bump pydis-core from 9.6.0 to 10.0.0#86

Closed
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/pip/pydis-core-10.0.0
Closed

build(deps): bump pydis-core from 9.6.0 to 10.0.0#86
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/pip/pydis-core-10.0.0

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot Bot commented on behalf of github Jul 20, 2023

Bumps pydis-core from 9.6.0 to 10.0.0.

Release notes

Sourced from pydis-core's releases.

v10.0.0

What's Changed

Breaking

  • Support sending multiple files at once to paste service. All calls to pydis_core.utils.paste_service.send_to_paste_service must now provide a list of pydis_core.utils.paste_service.PasteFile @​ChrisLovering in python-discord/bot-core#188

Features

Bug fixes

Full Changelog: https://bot-core.pythondiscord.com/main/changelog.html

v9.9.2

What's Changed

Full Changelog: https://bot-core.pythondiscord.com/main/changelog.html

v9.9.1

What's Changed

Full Changelog: https://bot-core.pythondiscord.com/main/changelog.html

v9.9.0

What's Changed

Full Changelog: https://bot-core.pythondiscord.com/main/changelog.html

v9.8.0

What's Changed

Full Changelog: https://bot-core.pythondiscord.com/main/changelog.html

v9.7.0

What's Changed

New Contributors

... (truncated)

Changelog

Sourced from pydis-core's changelog.

.. See docs for details on formatting your entries https://releases.readthedocs.io/en/latest/concepts.html

Changelog

  • :release:10.0.0 <14th July 2023>

  • :breaking:188 Support sending multiple files at once to paste service. All calls to :obj:pydis_core.utils.paste_service.send_to_paste_service must now provide a list of :obj:pydis_core.utils.paste_service.PasteFile

  • 🐛187 major Fix :obj:pydis_core.utils.channel.get_or_fetch_channel's return type to include :obj:discord.abc.PrivateChannel and :obj:discord.Thread.

  • :feature:184 Remove the message stored in the message attr of :obj:pydis_core.utils.interactions.ViewWithUserAndRoleCheck when the interaction is stopped, in additional to the exist logic for timeout.

  • :support:184 Bump Discord.py to :literal-url:2.3.1 <https://github.com/Rapptz/discord.py/releases/tag/v2.3.1>.

  • :release:9.9.2 <2nd July 2023>

  • 🐛185 Update expiry label from 1 month to 30 days in paste service.

  • :release:9.9.1 <22nd June 2023>

  • 🐛183 Push the correct changeset to pypi.

  • :release:9.9.0 <18th June 2023>

  • :feature:182 Default pastebin url to https://paste.pythondiscord.com

  • :feature:182 Add supported lexer validation to paste service.

  • :release:9.8.0 <13th June 2023>

  • :support:181 Bump Discord.py to :literal-url:2.3.0 <https://github.com/Rapptz/discord.py/releases/tag/v2.3.0>.

  • :release:9.7.0 <10th June 2023>

  • :feature:179 Add paste service utility to upload text to our paste service.

  • :feature:177 Automatically handle discord.Forbidden 90001 errors in all schedules

  • :feature:176 Migrate repo to use ruff for linting

  • :release:9.6.0 <6th May 2023>

  • :feature:175 Log when waiting for the guild to be available before loading cogs

  • :support:175 Bump Discord.py to :literal-url:2.2.3 <https://github.com/Rapptz/discord.py/releases/tag/v2.2.3>.

  • :release:9.5.1 <2nd March 2023>

  • 🐛174 Bump Discord.py to :literal-url:2.2.2 <https://github.com/Rapptz/discord.py/releases/tag/v2.2.2>.

  • :release:9.5.0 <28th February 2023>

  • :feature:173 Bump Discord.py to :literal-url:2.2.0 <https://github.com/Rapptz/discord.py/releases/tag/v2.2.0>.

... (truncated)

Commits
  • b52f1ab Merge pull request #188 from python-discord/paste-servic-emultiple-files
  • d087bec fixup: correct docstring wording in paste_service
  • d48cb8b Add type hints to paste_service pydantic models
  • e76052f Don't swallow exceptions in post_build
  • b0ec506 Support sending multiple files to paste service at once
  • 29af8a9 Merge pull request #184 from python-discord/bump-d.py
  • ff765b4 Update code for new linter rules
  • 9325140 Bump dev deps
  • a805475 Bump pre-commit-hooks
  • 9e1ac4f Bump d.py to 2.3.1
  • 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 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 [pydis-core](https://github.com/python-discord/bot-core) from 9.6.0 to 10.0.0.
- [Release notes](https://github.com/python-discord/bot-core/releases)
- [Changelog](https://github.com/python-discord/bot-core/blob/main/docs/changelog.rst)
- [Commits](python-discord/bot-core@v9.6.0...v10.0.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added the dependencies Pull requests that update a dependency file label Jul 20, 2023
Copy link
Copy Markdown
Contributor

@shtlrs shtlrs left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This should be safe to merge as we don't use the paste service in king arthur.

@dependabot @github
Copy link
Copy Markdown
Contributor Author

dependabot Bot commented on behalf of github Jul 25, 2023

Superseded by #88.

@dependabot dependabot Bot closed this Jul 25, 2023
@dependabot dependabot Bot deleted the dependabot/pip/pydis-core-10.0.0 branch July 25, 2023 17:01
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant