From d55cf4d1d07a3fc099896792aece265f54c43dc0 Mon Sep 17 00:00:00 2001 From: Izalia Mae Date: Wed, 3 Apr 2024 13:59:16 -0400 Subject: [PATCH] update activitypub-utils to 0.2.2 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index c181f8e..d9615e0 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -16,7 +16,7 @@ classifiers = [ "Programming Language :: Python :: 3.12", ] dependencies = [ - "activitypub-utils == 0.2.1", + "activitypub-utils == 0.2.2", "aiohttp >= 3.9.1", "aiohttp-swagger[performance] == 1.0.16", "argon2-cffi == 23.1.0",