bump dependencies (#88)
* bump dependencies * chore: bump python in more places
This commit is contained in:
+2
-2
@@ -1,7 +1,7 @@
|
||||
[project]
|
||||
name = "speckle-automate-function"
|
||||
version = "0.1.0"
|
||||
requires-python = ">=3.11"
|
||||
requires-python = ">=3.13"
|
||||
authors = [{ name = "Speckle Systems", email = "hello@speckle.systems" }]
|
||||
maintainers = [{ name = "Speckle Systems", email = "hello@speckle.systems" }]
|
||||
description = "A Speckle Automate function template using specklepy"
|
||||
@@ -9,7 +9,7 @@ readme = "README.md"
|
||||
license = "Apache-2.0"
|
||||
keywords = ["speckle", "automate", "bim", "aec"]
|
||||
|
||||
dependencies = ["specklepy==3.0.0"]
|
||||
dependencies = ["specklepy==3.1.0"]
|
||||
|
||||
[project.optional-dependencies]
|
||||
dev = [
|
||||
|
||||
Reference in New Issue
Block a user