aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeLines
* Merge pull request #866 from python-discord/dependabot/pip/django-4.1.6Gravatar Xithrius2023-02-09-5/+5
|\
| * Bump django from 4.1.5 to 4.1.6Gravatar dependabot[bot]2023-02-02-5/+5
|/ | | | | | | | | | | | | | Bumps [django](https://github.com/django/django) from 4.1.5 to 4.1.6. - [Release notes](https://github.com/django/django/releases) - [Commits](https://github.com/django/django/compare/4.1.5...4.1.6) --- 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 #865 from ↵Gravatar Xithrius2023-02-01-3/+3
|\ | | | | | | python-discord/dependabot/github_actions/docker/build-push-action-4
| * Bump docker/build-push-action from 3 to 4Gravatar dependabot[bot]2023-01-31-3/+3
|/ | | | | | | | | | | | | | Bumps [docker/build-push-action](https://github.com/docker/build-push-action) from 3 to 4. - [Release notes](https://github.com/docker/build-push-action/releases) - [Commits](https://github.com/docker/build-push-action/compare/v3...v4) --- updated-dependencies: - dependency-name: docker/build-push-action dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
* Merge pull request #864 from python-discord/dependabot/pip/coverage-7.1.0Gravatar Xithrius2023-01-31-54/+54
|\
| * Bump coverage from 7.0.5 to 7.1.0Gravatar dependabot[bot]2023-01-31-54/+54
|/ | | | | | | | | | | | | | | Bumps [coverage](https://github.com/nedbat/coveragepy) from 7.0.5 to 7.1.0. - [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.5...7.1.0) --- updated-dependencies: - dependency-name: coverage dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
* Merge pull request #863 from python-discord/dependabot/pip/pre-commit-3.0.2Gravatar Xithrius2023-01-31-6/+6
|\
| * Bump pre-commit from 2.21.0 to 3.0.2Gravatar dependabot[bot]2023-01-31-6/+6
|/ | | | | | | | | | | | | | | Bumps [pre-commit](https://github.com/pre-commit/pre-commit) from 2.21.0 to 3.0.2. - [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.21.0...v3.0.2) --- updated-dependencies: - dependency-name: pre-commit dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
* Merge pull request #862 from ↵Gravatar Xithrius2023-01-31-6/+6
|\ | | | | | | python-discord/dependabot/pip/flake8-docstrings-1.7.0
| * Bump flake8-docstrings from 1.6.0 to 1.7.0Gravatar dependabot[bot]2023-01-30-6/+6
|/ | | | | | | | | | | | | | | Bumps [flake8-docstrings](https://github.com/pycqa/flake8-docstrings) from 1.6.0 to 1.7.0. - [Release notes](https://github.com/pycqa/flake8-docstrings/releases) - [Changelog](https://github.com/PyCQA/flake8-docstrings/blob/main/HISTORY.rst) - [Commits](https://github.com/pycqa/flake8-docstrings/compare/1.6.0...1.7.0) --- updated-dependencies: - dependency-name: flake8-docstrings dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
* Merge pull request #856 from ↵Gravatar Xithrius2023-01-29-5/+5
|\ | | | | | | python-discord/dependabot/pip/pymdown-extensions-9.9.2
| * Bump pymdown-extensions from 9.9.1 to 9.9.2Gravatar dependabot[bot]2023-01-30-5/+5
|/ | | | | | | | | | | | | | Bumps [pymdown-extensions](https://github.com/facelessuser/pymdown-extensions) from 9.9.1 to 9.9.2. - [Release notes](https://github.com/facelessuser/pymdown-extensions/releases) - [Commits](https://github.com/facelessuser/pymdown-extensions/compare/9.9.1...9.9.2) --- updated-dependencies: - dependency-name: pymdown-extensions dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
* Merge pull request #857 from ↵Gravatar Xithrius2023-01-29-7/+7
|\ | | | | | | python-discord/dependabot/pip/flake8-annotations-3.0.0
| * Bump flake8-annotations from 2.9.1 to 3.0.0Gravatar dependabot[bot]2023-01-30-7/+7
|/ | | | | | | | | | | | | | | Bumps [flake8-annotations](https://github.com/sco1/flake8-annotations) from 2.9.1 to 3.0.0. - [Release notes](https://github.com/sco1/flake8-annotations/releases) - [Changelog](https://github.com/sco1/flake8-annotations/blob/main/CHANGELOG.md) - [Commits](https://github.com/sco1/flake8-annotations/compare/v2.9.1...v3.0.0) --- updated-dependencies: - dependency-name: flake8-annotations dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
* Merge pull request #858 from ↵Gravatar Xithrius2023-01-29-5/+5
|\ | | | | | | python-discord/dependabot/pip/flake8-bugbear-23.1.20
| * Bump flake8-bugbear from 23.1.17 to 23.1.20Gravatar dependabot[bot]2023-01-30-5/+5
|/ | | | | | | | | | | | | | Bumps [flake8-bugbear](https://github.com/PyCQA/flake8-bugbear) from 23.1.17 to 23.1.20. - [Release notes](https://github.com/PyCQA/flake8-bugbear/releases) - [Commits](https://github.com/PyCQA/flake8-bugbear/compare/23.1.17...23.1.20) --- updated-dependencies: - dependency-name: flake8-bugbear dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
* Merge pull request #859 from python-discord/dependabot/pip/sentry-sdk-1.14.0Gravatar Xithrius2023-01-29-6/+6
|\
| * Bump sentry-sdk from 1.13.0 to 1.14.0Gravatar dependabot[bot]2023-01-30-6/+6
|/ | | | | | | | | | | | | | | Bumps [sentry-sdk](https://github.com/getsentry/sentry-python) from 1.13.0 to 1.14.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.13.0...1.14.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 #855 from python-discord/dependabot/pip/python-dotenv-0.21.1Gravatar Xithrius2023-01-29-5/+5
|\
| * Merge branch 'main' into dependabot/pip/python-dotenv-0.21.1Gravatar Xithrius2023-01-29-0/+14
| |\ | |/ |/|
* | Merge pull request #860 from python-discord/official-tutorial-resourceGravatar wookie1842023-01-24-0/+14
|\ \ | | | | | | yaml for python.org tutorial
| * | changed over to a clearer logoGravatar Assile2023-01-24-1/+1
| | |
| * | yaml for python.org tutorialGravatar Assile2023-01-24-0/+14
|/ /
| * Bump python-dotenv from 0.21.0 to 0.21.1Gravatar dependabot[bot]2023-01-23-5/+5
|/ | | | | | | | | | | | | | | Bumps [python-dotenv](https://github.com/theskumar/python-dotenv) from 0.21.0 to 0.21.1. - [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.0...v0.21.1) --- updated-dependencies: - dependency-name: python-dotenv dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
* Merge pull request #854 from python-discord/improve-actions-workflowsGravatar wookie1842023-01-21-9/+9
|\ | | | | Stop using deprecated set-output command in actions
| * Update version referenced in commentGravatar wookie1842023-01-18-1/+1
| |
| * Stop using deprecated set-output workflow commandGravatar wookie1842023-01-18-8/+8
|/
* Merge pull request #853 from ↵Gravatar ChrisJL2023-01-18-6/+6
|\ | | | | | | | | python-discord/dependabot/pip/flake8-bugbear-23.1.17 Bump flake8-bugbear from 22.12.6 to 23.1.17
| * Bump flake8-bugbear from 22.12.6 to 23.1.17Gravatar dependabot[bot]2023-01-18-6/+6
|/ | | | | | | | | | | | | | Bumps [flake8-bugbear](https://github.com/PyCQA/flake8-bugbear) from 22.12.6 to 23.1.17. - [Release notes](https://github.com/PyCQA/flake8-bugbear/releases) - [Commits](https://github.com/PyCQA/flake8-bugbear/compare/22.12.6...23.1.17) --- updated-dependencies: - dependency-name: flake8-bugbear dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
* Merge pull request #833 from kkrypt0nn/mainGravatar wookie1842023-01-17-6/+17
|\ | | | | Update ANSI guide with new pictures, formatting & titles
| * Merge branch 'main' into mainGravatar wookie1842023-01-17-626/+634
| |\ | |/ |/|
* | Merge pull request #849 from ↵Gravatar wookie1842023-01-17-1/+1
|\ \ | | | | | | | | | | | | python-discord/dependabot/github_actions/SebastiaanZ/github-status-embed-for-discord-0.3.0 Bump SebastiaanZ/github-status-embed-for-discord from 0.2.1 to 0.3.0
| * | Bump SebastiaanZ/github-status-embed-for-discord from 0.2.1 to 0.3.0Gravatar dependabot[bot]2023-01-17-1/+1
|/ / | | | | | | | | | | | | | | | | | | | | | | | | | | Bumps [SebastiaanZ/github-status-embed-for-discord](https://github.com/SebastiaanZ/github-status-embed-for-discord) from 0.2.1 to 0.3.0. - [Release notes](https://github.com/SebastiaanZ/github-status-embed-for-discord/releases) - [Commits](https://github.com/SebastiaanZ/github-status-embed-for-discord/compare/v0.2.1...v0.3.0) --- updated-dependencies: - dependency-name: SebastiaanZ/github-status-embed-for-discord dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
* | Merge pull request #851 from ↵Gravatar wookie1842023-01-17-2/+2
|\ \ | | | | | | | | | | | | python-discord/dependabot/github_actions/docker/login-action-2 Bump docker/login-action from 1 to 2
| * | Bump docker/login-action from 1 to 2Gravatar dependabot[bot]2023-01-17-2/+2
|/ / | | | | | | | | | | | | | | | | | | | | | | | | | | Bumps [docker/login-action](https://github.com/docker/login-action) from 1 to 2. - [Release notes](https://github.com/docker/login-action/releases) - [Commits](https://github.com/docker/login-action/compare/v1...v2) --- updated-dependencies: - dependency-name: docker/login-action dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
* | Merge pull request #850 from ↵Gravatar wookie1842023-01-17-3/+3
|\ \ | | | | | | | | | | | | python-discord/dependabot/github_actions/docker/build-push-action-3 Bump docker/build-push-action from 2 to 3
| * | Bump docker/build-push-action from 2 to 3Gravatar dependabot[bot]2023-01-17-3/+3
|/ / | | | | | | | | | | | | | | | | | | | | | | | | | | Bumps [docker/build-push-action](https://github.com/docker/build-push-action) from 2 to 3. - [Release notes](https://github.com/docker/build-push-action/releases) - [Commits](https://github.com/docker/build-push-action/compare/v2...v3) --- updated-dependencies: - dependency-name: docker/build-push-action dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
* | Merge pull request #848 from ↵Gravatar wookie1842023-01-17-1/+1
|\ \ | | | | | | | | | | | | python-discord/dependabot/github_actions/azure/k8s-set-context-3 Bump azure/k8s-set-context from 1 to 3
| * | Bump azure/k8s-set-context from 1 to 3Gravatar dependabot[bot]2023-01-17-1/+1
|/ / | | | | | | | | | | | | | | | | | | | | | | | | | | Bumps [azure/k8s-set-context](https://github.com/azure/k8s-set-context) from 1 to 3. - [Release notes](https://github.com/azure/k8s-set-context/releases) - [Commits](https://github.com/azure/k8s-set-context/compare/v1...v3) --- updated-dependencies: - dependency-name: azure/k8s-set-context dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
* | Merge pull request #841 from python-discord/ignore-to-extend-ignoreGravatar Xithrius2023-01-16-1/+1
|\ \
| * \ Merge branch 'main' into ignore-to-extend-ignoreGravatar Xithrius2023-01-16-21/+29
| |\ \ | |/ / |/| |
* | | Merge pull request #844 from ↵Gravatar ChrisJL2023-01-16-1/+2
|\ \ \ | | | | | | | | | | | | | | | | python-discord/dependabot/github_actions/HassanAbouelela/actions-setup-python_v1.4.0 Bump HassanAbouelela/actions from setup-python_v1.3.1 to 1.4.0
| * | | Ensure dev reqs are installed in CIGravatar Chris Lovering2023-01-16-0/+1
| | | |
| * | | Bump HassanAbouelela/actions from setup-python_v1.3.1 to 1.4.0Gravatar dependabot[bot]2023-01-16-1/+1
|/ / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bumps [HassanAbouelela/actions](https://github.com/HassanAbouelela/actions) from setup-python_v1.3.1 to 1.4.0. This release includes the previously tagged commit. - [Release notes](https://github.com/HassanAbouelela/actions/releases) - [Commits](https://github.com/HassanAbouelela/actions/compare/setup-python_v1.3.1...setup-python_v1.4.0) --- updated-dependencies: - dependency-name: HassanAbouelela/actions dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
* | | 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]>