| Commit message (Collapse) | Author | Age | Lines |
... | |
|/
|
|
| |
I had to upgrade falcon to 4.X for 3.13 windows support, so thought I might as well upgrade all of them
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Bumps the ci-dependencies group with 1 update in the / directory: [coverallsapp/github-action](https://github.com/coverallsapp/github-action).
Updates `coverallsapp/github-action` from 2.3.1 to 2.3.4
- [Release notes](https://github.com/coverallsapp/github-action/releases)
- [Commits](https://github.com/coverallsapp/github-action/compare/v2.3.1...v2.3.4)
---
updated-dependencies:
- dependency-name: coverallsapp/github-action
dependency-type: direct:production
update-type: version-update:semver-patch
dependency-group: ci-dependencies
...
Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
|
|\
| |
| | |
Add plotly to eval deps
|
| | |
|
| |
| |
| | |
Required to export plotly figures to png
|
|/ |
|
| |
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Bumps the ci-dependencies group with 1 update: [coverallsapp/github-action](https://github.com/coverallsapp/github-action).
Updates `coverallsapp/github-action` from 2.3.0 to 2.3.1
- [Release notes](https://github.com/coverallsapp/github-action/releases)
- [Commits](https://github.com/coverallsapp/github-action/compare/v2.3.0...v2.3.1)
---
updated-dependencies:
- dependency-name: coverallsapp/github-action
dependency-type: direct:production
update-type: version-update:semver-patch
dependency-group: ci-dependencies
...
Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
|
| |
|
| |
|
|
|
|
|
| |
For now there isn't an environment marker for free threaded python, so these packages need to be disabled for all 3.13 versions
https://discuss.python.org/t/environment-marker-for-free-threading/60007/5
|
|
|
|
| |
The t denotes that it is a free threading version of Python, so could potentially be installed along side a non-free-threaded version of Python
|
|
|
|
|
| |
This is a free threaded version of python
https://docs.python.org/3.13/whatsnew/3.13.html#free-threaded-cpython
|
| |
|
| |
|
| |
|
| |
|
|
|
| |
Co-authored-by: Mark <[email protected]>
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
This was needed due to wanting a default value when calling python3 diurectly, but also when not specified via the API call
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
This is needed as dev builds such as 3.13-dev use the suffix -dev, rather than a patch version.
|
| |
|
| |
|
| |
|
|
|
|
|
|
| |
This was a breaking change github introduced recently
Co-authored-by: GDWR <[email protected]>
|
|
|
|
|
|
|
|
| |
When using nargs='?' the nsjail_args argument was sometimes consuming 1 of the arguments passed to the module.
By setting these two arguments to store_const actions instead, this is no longer the case, as they will always use the constant specified now.
This is more appropriate for their actual use case of being purely for documentation.
Co-authored-by: GDWR <[email protected]>
|
|
|
|
| |
This ensures only packages that have wheels for 3.13 are installed into the 3.13 eval container
|
| |
|
| |
|
| |
|
|
|
|
| |
This means when building multiple python versions this repo is only cloned once
|
|\
| |
| | |
Bump versions
|
| | |
|
|/ |
|
| |
|
|\ |
|
|/ |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Bumps the ci-dependencies group with 1 update: [docker/build-push-action](https://github.com/docker/build-push-action).
Updates `docker/build-push-action` from 5 to 6
- [Release notes](https://github.com/docker/build-push-action/releases)
- [Commits](https://github.com/docker/build-push-action/compare/v5...v6)
---
updated-dependencies:
- dependency-name: docker/build-push-action
dependency-type: direct:production
update-type: version-update:semver-major
dependency-group: ci-dependencies
...
Signed-off-by: dependabot[bot] <[email protected]>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Bumps the ci-dependencies group with 2 updates in the / directory: [tclindner/sentry-releases-action](https://github.com/tclindner/sentry-releases-action) and [coverallsapp/github-action](https://github.com/coverallsapp/github-action).
Updates `tclindner/sentry-releases-action` from 1.2.0 to 1.3.0
- [Release notes](https://github.com/tclindner/sentry-releases-action/releases)
- [Changelog](https://github.com/tclindner/sentry-releases-action/blob/master/CHANGELOG.md)
- [Commits](https://github.com/tclindner/sentry-releases-action/compare/v1.2.0...v1.3.0)
Updates `coverallsapp/github-action` from 2.2.3 to 2.3.0
- [Release notes](https://github.com/coverallsapp/github-action/releases)
- [Commits](https://github.com/coverallsapp/github-action/compare/v2.2.3...v2.3.0)
---
updated-dependencies:
- dependency-name: tclindner/sentry-releases-action
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: ci-dependencies
- dependency-name: coverallsapp/github-action
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: ci-dependencies
...
Signed-off-by: dependabot[bot] <[email protected]>
|
| |
|
| |
|
| |
|