aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeLines
* Merge pull request #843 from ↵Gravatar ChrisJL2023-01-16-2/+3
|\ | | | | | | | | python-discord/dependabot/github_actions/Azure/k8s-deploy-4 Bump Azure/k8s-deploy from 1 to 4
| * Merge branch 'main' into dependabot/github_actions/Azure/k8s-deploy-4Gravatar wookie1842023-01-16-18/+19
| |\ | |/ |/|
* | Merge pull request #838 from python-discord/dependabot/pip/sentry-sdk-1.13.0Gravatar wookie1842023-01-16-5/+6
|\ \ | | | | | | Bump sentry-sdk from 1.12.1 to 1.13.0
| * | Bump sentry-sdk from 1.12.1 to 1.13.0Gravatar dependabot[bot]2023-01-16-5/+6
|/ / | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bumps [sentry-sdk](https://github.com/getsentry/sentry-python) from 1.12.1 to 1.13.0. - [Release notes](https://github.com/getsentry/sentry-python/releases) - [Changelog](https://github.com/getsentry/sentry-python/blob/master/CHANGELOG.md) - [Commits](https://github.com/getsentry/sentry-python/compare/1.12.1...1.13.0) --- updated-dependencies: - dependency-name: sentry-sdk dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
* | Merge pull request #846 from ↵Gravatar wookie1842023-01-16-2/+2
|\ \ | | | | | | | | | | | | python-discord/dependabot/github_actions/actions/upload-artifact-3 Bump actions/upload-artifact from 2 to 3
| * | Bump actions/upload-artifact from 2 to 3Gravatar dependabot[bot]2023-01-16-2/+2
|/ / | | | | | | | | | | | | | | | | | | | | | | | | | | Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 2 to 3. - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](https://github.com/actions/upload-artifact/compare/v2...v3) --- updated-dependencies: - dependency-name: actions/upload-artifact dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
* | Merge pull request #845 from ↵Gravatar ChrisJL2023-01-16-2/+2
|\ \ | | | | | | | | | | | | python-discord/dependabot/github_actions/docker/setup-buildx-action-2 Bump docker/setup-buildx-action from 1 to 2
| * | Bump docker/setup-buildx-action from 1 to 2Gravatar dependabot[bot]2023-01-16-2/+2
|/ / | | | | | | | | | | | | | | | | | | | | | | | | | | Bumps [docker/setup-buildx-action](https://github.com/docker/setup-buildx-action) from 1 to 2. - [Release notes](https://github.com/docker/setup-buildx-action/releases) - [Commits](https://github.com/docker/setup-buildx-action/compare/v1...v2) --- updated-dependencies: - dependency-name: docker/setup-buildx-action dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
* | Merge pull request #842 from ↵Gravatar ChrisJL2023-01-16-5/+5
|\ \ | | | | | | | | | | | | python-discord/dependabot/github_actions/actions/checkout-3 Bump actions/checkout from 2 to 3
| * | Bump actions/checkout from 2 to 3Gravatar dependabot[bot]2023-01-16-5/+5
|/ / | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bumps [actions/checkout](https://github.com/actions/checkout) from 2 to 3. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](https://github.com/actions/checkout/compare/v2...v3) --- updated-dependencies: - dependency-name: actions/checkout dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
* | Merge pull request #840 from python-discord/dependabot/pip/pyfakefs-5.1.0Gravatar ChrisJL2023-01-16-5/+5
|\ \ | | | | | | Bump pyfakefs from 5.0.0 to 5.1.0
| * | Bump pyfakefs from 5.0.0 to 5.1.0Gravatar dependabot[bot]2023-01-16-5/+5
|/ / | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bumps [pyfakefs](https://github.com/pytest-dev/pyfakefs) from 5.0.0 to 5.1.0. - [Release notes](https://github.com/pytest-dev/pyfakefs/releases) - [Changelog](https://github.com/pytest-dev/pyfakefs/blob/main/CHANGES.md) - [Commits](https://github.com/pytest-dev/pyfakefs/compare/v5.0.0...v5.1.0) --- updated-dependencies: - dependency-name: pyfakefs dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
| * Setup kubectl in deploy workflowGravatar Chris Lovering2023-01-16-1/+2
| | | | | | | | Azure/k8s-deploy no longer does this for us.
| * Bump Azure/k8s-deploy from 1 to 4Gravatar dependabot[bot]2023-01-16-1/+1
|/ | | | | | | | | | | | | | Bumps [Azure/k8s-deploy](https://github.com/Azure/k8s-deploy) from 1 to 4. - [Release notes](https://github.com/Azure/k8s-deploy/releases) - [Commits](https://github.com/Azure/k8s-deploy/compare/v1...v4) --- updated-dependencies: - dependency-name: Azure/k8s-deploy dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
* Merge pull request #837 from ↵Gravatar ChrisJL2023-01-16-0/+5
|\ | | | | | | | | python-discord/enable-dependabot-github-actions-updates Make dependabot check for github actions updates
| * Merge branch 'main' into enable-dependabot-github-actions-updatesGravatar Xithrius2023-01-14-9/+9
| |\ | |/ |/|
* | Merge pull request #836 from python-discord/dependabot/pip/gitpython-3.1.30Gravatar Xithrius2023-01-14-4/+4
|\ \
| * | Bump gitpython from 3.1.29 to 3.1.30Gravatar dependabot[bot]2023-01-14-4/+4
|/ / | | | | | | | | | | | | | | | | | | | | | | | | | | Bumps [gitpython](https://github.com/gitpython-developers/GitPython) from 3.1.29 to 3.1.30. - [Release notes](https://github.com/gitpython-developers/GitPython/releases) - [Changelog](https://github.com/gitpython-developers/GitPython/blob/main/CHANGES) - [Commits](https://github.com/gitpython-developers/GitPython/compare/3.1.29...3.1.30) --- updated-dependencies: - dependency-name: gitpython dependency-type: indirect ... Signed-off-by: dependabot[bot] <[email protected]>
* | Merge pull request #835 from ↵Gravatar Xithrius2023-01-14-5/+5
|\ \ | | | | | | | | | python-discord/dependabot/pip/pymdown-extensions-9.9.1
| * | Bump pymdown-extensions from 9.9 to 9.9.1Gravatar dependabot[bot]2023-01-14-5/+5
|/ / | | | | | | | | | | | | | | | | | | | | | | | | | | Bumps [pymdown-extensions](https://github.com/facelessuser/pymdown-extensions) from 9.9 to 9.9.1. - [Release notes](https://github.com/facelessuser/pymdown-extensions/releases) - [Commits](https://github.com/facelessuser/pymdown-extensions/compare/9.9...9.9.1) --- updated-dependencies: - dependency-name: pymdown-extensions dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
| * Make dependabot check for github actions updatesGravatar wookie1842023-01-14-0/+5
|/
* Merge pull request #828 from python-discord/dependabot/pip/whitenoise-6.3.0Gravatar Xithrius2023-01-14-5/+5
|\
| * Bump whitenoise from 6.2.0 to 6.3.0Gravatar dependabot[bot]2023-01-14-5/+5
|/ | | | | | | | | | | | | | | Bumps [whitenoise](https://github.com/evansd/whitenoise) from 6.2.0 to 6.3.0. - [Release notes](https://github.com/evansd/whitenoise/releases) - [Changelog](https://github.com/evansd/whitenoise/blob/main/docs/changelog.rst) - [Commits](https://github.com/evansd/whitenoise/compare/6.2.0...6.3.0) --- updated-dependencies: - dependency-name: whitenoise dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
* Merge pull request #827 from python-discord/dependabot/pip/django-4.1.5Gravatar Xithrius2023-01-14-5/+5
|\
| * Bump django from 4.1.4 to 4.1.5Gravatar dependabot[bot]2023-01-14-5/+5
|/ | | | | | | | | | | | | | Bumps [django](https://github.com/django/django) from 4.1.4 to 4.1.5. - [Release notes](https://github.com/django/django/releases) - [Commits](https://github.com/django/django/compare/4.1.4...4.1.5) --- updated-dependencies: - dependency-name: django dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
* Merge pull request #830 from python-discord/dependabot/pip/httpx-0.23.3Gravatar Xithrius2023-01-14-5/+5
|\
| * Bump httpx from 0.23.1 to 0.23.3Gravatar dependabot[bot]2023-01-14-5/+5
|/ | | | | | | | | | | | | | | Bumps [httpx](https://github.com/encode/httpx) from 0.23.1 to 0.23.3. - [Release notes](https://github.com/encode/httpx/releases) - [Changelog](https://github.com/encode/httpx/blob/master/CHANGELOG.md) - [Commits](https://github.com/encode/httpx/compare/0.23.1...0.23.3) --- updated-dependencies: - dependency-name: httpx dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
* Merge pull request #834 from python-discord/dependabot/pip/coverage-7.0.5Gravatar Xithrius2023-01-14-592/+592
|\
| * Bump coverage from 7.0.1 to 7.0.5Gravatar dependabot[bot]2023-01-11-592/+592
|/ | | | | | | | | | | | | | | Bumps [coverage](https://github.com/nedbat/coveragepy) from 7.0.1 to 7.0.5. - [Release notes](https://github.com/nedbat/coveragepy/releases) - [Changelog](https://github.com/nedbat/coveragepy/blob/master/CHANGES.rst) - [Commits](https://github.com/nedbat/coveragepy/compare/7.0.1...7.0.5) --- updated-dependencies: - dependency-name: coverage dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
* Merge pull request #815 from python-discord/improve-page-contribution-guideGravatar Xithrius2022-12-29-4/+45
|\
| * Merge branch 'main' into improve-page-contribution-guideGravatar Xithrius2022-12-29-131/+666
| |\ | |/ |/|
* | Merge pull request #792 from shtlrs/2304-link-previous-nomination-threadsGravatar Xithrius2022-12-28-8/+77
|\ \ | | | | | | close https://github.com/python-discord/bot/issues/2304
| * \ Merge branch 'main' into 2304-link-previous-nomination-threadsGravatar Amrou Bellalouna2022-12-29-264/+1312
| |\ \ | |/ / |/| |
* | | Update help channels guide (#814)Gravatar Amrou Bellalouna2022-12-28-36/+47
| | | | | | | | | Co-authored-by: Xithrius <[email protected]>
* | | Merge pull request #821 from python-discord/dependabot/pip/coverage-7.0.1Gravatar Xithrius2022-12-28-53/+54
|\ \ \
| * | | Bump coverage from 6.5.0 to 7.0.1Gravatar dependabot[bot]2022-12-28-53/+54
|/ / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bumps [coverage](https://github.com/nedbat/coveragepy) from 6.5.0 to 7.0.1. - [Release notes](https://github.com/nedbat/coveragepy/releases) - [Changelog](https://github.com/nedbat/coveragepy/blob/master/CHANGES.rst) - [Commits](https://github.com/nedbat/coveragepy/compare/6.5.0...7.0.1) --- updated-dependencies: - dependency-name: coverage dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
* | | Merge pull request #819 from python-discord/dependabot/pip/sentry-sdk-1.12.1Gravatar Xithrius2022-12-28-5/+6
|\ \ \
| * | | Bump sentry-sdk from 1.11.1 to 1.12.1Gravatar dependabot[bot]2022-12-28-5/+6
|/ / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bumps [sentry-sdk](https://github.com/getsentry/sentry-python) from 1.11.1 to 1.12.1. - [Release notes](https://github.com/getsentry/sentry-python/releases) - [Changelog](https://github.com/getsentry/sentry-python/blob/master/CHANGELOG.md) - [Commits](https://github.com/getsentry/sentry-python/compare/1.11.1...1.12.1) --- updated-dependencies: - dependency-name: sentry-sdk dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
* | | Merge pull request #820 from python-discord/dependabot/pip/pep8-naming-0.13.3Gravatar Xithrius2022-12-28-6/+6
|\ \ \
| * | | Bump pep8-naming from 0.13.2 to 0.13.3Gravatar dependabot[bot]2022-12-28-6/+6
|/ / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bumps [pep8-naming](https://github.com/PyCQA/pep8-naming) from 0.13.2 to 0.13.3. - [Release notes](https://github.com/PyCQA/pep8-naming/releases) - [Changelog](https://github.com/PyCQA/pep8-naming/blob/main/CHANGELOG.rst) - [Commits](https://github.com/PyCQA/pep8-naming/compare/0.13.2...0.13.3) --- updated-dependencies: - dependency-name: pep8-naming dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
* | | Merge pull request #818 from python-discord/dependabot/pip/django-distill-3.0.2Gravatar Xithrius2022-12-28-4/+4
|\ \ \
| * \ \ Merge branch 'main' into dependabot/pip/django-distill-3.0.2Gravatar Xithrius2022-12-28-4/+4
| |\ \ \ | |/ / / |/| | |
* | | | Merge pull request #823 from python-discord/dependabot/pip/setuptools-65.5.1Gravatar Xithrius2022-12-28-4/+4
|\ \ \ \
| * | | | Bump setuptools from 65.5.0 to 65.5.1Gravatar dependabot[bot]2022-12-28-4/+4
|/ / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bumps [setuptools](https://github.com/pypa/setuptools) from 65.5.0 to 65.5.1. - [Release notes](https://github.com/pypa/setuptools/releases) - [Changelog](https://github.com/pypa/setuptools/blob/main/CHANGES.rst) - [Commits](https://github.com/pypa/setuptools/compare/v65.5.0...v65.5.1) --- updated-dependencies: - dependency-name: setuptools dependency-type: indirect ... Signed-off-by: dependabot[bot] <[email protected]>
| * / / Bump django-distill from 3.0.1 to 3.0.2Gravatar dependabot[bot]2022-12-28-4/+4
|/ / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bumps [django-distill](https://github.com/meeb/django-distill) from 3.0.1 to 3.0.2. - [Release notes](https://github.com/meeb/django-distill/releases) - [Commits](https://github.com/meeb/django-distill/compare/v3.0.1...v3.0.2) --- updated-dependencies: - dependency-name: django-distill dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
* | | Merge pull request #822 from python-discord/dependabot/pip/pre-commit-2.21.0Gravatar Xithrius2022-12-28-19/+6
|\ \ \
| * | | Bump pre-commit from 2.20.0 to 2.21.0Gravatar dependabot[bot]2022-12-26-19/+6
|/ / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bumps [pre-commit](https://github.com/pre-commit/pre-commit) from 2.20.0 to 2.21.0. - [Release notes](https://github.com/pre-commit/pre-commit/releases) - [Changelog](https://github.com/pre-commit/pre-commit/blob/main/CHANGELOG.md) - [Commits](https://github.com/pre-commit/pre-commit/compare/v2.20.0...v2.21.0) --- updated-dependencies: - dependency-name: pre-commit dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
* | | Merge pull request #709 from ↵Gravatar Xithrius2022-12-12-0/+48
|\ \ \ | | | | | | | | | | | | iamericfletcher/695-setting-different-statuses-on-your-bot
| * \ \ Merge branch 'main' into 695-setting-different-statuses-on-your-botGravatar Xithrius2022-12-12-0/+418
| |\ \ \ | |/ / / |/| | |
* | | | Merge pull request #733 from Ash-02014/mainGravatar Xithrius2022-12-11-0/+418
|\ \ \ \