aboutsummaryrefslogtreecommitdiffstats
path: root/botstrap.py (unfollow)
Commit message (Collapse)AuthorLines
2025-07-27Update pyproject.toml to Python 3.13Gravatar Joe Banks-229/+346
2025-07-23Update voice verification thresholdsGravatar Joe Banks-2/+2
2025-07-22Dependency re-lockGravatar Joe Banks-25/+26
2025-07-22Bump aiohttp from 3.11.13 to 3.12.14 in the pip group across 1 directoryGravatar dependabot[bot]-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-22Bump lxml from 5.3.1 to 6.0.0Gravatar dependabot[bot]-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-18webscale the dockerfile 10x improvementGravatar Joe Banks-2/+0
2025-07-15Update dependabot config to use uvGravatar Joe Banks-1/+2
2025-07-15Replace virtualenv with venvGravatar Joe Banks-2/+2
Co-authored-by: Johannes Christ <[email protected]>
2025-07-15Remove pip-licensesGravatar Joe Banks-66/+1
2025-07-15Update README.md to reflect uv usageGravatar Joe Banks-9/+9
2025-07-15Update Dockerfile to use uvGravatar Joe Banks-7/+29
2025-07-15Update lint task to use uvGravatar Joe Banks-5/+9
2025-07-15Update pre-commit hooks to use uvGravatar Joe Banks-1/+1
2025-07-15Migrate pyproject.toml to uv dependenciesGravatar Joe Banks-2807/+1308
2025-07-15Allow mods to also paginate other mod commandsGravatar Chris Lovering-5/+16
2025-07-14Revert "Add allowance for pydis_core minor updates"Gravatar Joe Banks-6/+0
This reverts commit 8134dbd62f211f5e35429faa71a0be11d5716c3b.
2025-07-14Add allowance for pydis_core minor updatesGravatar Joe Banks-0/+6
2025-07-13Bump pydis-core to 11.6.1Gravatar Joe Banks-6/+6
2025-06-25Gracefully handle attempting tidy-up in archived threadGravatar Joe Banks-3/+10
2025-06-25Exclude bot-commands from rules alert relayGravatar Joe Banks-1/+4
2025-06-25Only tidy-up infractions outside mod channelsGravatar Joe Banks-1/+2
2025-06-25Use partial messageable and message to tidy up infractionsGravatar Joe Banks-4/+3
2025-06-23Drop log verbosity for forbidden infraction message deletionsGravatar Joe Banks-1/+1
2025-06-23Improve error handling with scheduled deletion of infraction messagesGravatar Joe Banks-6/+7
2025-06-23Delete automated infraction messages after a period of timeGravatar Joe Banks-2/+70
2025-06-23Update information cog test suite to patch get_channel for rules command testsGravatar Joe Banks-0/+3
2025-06-23Post alert in rule alerts thread when a non-staff member uses !ruleGravatar Joe Banks-1/+39
2025-06-23Add rule alerts thread to constants fileGravatar Joe Banks-0/+2
2025-05-31Bump deepdiff from 7.0.1 to 8.5.0Gravatar dependabot[bot]-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-31Bump h11 from 0.14.0 to 0.16.0 in the pip groupGravatar dependabot[bot]-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-31Don't hardcode which python version to use in timeit commandGravatar Chris Lovering-17/+22
2025-05-31!timeit use 3.13 defaultGravatar Joe Banks-2/+2
3.12 support has been removed but !timeit was not updated. Corrects the error of inferior programmers like @ChrisLovering.
2025-05-17Update snekbox tests to use new default python versionGravatar Chris Lovering-18/+24
2025-05-17Move snekbox help docs to the @command decoratorGravatar Chris Lovering-20/+25
This allows us to use a f-string to get the supported Python versions, instead of hard coding
2025-05-17Dynamically get the default snekbox Python version by looking at the first ↵Gravatar Chris Lovering-1/+1
supported version
2025-05-17Add extra info about pre-release versions in snekbox outputGravatar Chris Lovering-1/+6
2025-05-17Replace 3.12 support in snekbox for 3.14-devGravatar Chris Lovering-2/+2
2025-04-20Remove cban alias, Add clban & cpban aliasesGravatar vivekashok1221-2/+2
2025-04-19Fix: Move PEP link back to titleGravatar wookie184-1/+1
2025-04-12Remove Ned's name from 'projects' tagGravatar Bradley Reynolds-1/+1
2025-04-12Fix return type annotationGravatar Vivek Ashokkumar-1/+1
Co-authored-by: Anand <[email protected]>
2025-04-10fix testsGravatar MeGaGiGaGon-2/+2
2025-04-10fix ruff lintsGravatar MeGaGiGaGon-5/+9
2025-04-10fix whitespace and file end lintsGravatar MeGaGiGaGon-3/+3
2025-04-10Add step to zen command slicingGravatar MeGaGiGaGon-27/+50
2025-04-10CodeSnippets: Add support for paste.pythondiscord.comGravatar vivekashok1221-14/+64
2025-04-09Tidy PEP code + improve cachingGravatar wookie184-15/+25
2025-04-09Only fetch PEP data when needed, and fix function callGravatar wookie184-10/+8
2025-04-09Simplify PEP cog to use PEP apiGravatar wookie184-121/+49
2025-04-08Remove broken hack for reflowing markdown textGravatar wookie184-5/+4