tjcsl / cslbot

An easily extensible, modular irc bot.
GNU General Public License v2.0
15 stars 16 forks source link

Bump irc from 20.4.0 to 20.5.0 #1544

Closed dependabot[bot] closed 1 week ago

dependabot[bot] commented 1 month ago

Bumps irc from 20.4.0 to 20.5.0.

Changelog

Sourced from irc's changelog.

v20.5.0

Features

  • Refactored commands processing so now every command has a numeric and a name. Programs reliant on numeric values not yet defined can do so without breaking once they are defined. (#214)

v20.4.3

Bugfixes

  • Unconditionally close the socket, even if shutdown fails. (#224)

v20.4.2

Bugfixes

  • Stop excluding scripts. Prevents docs and scripts from being installed. (#231)

v20.4.1

Bugfixes

  • Fix SSL wrapper usage example in Factory docstring. (#228)
Commits
  • 4513dc3 Finalize
  • 92e7d76 Add news fragment.
  • d0df1e3 Rename Code to Command for clarity.
  • 90d541b Always resolve a command to a Code object.
  • 497aba6 Inline the compatibility shim.
  • 4d4ba1b Restore compatibility for Python 3.11.
  • c95c063 Load codes from a text file and model them as unified objects.
  • e051a49 Add some type hints to help with ServerConnection.connect.
  • 63599db Merge pull request #233 from rmblau/main
  • 98dc33d 👹 Feed the hobgoblins (delint).
  • Additional commits viewable in compare view


Dependabot compatibility score

You can trigger a rebase of this PR 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 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)

Note Automatic rebases have been disabled on this pull request as it has been open for over 30 days.