2 Commits

Author SHA1 Message Date
Jonathon Broughton f4ec9b84c1 update all
build and deploy Speckle functions / publish-automate-function-version (push) Has been cancelled
2024-08-20 21:38:07 +00:00
dependabot[bot] b4caa53d9c Bump actions/checkout from 4.1.6 to 4.1.7 (#3)
Bumps [actions/checkout](https://github.com/actions/checkout) from 4.1.6 to 4.1.7.
- [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/v4.1.6...v4.1.7)

---
updated-dependencies:
- dependency-name: actions/checkout
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-08-20 22:16:13 +01:00
3 changed files with 450 additions and 390 deletions
+1 -1
View File
@@ -11,7 +11,7 @@ jobs:
FUNCTION_SCHEMA_FILE_NAME: functionSchema.json
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4.1.6
- uses: actions/checkout@v4.1.7
- uses: actions/setup-python@v5
with:
python-version: '3.11'
Generated
+448 -388
View File
File diff suppressed because it is too large Load Diff
+1 -1
View File
@@ -7,7 +7,7 @@ readme = "README.md"
[tool.poetry.dependencies]
python = "^3.11"
specklepy = "2.18.3"
specklepy = "^2.19.6"
python-levenshtein = "^0.25.1"
more-itertools = "^10.2.0"
pandas = "^2.2.2"