aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeLines
...
* | | Don't shadow user object with dict when searching for infractionsGravatar Chris Lovering2023-11-25-2/+2
| | | | | | | | | | | | Solves #2827 Solves BOT-3P0
* | | Use new Discord markdown support for bot messages (#2726)Gravatar MikoĊ‚aj Kruczek2023-11-25-103/+103
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * feat: use new markdown feature in new help channel message * feat(tags): update bullet points to dashes in tags * feat(tags): add dashes to async libraries list * feat: update markdown in patreon command * feat: update markdown in otname command * feat: update markdown in filter command * feat: update markdown in voiceverify command * feat: update markdown in docs command * feat: update markdown in bigbrother command * feat: update markdown in talentpool command
* | | Replace usage of async_timeout with asyncio.timeoutGravatar Chris Lovering2023-11-25-2/+1
| | | | | | | | | | | | async_timeout was a sub-dep of aiohttp, which was removed in 3.9.0 for Pytohn 3.11+ due to asyncio.timeout being a thing.
* | | Bump deps to latestGravatar Chris Lovering2023-11-25-622/+623
| | |
* | | Ignore pydantic depracted warning when searching for custom attrGravatar Chris Lovering2023-11-25-5/+12
| | |
* | | Make use of the logging util from bot-coreGravatar Chris Lovering2023-11-25-51/+11
| | |
* | | Make tag file location not relative to bot (#2795)Gravatar Robin2023-11-25-1/+1
| | |
* | | Bump pytest-xdist from 3.4.0 to 3.5.0 (#2823)Gravatar dependabot[bot]2023-11-23-5/+5
| | | | | | | | | | | | Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* | | Bump sentry-sdk from 1.35.0 to 1.36.0 (#2821)Gravatar dependabot[bot]2023-11-23-5/+5
|/ / | | | | | | Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* | Bump python-frontmatter from 1.0.0 to 1.0.1 (#2812)Gravatar dependabot[bot]2023-11-15-5/+5
| | | | | | | | Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* | Bump deepdiff from 6.7.0 to 6.7.1 (#2815)Gravatar dependabot[bot]2023-11-15-5/+5
| | | | | | | | Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* | Bump pytest-xdist from 3.3.1 to 3.4.0 (#2813)Gravatar dependabot[bot]2023-11-13-5/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bumps [pytest-xdist](https://github.com/pytest-dev/pytest-xdist) from 3.3.1 to 3.4.0. - [Changelog](https://github.com/pytest-dev/pytest-xdist/blob/master/CHANGELOG.rst) - [Commits](https://github.com/pytest-dev/pytest-xdist/compare/v3.3.1...v3.4.0) --- updated-dependencies: - dependency-name: pytest-xdist dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* | Bump sentry-sdk from 1.34.0 to 1.35.0 (#2814)Gravatar dependabot[bot]2023-11-13-5/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bumps [sentry-sdk](https://github.com/getsentry/sentry-python) from 1.34.0 to 1.35.0. - [Release notes](https://github.com/getsentry/sentry-python/releases) - [Changelog](https://github.com/getsentry/sentry-python/blob/master/CHANGELOG.md) - [Commits](https://github.com/getsentry/sentry-python/compare/1.34.0...1.35.0) --- updated-dependencies: - dependency-name: sentry-sdk dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* | Bump httpx from 0.25.0 to 0.25.1 (#2804)Gravatar dependabot[bot]2023-11-10-6/+7
| | | | | | | | Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* | Merge pull request #2807 from python-discord/dependabot/pip/ruff-0.1.5Gravatar ChrisJL2023-11-09-22/+21
|\ \ | | | | | | Bump ruff from 0.0.291 to 0.1.5
| * | Appeased the linterGravatar Xithrius2023-11-08-1/+0
| | |
| * | Bump ruff from 0.0.291 to 0.1.5Gravatar dependabot[bot]2023-11-09-21/+21
|/ / | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bumps [ruff](https://github.com/astral-sh/ruff) from 0.0.291 to 0.1.5. - [Release notes](https://github.com/astral-sh/ruff/releases) - [Changelog](https://github.com/astral-sh/ruff/blob/main/CHANGELOG.md) - [Commits](https://github.com/astral-sh/ruff/compare/v0.0.291...v0.1.5) --- updated-dependencies: - dependency-name: ruff dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
* | Bump deepdiff from 6.6.1 to 6.7.0 (#2806)Gravatar dependabot[bot]2023-11-09-5/+5
| | | | | | | | Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* | Bump tldextract from 5.0.1 to 5.1.0 (#2803)Gravatar dependabot[bot]2023-11-08-5/+8
| | | | | | | | Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* | Bump rapidfuzz from 3.4.0 to 3.5.2 (#2801)Gravatar dependabot[bot]2023-11-06-112/+94
| | | | | | | | Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* | Bump sentry-sdk from 1.33.0 to 1.34.0 (#2802)Gravatar dependabot[bot]2023-11-06-6/+6
| | | | | | | | Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* | Bump sentry-sdk from 1.32.0 to 1.33.0 (#2798)Gravatar dependabot[bot]2023-11-01-6/+6
| | | | | | | | Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* | Remove cooldown role (#2774)Gravatar ChrisJL2023-10-28-23/+4
| |
* | Bump pydis-core from 10.2.0 to 10.4.0 (#2796)Gravatar dependabot[bot]2023-10-27-9/+9
| | | | | | | | Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* | Bump pytest from 7.4.2 to 7.4.3 (#2794)Gravatar dependabot[bot]2023-10-26-5/+5
| | | | | | | | Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* | Bump deepdiff from 6.6.0 to 6.6.1 (#2790)Gravatar dependabot[bot]2023-10-22-5/+5
| | | | | | | | Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* | Bump tldextract from 5.0.0 to 5.0.1 (#2791)Gravatar dependabot[bot]2023-10-21-5/+5
| | | | | | | | Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* | Bump urllib3 from 2.0.6 to 2.0.7 (#2789)Gravatar dependabot[bot]2023-10-18-3/+3
| | | | | | | | Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* | Bump pre-commit from 3.4.0 to 3.5.0 (#2788)Gravatar dependabot[bot]2023-10-17-5/+5
| | | | | | | | Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* | Bump sentry-sdk from 1.31.0 to 1.32.0 (#2784)Gravatar dependabot[bot]2023-10-12-5/+5
| | | | | | | | Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* | Bump tldextract from 3.6.0 to 5.0.0 (#2785)Gravatar dependabot[bot]2023-10-12-6/+6
| | | | | | | | Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* | Bump aiohttp from 3.8.5 to 3.8.6 (#2783)Gravatar dependabot[bot]2023-10-10-90/+90
| | | | | | | | Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* | Bump rapidfuzz from 3.3.1 to 3.4.0 (#2782)Gravatar dependabot[bot]2023-10-10-111/+111
| | | | | | | | Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* | Bump deepdiff from 6.5.0 to 6.6.0 (#2781)Gravatar dependabot[bot]2023-10-06-5/+5
| | | | | | | | Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* | Bump regex from 2023.8.8 to 2023.10.3 (#2780)Gravatar dependabot[bot]2023-10-05-92/+92
| | | | | | | | Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* | Bump coverage from 7.3.1 to 7.3.2 (#2778)Gravatar dependabot[bot]2023-10-04-55/+55
| | | | | | | | Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* | Update all references of 3.11 in eval to 3.12 (#2777)Gravatar ChrisJL2023-10-03-20/+20
| |
* | Bump arrow from 1.2.3 to 1.3.0 (#2775)Gravatar dependabot[bot]2023-10-03-6/+22
| | | | | | | | Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* | Bump urllib3 from 2.0.4 to 2.0.6 (#2776)Gravatar dependabot[bot]2023-10-03-3/+3
| | | | | | | | Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* | Change deprecated ruff output format flag (#2771)Gravatar jchristgit2023-09-27-1/+1
| | | | | | See python-discord/infra#148.
* | Bump ruff from 0.0.290 to 0.0.291 (#2769)Gravatar dependabot[bot]2023-09-26-20/+20
| | | | | | | | Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* | Bump rapidfuzz from 3.3.0 to 3.3.1 (#2768)Gravatar dependabot[bot]2023-09-26-111/+111
| | | | | | | | Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* | fix: split docs command on whitespace characters (#2749)Gravatar Rem2023-09-22-1/+1
| |
* | Bump pip-licenses from 4.3.2 to 4.3.3 (#2765)Gravatar dependabot[bot]2023-09-22-5/+5
| | | | | | | | Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* | Bump tldextract from 3.5.0 to 3.6.0 (#2764)Gravatar dependabot[bot]2023-09-22-5/+5
| | | | | | | | Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* | Centralise error handling for commands invoked from error handler (#2436)Gravatar wookie1842023-09-19-46/+30
| |
* | Bump ruff from 0.0.289 to 0.0.290 (#2762)Gravatar dependabot[bot]2023-09-19-20/+20
| | | | | | | | Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* | Update deployment CI to pull manifest from infra repo (#2763)Gravatar ChrisJL2023-09-19-2/+3
| |
* | Bump rapidfuzz from 3.2.0 to 3.3.0 (#2759)Gravatar dependabot[bot]2023-09-14-95/+111
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bumps [rapidfuzz](https://github.com/maxbachmann/RapidFuzz) from 3.2.0 to 3.3.0. - [Release notes](https://github.com/maxbachmann/RapidFuzz/releases) - [Changelog](https://github.com/maxbachmann/RapidFuzz/blob/main/CHANGELOG.rst) - [Commits](https://github.com/maxbachmann/RapidFuzz/compare/v3.2.0...v3.3.0) --- updated-dependencies: - dependency-name: rapidfuzz dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* | Bump ruff from 0.0.288 to 0.0.289 (#2756)Gravatar dependabot[bot]2023-09-13-20/+20
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bumps [ruff](https://github.com/astral-sh/ruff) from 0.0.288 to 0.0.289. - [Release notes](https://github.com/astral-sh/ruff/releases) - [Changelog](https://github.com/astral-sh/ruff/blob/main/BREAKING_CHANGES.md) - [Commits](https://github.com/astral-sh/ruff/compare/v0.0.288...v0.0.289) --- updated-dependencies: - dependency-name: ruff dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>