| Commit message (Collapse) | Author | Lines |
|
|
|
|
|
|
|
|
|
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
|
|
|
|
|
|
|
|
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]>
|
|
|
|
|
|
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
|
|
|
|
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]>
|
|
Bumps [lxml](https://github.com/lxml/lxml) from 5.3.1 to 6.0.0.
- [Release notes](https://github.com/lxml/lxml/releases)
- [Changelog](https://github.com/lxml/lxml/blob/master/CHANGES.txt)
- [Commits](https://github.com/lxml/lxml/compare/lxml-5.3.1...lxml-6.0.0)
---
updated-dependencies:
- dependency-name: lxml
dependency-version: 6.0.0
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <[email protected]>
|
|
|
|
|
|
Co-authored-by: Johannes Christ <[email protected]>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
This reverts commit 8134dbd62f211f5e35429faa71a0be11d5716c3b.
|
|
|
|
|
|
|