diff --git a/pyproject.toml b/pyproject.toml index 8abec65..4b13a9e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -8,7 +8,7 @@ dependencies = [ "blurhash==1.1.4", "certifi==2024.12.14", "charset-normalizer==3.4.1", - "decorator==5.2.0", + "decorator==5.2.1", "greenlet==3.1.1", "idna==3.10", "mastodon-py==1.8.1", diff --git a/uv.lock b/uv.lock index 49753f2..1097d72 100644 --- a/uv.lock +++ b/uv.lock @@ -70,11 +70,11 @@ wheels = [ [[package]] name = "decorator" -version = "5.2.0" +version = "5.2.1" source = { registry = "https://pypi.org/simple" } -sdist = { url = "https://files.pythonhosted.org/packages/6e/e2/33c72e8409b39389b9a69e807e40d3466a63996ba4c65caaea1d31dfde16/decorator-5.2.0.tar.gz", hash = "sha256:1cf2ab68f8c1c7eae3895d82ab0daab41294cfbe6fbdebf50b44307299980762", size = 16973, upload-time = "2025-02-22T09:09:46.014Z" } +sdist = { url = "https://files.pythonhosted.org/packages/43/fa/6d96a0978d19e17b68d634497769987b16c8f4cd0a7a05048bec693caa6b/decorator-5.2.1.tar.gz", hash = "sha256:65f266143752f734b0a7cc83c46f4618af75b8c5911b00ccb61d0ac9b6da0360", size = 56711, upload-time = "2025-02-24T04:41:34.073Z" } wheels = [ - { url = "https://files.pythonhosted.org/packages/f6/0e/fc5d7660912606d43f32470cf952846a47512d3674fe9a3196f1a80a638b/decorator-5.2.0-py3-none-any.whl", hash = "sha256:f30a69c066f698c7c11fa1fa3425f684d3b4b01b494ee41e73c0a14f3de48427", size = 9149, upload-time = "2025-02-22T09:09:43.905Z" }, + { url = "https://files.pythonhosted.org/packages/4e/8c/f3147f5c4b73e7550fe5f9352eaa956ae838d5c51eb58e7a25b9f3e2643b/decorator-5.2.1-py3-none-any.whl", hash = "sha256:d316bb415a2d9e2d2b3abcc4084c6502fc09240e292cd76a76afc106a1c8e04a", size = 9190, upload-time = "2025-02-24T04:41:32.565Z" }, ] [[package]] @@ -364,7 +364,7 @@ requires-dist = [ { name = "blurhash", specifier = "==1.1.4" }, { name = "certifi", specifier = "==2024.12.14" }, { name = "charset-normalizer", specifier = "==3.4.1" }, - { name = "decorator", specifier = "==5.2.0" }, + { name = "decorator", specifier = "==5.2.1" }, { name = "greenlet", specifier = "==3.1.1" }, { name = "idna", specifier = "==3.10" }, { name = "mastodon-py", specifier = "==1.8.1" },