| Commit message (Collapse) | Author | Age | Lines |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Bumps [regex](https://github.com/mrabarnett/mrab-regex) from 2024.11.6 to 2025.9.18.
- [Changelog](https://github.com/mrabarnett/mrab-regex/blob/hg/changelog.txt)
- [Commits](https://github.com/mrabarnett/mrab-regex/compare/2024.11.6...2025.9.18)
---
updated-dependencies:
- dependency-name: regex
dependency-version: 2025.9.18
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <[email protected]>
|
| |
|
| |
|
| |
|
|\
| |
| | |
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]>
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
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.
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| |
| |
| |
| | |
into one object; update and tidy related tests.
|