diff --git a/poetry.lock b/poetry.lock index 55773731..b35cac83 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1948,19 +1948,15 @@ zstd = ["zstandard (>=0.18.0)"] [[package]] name = "webcolors" -version = "24.8.0" +version = "24.11.1" description = "A library for working with the color formats defined by HTML and CSS." optional = false -python-versions = ">=3.8" +python-versions = ">=3.9" files = [ - {file = "webcolors-24.8.0-py3-none-any.whl", hash = "sha256:fc4c3b59358ada164552084a8ebee637c221e4059267d0f8325b3b560f6c7f0a"}, - {file = "webcolors-24.8.0.tar.gz", hash = "sha256:08b07af286a01bcd30d583a7acadf629583d1f79bfef27dd2c2c5c263817277d"}, + {file = "webcolors-24.11.1-py3-none-any.whl", hash = "sha256:515291393b4cdf0eb19c155749a096f779f7d909f7cceea072791cb9095b92e9"}, + {file = "webcolors-24.11.1.tar.gz", hash = "sha256:ecb3d768f32202af770477b8b65f318fa4f566c22948673a977b00d589dd80f6"}, ] -[package.extras] -docs = ["furo", "sphinx", "sphinx-copybutton", "sphinx-inline-tabs", "sphinx-notfound-page", "sphinxext-opengraph"] -tests = ["coverage[toml]"] - [[package]] name = "werkzeug" version = "3.0.6" @@ -2110,4 +2106,4 @@ cffi = ["cffi (>=1.11)"] [metadata] lock-version = "2.0" python-versions = ">=3.10,<3.13" -content-hash = "d3cb1f1e998df338ad8f37fffeb7df426be3ff6c14a714e887552a69c7f31b33" +content-hash = "6410084aad9177c249b31804599eba731c3bf8780252ab511cc5b765046c8801" diff --git a/pyproject.toml b/pyproject.toml index bd0175ba..5224748f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -26,7 +26,7 @@ pyzmq = "26.2.0" requests = "2.32.3" sigmf = "1.2.3" sysrsync = "1.1.1" -webcolors = "24.8.0" +webcolors = "24.11.1" zstandard = "0.23.0" scipy = "1.14.1"