Commit message (Collapse) | Author | Lines | ||
---|---|---|---|---|
2025-07-27 | Update pyproject.toml to Python 3.13 | -229/+346 | ||
2025-07-23 | Update voice verification thresholds | -2/+2 | ||
2025-07-22 | Dependency re-lock | -25/+26 | ||
2025-07-22 | Bump aiohttp from 3.11.13 to 3.12.14 in the pip group across 1 directory | -1/+1 | ||
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]> | ||||
2025-07-22 | Bump lxml from 5.3.1 to 6.0.0 | -23/+22 | ||
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]> | ||||
2025-07-18 | webscale the dockerfile 10x improvement | -2/+0 | ||
2025-07-15 | Update dependabot config to use uv | -1/+2 | ||
2025-07-15 | Replace virtualenv with venv | -2/+2 | ||
Co-authored-by: Johannes Christ <[email protected]> | ||||
2025-07-15 | Remove pip-licenses | -66/+1 | ||
2025-07-15 | Update README.md to reflect uv usage | -9/+9 | ||
2025-07-15 | Update Dockerfile to use uv | -7/+29 | ||
2025-07-15 | Update lint task to use uv | -5/+9 | ||
2025-07-15 | Update pre-commit hooks to use uv | -1/+1 | ||
2025-07-15 | Migrate pyproject.toml to uv dependencies | -2807/+1308 | ||
2025-07-15 | Allow mods to also paginate other mod commands | -5/+16 | ||
2025-07-14 | Revert "Add allowance for pydis_core minor updates" | -6/+0 | ||
This reverts commit 8134dbd62f211f5e35429faa71a0be11d5716c3b. | ||||
2025-07-14 | Add allowance for pydis_core minor updates | -0/+6 | ||
2025-07-13 | Bump pydis-core to 11.6.1 | -6/+6 | ||
2025-06-25 | Gracefully handle attempting tidy-up in archived thread | -3/+10 | ||
2025-06-25 | Exclude bot-commands from rules alert relay | -1/+4 | ||
2025-06-25 | Only tidy-up infractions outside mod channels | -1/+2 | ||
2025-06-25 | Use partial messageable and message to tidy up infractions | -4/+3 | ||
2025-06-23 | Drop log verbosity for forbidden infraction message deletions | -1/+1 | ||
2025-06-23 | Improve error handling with scheduled deletion of infraction messages | -6/+7 | ||
2025-06-23 | Delete automated infraction messages after a period of time | -2/+70 | ||
2025-06-23 | Update information cog test suite to patch get_channel for rules command tests | -0/+3 | ||
2025-06-23 | Post alert in rule alerts thread when a non-staff member uses !rule | -1/+39 | ||
2025-06-23 | Add rule alerts thread to constants file | -0/+2 | ||
2025-05-31 | Bump deepdiff from 7.0.1 to 8.5.0 | -17/+19 | ||
Bumps [deepdiff](https://github.com/seperman/deepdiff) from 7.0.1 to 8.5.0. - [Release notes](https://github.com/seperman/deepdiff/releases) - [Changelog](https://github.com/seperman/deepdiff/blob/master/docs/changelog.rst) - [Commits](https://github.com/seperman/deepdiff/compare/7.0.1...8.5.0) --- updated-dependencies: - dependency-name: deepdiff dependency-version: 8.5.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]> | ||||
2025-05-31 | Bump h11 from 0.14.0 to 0.16.0 in the pip group | -8/+8 | ||
Bumps the pip group with 1 update: [h11](https://github.com/python-hyper/h11). Updates `h11` from 0.14.0 to 0.16.0 - [Commits](https://github.com/python-hyper/h11/compare/v0.14.0...v0.16.0) --- updated-dependencies: - dependency-name: h11 dependency-version: 0.16.0 dependency-type: indirect dependency-group: pip ... Signed-off-by: dependabot[bot] <[email protected]> | ||||
2025-05-31 | Don't hardcode which python version to use in timeit command | -17/+22 | ||
2025-05-31 | !timeit use 3.13 default | -2/+2 | ||
3.12 support has been removed but !timeit was not updated. Corrects the error of inferior programmers like @ChrisLovering. | ||||
2025-05-17 | Update snekbox tests to use new default python version | -18/+24 | ||
2025-05-17 | Move snekbox help docs to the @command decorator | -20/+25 | ||
This allows us to use a f-string to get the supported Python versions, instead of hard coding | ||||
2025-05-17 | Dynamically get the default snekbox Python version by looking at the first ↵ | -1/+1 | ||
supported version | ||||
2025-05-17 | Add extra info about pre-release versions in snekbox output | -1/+6 | ||
2025-05-17 | Replace 3.12 support in snekbox for 3.14-dev | -2/+2 | ||
2025-04-20 | Remove cban alias, Add clban & cpban aliases | -2/+2 | ||
2025-04-19 | Fix: Move PEP link back to title | -1/+1 | ||
2025-04-12 | Remove Ned's name from 'projects' tag | -1/+1 | ||
2025-04-12 | Fix return type annotation | -1/+1 | ||
Co-authored-by: Anand <[email protected]> | ||||
2025-04-10 | fix tests | -2/+2 | ||
2025-04-10 | fix ruff lints | -5/+9 | ||
2025-04-10 | fix whitespace and file end lints | -3/+3 | ||
2025-04-10 | Add step to zen command slicing | -27/+50 | ||
2025-04-10 | CodeSnippets: Add support for paste.pythondiscord.com | -14/+64 | ||
2025-04-09 | Tidy PEP code + improve caching | -15/+25 | ||
2025-04-09 | Only fetch PEP data when needed, and fix function call | -10/+8 | ||
2025-04-09 | Simplify PEP cog to use PEP api | -121/+49 | ||
2025-04-08 | Remove broken hack for reflowing markdown text | -5/+4 | ||