aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeLines
...
* Bump rapidfuzz from 3.1.2 to 3.2.0 (#2706)Gravatar dependabot[bot]2023-08-03-95/+95
* Bump ruff from 0.0.280 to 0.0.282 (#2703)Gravatar dependabot[bot]2023-08-02-20/+20
* Bump sentry-sdk from 1.29.1 to 1.29.2 (#2704)Gravatar dependabot[bot]2023-08-02-5/+5
* Bump taskipy from 1.11.0 to 1.12.0 (#2699)Gravatar dependabot[bot]2023-08-02-5/+5
* Bump sentry-sdk from 1.28.1 to 1.29.1 (#2702)Gravatar dependabot[bot]2023-08-02-5/+5
* Bump emoji from 2.6.0 to 2.7.0 (#2693)Gravatar dependabot[bot]2023-07-25-4/+4
* Bump more-itertools from 9.1.0 to 10.0.0 (#2694)Gravatar dependabot[bot]2023-07-25-6/+17
* Merge pull request #2680 from python-discord/dependabot/pip/ruff-0.0.278Gravatar ChrisJL2023-07-25-36/+25
|\
| * Remove unused noqa directiveGravatar Chris Lovering2023-07-24-1/+1
| * Ignore RUF015 linting ruleGravatar Chris Lovering2023-07-24-1/+1
| * Bump ruff from 0.0.277 to 0.0.280Gravatar dependabot[bot]2023-07-24-34/+23
|/
* Bump deepdiff from 6.3.0 to 6.3.1 (#2673)Gravatar dependabot[bot]2023-07-24-5/+5
* Bump rapidfuzz from 3.1.1 to 3.1.2 (#2689)Gravatar dependabot[bot]2023-07-24-95/+95
* Properly capitalize "Python" in tags (#2690)Gravatar jchristgit2023-07-22-8/+8
* Merge pull request #2687 from python-discord/remove-unused-dependenciesGravatar Amrou Bellalouna2023-07-22-141/+127
|\
| * remove unused dependencies.Gravatar shtlrs2023-07-22-141/+127
|/
* Merge pull request #2688 from python-discord/dependabot/pip/aiohttp-3.8.5Gravatar Amrou Bellalouna2023-07-20-90/+90
|\
| * Bump aiohttp from 3.8.4 to 3.8.5Gravatar dependabot[bot]2023-07-20-90/+90
|/
* Merge pull request #2678 from python-discord/allow-overwrite-of-paste-urlGravatar ChrisJL2023-07-14-10/+16
|\
| * Allow the url used for the paste service to be overwrittenGravatar Chris Lovering2023-07-11-10/+16
* | Merge pull request #2681 from python-discord/dependabot/pip/sentry-sdk-1.28.1Gravatar ChrisJL2023-07-14-5/+16
|\ \ | |/ |/|
| * Bump sentry-sdk from 1.28.0 to 1.28.1Gravatar dependabot[bot]2023-07-13-5/+16
|/
* Merge pull request #2648 from python-discord/use-bot-core-paste-serviceGravatar ChrisJL2023-07-11-309/+136
|\
| * Update paste tag for new paste serviceGravatar Chris Lovering2023-07-11-1/+1
| * Bump bot-core to 9.9.2Gravatar Chris Lovering2023-07-11-98/+89
| * Mock _lexers_supported_by_pastebin in test to ensure no call to external serv...Gravatar Chris Lovering2023-07-11-5/+8
| * Remove unneeded paste service constantGravatar Chris Lovering2023-07-11-1/+0
| * Use the new pydis_core send_to_paste_service functionGravatar Chris Lovering2023-07-11-206/+40
|/
* Additional potential symbols in valid invites (#2663)Gravatar Boris Muratov2023-07-11-3/+3
* Bump sentry-sdk from 1.26.0 to 1.28.0 (#2676)Gravatar dependabot[bot]2023-07-11-5/+14
* Fix some test warnings (#2675)Gravatar wookie1842023-07-09-17/+26
* Optimise startup time (#2662)Gravatar ChrisJL2023-07-08-50/+29
* Bump ruff from 0.0.275 to 0.0.277 (#2667)Gravatar dependabot[bot]2023-07-06-49/+49
* Merge pull request #2671 from python-discord/undo-sentry-sdk-updateGravatar Boris Muratov2023-07-06-5/+5
|\
| * Undo sentry updateGravatar wookie1842023-07-06-5/+5
|/
* Bump lxml from 4.9.2 to 4.9.3 (#2668)Gravatar dependabot[bot]2023-07-06-81/+85
* Bump sentry-sdk from 1.26.0 to 1.27.0 (#2664)Gravatar dependabot[bot]2023-07-06-5/+5
* Bump emoji from 2.5.1 to 2.6.0 (#2659)Gravatar dependabot[bot]2023-06-30-4/+4
* Merge pull request #2658 from python-discord/dependabot/github_actions/Hassan...Gravatar Johannes Christ2023-06-26-1/+1
|\
| * Bump HassanAbouelela/actions from setup-python_v1.4.0 to 1.4.1Gravatar dependabot[bot]2023-06-26-1/+1
|/
* Merge pull request #2650 from python-discord/simplify-subscribeGravatar mina2023-06-26-61/+21
|\
| * Merge branch 'main' into simplify-subscribeGravatar mina2023-06-26-61/+84
| |\ | |/ |/|
* | Bump ruff from 0.0.272 to 0.0.274 (#2651)Gravatar dependabot[bot]2023-06-25-53/+76
* | Bump pytest from 7.3.2 to 7.4.0 (#2656)Gravatar dependabot[bot]2023-06-24-5/+5
* | Bump pydis-core from 9.8.0 to 9.9.1 (#2657)Gravatar dependabot[bot]2023-06-23-5/+5
| * Swap the order of interaction resposnes in sub cogGravatar Chris Lovering2023-06-23-7/+10
| * Remove logic around when a role is availableGravatar Chris Lovering2023-06-23-44/+10
| * Don't have interaction_owner as a class varGravatar Chris Lovering2023-06-23-10/+1
|/
* Bump sentry-sdk from 1.25.1 to 1.26.0 (#2655)Gravatar dependabot[bot]2023-06-23-5/+6
* Merge pull request #2642 from python-discord/dependabot/pip/pydis-core-9.8.0Gravatar Amrou Bellalouna2023-06-22-56/+70
|\