| Commit message (Collapse) | Author | Age | Lines |
... | |
| |
|
|\
| |
| |
| |
| | |
python-discord/dependabot/docker/docker-dependencies-ace30d12d0
Bump the docker-dependencies group with 1 update
|
|/
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Bumps the docker-dependencies group with 1 update: python.
Updates `python` from 3.11-slim-bookworm to 3.12-slim-bookworm
---
updated-dependencies:
- dependency-name: python
dependency-type: direct:production
dependency-group: docker-dependencies
...
Signed-off-by: dependabot[bot] <[email protected]>
|
|
|
|
|
| |
Running this script in it's previous form (via `docker compose run`) always returned an exit code of 0.
This is due to `find` always returning a 0 exit code, unless an error occurred while traversing the directories.
|
|\
| |
| |
| |
| | |
python-discord/dependabot/github_actions/ci-dependencies-cc15238ce4
Bump the ci-dependencies group with 1 update
|
|/
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Bumps the ci-dependencies group with 1 update: [azure/k8s-deploy](https://github.com/azure/k8s-deploy).
Updates `azure/k8s-deploy` from 4 to 5
- [Release notes](https://github.com/azure/k8s-deploy/releases)
- [Changelog](https://github.com/Azure/k8s-deploy/blob/main/CHANGELOG.md)
- [Commits](https://github.com/azure/k8s-deploy/compare/v4...v5)
---
updated-dependencies:
- dependency-name: azure/k8s-deploy
dependency-type: direct:production
update-type: version-update:semver-major
dependency-group: ci-dependencies
...
Signed-off-by: dependabot[bot] <[email protected]>
|
| |
|
| |
|
| |
|
|
|
|
| |
pyenv 2.3.36 added support for 3.12.2, it also happens to be the latest version as of writing.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Bumps the ci-dependencies group with 2 updates: [azure/setup-kubectl](https://github.com/azure/setup-kubectl) and [azure/k8s-set-context](https://github.com/azure/k8s-set-context).
Updates `azure/setup-kubectl` from 3 to 4
- [Release notes](https://github.com/azure/setup-kubectl/releases)
- [Changelog](https://github.com/Azure/setup-kubectl/blob/main/CHANGELOG.md)
- [Commits](https://github.com/azure/setup-kubectl/compare/v3...v4)
Updates `azure/k8s-set-context` from 3 to 4
- [Release notes](https://github.com/azure/k8s-set-context/releases)
- [Commits](https://github.com/azure/k8s-set-context/compare/v3...v4)
---
updated-dependencies:
- dependency-name: azure/setup-kubectl
dependency-type: direct:production
update-type: version-update:semver-major
dependency-group: ci-dependencies
- dependency-name: azure/k8s-set-context
dependency-type: direct:production
update-type: version-update:semver-major
dependency-group: ci-dependencies
...
Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
|
| |
|
|\
| |
| | |
Bump ci
|
| | |
|
|/
|
|
| |
This was required as pre-commit was returning an error from within virtualenv
|
|\
| |
| | |
Bump max memory to 70MiB
|
|/
|
|
| |
pandas now uses ~60MiB just to import, so the previous max was no longer enough.
|
|
|
|
| |
Witohut this dep pandas raises a deprecation warning whenever importing pandas
|
|
|
|
| |
yarl currently relies on multidict, which does not have wheels for 3.12
|
|\
| |
| | |
Bump eval deps
|
| | |
|
|/ |
|
|\ |
|
| |
| |
| |
| |
| | |
It seems to be unstable in terms of whether the build or tests will
succeed.
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
|/ |
|
|\ |
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
|/ |
|
|\ |
|
| |
| |
| |
| |
| |
| |
| | |
Updating to Bookworm may have increased performance of the file
processing. In any case, this test started failing intermittently on
when running on a local machine. Lower the timeout so even fast
machines will hit the timeout.
|
| |
| |
| |
| |
| |
| | |
This will be helpful in testing, since some machines are able to
process quite a lot in one second, which was the previous lowest
timeout.
|
|/
|
|
|
|
|
|
|
|
|
| |
Mount /dev/shm in the container by setting ipc to "private". This is
the same as "none" (the previous value) with the only difference being
that shm is mounted. This is needed for integration tests to pass.
The integration tests always relied on shared memory due to their use of
multiprocessing. They managed to work because glibc used to fall back to
/tmp if /dev/shm wasn't available. However, newer versions of glibc,
which Debian Bookworm now uses, removed that fallback behaviour.
|
|\
| |
| | |
Bump Python versions
|
| | |
|
|/
|
|
|
|
| |
3.11.5 requires at least pyenv 2.3.25, so bumped to latest (2.3.26) for good measure anyway.
3.12.0rc2 requires pyenv 2.3.25
|
|\
| |
| | |
Update eval deps
|
| |\
| |/
|/| |
|
| | |
|
| |
| |
| |
| |
| |
| |
| |
| |
| | |
* Make CI and deployment.yaml share the same dependency install script
* squashme: add set -euo pipefail as sane defaults
This also requires running under bash rather than sh
* squashme: add make target for installing eval deps
|
| | |
|
|/ |
|