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 pydis-core from 10.4.0 to 10.5.1 #110

Closed
wants to merge 1 commit into from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Dec 15, 2023

Bumps pydis-core from 10.4.0 to 10.5.1.

Release notes

Sourced from pydis-core's releases.

v10.5.0

What's Changed

  • Mark dependencies using tilde version specifiers. This is to allow users of pydis core to use newer versions of these libraries without us having to cut a new release. by @​ChrisLovering in python-discord/bot-core#197

Full Changelog: python-discord/bot-core@v10.4.0...v10.5.0

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.5.1 <14th December 2023>

  • 🐛200 Do not attempt to read response body if the HTTP response code is 204. Previously only :obj:pydis_core.site_api.APIClient.delete did this.

  • :release:10.5.0 <10th December 2023>

  • :support:197 Mark dependencies using tilde version specifiers. This is to allow user of pydis core to use newer versions of these libraries without us having to cut a new release.

  • :release:10.4.0 <26th October 2023>

  • :support:196 Bump aiodns to :literal-url:3.1.1 <https://github.com/saghul/aiodns/releases/tag/v3.1.1>.

  • :support:196 Bump many development dependencies.

  • :release:10.3.0 <19th September 2023>

  • :feature:195 Add log_format to pydis_core.utils.logging to allow for standardised logging across all services using pydis_core.

  • :feature:195 Set discord, websockets, chardet & async_rediscache loggers to warning level and asyncio to info level by default.

  • :release:10.2.0 <28th August 2023>

  • :support:192 Bump Discord.py to :literal-url:2.3.2 <https://github.com/Rapptz/discord.py/releases/tag/v2.3.2>.

  • :release:10.1.0 <25th July 2023>

  • :feature:190 Overwrite :obj:discord.ext.commands.Bot.process_commands to ensure no commands are processed until all extensions are loaded. This only works for clients using :obj:pydis_core.BotBase.load_extensions.

  • :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.

... (truncated)

Commits
  • 8877fa1 Do not attempt to read response body if the HTTP response code is 204.
  • 3ed1d4b Changelog 10.5.0
  • 8354bf7 Bump dev dependency versions
  • 941a43c Lint repo to latest ruff rules
  • b20dab8 Bump postgres to 16 in dev bot
  • 0615530 Mark lib deps using tilda version specifiers
  • df84657 Bump dev deps to latest
  • See full diff in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [pydis-core](https://github.com/python-discord/bot-core) from 10.4.0 to 10.5.1.
- [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@v10.4.0...v10.5.1)

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

Signed-off-by: dependabot[bot] <support@github.com>
Copy link
Contributor Author

dependabot bot commented on behalf of github Jan 31, 2024

Superseded by #120.

@dependabot dependabot bot closed this Jan 31, 2024
@dependabot dependabot bot deleted the dependabot/pip/pydis-core-10.5.1 branch January 31, 2024 13:38
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants