From 58e0959d54ac79c1f983e42ed9e3e0bd088d343b Mon Sep 17 00:00:00 2001 From: Sagar Vora Date: Wed, 14 Sep 2022 14:11:16 +0530 Subject: [PATCH] chore: bump `pypng` to prevent conflict (#18121) --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 285db69689..6d763051f7 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -53,7 +53,7 @@ dependencies = [ "pyasn1~=0.4.8", "pycryptodome~=3.10.1", "pyotp~=2.6.0", - "pypng~=0.0.20", + "pypng~=0.20220715.0", "python-dateutil~=2.8.1", "pytz==2022.1", "rauth~=0.7.3",