aboutsummaryrefslogtreecommitdiffstats
path: root/alembic/env.py (unfollow)
Commit message (Collapse)AuthorLines
2023-02-28Bump aiohttp from 3.8.3 to 3.8.4 (#38)Gravatar dependabot[bot]-91/+91
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>
2023-02-28Bump alembic from 1.9.3 to 1.9.4 (#39)Gravatar dependabot[bot]-5/+5
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>
2023-02-28Bump python-dotenv from 0.21.1 to 1.0.0 (#40)Gravatar dependabot[bot]-6/+6
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>
2023-02-10BotBase.load_extensions no longer needs to be ran in a taskGravatar Chris Lovering-2/+2
2023-02-10Update botcore module name throughout repoGravatar Chris Lovering-6/+6
2023-02-10Bump to Python 3.10 and mark version as breakingGravatar Chris Lovering-668/+138
The bump to Python3.10 will make existing virtual envs running this project incompatible, so a break change made sense here.
2023-02-10Use latest bot-core version and bump all depsGravatar Chris Lovering-46/+732
This version of bot-core also brings in the 2.0 stable release of Discord.py
2022-09-18Fix Poetry 1.2 SupportGravatar Hassan Abouelela-15/+8
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.
2022-07-10Add support for staff channels that are not in staff categoriesGravatar Chris Lovering-3/+8
2022-07-10Update 3.9-style type hints in config.pyGravatar Chris Lovering-6/+6
2022-07-10Update staff category list, and add another ignored categoryGravatar Chris Lovering-2/+7