aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeLines
* Bump pydantic from 2.10.1 to 2.10.3dependabot/pip/pydantic-2.10.3Gravatar dependabot[bot]2024-12-03-3/+4
| | | | | | | | | | | | | | | Bumps [pydantic](https://github.com/pydantic/pydantic) from 2.10.1 to 2.10.3. - [Release notes](https://github.com/pydantic/pydantic/releases) - [Changelog](https://github.com/pydantic/pydantic/blob/main/HISTORY.md) - [Commits](https://github.com/pydantic/pydantic/compare/v2.10.1...v2.10.3) --- updated-dependencies: - dependency-name: pydantic dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
* Changelog & version bumpv11.5.1Gravatar Chris Lovering2024-11-23-1/+5
|
* Update invite regex test casesGravatar Chris Lovering2024-11-23-2/+8
|
* Ensure we don't match to non-invite looking linksGravatar Chris Lovering2024-11-23-2/+2
|
* Escape backslashes in invite regexGravatar Chris Lovering2024-11-23-1/+1
|
* Drop io and li from invite regexGravatar Chris Lovering2024-11-23-1/+1
| | | | These TLDs no longer work
* Update filter regex to not be overly strictGravatar Chris Lovering2024-11-23-2/+4
| | | | Co-authored-by: bj0key <[email protected]>
* Remove deprecated ruff rulesv11.5.0Gravatar Chris Lovering2024-11-23-1/+1
|
* Remove unneeded version specifier in docker composeGravatar Chris Lovering2024-11-23-2/+0
|
* Bump dev deps to latestGravatar Chris Lovering2024-11-23-688/+803
|
* Bump version and add changelog entryGravatar Chris Lovering2024-10-17-1/+5
|
* Remove repetition from the invite regexGravatar Chris Lovering2024-10-17-7/+2
|
* Move discord(app) capture to its own optional group in invite regexGravatar Chris Lovering2024-10-17-6/+6
|
* Add optional 'app' capture to invite regex OR groupGravatar Chris Lovering2024-10-17-6/+5
|
* Improve readability of invite regex by indenting the large OR groupGravatar Chris Lovering2024-10-17-8/+10
|
* Drop / from invite regex fragementsGravatar Chris Lovering2024-10-17-5/+6
| | | | There is already a fragment that captures slashes further down in the regex
* Bump version to v11.4.0v11.4.0Gravatar Chris Lovering2024-09-11-1/+5
|
* Remove an unneeded noqaGravatar Chris Lovering2024-09-11-1/+1
|
* Update Discord invite regex to also match backslash before the invite codeGravatar Chris Lovering2024-09-11-1/+1
|
* Ignore symbols starting with __ in the linkcode resolverGravatar Chris Lovering2024-09-11-1/+1
| | | | Pydantic models add a lot of these, which cause the autodoc typehints to fail
* Bump dev dependencies to latestGravatar Chris Lovering2024-09-11-629/+698
|
* Disable ruff preview modeGravatar Chris Lovering2024-09-11-1/+1
| | | | | A lot of these rules aren't ready for use, which cause us to add them to the ignore list. When the rules are then ready for use, we never end up removing them
* Update the feature type of 11.3.1 to ensure the changelog renders it correctlyGravatar Chris Lovering2024-07-25-1/+1
|
* Bump version to 11.3.1v11.3.1Gravatar Chris Lovering2024-07-25-1/+4
|
* Ignore ASYNC109 where timeout is used for paginationGravatar Chris Lovering2024-07-25-1/+1
|
* Ignore DOC501 & DOC502Gravatar Chris Lovering2024-07-25-0/+1
| | | | These lint rules currently cannot recognise errors that are present in the docstring, but are formated for sphinx.
* Bump dependencies to latestGravatar Chris Lovering2024-07-25-109/+110
|
* Correct docstring for ViewWithUserAndRoleCheckGravatar Chris Lovering2024-07-25-1/+1
|
* Bump sphinx-autodoc-typehints from 2.2.1 to 2.2.3 (#255)Gravatar dependabot[bot]2024-07-18-5/+5
| | | | | | | | | | | | | | | | Bumps [sphinx-autodoc-typehints](https://github.com/tox-dev/sphinx-autodoc-typehints) from 2.2.1 to 2.2.3. - [Release notes](https://github.com/tox-dev/sphinx-autodoc-typehints/releases) - [Changelog](https://github.com/tox-dev/sphinx-autodoc-typehints/blob/main/CHANGELOG.md) - [Commits](https://github.com/tox-dev/sphinx-autodoc-typehints/compare/2.2.1...2.2.3) --- updated-dependencies: - dependency-name: sphinx-autodoc-typehints 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 certifi from 2024.6.2 to 2024.7.4 (#252)Gravatar dependabot[bot]2024-07-18-3/+3
| | | | | | | | | | | | | Bumps [certifi](https://github.com/certifi/python-certifi) from 2024.6.2 to 2024.7.4. - [Commits](https://github.com/certifi/python-certifi/compare/2024.06.02...2024.07.04) --- updated-dependencies: - dependency-name: certifi dependency-type: indirect ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* Bump pydantic from 2.7.4 to 2.8.2 (#249)Gravatar dependabot[bot]2024-07-18-85/+98
| | | | | | | | | | | | | | | | Bumps [pydantic](https://github.com/pydantic/pydantic) from 2.7.4 to 2.8.2. - [Release notes](https://github.com/pydantic/pydantic/releases) - [Changelog](https://github.com/pydantic/pydantic/blob/main/HISTORY.md) - [Commits](https://github.com/pydantic/pydantic/compare/v2.7.4...v2.8.2) --- updated-dependencies: - dependency-name: pydantic 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 fakeredis from 2.23.2 to 2.23.3 (#248)Gravatar dependabot[bot]2024-07-18-3/+3
| | | | | | | | | | | | | | | Bumps [fakeredis](https://github.com/cunla/fakeredis-py) from 2.23.2 to 2.23.3. - [Release notes](https://github.com/cunla/fakeredis-py/releases) - [Commits](https://github.com/cunla/fakeredis-py/compare/v2.23.2...v2.23.3) --- updated-dependencies: - dependency-name: fakeredis 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 version to 11.3.0v11.3.0Gravatar Chris Lovering2024-07-17-1/+5
|
* Add py.typed (#254)Gravatar decorator-factory2024-07-17-0/+0
|
* Bump project version to 11.2.0v11.2.0Gravatar Chris Lovering2024-06-22-1/+4
|
* Bump dev deps to latestGravatar Chris Lovering2024-06-22-33/+34
|
* Upgrade discord.py to 2.4Gravatar Joe Banks2024-06-22-305/+285
|
* Merge pull request #235 from python-discord/dependabot/pip/ruff-0.4.8Gravatar wookie1842024-06-19-21/+21
|\ | | | | Bump ruff from 0.3.4 to 0.4.8
| * Ignore RUF029, due to false positives and it not being that importantGravatar wookie1842024-06-19-1/+1
| |
| * Bump ruff from 0.3.4 to 0.4.8Gravatar dependabot[bot]2024-06-19-20/+20
|/ | | | | | | | | | | | | | | Bumps [ruff](https://github.com/astral-sh/ruff) from 0.3.4 to 0.4.8. - [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.3.4...v0.4.8) --- updated-dependencies: - dependency-name: ruff dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
* Fix site startup command used in docker-compose.yml (#238)Gravatar wookie1842024-06-13-1/+1
| | | Needed as entrypoint was changed in python-discord/site#1338
* Bump pydantic from 2.7.1 to 2.7.3 (#234)Gravatar dependabot[bot]2024-06-11-84/+84
| | | | | | | | | | | | | | | | Bumps [pydantic](https://github.com/pydantic/pydantic) from 2.7.1 to 2.7.3. - [Release notes](https://github.com/pydantic/pydantic/releases) - [Changelog](https://github.com/pydantic/pydantic/blob/main/HISTORY.md) - [Commits](https://github.com/pydantic/pydantic/compare/v2.7.1...v2.7.3) --- updated-dependencies: - dependency-name: pydantic 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 furo from 2024.1.29 to 2024.5.6 (#230)Gravatar dependabot[bot]2024-06-11-6/+6
| | | | | | | | | | | | | | | | Bumps [furo](https://github.com/pradyunsg/furo) from 2024.1.29 to 2024.5.6. - [Release notes](https://github.com/pradyunsg/furo/releases) - [Changelog](https://github.com/pradyunsg/furo/blob/main/docs/changelog.md) - [Commits](https://github.com/pradyunsg/furo/compare/2024.01.29...2024.05.06) --- updated-dependencies: - dependency-name: furo 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 aiodns from 3.1.1 to 3.2.0 (#232)Gravatar dependabot[bot]2024-06-11-3/+3
| | | | | | | | | | | | | | | | Bumps [aiodns](https://github.com/saghul/aiodns) from 3.1.1 to 3.2.0. - [Release notes](https://github.com/saghul/aiodns/releases) - [Changelog](https://github.com/saghul/aiodns/blob/master/ChangeLog) - [Commits](https://github.com/saghul/aiodns/compare/v3.1.1...v3.2.0) --- updated-dependencies: - dependency-name: aiodns 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 gitpython from 3.1.42 to 3.1.43 (#223)Gravatar dependabot[bot]2024-06-11-6/+7
| | | | | | | | | | updated-dependencies: - dependency-name: gitpython 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 sphinx-autodoc-typehints from 2.0.0 to 2.1.0 (#227)Gravatar dependabot[bot]2024-05-31-9/+9
| | | | | | | | | | | | | | | | Bumps [sphinx-autodoc-typehints](https://github.com/tox-dev/sphinx-autodoc-typehints) from 2.0.0 to 2.1.0. - [Release notes](https://github.com/tox-dev/sphinx-autodoc-typehints/releases) - [Changelog](https://github.com/tox-dev/sphinx-autodoc-typehints/blob/main/CHANGELOG.md) - [Commits](https://github.com/tox-dev/sphinx-autodoc-typehints/compare/2.0.0...2.1.0) --- updated-dependencies: - dependency-name: sphinx-autodoc-typehints 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 pytest from 8.1.1 to 8.2.1 (#228)Gravatar dependabot[bot]2024-05-31-10/+10
| | | | | | | | | | | | | | | | Bumps [pytest](https://github.com/pytest-dev/pytest) from 8.1.1 to 8.2.1. - [Release notes](https://github.com/pytest-dev/pytest/releases) - [Changelog](https://github.com/pytest-dev/pytest/blob/main/CHANGELOG.rst) - [Commits](https://github.com/pytest-dev/pytest/compare/8.1.1...8.2.1) --- updated-dependencies: - dependency-name: pytest 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 requests from 2.31.0 to 2.32.2 (#226)Gravatar dependabot[bot]2024-05-31-4/+4
| | | | | | | | | | | | | | | Bumps [requests](https://github.com/psf/requests) from 2.31.0 to 2.32.2. - [Release notes](https://github.com/psf/requests/releases) - [Changelog](https://github.com/psf/requests/blob/main/HISTORY.md) - [Commits](https://github.com/psf/requests/compare/v2.31.0...v2.32.2) --- updated-dependencies: - dependency-name: requests dependency-type: indirect ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* Bump fakeredis from 2.21.3 to 2.23.2 (#221)Gravatar dependabot[bot]2024-05-23-6/+6
| | | | | | | | | | | | | | | Bumps [fakeredis](https://github.com/cunla/fakeredis-py) from 2.21.3 to 2.23.2. - [Release notes](https://github.com/cunla/fakeredis-py/releases) - [Commits](https://github.com/cunla/fakeredis-py/compare/v2.21.3...v2.23.2) --- updated-dependencies: - dependency-name: fakeredis 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>
* --- (#222)Gravatar dependabot[bot]2024-05-23-5/+5
| | | | | | | | | | updated-dependencies: - dependency-name: pre-commit 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>