aboutsummaryrefslogtreecommitdiffstats
path: root/alembic/env.py (unfollow)
Commit message (Collapse)AuthorLines
2023-07-24Update CI action versionsGravatar Chris Lovering-11/+10
2023-07-24Update CI to use ruff lintingGravatar Chris Lovering-2/+2
2023-07-24Update code style for new ruff rulesGravatar Chris Lovering-95/+84
2023-07-24Move linting to ruffGravatar Chris Lovering-115/+201
2023-07-24Bump core dependenciesGravatar Chris Lovering-320/+484
2023-06-20Allow changing the config file location with CONFIG_LOCATION (#56)Gravatar Ambre Bertucci-3/+4
Currently, it is mandatory for you to put the config file in the same folder as the code. This raises issues in environments such as Kubernetes. This commit allows the user to use `CONFIG_LOCATION` to change the location of that file, while keeping the current behavior as default.
2023-06-12Bump pydis-core from 9.5.1 to 9.6.0 (#50)Gravatar dependabot[bot]-9/+9
Bumps [pydis-core](https://github.com/python-discord/bot-core) from 9.5.1 to 9.6.0. - [Changelog](https://github.com/python-discord/bot-core/blob/main/docs/changelog.rst) - [Commits](https://github.com/python-discord/bot-core/compare/v9.5.1...v9.6.0) --- updated-dependencies: - dependency-name: pydis-core dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-06-10Update base docker image usedGravatar ChrisJL-1/+1
2023-04-08Bump alembic from 1.10.2 to 1.10.3 (#47)Gravatar dependabot[bot]-5/+5
Bumps [alembic](https://github.com/sqlalchemy/alembic) from 1.10.2 to 1.10.3. - [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-04-06Bump pydis-core from 9.4.1 to 9.5.1 (#42)Gravatar dependabot[bot]-9/+9
Bumps [pydis-core](https://github.com/python-discord/bot-core) from 9.4.1 to 9.5.1. - [Release notes](https://github.com/python-discord/bot-core/releases) - [Changelog](https://github.com/python-discord/bot-core/blob/main/docs/changelog.rst) - [Commits](https://github.com/python-discord/bot-core/compare/v9.4.1...v9.5.1) --- updated-dependencies: - dependency-name: pydis-core dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-04-06Bump alembic from 1.9.4 to 1.10.2 (#45)Gravatar dependabot[bot]-5/+18
Bumps [alembic](https://github.com/sqlalchemy/alembic) from 1.9.4 to 1.10.2. - [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-minor ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-04-05Bump psycopg2-binary from 2.9.5 to 2.9.6 (#46)Gravatar dependabot[bot]-74/+65
Bumps [psycopg2-binary](https://github.com/psycopg/psycopg2) from 2.9.5 to 2.9.6. - [Release notes](https://github.com/psycopg/psycopg2/releases) - [Changelog](https://github.com/psycopg/psycopg2/blob/master/NEWS) - [Commits](https://github.com/psycopg/psycopg2/commits/2.9.6) --- updated-dependencies: - dependency-name: psycopg2-binary 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 metricity versionv2.0.1Gravatar Chris Lovering-2/+2
Some dependencies have been updated to hgih patch versions, so a patch version bump in the app makes sense
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