aboutsummaryrefslogtreecommitdiffstats
path: root/pyproject.toml (follow)
Commit message (Collapse)AuthorAgeLines
...
* Bump dev dependency versionsGravatar Chris Lovering2023-12-10-4/+4
|
* Mark lib deps using tilda version specifiersGravatar Chris Lovering2023-11-27-3/+3
| | | | This allows users of the lib to use newer versions of these libraries without us having to cut a new release
* Bump dev deps to latestGravatar Chris Lovering2023-11-27-4/+4
|
* Changelog 10.4.0v10.4.0Gravatar Chris Lovering2023-10-26-1/+1
|
* Update ruff config to enable unsafe and preview rulesGravatar Chris Lovering2023-10-26-1/+3
|
* Bump deps to latestGravatar Chris Lovering2023-10-26-12/+11
|
* Add log_format to the logging util to allow for standardised loggingGravatar Chris Lovering2023-09-20-1/+1
|
* Replace isort with ruff's implementatationGravatar Chris Lovering2023-08-28-11/+8
|
* Bump d.py to 2.3.2Gravatar Chris Lovering2023-08-28-2/+2
|
* Add BotBase.wait_until_bot_started which can be used to hold a process until ↵Gravatar Chris Lovering2023-07-25-1/+1
| | | | all extensions are loaded.
* Support sending multiple files to paste service at onceGravatar Chris Lovering2023-07-14-1/+2
| | | | Co-authored-by: Hassan Abouelela <[email protected]>
* Bump dev depsGravatar Chris Lovering2023-07-14-4/+4
|
* Bump d.py to 2.3.1Gravatar Chris Lovering2023-07-14-2/+2
|
* New version to allow new changeset to be pushed to pypi (#183)v9.9.1Gravatar ChrisJL2023-06-22-1/+1
|
* Add supported lexer validation to paste service and default the paste_url (#182)v9.9.0Gravatar ChrisJL2023-06-21-1/+1
|
* Bump d.py (#181)v9.8.0Gravatar ChrisJL2023-06-14-6/+6
| | | | | * Bump d.py to 2.3.0 * Linting fixes for new ruff version
* Add paste service utility (#179)Gravatar ChrisJL2023-06-10-1/+1
|
* Bump all deps to latestGravatar Chris Lovering2023-05-31-12/+12
|
* Migrate to ruffGravatar Chris Lovering2023-05-06-9/+32
|
* Changelog recent changes to bot-coreGravatar Chris Lovering2023-05-06-1/+1
|
* Bump d.py to 2.2.3Gravatar Chris Lovering2023-05-06-1/+1
|
* Bump dependencies to latestv9.5.1Gravatar Chris Lovering2023-03-02-14/+14
|
* Bump Discord.py to 2.2.2Gravatar Chris Lovering2023-03-02-2/+2
|
* Bump discord-py to 2.2.0 (#173)v9.5.0Gravatar Amrou Bellalouna2023-02-28-2/+2
| | | | | | | * 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-2/+2
| | | | | | | | | | | | | * 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]>
* Sync global and guild app command tree on startupGravatar Chris Lovering2022-12-26-1/+1
|
* update version and carve it in changelogGravatar Amrou Bellalouna2022-12-23-1/+1
|
* Return None upon receiving a bad request from Discord in get_or_fetch_member ↵v9.3.0Gravatar Amrou Bellalouna2022-12-13-1/+1
| | | | | (#169) Co-authored-by: Amrou Bellalouna <[email protected]>
* Add changelog for 3.11 and new decoratorGravatar Chris Lovering2022-12-11-1/+1
|
* Mark project as requiring poetry-core>=1.2.0Gravatar Chris Lovering2022-12-11-1/+1
| | | | This is required due to the use of dependancy groups
* Support 3.11 and bump CI to use 3.11Gravatar Chris Lovering2022-12-11-1/+2
|
* Support 3.11 & bump all depsGravatar Chris Lovering2022-12-11-11/+19
|
* Handle not being able to delete the interaction message on button press.Gravatar Chris Lovering2022-11-14-1/+1
|
* Bump d.py to 2.1.0Gravatar Chris Lovering2022-11-13-12/+12
| | | | This also bumps some dev-deps to latest
* Add Support For Attributes In DocstringsGravatar Hassan Abouelela2022-11-10-0/+1
| | | | | | | | | | | 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-0/+1
|
* Rename package due to naming conflictGravatar Chris Lovering2022-11-05-5/+6
|
* Update pyproject.toml module meta dataGravatar Chris Lovering2022-11-05-2/+9
|
* bump sphinx and sphinx-autodoc-typehintsGravatar Numerlor2022-09-27-2/+2
|
* Merge remote-tracking branch 'upstream/main' into no-duplicate-decoGravatar Numerlor2022-09-18-16/+17
|\
| * Bump dev depsGravatar Chris Lovering2022-09-18-6/+6
| |
| * Bump d.py to 2.0.1Gravatar Chris Lovering2022-09-18-2/+2
| |
| * Bump Discord.py to the stable 2.0 release.v8.2.0Gravatar Chris Lovering2022-08-18-5/+5
| | | | | | | | This also bumps some other deps, rather than individually merging the dependabot releases.
| * Version bump and changelogGravatar ionite342022-08-16-1/+1
| |
| * Bump sphinx to 5.1.1Gravatar Chris Lovering2022-07-27-1/+1
| |
| * Bump version to 8.0.0Gravatar Chris Lovering2022-07-27-1/+1
| |
| * Remove explicit cleanup of the redis session (#111)Gravatar ChrisJL2022-07-27-1/+1
| |
| * Bump async-rediscache to v1.0.0-rc2Gravatar Chris Lovering2022-07-27-2/+2
| |
| * Bump Python To 3.10 (#108)Gravatar ChrisJL2022-07-27-2/+2
| |
| * Bump sphinx from 5.0.2 to 5.1.0 (#109)Gravatar dependabot[bot]2022-07-25-1/+1
| | | | | | Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>