diff --git a/poetry.lock b/poetry.lock index 60260b3..4e047db 100644 --- a/poetry.lock +++ b/poetry.lock @@ -2,13 +2,13 @@ [[package]] name = "alabaster" -version = "0.7.15" +version = "0.7.16" description = "A light, configurable Sphinx theme" optional = false python-versions = ">=3.9" files = [ - {file = "alabaster-0.7.15-py3-none-any.whl", hash = "sha256:d99c6fd0f7a86fca68ecc5231c9de45227991c10ee6facfb894cf6afb953b142"}, - {file = "alabaster-0.7.15.tar.gz", hash = "sha256:0127f4b1db0afc914883f930e3d40763131aebac295522fc4a04d9e77c703705"}, + {file = "alabaster-0.7.16-py3-none-any.whl", hash = "sha256:b46733c07dce03ae4e150330b975c75737fa60f0a7c591b6c8bf4928a28e2c92"}, + {file = "alabaster-0.7.16.tar.gz", hash = "sha256:75a8b99c28a5dad50dd7f8ccdd447a121ddb3892da9e53d1ca5cca3106d58d65"}, ] [[package]] @@ -2096,41 +2096,37 @@ zstd = ["zstandard (>=0.18.0)"] [[package]] name = "vpype" -version = "1.14.0a0" +version = "1.14.0" description = "The Swiss Army knife of vector graphics for pen plotters" optional = false -python-versions = ">=3.10, <3.13" -files = [] -develop = false +python-versions = ">=3.10,<3.13" +files = [ + {file = "vpype-1.14.0-py3-none-any.whl", hash = "sha256:c58ce3a06f4cb91b9ac8357e942ec17152a7575328bdbbe94147a68d2aedd30b"}, + {file = "vpype-1.14.0.tar.gz", hash = "sha256:faa75668ef8448bd8a8971ea61b5e76396078d1c5d8e448df26776ac61da9919"}, +] [package.dependencies] asteval = ">=0.9.26" cachetools = ">=4.2.2" click = ">=8.0.1,<8.2.0" -glcontext = {version = ">=2.3.2", optional = true} -matplotlib = {version = ">=3.3.2", optional = true} -moderngl = {version = ">=5.6.2,!=5.7.1,!=5.7.2", optional = true} +glcontext = {version = ">=2.3.2", optional = true, markers = "extra == \"all\""} +matplotlib = {version = ">=3.3.2", optional = true, markers = "extra == \"all\""} +moderngl = {version = ">=5.6.2,<5.7.1 || >5.7.1,<5.7.2 || >5.7.2", optional = true, markers = "extra == \"all\""} multiprocess = ">=0.70.11" numpy = ">=1.25" -Pillow = {version = ">=9.0.1", optional = true} +Pillow = {version = ">=9.0.1", optional = true, markers = "extra == \"all\""} pnoise = ">=0.2.0" -pyphen = "^0.14.0" -PySide6 = {version = ">=6.4.0.1", optional = true} +pyphen = ">=0.14.0,<0.15.0" +PySide6 = {version = ">=6.4.0.1", optional = true, markers = "extra == \"all\""} scipy = ">=1.6" Shapely = ">=1.8.2" svgelements = ">=1.6.10" -svgwrite = "~1.4" +svgwrite = ">=1.4,<1.5" tomli = ">=2.0.0" [package.extras] all = ["Pillow (>=9.0.1)", "PySide6 (>=6.4.0.1)", "glcontext (>=2.3.2)", "matplotlib (>=3.3.2)", "moderngl (>=5.6.2,!=5.7.1,!=5.7.2)"] -[package.source] -type = "git" -url = "https://github.com/abey79/vpype/" -reference = "master" -resolved_reference = "744039268409bac00eb8696d8f74d71c2fcd2abc" - [[package]] name = "watchfiles" version = "0.21.0" @@ -2221,4 +2217,4 @@ anyio = ">=3.0.0" [metadata] lock-version = "2.0" python-versions = ">=3.10,<3.13" -content-hash = "ec60abb8fe32f1d19913ee8c875537018f3c71e0b7b21269ad77d1063315b84c" +content-hash = "ca0630ca4cb56be677ab56538f577733a3c3ec2ef75aa9dce9b474ee0e48c688" diff --git a/pyproject.toml b/pyproject.toml index 583f560..ef2ef4c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -33,8 +33,8 @@ numpy = ">=1.20.1" pnoise = ">=0.2.0" PySide6 = ">=6.3.2" Shapely = {extras = ["vectorized"], version = ">=1.8.2"} -# vpype = {extras = ["all"], version = "1.14"} -vpype = { extras = ["all"], git = "https://github.com/abey79/vpype/", branch = "master" } +vpype = {extras = ["all"], version = "1.14"} +# vpype = { extras = ["all"], git = "https://github.com/abey79/vpype/", branch = "master" } watchfiles = ">=0.12" [tool.poetry.group.dev.dependencies]