| Commit message (Collapse) | Author | Age | Lines |
| ... | |
| |/ |
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Bumps [pydantic](https://github.com/pydantic/pydantic) from 1.10.5 to 1.10.7.
- [Release notes](https://github.com/pydantic/pydantic/releases)
- [Changelog](https://github.com/pydantic/pydantic/blob/v1.10.7/HISTORY.md)
- [Commits](https://github.com/pydantic/pydantic/compare/v1.10.5...v1.10.7)
---
updated-dependencies:
- dependency-name: pydantic
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>
|
| |\
| |
| | |
build(deps-dev): bump black from 23.1.0 to 23.3.0
|
| |/
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Bumps [black](https://github.com/psf/black) from 23.1.0 to 23.3.0.
- [Release notes](https://github.com/psf/black/releases)
- [Changelog](https://github.com/psf/black/blob/main/CHANGES.md)
- [Commits](https://github.com/psf/black/compare/23.1.0...23.3.0)
---
updated-dependencies:
- dependency-name: black
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <[email protected]>
|
| |\
| |
| | |
build(deps-dev): bump taskipy from 1.10.3 to 1.10.4
|
| |/
|
|
|
|
|
|
|
|
|
|
|
|
| |
Bumps [taskipy](https://github.com/taskipy/taskipy) from 1.10.3 to 1.10.4.
- [Release notes](https://github.com/taskipy/taskipy/releases)
- [Commits](https://github.com/taskipy/taskipy/commits)
---
updated-dependencies:
- dependency-name: taskipy
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <[email protected]>
|
| | |
|
| |
|
|
| |
This is now called within a task internally in bot-core, so we no longer need to do it in the bot too.
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Bumps [pydis-core](https://github.com/python-discord/bot-core) from 9.5.0 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.5.0...v9.5.1)
---
updated-dependencies:
- dependency-name: pydis-core
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <[email protected]>
|
| |\
| |
| | |
Fix cronjob integrations
|
| | |
| |
| |
| | |
As we're running LKE k8s 1.25, these endpoitns are no longer available on the beta1 endpoint
|
| |/ |
|
| |\
| |
| | |
bump pydis-core to 9.5.0
|
| |/ |
|
| |\
| |
| | |
bump pydis_core to 9.4.1
|
| |/
|
|
| |
Signed-off-by: Bradley Reynolds <[email protected]>
|
| |\
| |
| | |
Rule refresh command
|
| | | |
|
| | | |
|
| |/ |
|
| |\ |
|
| |/ |
|
| |\ |
|
| | | |
|
| | | |
|
| |/ |
|
| |\
| |
| | |
Use python-poetry-base Base Image
|
| |/
|
|
|
|
|
| |
Use chrislovering/python-poetry-base as the base image for docker
builds, to centralize poetry installation and configuration.
Signed-off-by: Hassan Abouelela <[email protected]>
|
| |\ |
|
| | |
| |
| |
| | |
These are fully handled by HassanAbouelela/actions/setup-python now
|
| |/
|
|
| |
his is required due to a regression in poetry, see https://github.com/HassanAbouelela/actions/pull/7
|
| |\
| |
| | |
Bump kubernetes_asyncio to 24.2.2
|
| |/
|
|
|
| |
This fixes an issue where the config reader couldn't handle bool types.
See https://github.com/tomplus/kubernetes_asyncio/issues/217 https://github.com/tomplus/kubernetes_asyncio/pull/218
|
| |\ |
|
| |/ |
|
| |\ |
|
| |/
|
|
|
|
|
|
|
|
|
|
|
|
| |
Bumps [flake8](https://github.com/pycqa/flake8) from 5.0.3 to 5.0.4.
- [Release notes](https://github.com/pycqa/flake8/releases)
- [Commits](https://github.com/pycqa/flake8/compare/5.0.3...5.0.4)
---
updated-dependencies:
- dependency-name: flake8
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <[email protected]>
|
| |\ |
|
| | | |
|
| | |
| |
| |
| | |
This was updated in Discord.py 2.0
|
| | | |
|
| | |
| |
| |
| | |
The order the args get passed to callbacks has been changed in Discord.py 2.0.
|
| | |
| |
| |
| | |
This is required as of Discord.py 2.0
|
| | |
| |
| |
| |
| |
| |
| | |
This includes:
- Moving to an async main function to start the bot
- Moving all extension loading (barring jishaku) to bot core
- Adding dunder init files to all packages, required by bot-core ext loaders
|
| | | |
|
| |/
|
|
| |
flake8-bandit does not support flake8 5.X as of it's 3.X release. To pre-empt an issue, I have added a comment to the pyproject file to ensure before committing a bump to flake8, users ensure poetry run task lint still works.
|
| | |
|
| | |
|
| | |
|
| | |
|