aboutsummaryrefslogtreecommitdiffstats
path: root/pyproject.toml (follow)
Commit message (Collapse)AuthorAgeLines
...
* Migrate to using disnake over Discord.py 2.0a0Gravatar Chris Lovering2022-02-24-1/+2
|
* Change discord API wrapper to disnakeGravatar Chris Lovering2022-02-24-9/+8
| | | | This also bumps the dev deps
* Remove releases package used to autogenerate changelogGravatar Chris Lovering2022-02-24-1/+0
|
* Merge branch 'main' into port-utilitiesGravatar Chris Lovering2022-02-21-23/+23
|\
| * Bulk-bump dev deps from dependabotGravatar Chris Lovering2022-02-21-5/+5
| |
| * Merge branch 'main' into add-code-block-regexGravatar Hassan Abouelela2022-01-09-3/+3
| |\
| | * Bump gitpython from 3.1.24 to 3.1.25Gravatar dependabot[bot]2022-01-09-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bumps [gitpython](https://github.com/gitpython-developers/GitPython) from 3.1.24 to 3.1.25. - [Release notes](https://github.com/gitpython-developers/GitPython/releases) - [Changelog](https://github.com/gitpython-developers/GitPython/blob/main/CHANGES) - [Commits](https://github.com/gitpython-developers/GitPython/compare/3.1.24...3.1.25) --- updated-dependencies: - dependency-name: gitpython dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
| | * Bump sphinx-autodoc-typehints from 1.12.0 to 1.14.1Gravatar dependabot[bot]2022-01-09-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bumps [sphinx-autodoc-typehints](https://github.com/tox-dev/sphinx-autodoc-typehints) from 1.12.0 to 1.14.1. - [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/1.12.0...1.14.1) --- updated-dependencies: - dependency-name: sphinx-autodoc-typehints dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
| | * Bump furo from 2021.11.23 to 2022.1.2Gravatar dependabot[bot]2022-01-05-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bumps [furo](https://github.com/pradyunsg/furo) from 2021.11.23 to 2022.1.2. - [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/2021.11.23...2022.01.02) --- updated-dependencies: - dependency-name: furo dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
| * | Bump version and add changelogsGravatar Chris Lovering2022-01-09-1/+1
| |/
| * Bump sphinx from 4.3.1 to 4.3.2Gravatar dependabot[bot]2021-12-20-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bumps [sphinx](https://github.com/sphinx-doc/sphinx) from 4.3.1 to 4.3.2. - [Release notes](https://github.com/sphinx-doc/sphinx/releases) - [Changelog](https://github.com/sphinx-doc/sphinx/blob/4.x/CHANGES) - [Commits](https://github.com/sphinx-doc/sphinx/compare/v4.3.1...v4.3.2) --- updated-dependencies: - dependency-name: sphinx dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
| * Lock Dependencies To Exact VersionsGravatar Hassan Abouelela2021-12-15-22/+22
| | | | | | | | | | Lock the versions required for dependencies to exact versions, and allow dependabot to handle upgrades instead.
* | Modify Autodoc FormattingGravatar Hassan Abouelela2021-12-13-1/+1
|/ | | | | Changes the style of the reformatted autodoc files to look nicer with submodules.
* Move Doc Dependencies Into Dev SectionGravatar Hassan Abouelela2021-12-04-6/+7
|
* Add Sphinx DocsGravatar Hassan Abouelela2021-12-02-1/+10
| | | | Adds a customized sphinx doc builder.
* Add coverage configuration.Gravatar RohanJnr2021-11-17-0/+5
|
* Lint and fix line endings.Gravatar RohanJnr2021-11-16-1/+1
|
* Use pyproject.toml as a replacement for setup.pyGravatar RohanJnr2021-11-06-1/+11
|
* Setup attemptGravatar mbaruh2021-11-04-0/+34