From 128cd1fafa20dba216943e012a3a39b83cbb8751 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 30 Oct 2023 01:19:56 +0000 Subject: [PATCH] chore(deps): update dependency pyrsistent to v0.20.0 --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 5212e202..9a5b6535 100644 --- a/requirements.txt +++ b/requirements.txt @@ -20,7 +20,7 @@ mutagen==1.45.1; python_version >= "3.5" and python_version < "4" numpy==1.21.1; python_version >= "3.7" pillow==8.3.2; python_version >= "3.6" proglog==0.1.9 -pyrsistent==0.18.0; python_version >= "3.6" +pyrsistent==0.20.0; python_version >= "3.6" python-jsonschema-objects==0.4.0 pytube==11.0.1; python_version >= "3.6" requests==2.26.0; (python_version >= "2.7" and python_full_version < "3.0.0") or (python_full_version >= "3.6.0")