From 76a5d2f8c3d0c5e83d3b1e008574931341c3ef4a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Gerg=C5=91=20Jedlicska?= <57442769+gjedlicska@users.noreply.github.com> Date: Fri, 7 Jun 2024 18:02:42 +0200 Subject: [PATCH] feat: bump to new specklepy (#25) --- poetry.lock | 10 +++++----- pyproject.toml | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/poetry.lock b/poetry.lock index 6e4d66e..2a6501f 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1,4 +1,4 @@ -# This file is automatically @generated by Poetry 1.8.3 and should not be changed by hand. +# This file is automatically @generated by Poetry 1.5.1 and should not be changed by hand. [[package]] name = "annotated-types" @@ -834,13 +834,13 @@ files = [ [[package]] name = "specklepy" -version = "2.19.3" +version = "2.19.4" description = "The Python SDK for Speckle 2.0" optional = false python-versions = "<4.0,>=3.8.0" files = [ - {file = "specklepy-2.19.3-py3-none-any.whl", hash = "sha256:54099924086eaccd2226001f7ead73365a3b9509598b4b69e1c1eb082ffa54c0"}, - {file = "specklepy-2.19.3.tar.gz", hash = "sha256:c8c179f773c20ff071410b569d858e75d9bdfb3bec77097606a5f1770780a3a1"}, + {file = "specklepy-2.19.4-py3-none-any.whl", hash = "sha256:75ab5a44f96c7a0d899b0aec1ef1fbbeeb6fb2c625620c269e437dbce3831b0d"}, + {file = "specklepy-2.19.4.tar.gz", hash = "sha256:e08d50abb48fcf656f6020cf88bdc95579b0807a0da7ef83c44f1a548b736192"}, ] [package.dependencies] @@ -1242,4 +1242,4 @@ multidict = ">=4.0" [metadata] lock-version = "2.0" python-versions = "^3.11" -content-hash = "7203c523d2888551cb25e52e0fc53ed9ed016e5b7f0240e5fe752f6b379ccf8d" +content-hash = "631d03bafb9adfc578747f25d48b561febeff86c49d59b5a64d6a3ecd784c617" diff --git a/pyproject.toml b/pyproject.toml index 5a1781c..006e9da 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -7,7 +7,7 @@ readme = "README.md" [tool.poetry.dependencies] python = "^3.11" -specklepy = "^2.19.3" +specklepy = "^2.19.4" [tool.poetry.group.dev.dependencies] black = "^23.3.0"