| Commit message (Collapse) | Author | Age | Lines |
| |
|
|
| |
Some dependencies have been updated to hgih patch versions, so a patch version bump in the app makes sense
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Bumps [aiohttp](https://github.com/aio-libs/aiohttp) from 3.8.3 to 3.8.4.
- [Release notes](https://github.com/aio-libs/aiohttp/releases)
- [Changelog](https://github.com/aio-libs/aiohttp/blob/master/CHANGES.rst)
- [Commits](https://github.com/aio-libs/aiohttp/compare/v3.8.3...v3.8.4)
---
updated-dependencies:
- dependency-name: aiohttp
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>
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Bumps [alembic](https://github.com/sqlalchemy/alembic) from 1.9.3 to 1.9.4.
- [Release notes](https://github.com/sqlalchemy/alembic/releases)
- [Changelog](https://github.com/sqlalchemy/alembic/blob/main/CHANGES)
- [Commits](https://github.com/sqlalchemy/alembic/commits)
---
updated-dependencies:
- dependency-name: alembic
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>
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Bumps [python-dotenv](https://github.com/theskumar/python-dotenv) from 0.21.1 to 1.0.0.
- [Release notes](https://github.com/theskumar/python-dotenv/releases)
- [Changelog](https://github.com/theskumar/python-dotenv/blob/main/CHANGELOG.md)
- [Commits](https://github.com/theskumar/python-dotenv/compare/v0.21.1...v1.0.0)
---
updated-dependencies:
- dependency-name: python-dotenv
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
|
| |\
| |
| | |
Python 3.10, latest bot-core version and bump all deps
|
| | | |
|
| | | |
|
| | |
| |
| |
| | |
The bump to Python3.10 will make existing virtual envs running this project incompatible, so a break change made sense here.
|
| |/
|
|
| |
This version of bot-core also brings in the 2.0 stable release of Discord.py
|
| |\ |
|
| |/
|
|
|
|
|
|
|
|
|
|
| |
Poetry 1.2 introduced a regression which broke pip `--user` installs.
These types of install were the main way we did installations in docker
and CI, as they made it much more convenient to control the location,
availability, and caching of packages.
Poetry's team does not recognize this as a supported use case, so major
changes were required to get everything working again. Most of the
changes were consolidated into chrislovering/python-poetry-base for
docker, and HassanAbouelela/setup-python for CI.
|
| |\
| |
| | |
Add support for staff channels that are not in staff categories
|
| | |\
| |/
|/| |
|
| |\ \
| | |
| | | |
Add dependabot config
|
| |/ / |
|
| | | |
|
| | | |
|
| |/ |
|
| |\ |
|
| | |
| |
| |
| | |
This ensures only one workflow runs at a time for each target.
|
| | |
| |
| |
| |
| |
| | |
This also fixes the debug output to ensure the command name is always included
Co-authored-by: HassanAbouelela <[email protected]>
|
| | | |
|
| | | |
|
| | | |
|
| | | |
|
| | | |
|
| | | |
|
| | | |
|
| | | |
|
| |/ |
|
| |\
| |
| | |
Pin discord.py version to pre-asyncio changes
|
| | | |
|
| |/ |
|
| |\
| |
| | |
Fix bug where having channels without categories causes error
|
| |/ |
|
| | |
|
| |\
| |
| | |
Various fixes related to thread support
|
| | | |
|
| | | |
|
| | |
| |
| |
| | |
Discord.py doesn't support forum channels, so ignore them to avoid tracebacks.
|
| |/
|
|
| |
Since we can update threads during bot runtime, there is no need to sync archive status every time, just do this on startup.
|
| |\
| |
| | |
Fix on_thread_update as it takes 2 args, not one
|
| |/ |
|
| |\
| |
| | |
Thread & Discord.py 2.0a0 support
|
| | | |
|
| | | |
|
| | | |
|
| | |
| |
| |
| | |
Taking care not to trigger on thread creation system messages.
|
| | | |
|
| | | |
|