aboutsummaryrefslogtreecommitdiffstats
path: root/poetry.lock (follow)
Commit message (Collapse)AuthorAgeLines
...
* Bump d.py to 2.2.3Gravatar Chris Lovering2023-05-06-307/+295
|
* Bump dependencies to latestv9.5.1Gravatar Chris Lovering2023-03-02-444/+511
|
* Bump discord-py to 2.2.0 (#173)v9.5.0Gravatar Amrou Bellalouna2023-02-28-929/+929
| | | | | | | * bump dpy to 2.2.0 * update changelog * bump version in tool.poetry table
* Bump discord.py to 2.1.1 (#172)v9.4.1Gravatar Amrou Bellalouna2023-02-09-4/+4
| | | | | | | | | | | | | * bump dpy to 2.1.1 * add bump history to changelog * bump pydis-core version in pyproject.toml * reinstate the old state for release 9.3.1 --------- Co-authored-by: Amrou Bellalouna <[email protected]>
* Support 3.11 and bump CI to use 3.11Gravatar Chris Lovering2022-12-11-1/+1
|
* Support 3.11 & bump all depsGravatar Chris Lovering2022-12-11-424/+361
|
* Bump d.py to 2.1.0Gravatar Chris Lovering2022-11-13-104/+83
| | | | This also bumps some dev-deps to latest
* Add Support For Attributes In DocstringsGravatar Hassan Abouelela2022-11-10-133/+145
| | | | | | | | | | | This allows class attributes to be defined in docstrings without causing an exception while linking the source code. Due to the non-static nature of attributes, it's not trivial to link their actual definition, so the chosen lines will actually be all the lines of the parent class. Signed-off-by: Hassan Abouelela <[email protected]>
* Add six as a dev depGravatar Chris Lovering2022-11-05-1/+13
|
* Relock poetryGravatar Chris Lovering2022-11-05-406/+397
|
* bump sphinx and sphinx-autodoc-typehintsGravatar Numerlor2022-09-27-66/+315
|
* Merge remote-tracking branch 'upstream/main' into no-duplicate-decoGravatar Numerlor2022-09-18-246/+134
|\
| * Bump dev depsGravatar Chris Lovering2022-09-18-34/+22
| |
| * Bump d.py to 2.0.1Gravatar Chris Lovering2022-09-18-145/+1069
| |
| * Bump Discord.py to the stable 2.0 release.v8.2.0Gravatar Chris Lovering2022-08-18-49/+49
| | | | | | | | This also bumps some other deps, rather than individually merging the dependabot releases.
| * Bump sphinx to 5.1.1Gravatar Chris Lovering2022-07-27-616/+62
| |
| * Bump async-rediscache to v1.0.0-rc2Gravatar Chris Lovering2022-07-27-385/+38
| |
| * Bump Python To 3.10 (#108)Gravatar ChrisJL2022-07-27-103/+35
| |
| * Bump sphinx from 5.0.2 to 5.1.0 (#109)Gravatar dependabot[bot]2022-07-25-38/+237
| | | | | | Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
| * Mark aiodns As An Explicit DependencyGravatar Hassan Abouelela2022-07-23-133/+85
| | | | | | | | | | | | | | aiodns is required by aiohttp when using an AsyncResolver, as is done in BotBase. This makes aiodns a required dependency. Signed-off-by: Hassan Abouelela <[email protected]>
| * Bump pre-commit from 2.19.0 to 2.20.0Gravatar dependabot[bot]2022-07-23-4/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bumps [pre-commit](https://github.com/pre-commit/pre-commit) from 2.19.0 to 2.20.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/v2.19.0...v2.20.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 pep8-naming from 0.13.0 to 0.13.1 (#102)Gravatar dependabot[bot]2022-07-23-4/+4
| | | | | | Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
| * Bump flake8-bugbear from 22.6.22 to 22.7.1Gravatar dependabot[bot]2022-07-23-56/+56
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Bumps [flake8-bugbear](https://github.com/PyCQA/flake8-bugbear) from 22.6.22 to 22.7.1. - [Release notes](https://github.com/PyCQA/flake8-bugbear/releases) - [Commits](https://github.com/PyCQA/flake8-bugbear/compare/22.6.22...22.7.1) --- updated-dependencies: - dependency-name: flake8-bugbear dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
| * Bump urllib3 from 1.24.3 to 1.26.5Gravatar dependabot[bot]2022-06-28-12/+13
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Bumps [urllib3](https://github.com/urllib3/urllib3) from 1.24.3 to 1.26.5. - [Release notes](https://github.com/urllib3/urllib3/releases) - [Changelog](https://github.com/urllib3/urllib3/blob/main/CHANGES.rst) - [Commits](https://github.com/urllib3/urllib3/compare/1.24.3...1.26.5) --- updated-dependencies: - dependency-name: urllib3 dependency-type: indirect ... Signed-off-by: dependabot[bot] <[email protected]>
| * Bump requests from 2.15.1 to 2.20.0Gravatar dependabot[bot]2022-06-28-9/+56
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Bumps [requests](https://github.com/psf/requests) from 2.15.1 to 2.20.0. - [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.15.1...v2.20.0) --- updated-dependencies: - dependency-name: requests dependency-type: indirect ... Signed-off-by: dependabot[bot] <[email protected]>
| * Bump d.py to 0eb3d26Gravatar Chris Lovering2022-06-28-76/+40
| | | | | | | | Adds support for auto mod, of which the new auto_mod MESSAGE_TYPE is needed for our filter system.
| * Bump sphinx from 4.5.0 to 5.0.2Gravatar dependabot[bot]2022-06-27-7/+7
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bumps [sphinx](https://github.com/sphinx-doc/sphinx) from 4.5.0 to 5.0.2. - [Release notes](https://github.com/sphinx-doc/sphinx/releases) - [Changelog](https://github.com/sphinx-doc/sphinx/blob/5.x/CHANGES) - [Commits](https://github.com/sphinx-doc/sphinx/compare/v4.5.0...v5.0.2) --- updated-dependencies: - dependency-name: sphinx dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
| * Bump furo from 2022.4.7 to 2022.6.21Gravatar dependabot[bot]2022-06-27-7/+26
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bumps [furo](https://github.com/pradyunsg/furo) from 2022.4.7 to 2022.6.21. - [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/2022.04.07...2022.06.21) --- updated-dependencies: - dependency-name: furo dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
| * Bump flake8-bugbear from 22.4.25 to 22.6.22Gravatar dependabot[bot]2022-06-27-4/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Bumps [flake8-bugbear](https://github.com/PyCQA/flake8-bugbear) from 22.4.25 to 22.6.22. - [Release notes](https://github.com/PyCQA/flake8-bugbear/releases) - [Commits](https://github.com/PyCQA/flake8-bugbear/compare/22.4.25...22.6.22) --- updated-dependencies: - dependency-name: flake8-bugbear dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
| * Bump pep8-naming from 0.12.1 to 0.13.0Gravatar dependabot[bot]2022-06-26-20/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bumps [pep8-naming](https://github.com/PyCQA/pep8-naming) from 0.12.1 to 0.13.0. - [Release notes](https://github.com/PyCQA/pep8-naming/releases) - [Changelog](https://github.com/PyCQA/pep8-naming/blob/main/CHANGELOG.rst) - [Commits](https://github.com/PyCQA/pep8-naming/compare/0.12.1...0.13.0) --- updated-dependencies: - dependency-name: pep8-naming dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
| * Bump sphinx-autodoc-typehints from 1.18.1 to 1.18.3Gravatar dependabot[bot]2022-06-10-52/+53
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bumps [sphinx-autodoc-typehints](https://github.com/tox-dev/sphinx-autodoc-typehints) from 1.18.1 to 1.18.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/1.18.1...1.18.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]>
* | add typing-extensionsGravatar Numerlor2022-06-15-49/+50
|/
* Add Sphinx-MultiVersionGravatar Hassan Abouelela2022-05-29-1/+16
| | | | | | | | Adds the sphinx-multiversion package to be used for generating docs for all versions of the project, not just the latest. This includes all the necessary configuration to make it work cleanly. Signed-off-by: Hassan Abouelela <[email protected]>
* Restore Releases ChangelogGravatar Hassan Abouelela2022-05-29-11/+38
| | | | | | | Add the releases-based changelog system back, and migrate the old changelog entries. Signed-off-by: Hassan Abouelela <[email protected]>
* Bump flake8 tidy imports and taskipy to latestGravatar Chris Lovering2022-05-24-12/+12
|
* Bump Discord.py to 4cbe8f5Gravatar Chris Lovering2022-05-24-175/+175
| | | | | | This fixes a bug with permission resolution when dealing with timed out members. Discord.py have also removed the /master/ URL for docs, and are now surfacing all docs at /latest/
* Bump flake8-tidy-imports from 4.6.0 to 4.7.0Gravatar dependabot[bot]2022-05-10-4/+4
| | | | | | | | | | | | | | | Bumps [flake8-tidy-imports](https://github.com/adamchainz/flake8-tidy-imports) from 4.6.0 to 4.7.0. - [Release notes](https://github.com/adamchainz/flake8-tidy-imports/releases) - [Changelog](https://github.com/adamchainz/flake8-tidy-imports/blob/main/HISTORY.rst) - [Commits](https://github.com/adamchainz/flake8-tidy-imports/compare/4.6.0...4.7.0) --- updated-dependencies: - dependency-name: flake8-tidy-imports dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
* Bump pre-commit from 2.18.1 to 2.19.0Gravatar dependabot[bot]2022-05-10-4/+4
| | | | | | | | | | | | | | | Bumps [pre-commit](https://github.com/pre-commit/pre-commit) from 2.18.1 to 2.19.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/v2.18.1...v2.19.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 pytest from 7.1.1 to 7.1.2Gravatar dependabot[bot]2022-05-10-8/+8
| | | | | | | | | | | | | | | Bumps [pytest](https://github.com/pytest-dev/pytest) from 7.1.1 to 7.1.2. - [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/7.1.1...7.1.2) --- updated-dependencies: - dependency-name: pytest dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
* Bump flake8-bugbear from 22.3.23 to 22.4.25Gravatar dependabot[bot]2022-04-26-4/+5
| | | | | | | | | | | | | | Bumps [flake8-bugbear](https://github.com/PyCQA/flake8-bugbear) from 22.3.23 to 22.4.25. - [Release notes](https://github.com/PyCQA/flake8-bugbear/releases) - [Commits](https://github.com/PyCQA/flake8-bugbear/compare/22.3.23...22.4.25) --- updated-dependencies: - dependency-name: flake8-bugbear dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
* Bump d.py to fix Guild.chunk()Gravatar Chris Lovering2022-04-26-6/+6
|
* Bump version in pyproject and changelog last few releasesGravatar Chris Lovering2022-04-21-4/+4
|
* Bump sphinx-autodoc-typehints to 1.18.1Gravatar Chris Lovering2022-04-19-7/+7
|
* Bump discord.py to ↵Gravatar Chris Lovering2022-04-19-34/+33
| | | | https://github.com/Rapptz/discord.py/tree/987235d5649e7c2b1a927637bab6547244ecb2cf
* Bump flake8-annotations from 2.8.0 to 2.9.0Gravatar dependabot[bot]2022-04-15-4/+4
| | | | | | | | | | | | | | | Bumps [flake8-annotations](https://github.com/sco1/flake8-annotations) from 2.8.0 to 2.9.0. - [Release notes](https://github.com/sco1/flake8-annotations/releases) - [Changelog](https://github.com/sco1/flake8-annotations/blob/main/CHANGELOG.md) - [Commits](https://github.com/sco1/flake8-annotations/compare/v2.8.0...v2.9.0) --- updated-dependencies: - dependency-name: flake8-annotations dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
* Bump furo from 2022.3.4 to 2022.4.7Gravatar dependabot[bot]2022-04-08-4/+4
| | | | | | | | | | | | | | | Bumps [furo](https://github.com/pradyunsg/furo) from 2022.3.4 to 2022.4.7. - [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/2022.03.04...2022.04.07) --- updated-dependencies: - dependency-name: furo dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
* Bump pre-commit from 2.17.0 to 2.18.1Gravatar dependabot[bot]2022-04-04-5/+6
| | | | | | | | | | | | | | | Bumps [pre-commit](https://github.com/pre-commit/pre-commit) from 2.17.0 to 2.18.1. - [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/v2.17.0...v2.18.1) --- updated-dependencies: - dependency-name: pre-commit dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
* Bump all dev deps to latest versionsGravatar Chris Lovering2022-04-02-22/+23
|
* Mark async-rediscache as an optional extra dependencyGravatar Chris Lovering2022-03-31-17/+20
|
* Bump d.py version and add new requirements for utilsGravatar Chris Lovering2022-03-23-59/+344
|