aboutsummaryrefslogtreecommitdiffstats
path: root/dev (unfollow)
Commit message (Collapse)AuthorLines
2024-05-23Bump fakeredis from 2.21.3 to 2.23.2 (#221)Gravatar dependabot[bot]-6/+6
Bumps [fakeredis](https://github.com/cunla/fakeredis-py) from 2.21.3 to 2.23.2. - [Release notes](https://github.com/cunla/fakeredis-py/releases) - [Commits](https://github.com/cunla/fakeredis-py/compare/v2.21.3...v2.23.2) --- updated-dependencies: - dependency-name: fakeredis 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>
2024-05-23--- (#222)Gravatar dependabot[bot]-5/+5
updated-dependencies: - dependency-name: pre-commit dependency-type: direct:development 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>
2024-05-23Bump pydantic from 2.6.4 to 2.7.1 (#215)Gravatar dependabot[bot]-85/+85
Bumps [pydantic](https://github.com/pydantic/pydantic) from 2.6.4 to 2.7.1. - [Release notes](https://github.com/pydantic/pydantic/releases) - [Changelog](https://github.com/pydantic/pydantic/blob/main/HISTORY.md) - [Commits](https://github.com/pydantic/pydantic/compare/v2.6.4...v2.7.1) --- updated-dependencies: - dependency-name: pydantic 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>
2024-05-19Bump idna from 3.6 to 3.7 (#219)Gravatar dependabot[bot]-3/+3
Bumps [idna](https://github.com/kjd/idna) from 3.6 to 3.7. - [Release notes](https://github.com/kjd/idna/releases) - [Changelog](https://github.com/kjd/idna/blob/master/HISTORY.rst) - [Commits](https://github.com/kjd/idna/compare/v3.6...v3.7) --- updated-dependencies: - dependency-name: idna dependency-type: indirect ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-05-19Bump pytest-xdist from 3.5.0 to 3.6.1 (#216)Gravatar dependabot[bot]-12/+12
Bumps [pytest-xdist](https://github.com/pytest-dev/pytest-xdist) from 3.5.0 to 3.6.1. - [Release notes](https://github.com/pytest-dev/pytest-xdist/releases) - [Changelog](https://github.com/pytest-dev/pytest-xdist/blob/master/CHANGELOG.rst) - [Commits](https://github.com/pytest-dev/pytest-xdist/compare/v3.5.0...v3.6.1) --- updated-dependencies: - dependency-name: pytest-xdist dependency-type: direct:development 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>
2024-05-19Bump aiohttp from 3.9.3 to 3.9.4 (#220)Gravatar dependabot[bot]-77/+77
Bumps [aiohttp](https://github.com/aio-libs/aiohttp) from 3.9.3 to 3.9.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.9.3...v3.9.4) --- updated-dependencies: - dependency-name: aiohttp dependency-type: indirect ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-05-19Bump jinja2 from 3.1.3 to 3.1.4 (#218)Gravatar dependabot[bot]-3/+3
Bumps [jinja2](https://github.com/pallets/jinja) from 3.1.3 to 3.1.4. - [Release notes](https://github.com/pallets/jinja/releases) - [Changelog](https://github.com/pallets/jinja/blob/main/CHANGES.rst) - [Commits](https://github.com/pallets/jinja/compare/3.1.3...3.1.4) --- updated-dependencies: - dependency-name: jinja2 dependency-type: indirect ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-05-19Bump sphinx from 7.2.6 to 7.3.7 (#213)Gravatar dependabot[bot]-10/+11
Bumps [sphinx](https://github.com/sphinx-doc/sphinx) from 7.2.6 to 7.3.7. - [Release notes](https://github.com/sphinx-doc/sphinx/releases) - [Changelog](https://github.com/sphinx-doc/sphinx/blob/master/CHANGES.rst) - [Commits](https://github.com/sphinx-doc/sphinx/compare/v7.2.6...v7.3.7) --- updated-dependencies: - dependency-name: sphinx dependency-type: direct:development 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>
2024-05-14Use python version specifier that dependabot can understand (#212)Gravatar wookie184-7/+4
2024-03-30Bump version to 11.1.0v11.1.0Gravatar Chris Lovering-1/+2
2024-03-24Add changelog entry for fakeredis 3.12 supportGravatar Chris Lovering-0/+2
2024-03-24Remove the requirement for <3.12 for fakeredisGravatar Chris Lovering-2/+2
lupa now has support for 3.12, so this restriction can be removed
2024-03-24Lint repo with new ruff rulesGravatar Chris Lovering-3/+4
2024-03-24Ensure project root is on sys path before importing the docs moduleGravatar Chris Lovering-3/+2
2024-03-24Bump dev deps to latestGravatar Chris Lovering-189/+194
2024-03-20Release v11.0.1v11.0.1Gravatar Chris Lovering-0/+2
2024-03-20Extract original error upon exceptions, if any (#209)Gravatar Amrou Bellalouna-1/+3
2024-03-18Bump version to 11.0.0v11.0.0Gravatar Chris Lovering-3/+4
2024-03-18reflect changes in changelogGravatar shtlrs-0/+7
2024-03-18expose a way for registering the command error managerGravatar shtlrs-0/+12
The manager instance needs to be bound "late" due to the bot since error handlers might need an instance of bot to work
2024-03-18subclass CommandTreeGravatar shtlrs-0/+19
this subclass will be calling the error manager upon error
2024-03-18register all error handlers in the CommandErrorManager classGravatar shtlrs-1/+60
The purpose is to register the handlers in one place, which will allow us to delegate the choosing of the right handler & handling to the manager
2024-03-18add the AbstractCommandErrorHandler interfaceGravatar shtlrs-0/+27
this represents an interface that all command handlers will need to implement in order to be able to use them in both app & text command errors
2024-03-18make error_handling a packageGravatar shtlrs-0/+0
This also moves the handle_forbidden_from_block util to the package's ctor to ensure backwards compat
2024-03-18Update ruff to target Python 3.11Gravatar Chris Lovering-10/+10
2024-03-18Drop support for Python 3.10Gravatar Chris Lovering-27/+7
2024-03-18Add support for Python 3.12Gravatar Chris Lovering-4/+4
2024-03-18Split fakeredis optional dep out from async-rediscacheGravatar Chris Lovering-3/+9
2024-03-04Drop support for Pydantic 1.XGravatar Chris Lovering-3/+4
2024-03-04Bump dev deps to latestGravatar Chris Lovering-191/+191
2024-03-04Add changelog entry for ruff rulesGravatar Chris Lovering-0/+1
2024-03-04New ruff linting configGravatar Chris Lovering-3/+13
2024-03-04ruff lint fix: Breaking changes to make bool args kwarg-onlyGravatar Chris Lovering-3/+5
2024-03-04ruff lint fix: Manual non-breaking changesGravatar Chris Lovering-23/+24
2024-03-04ruff lint fix: Run remaining auto-fixable rulesGravatar Chris Lovering-18/+17
2024-03-04ruff lint fix: Add explicit namespaces for packagesGravatar Chris Lovering-0/+0
2024-02-19Add a changelog entry for ruff bumpGravatar Chris Lovering-0/+1
2024-02-19Lint codebase with new ruff rulesGravatar Chris Lovering-1/+1
2024-02-19Move some ruff config under the lint namespaceGravatar Chris Lovering-5/+7
2024-02-19Bump ruff to 0.2.2Gravatar Chris Lovering-262/+280
2024-02-18document the instance attributes of BotBaseGravatar shtlrs-1/+16
2024-02-01bump version to 1.7.0 in pyproject.toml (#203)Gravatar Amrou Bellalouna-1/+1
2024-01-30Tag v10.7.0v10.7.0Gravatar Chris Lovering-0/+1
2024-01-30Changelog new lock utilsGravatar Chris Lovering-0/+1
2024-01-30Add lock utilsGravatar Chris Lovering-1/+250
This includes some additional function utils too. Co-authored-by: Numerlor <[email protected]> Co-authored-by: MarkKoz <[email protected]>
2024-01-30Satisfy new ruff linting rulesGravatar Chris Lovering-2/+2
2024-01-30Also ignore linkcode errors when looking for model_computed_fields from pydanticGravatar Chris Lovering-1/+1
2024-01-30Bump dev deps to latestGravatar Chris Lovering-404/+393
2024-01-30Update CI action versionsGravatar Chris Lovering-11/+12
2024-01-30Add the a user_has_access helper function to interactions module.Gravatar Chris Lovering-12/+28
This returns whether the given user is in the allowed_users list, or has a role from allowed_roles.