index
:
bot-core
add-message-utils
bootstrap-paginator
check-rerun-job-util
dependabot/pip/pydantic-2.10.3
dependabot/pip/ruff-0.8.2
dependabot/pip/sphinx-autodoc-typehints-2.5.0
dependabot/pip/taskipy-1.14.1
dependabot/pip/tomli-2.2.1
docs
dont-read-response-for-204-codes
fixup-commit-blocker
main
port-constants
redis_relay
A mirrored copy of the python-discord/bot-core repository.
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Lines
...
*
Fix site startup command used in docker-compose.yml (#238)
wookie184
2024-06-13
-1
/
+1
*
Bump pydantic from 2.7.1 to 2.7.3 (#234)
dependabot[bot]
2024-06-11
-84
/
+84
*
Bump furo from 2024.1.29 to 2024.5.6 (#230)
dependabot[bot]
2024-06-11
-6
/
+6
*
Bump aiodns from 3.1.1 to 3.2.0 (#232)
dependabot[bot]
2024-06-11
-3
/
+3
*
Bump gitpython from 3.1.42 to 3.1.43 (#223)
dependabot[bot]
2024-06-11
-6
/
+7
*
Bump sphinx-autodoc-typehints from 2.0.0 to 2.1.0 (#227)
dependabot[bot]
2024-05-31
-9
/
+9
*
Bump pytest from 8.1.1 to 8.2.1 (#228)
dependabot[bot]
2024-05-31
-10
/
+10
*
Bump requests from 2.31.0 to 2.32.2 (#226)
dependabot[bot]
2024-05-31
-4
/
+4
*
Bump fakeredis from 2.21.3 to 2.23.2 (#221)
dependabot[bot]
2024-05-23
-6
/
+6
*
--- (#222)
dependabot[bot]
2024-05-23
-5
/
+5
*
Bump pydantic from 2.6.4 to 2.7.1 (#215)
dependabot[bot]
2024-05-23
-85
/
+85
*
Bump idna from 3.6 to 3.7 (#219)
dependabot[bot]
2024-05-19
-3
/
+3
*
Bump pytest-xdist from 3.5.0 to 3.6.1 (#216)
dependabot[bot]
2024-05-19
-12
/
+12
*
Bump aiohttp from 3.9.3 to 3.9.4 (#220)
dependabot[bot]
2024-05-19
-77
/
+77
*
Bump jinja2 from 3.1.3 to 3.1.4 (#218)
dependabot[bot]
2024-05-19
-3
/
+3
*
Bump sphinx from 7.2.6 to 7.3.7 (#213)
dependabot[bot]
2024-05-19
-10
/
+11
*
Use python version specifier that dependabot can understand (#212)
wookie184
2024-05-14
-7
/
+4
*
Bump version to 11.1.0
v11.1.0
Chris Lovering
2024-03-30
-1
/
+2
*
Add changelog entry for fakeredis 3.12 support
Chris Lovering
2024-03-24
-0
/
+2
*
Remove the requirement for <3.12 for fakeredis
Chris Lovering
2024-03-24
-2
/
+2
*
Lint repo with new ruff rules
Chris Lovering
2024-03-24
-3
/
+4
*
Ensure project root is on sys path before importing the docs module
Chris Lovering
2024-03-24
-3
/
+2
*
Bump dev deps to latest
Chris Lovering
2024-03-24
-189
/
+194
*
Release v11.0.1
v11.0.1
Chris Lovering
2024-03-20
-0
/
+2
*
Extract original error upon exceptions, if any (#209)
Amrou Bellalouna
2024-03-20
-1
/
+3
*
Bump version to 11.0.0
v11.0.0
Chris Lovering
2024-03-18
-3
/
+4
*
reflect changes in changelog
shtlrs
2024-03-18
-0
/
+7
*
expose a way for registering the command error manager
shtlrs
2024-03-18
-0
/
+12
*
subclass CommandTree
shtlrs
2024-03-18
-0
/
+19
*
register all error handlers in the CommandErrorManager class
shtlrs
2024-03-18
-1
/
+60
*
add the AbstractCommandErrorHandler interface
shtlrs
2024-03-18
-0
/
+27
*
make error_handling a package
shtlrs
2024-03-18
-0
/
+0
*
Update ruff to target Python 3.11
Chris Lovering
2024-03-18
-10
/
+10
*
Drop support for Python 3.10
Chris Lovering
2024-03-18
-27
/
+7
*
Add support for Python 3.12
Chris Lovering
2024-03-18
-4
/
+4
*
Split fakeredis optional dep out from async-rediscache
Chris Lovering
2024-03-18
-3
/
+9
*
Drop support for Pydantic 1.X
Chris Lovering
2024-03-04
-3
/
+4
*
Bump dev deps to latest
Chris Lovering
2024-03-04
-191
/
+191
*
Add changelog entry for ruff rules
Chris Lovering
2024-03-04
-0
/
+1
*
New ruff linting config
Chris Lovering
2024-03-04
-3
/
+13
*
ruff lint fix: Breaking changes to make bool args kwarg-only
Chris Lovering
2024-03-04
-3
/
+5
*
ruff lint fix: Manual non-breaking changes
Chris Lovering
2024-03-04
-23
/
+24
*
ruff lint fix: Run remaining auto-fixable rules
Chris Lovering
2024-03-04
-18
/
+17
*
ruff lint fix: Add explicit namespaces for packages
Chris Lovering
2024-03-04
-0
/
+0
*
Add a changelog entry for ruff bump
Chris Lovering
2024-02-19
-0
/
+1
*
Lint codebase with new ruff rules
Chris Lovering
2024-02-19
-1
/
+1
*
Move some ruff config under the lint namespace
Chris Lovering
2024-02-19
-5
/
+7
*
Bump ruff to 0.2.2
Chris Lovering
2024-02-19
-262
/
+280
*
document the instance attributes of BotBase
shtlrs
2024-02-18
-1
/
+16
*
bump version to 1.7.0 in pyproject.toml (#203)
Amrou Bellalouna
2024-02-01
-1
/
+1
[prev]
[next]