diff --git a/poetry.lock b/poetry.lock index 9d212744..ac897ad2 100644 --- a/poetry.lock +++ b/poetry.lock @@ -2338,18 +2338,18 @@ zstd = ["zstandard (>=0.18.0)"] [[package]] name = "webcolors" -version = "1.13" +version = "24.6.0" description = "A library for working with the color formats defined by HTML and CSS." optional = false -python-versions = ">=3.7" +python-versions = ">=3.8" files = [ - {file = "webcolors-1.13-py3-none-any.whl", hash = "sha256:29bc7e8752c0a1bd4a1f03c14d6e6a72e93d82193738fa860cbff59d0fcc11bf"}, - {file = "webcolors-1.13.tar.gz", hash = "sha256:c225b674c83fa923be93d235330ce0300373d02885cef23238813b0d5668304a"}, + {file = "webcolors-24.6.0-py3-none-any.whl", hash = "sha256:8cf5bc7e28defd1d48b9e83d5fc30741328305a8195c29a8e668fa45586568a1"}, + {file = "webcolors-24.6.0.tar.gz", hash = "sha256:1d160d1de46b3e81e58d0a280d0c78b467dc80f47294b91b1ad8029d2cedb55b"}, ] [package.extras] docs = ["furo", "sphinx", "sphinx-copybutton", "sphinx-inline-tabs", "sphinx-notfound-page", "sphinxext-opengraph"] -tests = ["pytest", "pytest-cov"] +tests = ["coverage[toml]"] [[package]] name = "werkzeug" @@ -2464,4 +2464,4 @@ cffi = ["cffi (>=1.11)"] [metadata] lock-version = "2.0" python-versions = ">=3.9,<3.13" -content-hash = "042a18189c1d589ba4e491484e9b96377cf4a645c1da27123db2bc6846077427" +content-hash = "dde8288a7e55453511dcd50fd8844bea9ca2c93a01ba188da5c9544b070e8250" diff --git a/pyproject.toml b/pyproject.toml index 89c0e53c..be8f71e4 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -32,7 +32,7 @@ schedule = "1.2.2" scipy = "1.13.1" sigmf = "1.2.1" sysrsync = "1.1.1" -webcolors = "1.13" +webcolors = "24.6.0" zstandard = "0.22.0" [tool.poetry.dev-dependencies]