aboutsummaryrefslogtreecommitdiffstats
path: root/poetry.lock (follow)
Commit message (Collapse)AuthorAgeLines
...
* Revert back to discord.pyGravatar Chris Lovering2022-03-15-19/+19
| | | | This pins at a newer version of Discord.py too, to include the recent changes to bring it up to v10 of the Discord API
* Custom css to de-bold index pageGravatar Chris Lovering2022-02-24-1/+1
| | | | Also bump pyproject version to 2.0.0 to match changelog
* Migrate to using disnake over Discord.py 2.0a0Gravatar Chris Lovering2022-02-24-1/+1
|
* Change discord API wrapper to disnakeGravatar Chris Lovering2022-02-24-113/+205
| | | | This also bumps the dev deps
* Remove releases package used to autogenerate changelogGravatar Chris Lovering2022-02-24-29/+1
|
* Bulk-bump dev deps from dependabotGravatar Chris Lovering2022-02-21-300/+275
|
* Bump gitpython from 3.1.24 to 3.1.25Gravatar dependabot[bot]2022-01-09-5/+4
| | | | | | | | | | | | | | | 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-7/+7
| | | | | | | | | | | | | | | 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-4/+4
| | | | | | | | | | | | | | | 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 sphinx from 4.3.1 to 4.3.2Gravatar dependabot[bot]2021-12-20-5/+6
| | | | | | | | | | | | | | | 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-50/+54
| | | | | Lock the versions required for dependencies to exact versions, and allow dependabot to handle upgrades instead.
* Move Doc Dependencies Into Dev SectionGravatar Hassan Abouelela2021-12-04-37/+37
|
* Add Sphinx DocsGravatar Hassan Abouelela2021-12-02-244/+842
| | | | Adds a customized sphinx doc builder.
* Setup attemptGravatar mbaruh2021-11-04-0/+1011