Lock file maintenance (#223)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
renovate[bot]
2024-11-30 10:43:20 +00:00
committed by GitHub
parent bc2cc76b29
commit 757007ad7b

15
poetry.lock generated
View File

@@ -16,21 +16,18 @@ six = "*"
[[package]] [[package]]
name = "asttokens" name = "asttokens"
version = "2.4.1" version = "3.0.0"
description = "Annotate AST trees with source code positions" description = "Annotate AST trees with source code positions"
optional = false optional = false
python-versions = "*" python-versions = ">=3.8"
files = [ files = [
{file = "asttokens-2.4.1-py2.py3-none-any.whl", hash = "sha256:051ed49c3dcae8913ea7cd08e46a606dba30b79993209636c4875bc1d637bc24"}, {file = "asttokens-3.0.0-py3-none-any.whl", hash = "sha256:e3078351a059199dd5138cb1c706e6430c05eff2ff136af5eb4790f9d28932e2"},
{file = "asttokens-2.4.1.tar.gz", hash = "sha256:b03869718ba9a6eb027e134bfdf69f38a236d681c83c160d510768af11254ba0"}, {file = "asttokens-3.0.0.tar.gz", hash = "sha256:0dcd8baa8d62b0c1d118b399b2ddba3c4aff271d0d7a9e0d4c1681c79035bbc7"},
] ]
[package.dependencies]
six = ">=1.12.0"
[package.extras] [package.extras]
astroid = ["astroid (>=1,<2)", "astroid (>=2,<4)"] astroid = ["astroid (>=2,<4)"]
test = ["astroid (>=1,<2)", "astroid (>=2,<4)", "pytest"] test = ["astroid (>=2,<4)", "pytest", "pytest-cov", "pytest-xdist"]
[[package]] [[package]]
name = "build123d" name = "build123d"