aboutsummaryrefslogtreecommitdiffstats
path: root/bot/exts/utilities/realpython.py (unfollow)
Commit message (Expand)AuthorLines
2023-07-08Use built in timeout handling for aiohttp instead of async_timeoutGravatar wookie184-6/+5
2023-07-07Bump sentry-sdk from 1.26.0 to 1.27.1 (#1322)Gravatar dependabot[bot]-5/+14
2023-07-06Revert "Bump sentry-sdk from 1.26.0 to 1.27.0 (#1315)"Gravatar wookie184-5/+5
2023-07-06Bump sentry-sdk from 1.26.0 to 1.27.0 (#1315)Gravatar dependabot[bot]-5/+5
2023-07-06Bump lxml from 4.9.2 to 4.9.3 (#1318)Gravatar dependabot[bot]-81/+85
2023-07-06Fix type hint (#1314)Gravatar Ritik Ranjan-6/+6
2023-07-04Bump pillow from 9.5.0 to 10.0.0 (#1310)Gravatar dependabot[bot]-70/+58
2023-06-30Bump emoji from 2.5.1 to 2.6.0 (#1308)Gravatar dependabot[bot]-4/+4
2023-06-27Bump sentry-sdk from 1.25.1 to 1.26.0 (#1306)Gravatar dependabot[bot]-5/+5
2023-06-27Bump HassanAbouelela/actions from setup-python_v1.4.0 to 1.4.1 (#1307)Gravatar dependabot[bot]-1/+1
2023-06-20Bump pydis-core from 9.8.0 to 9.9.0 (#1301)Gravatar dependabot[bot]-5/+5
2023-06-20Bump emoji from 2.5.0 to 2.5.1 (#1300)Gravatar dependabot[bot]-4/+4
2023-06-17Bump pydis-core from 9.7.0 to 9.8.0 (#1299)Gravatar dependabot[bot]-9/+9
2023-06-14Bump pre-commit from 3.3.2 to 3.3.3 (#1298)Gravatar dependabot[bot]-5/+5
2023-06-12Bump sentry-sdk from 1.25.0 to 1.25.1 (#1292)Gravatar dependabot[bot]-5/+5
2023-06-12Bump pydantic from 1.10.8 to 1.10.9 (#1294)Gravatar dependabot[bot]-39/+39
2023-06-12Bump ruff from 0.0.270 to 0.0.272 (#1295)Gravatar dependabot[bot]-20/+20
2023-06-12Bump pydis-core from 9.6.0 to 9.7.0 (#1297)Gravatar dependabot[bot]-6/+6
2023-06-12Disable the r/python auto poster (#1296)Gravatar ChrisJL-1/+1
2023-06-12Bump rapidfuzz from 3.1.0 to 3.1.1 (#1291)Gravatar dependabot[bot]-157/+96
2023-06-12Bump emoji from 2.4.0 to 2.5.0 (#1293)Gravatar dependabot[bot]-4/+4
2023-06-06Add support for latex rendering server >400 errors (#1278)Gravatar MedAliMarz-13/+28
2023-06-06Bump sentry-sdk from 1.24.0 to 1.25.0 (#1288)Gravatar dependabot[bot]-6/+6
2023-06-06Bump rapidfuzz from 3.0.0 to 3.1.0 (#1289)Gravatar dependabot[bot]-95/+95
2023-05-29Bump ruff from 0.0.269 to 0.0.270 (#1286)Gravatar dependabot[bot]-21/+21
2023-05-28Bump sentry-sdk from 1.23.1 to 1.24.0 (#1284)Gravatar dependabot[bot]-5/+5
2023-05-29Bump emoji from 2.2.0 to 2.4.0 (#1287)Gravatar dependabot[bot]-4/+4
2023-05-25Bump pip-licenses from 4.3.1 to 4.3.2Gravatar dependabot[bot]-5/+5
2023-05-25Bump taskipy from 1.10.4 to 1.11.0Gravatar dependabot[bot]-5/+5
2023-05-24Bump pydantic from 1.10.7 to 1.10.8Gravatar dependabot[bot]-39/+39
2023-05-22Bump pre-commit from 3.3.1 to 3.3.2 (#1280)Gravatar dependabot[bot]-5/+5
2023-05-22Bump ruff from 0.0.267 to 0.0.269 (#1281)Gravatar dependabot[bot]-20/+20
2023-05-22Bump sentry-sdk from 1.23.0 to 1.23.1 (#1279)Gravatar dependabot[bot]-5/+5
2023-05-16Bump sentry-sdk from 1.22.2 to 1.23.0 (#1277)Gravatar dependabot[bot]-6/+7
2023-05-15Bump ruff from 0.0.265 to 0.0.267 (#1276)Gravatar dependabot[bot]-26/+26
2023-05-09Bump sentry-sdk from 1.21.1 to 1.22.2 (#1274)Gravatar dependabot[bot]-6/+6
2023-05-09Move unshared contants inside modulesGravatar Chris Lovering-42/+22
2023-05-09Apply fixes for ruff lintingGravatar Chris Lovering-586/+541
2023-05-08Migrate to ruffGravatar Chris Lovering-287/+78
2023-05-08Bump sentry-sdk from 1.21.1 to 1.22.1 (#1273)Gravatar dependabot[bot]-15/+14
2023-05-08Simplify command params returnGravatar miki55555115-3/+1
2023-05-07Fix extra space in .help command signatureGravatar miki55555115-2/+3
2023-05-06Update bot/exts/holidays/halloween/spookygif.pyGravatar Amrou Bellalouna-1/+1
2023-05-06alias Wolfram as WolframConfigGravatar shtlrs-5/+5
2023-05-06use Tokens.Youtube in the Snakes CogGravatar shtlrs-2/+2
2023-05-06log warning in Reddit CogGravatar shtlrs-1/+1
2023-05-06Run null check on needed api keys before loading cogs.Gravatar shtlrs-0/+17
2023-05-06use the new code jam variable (#1267)Gravatar Amrou Bellalouna-1/+1
2023-05-06bump bot-core to 9.6.0Gravatar shtlrs-9/+9
2023-05-06add CLIENT_TOKEN in lint ciGravatar shtlrs-0/+1