| Commit message (Collapse) | Author | Age | Lines | 
| | 
| 
| 
|  | 
Co-authored-by: jb3 <[email protected]>
 | 
| | 
| 
| 
|  | 
Co-authored-by: jb3 <[email protected]>
 | 
| |  | 
 | 
| |  | 
 | 
| | 
| 
| 
| 
| 
| 
| 
| 
| 
| 
| 
| 
| 
| 
| 
|  | 
Bumps [regex](https://github.com/mrabarnett/mrab-regex) from 2024.11.6 to 2025.10.23.
- [Changelog](https://github.com/mrabarnett/mrab-regex/blob/hg/changelog.txt)
- [Commits](https://github.com/mrabarnett/mrab-regex/compare/2024.11.6...2025.10.23)
---
updated-dependencies:
- dependency-name: regex
  dependency-version: 2025.10.23
  dependency-type: direct:production
  update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
 | 
| |  | 
 | 
| |  | 
 | 
| | 
| 
| 
| 
| 
| 
| 
| 
| 
| 
| 
| 
| 
| 
|  | 
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 4 to 5.
- [Release notes](https://github.com/actions/upload-artifact/releases)
- [Commits](https://github.com/actions/upload-artifact/compare/v4...v5)
---
updated-dependencies:
- dependency-name: actions/upload-artifact
  dependency-version: '5'
  dependency-type: direct:production
  update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <[email protected]>
 | 
| | 
| 
| 
| 
| 
| 
| 
| 
| 
| 
| 
| 
| 
| 
| 
| 
| 
| 
|  | 
requirement more vague (#3387)
* made voice gate failure reason phrasing more consistent
* added word for clarification and to split numbers
* made voice gate activity messages less informative
* removed message count check and removed extraneous period from message
* Update bot/exts/moderation/voice_gate.py
Co-authored-by: Vivek Ashokkumar <[email protected]>
---------
Co-authored-by: Vivek Ashokkumar <[email protected]>
 | 
| |  | 
 | 
| |  | 
 | 
| |  | 
 | 
| |\  
| | 
| |  | 
Implement URL normalization in code snippet handler
 | 
| | |  | 
 | 
| | |  | 
 | 
| |/  
|   
|   
|    | 
Add URL normalization checks using yarl in code snippets.
 | 
| | 
| 
| 
|  | 
resolved is always None here, as the logic is for the case when resolved is None. Instead we want to use the channel and message ID from ref directly, which are always defined here
 | 
| | 
| 
| 
|  | 
If e.g. a moderator deleted it already this is expected so no need for a sentry alert
 | 
| | 
| 
| 
| 
| 
| 
| 
| 
| 
| 
| 
| 
| 
| 
|  | 
Bumps [astral-sh/setup-uv](https://github.com/astral-sh/setup-uv) from 6 to 7.
- [Release notes](https://github.com/astral-sh/setup-uv/releases)
- [Commits](https://github.com/astral-sh/setup-uv/compare/v6...v7)
---
updated-dependencies:
- dependency-name: astral-sh/setup-uv
  dependency-version: '7'
  dependency-type: direct:production
  update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <[email protected]>
 | 
| | 
| 
| 
| 
|  | 
* fix: don't upload attachments in dms
closes GH-3403
 | 
| |  | 
 | 
| |  | 
 | 
| |  | 
 | 
| |\  
| | 
| |  | 
Fix unbound error for code snippet fetch errors
 | 
| |/  
|   
|    | 
closes GH-3404
 | 
| | 
| 
| 
|  | 
See python-discord/snekbox#246 for relevant snekbox changes
 | 
| | 
| 
| 
| 
|  | 
Removes the need to hardcode each specific "3.Xt" version we may support in future.
Co-authored-by: ChrisJL <[email protected]>
 | 
| | 
| 
| 
| 
| 
| 
|  | 
Instead of using typing.get_args(...) and fetching the first value
returned (which is mostly safe, but not guaranteed to be so), use a new
constant DEFAULT_PYTHON_VERSION to control the current default Python
executor when no explicit interpreter version is passed.
 | 
| |  | 
 | 
| | 
| 
| 
| 
| 
|  | 
This will allow all other utility files within the snekbox cog to access
types such as `SupportedPythonVersions` without causing circular import
issues.
 | 
| |  | 
 | 
| |  | 
 | 
| | 
| 
| 
| 
|  | 
* add exec as an alias for eval
* add whitespace
 | 
| |  | 
 | 
| | 
| 
| 
| 
| 
| 
| 
| 
| 
| 
|  | 
* fix: don't create a new session to upload to the pastebin
noticed this earlier but didn't see it get fixed
this is a simple fix that lessens creating an
unnecessary session
* fix the other two instances
https://discord.com/channels/267624335836053506/291284109232308226/1419909021460336680
 | 
| | 
| 
| 
| 
| 
| 
|  | 
When redirecting commands, upload a paste of the original invocation command to the paste server for users to copy/paste.
---------
Co-authored-by: Joe Banks <[email protected]>
 | 
| |\  
| | 
| |  | 
Update captization of PyPI for consistency with PyPI trademark and branding
 | 
| |/   | 
 | 
| |\  
| | 
| |  | 
A list is a better expression of the intent
 | 
| |/   | 
 | 
| | 
| 
| 
| 
| 
| 
| 
| 
| 
| 
| 
| 
| 
| 
| 
| 
|  | 
Bumps [actions/checkout](https://github.com/actions/checkout) from 4 to 5.
- [Release notes](https://github.com/actions/checkout/releases)
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
- [Commits](https://github.com/actions/checkout/compare/v4...v5)
---
updated-dependencies:
- dependency-name: actions/checkout
  dependency-version: '5'
  dependency-type: direct:production
  update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
 | 
| | 
| 
| 
|  | 
Mainly for pydis-core, but bump other dependencies as well
 | 
| |\  
| | 
| |  | 
Implemented optional duration parameter in slowmode command
 | 
| | |\  
| |/  
|/|    | 
 | 
| | | 
| | 
| | 
| |  | 
Modified as per FutureWarning
 | 
| | |  | 
 | 
| | |  | 
 | 
| | |  | 
 | 
| | |  | 
 | 
| | | 
| | 
| | 
| | 
| | 
| | 
| | 
| | 
| | 
| | 
| | 
| | 
| | 
| | 
| | 
| | 
| | 
| | 
| |  | 
Bumps the pip group with 1 update in the / directory: [aiohttp](https://github.com/aio-libs/aiohttp).
Updates `aiohttp` from 3.11.13 to 3.12.14
- [Release notes](https://github.com/aio-libs/aiohttp/releases)
- [Changelog](https://github.com/aio-libs/aiohttp/blob/master/CHANGES.rst)
- [Commits](https://github.com/aio-libs/aiohttp/compare/v3.11.13...v3.12.14)
---
updated-dependencies:
- dependency-name: aiohttp
  dependency-version: 3.12.14
  dependency-type: direct:production
  dependency-group: pip
...
Signed-off-by: dependabot[bot] <[email protected]>
 |