aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeLines
* Revert "Bump emoji from 2.9.0 to 2.10.0"revert-1432-dependabot/pip/emoji-2.10.0Gravatar wookie1842024-01-19-6/+5
|
* Bump emoji from 2.9.0 to 2.10.0 (#1432)Gravatar dependabot[bot]2024-01-19-5/+6
| | | | | | | | | | | | | | | | Bumps [emoji](https://github.com/carpedm20/emoji) from 2.9.0 to 2.10.0. - [Release notes](https://github.com/carpedm20/emoji/releases) - [Changelog](https://github.com/carpedm20/emoji/blob/master/CHANGES.md) - [Commits](https://github.com/carpedm20/emoji/compare/v2.9.0...v2.10.0) --- updated-dependencies: - dependency-name: emoji 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 beautifulsoup4 from 4.12.2 to 4.12.3 (#1431)Gravatar dependabot[bot]2024-01-19-5/+8
| | | | | | | | | | | | | Bumps [beautifulsoup4](https://www.crummy.com/software/BeautifulSoup/bs4/) from 4.12.2 to 4.12.3. --- updated-dependencies: - dependency-name: beautifulsoup4 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>
* Bump ruff from 0.1.12 to 0.1.13 (#1430)Gravatar dependabot[bot]2024-01-16-20/+20
| | | | Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* Bump ruff from 0.1.11 to 0.1.12 (#1429)Gravatar dependabot[bot]2024-01-13-21/+25
| | | | Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* Bump sentry-sdk from 1.39.1 to 1.39.2 (#1428)Gravatar dependabot[bot]2024-01-11-6/+6
| | | | Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* Merge pull request #1427 from python-discord/fix/1426Gravatar ChrisJL2024-01-09-1/+1
|\ | | | | Correctly type revisions as an int
| * Correctly type revisions as an intGravatar Chris Lovering2024-01-09-1/+1
|/ | | | | | This was causing a pydantic validation error, was it was being passed a string. The only place this is used internaly casts it to a string anyway, so no further changes were needed.
* Bump lxml from 5.0.0 to 5.1.0 (#1425)Gravatar dependabot[bot]2024-01-09-92/+78
| | | | Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* Fix capitalisation of PyPI (#1424)Gravatar wookie1842024-01-04-1/+1
|
* Remove "What third-party library do you wish was in the Python standard ↵Gravatar Bradley Reynolds2024-01-04-1/+0
| | | | library?" from topics (#1423)
* Bump ruff from 0.1.9 to 0.1.11 (#1422)Gravatar dependabot[bot]2024-01-03-20/+20
| | | | | | | | | | | | | | | | Bumps [ruff](https://github.com/astral-sh/ruff) from 0.1.9 to 0.1.11. - [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.1.9...v0.1.11) --- 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>
* Bump pillow from 10.1.0 to 10.2.0 (#1421)Gravatar dependabot[bot]2024-01-02-57/+75
| | | | | | | | | | | | | | | | Bumps [pillow](https://github.com/python-pillow/Pillow) from 10.1.0 to 10.2.0. - [Release notes](https://github.com/python-pillow/Pillow/releases) - [Changelog](https://github.com/python-pillow/Pillow/blob/main/CHANGES.rst) - [Commits](https://github.com/python-pillow/Pillow/compare/10.1.0...10.2.0) --- updated-dependencies: - dependency-name: pillow 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 lxml from 4.9.4 to 5.0.0 (#1420)Gravatar dependabot[bot]2024-01-01-97/+92
| | | | | | | | | | | | | | | | Bumps [lxml](https://github.com/lxml/lxml) from 4.9.4 to 5.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-4.9.4...lxml-5.0.0) --- updated-dependencies: - dependency-name: lxml dependency-type: direct:production 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>
* Bump rapidfuzz from 3.6.0 to 3.6.1 (#1419)Gravatar dependabot[bot]2023-12-31-93/+93
| | | | Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* Bump rapidfuzz from 3.5.2 to 3.6.0 (#1418)Gravatar dependabot[bot]2023-12-27-93/+93
| | | | Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* Bump ruff from 0.1.8 to 0.1.9 (#1417)Gravatar dependabot[bot]2023-12-24-20/+21
| | | | Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* Bump lxml from 4.9.3 to 4.9.4 (#1416)Gravatar dependabot[bot]2023-12-21-96/+96
| | | | Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* Merge pull request #1415 from shtlrs/download-artifacts-with-curlGravatar jchristgit2023-12-19-1/+1
|\ | | | | Download pull request artifact using curl #1185
| * download pull request artifacts with curlGravatar shtlrs2023-12-18-1/+1
| |
* | Bump pydis-core from 10.5.0 to 10.5.1 (#1414)Gravatar dependabot[bot]2023-12-19-5/+5
|/ | | | Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* Bump actions/upload-artifact from 3 to 4 (#1413)Gravatar dependabot[bot]2023-12-15-1/+1
| | | | Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* Bump sentry-sdk from 1.39.0 to 1.39.1 (#1412)Gravatar dependabot[bot]2023-12-15-6/+6
| | | | Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* Bump ruff from 0.1.7 to 0.1.8 (#1411)Gravatar dependabot[bot]2023-12-15-20/+20
| | | | Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* Bump sentry-sdk from 1.38.0 to 1.39.0 (#1410)Gravatar dependabot[bot]2023-12-14-6/+6
| | | | Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* Bump pydis-core from 10.4.0 to 10.5.0 (#1408)Gravatar dependabot[bot]2023-12-13-8/+8
| | | | Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* Merge pull request #1409 from python-discord/dependabot/pip/pre-commit-3.6.0Gravatar Amrou Bellalouna2023-12-11-6/+6
|\ | | | | Bump pre-commit from 3.5.0 to 3.6.0
| * Bump pre-commit from 3.5.0 to 3.6.0Gravatar dependabot[bot]2023-12-11-6/+6
|/ | | | | | | | | | | | | | | Bumps [pre-commit](https://github.com/pre-commit/pre-commit) from 3.5.0 to 3.6.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.5.0...v3.6.0) --- updated-dependencies: - dependency-name: pre-commit dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
* Bump emoji from 2.8.0 to 2.9.0 (#1407)Gravatar dependabot[bot]2023-12-06-5/+5
| | | | Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* Bump ruff from 0.1.6 to 0.1.7 (#1406)Gravatar dependabot[bot]2023-12-05-20/+20
| | | | Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* Bump sentry-sdk from 1.37.1 to 1.38.0 (#1402)Gravatar dependabot[bot]2023-12-01-6/+17
| | | | Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* Remove the need for calling dotenv manually by using pydanticGravatar Chris Lovering2023-11-25-10/+5
|
* Update to pydantic 2.0Gravatar wookie1842023-11-25-123/+216
|
* Always use the get_logger func from bot-coreGravatar Chris Lovering2023-11-25-171/+173
|
* Use new logging util from bot-coreGravatar Chris Lovering2023-11-25-50/+36
|
* Bump deps to latestGravatar Chris Lovering2023-11-25-342/+234
|
* Bump sentry-sdk from 1.35.0 to 1.36.0 (#1398)Gravatar dependabot[bot]2023-11-23-6/+17
| | | | Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* Merge pull request #1395 from python-discord/dependabot/pip/ruff-0.1.5Gravatar ChrisJL2023-11-13-46/+34
|\ | | | | Bump ruff from 0.1.4 to 0.1.5
| * Lint repo with new ruff rulesGravatar Chris Lovering2023-11-13-9/+9
| |
| * Bump ruff from 0.1.4 to 0.1.5Gravatar dependabot[bot]2023-11-13-37/+25
|/ | | | | | | | | | | | | | | | Bumps [ruff](https://github.com/astral-sh/ruff) from 0.1.4 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.1.4...v0.1.5) --- updated-dependencies: - dependency-name: ruff dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
* Bump sentry-sdk from 1.34.0 to 1.35.0 (#1396)Gravatar dependabot[bot]2023-11-13-6/+17
| | | | | | | | | | | | | | | | 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/commits) --- 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>
* Merge pull request #1389 from python-discord/dependabot/pip/ruff-0.1.3Gravatar ChrisJL2023-11-08-428/+403
|\ | | | | Bump ruff from 0.0.292 to 0.1.3
| * Format code with new ruff rulesGravatar Chris Lovering2023-11-06-32/+31
| |
| * Use ruff's isort implementationGravatar Chris Lovering2023-11-06-29/+8
| |
| * Enable unsafe-fixes and preview for ruffGravatar Johannes Christ2023-11-06-0/+2
| |
| * Corrected ruff check output format argGravatar Xithrius2023-11-06-1/+1
| |
| * Bump ruff from 0.0.292 to 0.1.4Gravatar dependabot[bot]2023-11-06-367/+362
|/ | | | | | | | | | | | | | | | Bumps [ruff](https://github.com/astral-sh/ruff) from 0.0.292 to 0.1.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/v0.0.292...v0.1.4) --- updated-dependencies: - dependency-name: ruff dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
* Bump rapidfuzz from 3.4.0 to 3.5.2 (#1394)Gravatar dependabot[bot]2023-11-03-112/+94
| | | | Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* Bump sentry-sdk from 1.32.0 to 1.34.0 (#1393)Gravatar dependabot[bot]2023-11-03-5/+5
| | | | Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* Bump urllib3 from 2.0.6 to 2.0.7 (#1386)Gravatar dependabot[bot]2023-10-18-3/+3
| | | | Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>