aboutsummaryrefslogtreecommitdiffstats
path: root/bot/constants.py (unfollow)
Commit message (Collapse)AuthorLines
2025-04-08Use enum.member instead of functools.partial workaroundGravatar wookie184-6/+4
The workaround would no longer work in future versions
2025-04-08Remove obsolete version indicator in docker-compose.ymlGravatar wookie184-2/+0
2025-03-28Fix emoji replacement in UwU cog (#1634)Gravatar Saratii-11/+12
* better emojis replacement * Update uwu.py Hot fix: wrong function call typo. * Update emoji raw text to normal emojis.
2025-03-08Bump pydis-core from 11.5.0 to 11.6.0 (#1648)Gravatar dependabot[bot]-11/+12
Bumps [pydis-core](https://github.com/python-discord/bot-core) from 11.5.0 to 11.6.0. - [Release notes](https://github.com/python-discord/bot-core/releases) - [Changelog](https://github.com/python-discord/bot-core/blob/main/docs/changelog.rst) - [Commits](https://github.com/python-discord/bot-core/compare/v11.5.0...v11.6.0) --- updated-dependencies: - dependency-name: pydis-core 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>
2025-03-08Bump pydantic-settings from 2.6.1 to 2.8.1 (#1652)Gravatar dependabot[bot]-5/+5
Bumps [pydantic-settings](https://github.com/pydantic/pydantic-settings) from 2.6.1 to 2.8.1. - [Release notes](https://github.com/pydantic/pydantic-settings/releases) - [Commits](https://github.com/pydantic/pydantic-settings/compare/v2.6.1...v2.8.1) --- updated-dependencies: - dependency-name: pydantic-settings 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>
2025-03-08Bump taskipy from 1.14.0 to 1.14.1 (#1636)Gravatar dependabot[bot]-22/+88
Bumps [taskipy](https://github.com/taskipy/taskipy) from 1.14.0 to 1.14.1. - [Release notes](https://github.com/taskipy/taskipy/releases) - [Commits](https://github.com/taskipy/taskipy/compare/1.14.0...1.14.1) --- updated-dependencies: - dependency-name: taskipy 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>
2025-03-08Bump rapidfuzz from 3.10.1 to 3.12.2 (#1654)Gravatar dependabot[bot]-91/+97
Bumps [rapidfuzz](https://github.com/rapidfuzz/RapidFuzz) from 3.10.1 to 3.12.2. - [Release notes](https://github.com/rapidfuzz/RapidFuzz/releases) - [Changelog](https://github.com/rapidfuzz/RapidFuzz/blob/main/CHANGELOG.rst) - [Commits](https://github.com/rapidfuzz/RapidFuzz/compare/v3.10.1...v3.12.2) --- 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>
2025-02-22Adjust user input to title cased when looking up name (#1651)Gravatar brad90four-1/+1
2025-01-02Add env var setting to determine whether to post daily top reddit postsGravatar Chris Lovering-1/+3
2025-01-02Add warning log if bot hits reddit ratelimitGravatar Chris Lovering-0/+7
2025-01-02Handle the case where get_top_posts returns an embed on errorGravatar Chris Lovering-0/+5
2025-01-01Bump sentry-sdk from 2.19.0 to 2.19.2 (#1639)Gravatar dependabot[bot]-5/+5
Bumps [sentry-sdk](https://github.com/getsentry/sentry-python) from 2.19.0 to 2.19.2. - [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/2.19.0...2.19.2) --- updated-dependencies: - dependency-name: sentry-sdk dependency-type: direct:production 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>
2025-01-01Bump ruff from 0.8.0 to 0.8.4 (#1642)Gravatar dependabot[bot]-22/+22
Bumps [ruff](https://github.com/astral-sh/ruff) from 0.8.0 to 0.8.4. - [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/0.8.0...0.8.4) --- 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>
2024-11-23Wrong function called in UwU cog (#1633)Gravatar Saratii-1/+1
* better emojis replacement * Update uwu.py Hot fix: wrong function call typo.
2024-11-23better emojis replacement (#1596)Gravatar Saratii-0/+20
2024-11-23Disable preview rulesGravatar Chris Lovering-1/+0
2024-11-23Remove deprecated ruff rulesGravatar Chris Lovering-1/+1
2024-11-23Disable poetry package modeGravatar Chris Lovering-0/+1
2024-11-23Bump deps to latestGravatar Chris Lovering-929/+1048
2024-11-23fix: replace unfriendly error msgs (#1627)Gravatar dd84ai-3/+4
2024-09-13Use the cleaned content in the uwu command (#1606)Gravatar mqudah-1/+1
2024-08-31Bump lxml from 5.2.2 to 5.3.0 (#1599)Gravatar dependabot[bot]-146/+142
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-08-31Bump pyjokes from 0.7.2 to 0.8.3 (#1600)Gravatar dependabot[bot]-5/+5
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-08-31Bump pyyaml from 6.0.1 to 6.0.2 (#1601)Gravatar dependabot[bot]-55/+57
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-08-31Bump rapidfuzz from 3.9.4 to 3.9.6 (#1598)Gravatar dependabot[bot]-96/+111
Bumps [rapidfuzz](https://github.com/rapidfuzz/RapidFuzz) from 3.9.4 to 3.9.6. - [Release notes](https://github.com/rapidfuzz/RapidFuzz/releases) - [Changelog](https://github.com/rapidfuzz/RapidFuzz/blob/main/CHANGELOG.rst) - [Commits](https://github.com/rapidfuzz/RapidFuzz/compare/v3.9.4...v3.9.6) --- updated-dependencies: - dependency-name: rapidfuzz dependency-type: direct:production 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>
2024-08-30Bump sentry-sdk from 2.10.0 to 2.13.0 (#1592)Gravatar dependabot[bot]-6/+7
Bumps [sentry-sdk](https://github.com/getsentry/sentry-python) from 2.10.0 to 2.13.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/2.10.0...2.13.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>
2024-08-30Bump pydis-core from 11.3.0 to 11.3.1 (#1585)Gravatar dependabot[bot]-5/+5
Bumps [pydis-core](https://github.com/python-discord/bot-core) from 11.3.0 to 11.3.1. - [Release notes](https://github.com/python-discord/bot-core/releases) - [Changelog](https://github.com/python-discord/bot-core/blob/main/docs/changelog.rst) - [Commits](https://github.com/python-discord/bot-core/compare/v11.3.0...v11.3.1) --- updated-dependencies: - dependency-name: pydis-core dependency-type: direct:production 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>
2024-08-30Bump aiohttp from 3.9.4 to 3.10.2 (#1591)Gravatar dependabot[bot]-78/+90
Bumps [aiohttp](https://github.com/aio-libs/aiohttp) from 3.9.4 to 3.10.2. - [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.9.4...v3.10.2) --- updated-dependencies: - dependency-name: aiohttp dependency-type: indirect ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-08-30Bump pre-commit from 3.7.1 to 3.8.0 (#1587)Gravatar dependabot[bot]-5/+5
Bumps [pre-commit](https://github.com/pre-commit/pre-commit) from 3.7.1 to 3.8.0. - [Release notes](https://github.com/pre-commit/pre-commit/releases) - [Changelog](https://github.com/pre-commit/pre-commit/blob/main/CHANGELOG.md) - [Commits](https://github.com/pre-commit/pre-commit/compare/v3.7.1...v3.8.0) --- updated-dependencies: - dependency-name: pre-commit 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>
2024-08-30Bump pip-licenses from 4.5.1 to 5.0.0 (#1583)Gravatar dependabot[bot]-7/+7
Bumps [pip-licenses](https://github.com/raimon49/pip-licenses) from 4.5.1 to 5.0.0. - [Release notes](https://github.com/raimon49/pip-licenses/releases) - [Changelog](https://github.com/raimon49/pip-licenses/blob/master/CHANGELOG.md) - [Commits](https://github.com/raimon49/pip-licenses/compare/v-4.5.1...v-5.0.0) --- updated-dependencies: - dependency-name: pip-licenses dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-07-18Bump pydis-core from 11.2.0 to 11.3.0 (#1580)Gravatar dependabot[bot]-5/+5
Bumps [pydis-core](https://github.com/python-discord/bot-core) from 11.2.0 to 11.3.0. - [Release notes](https://github.com/python-discord/bot-core/releases) - [Changelog](https://github.com/python-discord/bot-core/blob/main/docs/changelog.rst) - [Commits](https://github.com/python-discord/bot-core/compare/v11.2.0...v11.3.0) --- updated-dependencies: - dependency-name: pydis-core 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>
2024-07-15Bump pip-licenses from 4.4.0 to 4.5.1 (#1575)Gravatar dependabot[bot]-6/+7
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-07-15Bump sentry-sdk from 2.7.1 to 2.10.0 (#1579)Gravatar dependabot[bot]-5/+5
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-07-15Bump ruff from 0.5.0 to 0.5.2 (#1576)Gravatar dependabot[bot]-21/+21
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-07-15Bump pyjokes from 0.6.0 to 0.7.2 (#1577)Gravatar dependabot[bot]-10/+6
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-07-15Bump setuptools from 69.2.0 to 70.0.0 (#1578)Gravatar dependabot[bot]-6/+5
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-07-07Display word on hangman timeout (#1561)Gravatar lumin-3/+3
2024-07-06Bump certifi from 2024.2.2 to 2024.7.4 (#1570)Gravatar dependabot[bot]-3/+3
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-07-05Migration to official Sentry release CI action (#1569)Gravatar Xithrius-3/+2
2024-07-04Bump pillow from 10.3.0 to 10.4.0 (#1567)Gravatar dependabot[bot]-74/+85
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-07-04Bump pydis-core from 11.1.0 to 11.2.0 (#1559)Gravatar dependabot[bot]-13/+13
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-07-04Bump sentry-sdk from 2.7.0 to 2.7.1 (#1566)Gravatar dependabot[bot]-6/+6
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-07-04Bump rapidfuzz from 3.9.3 to 3.9.4 (#1568)Gravatar dependabot[bot]-96/+96
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-07-04Update internal eval & latex to use the new paste service API (#1558)Gravatar ChrisJL-19/+19
2024-07-04Bump ruff from 0.4.10 to 0.5.0 (#1565)Gravatar dependabot[bot]-20/+21
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-06-28Bump sentry-sdk from 2.6.0 to 2.7.0 (#1564)Gravatar dependabot[bot]-6/+6
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-06-25Point README badges at the CI workflowGravatar ChrisJL-9/+6
Closes #1562 As lint & build are now workflow_call actions, they no longer record data int eh way this badge expects.
2024-06-21Add poetry-plugin-export plugin to fix CI warning (#1551)Gravatar wookie184-0/+1
2024-06-21Bump ruff from 0.4.8 to 0.4.10 (#1557)Gravatar dependabot[bot]-20/+20
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-06-21Bump taskipy from 1.12.2 to 1.13.0 (#1554)Gravatar dependabot[bot]-6/+6
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>