Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Feb 20, 2025

Bumps pydis-core from 11.5.0 to 11.6.0.

Release notes

Sourced from pydis-core's releases.

v11.5.1

What's Changed

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

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:11.6.0 <18th February 2025>

  • 🐛302 Bump Discord.py to :literal-url:2.5.0 <https://discordpy.readthedocs.io/en/stable/whats_new.html#v2-5-0>.

  • :release:11.5.1 <23rd November 2024>

  • 🐛295 Update :obj:pydis_core.utils.regex.DISCORD_INVITE to not be overly strict.

  • :release:11.5.0 <17th October 2024>

  • :feature:282 Update :obj:pydis_core.utils.regex.DISCORD_INVITE to cover more edge cases.

  • :release:11.4.0 <11th September 2024>

  • :feature:269 Update :obj:pydis_core.utils.regex.DISCORD_INVITE to also match backslash before the invite code.

  • :release:11.3.1 <25th July 2024>

  • 🐛- Correct the docstring of :obj:pydis_core.utils.interactions.ViewWithUserAndRoleCheck.

  • :release:11.3.0 <17th July 2024>

  • :feature:254 Add a py.typed file for :literal-url:PEP 561 <https://peps.python.org/pep-0561/> compliance.

  • :release:11.2.0 <22nd June 2024>

  • :support:244 Bump Discord.py to :literal-url:2.4.0 <https://discordpy.readthedocs.io/en/stable/whats_new.html#v2-4-0>.

  • :release:11.1.0 <30th March 2024>

  • :support:210 Drop the restriction that meant fakeredis could not be installed on Python 3.12 as lupa now supports 3.12

  • :release:11.0.1 <20th March 2024>

  • 🐛209 Extract original error from :obj:discord.ext.commands.errors.CommandInvokeError before handling it.

  • :release:11.0.0 <18th March 2024>

  • :breaking:208 Split fakeredis optional dependency from the async-rediscache extra. You can now install with [fakeredis] to just install fakeredis (with lua support), [async-rediscache] to install just async-rediscache, or use either [all] or [async-rediscache,fakeredis] to install both. This allows users who do no rely on fakeredis to install in 3.12 environments.

  • :support:208 Add support for Python 3.12. Be aware, at time of writing, our usage of fakeredis does not currently support 3.12. This is due to :literal-url:this lupa issue<https://github.com/scoder/lupa/issues/245>. Lupa is required by async-rediscache for lua script support within fakeredis. As such, fakeredis can not be installed in a Python 3.12 environment.

  • :breaking:208 Drop support for Python 3.10

  • :breaking:208 Drop support for Pydantic 1.X

  • :support:208 Bump ruff to 0.3.0 and target Python 3.11 now that 3.10 isn't supported.

  • :breaking:207 Enable more ruff linting rules. See :literal-url:GitHub release notes <https://github.com/python-discord/bot-core/releases/tag/v11.0.0> for breaking changes.

  • :support:206 Bump ruff from 0.1.15 to 0.2.2, using the new lint config namespace, and linting with the new rules.

  • :feature:205 Add :obj:pydis_core.utils.error_handling.commands.abc.AbstractCommandErrorHandler and :obj:pydis_core.utils.error_handling.commands.manager.CommandErrorManager to implement and register command error handlers independantly.

  • :support:204 Document the instance attributes of :obj:pydis_core.BotBase.

  • :release:10.7.0 <30th January 2024>

... (truncated)

Commits
  • 1683547 Disable A005 errors
  • 500a303 Bump discord.py up to 2.5
  • 99bc4e4 Bump dev deps
  • cbe2bae Changelog & version bump
  • 7268e93 Update invite regex test cases
  • f801992 Ensure we don't match to non-invite looking links
  • 93ce65f Escape backslashes in invite regex
  • 3b7f09e Drop io and li from invite regex
  • 21a32de Update filter regex to not be overly strict
  • 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)

@dependabot dependabot bot added area: dependencies Related to package dependencies and management python Pull requests that update Python code labels Feb 20, 2025
@Xithrius Xithrius enabled auto-merge (squash) March 8, 2025 04:58
@dependabot dependabot bot force-pushed the dependabot/pip/pydis-core-11.6.0 branch 3 times, most recently from 55b5d03 to 3b2bb72 Compare March 8, 2025 05:02
Bumps [pydis-core](https://github.com/python-discord/bot-core) from 11.5.0 to 11.6.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@v11.5.0...v11.6.0)

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

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot force-pushed the dependabot/pip/pydis-core-11.6.0 branch from 3b2bb72 to abd1594 Compare March 8, 2025 05:03
@Xithrius Xithrius merged commit defbe28 into main Mar 8, 2025
5 checks passed
@Xithrius Xithrius deleted the dependabot/pip/pydis-core-11.6.0 branch March 8, 2025 05:04
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

area: dependencies Related to package dependencies and management python Pull requests that update Python code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants