From 78da9dc7311b1f7701e98c6711f389b1df941495 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Tue, 1 Feb 2022 17:07:37 +0000 Subject: [PATCH] Update dependency arrow to v1.2.2 --- api/poetry.lock | 6 +++--- api/pyproject.toml | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/api/poetry.lock b/api/poetry.lock index e79500031..f336e6ef5 100644 --- a/api/poetry.lock +++ b/api/poetry.lock @@ -75,7 +75,7 @@ python-versions = "*" [[package]] name = "arrow" -version = "1.1.1" +version = "1.2.2" description = "Better dates & times for Python" category = "main" optional = false @@ -2181,8 +2181,8 @@ appnope = [ {file = "appnope-0.1.2.tar.gz", hash = "sha256:dd83cd4b5b460958838f6eb3000c660b1f9caf2a5b1de4264e941512f603258a"}, ] arrow = [ - {file = "arrow-1.1.1-py3-none-any.whl", hash = "sha256:77a60a4db5766d900a2085ce9074c5c7b8e2c99afeaa98ad627637ff6f292510"}, - {file = "arrow-1.1.1.tar.gz", hash = "sha256:dee7602f6c60e3ec510095b5e301441bc56288cb8f51def14dcb3079f623823a"}, + {file = "arrow-1.2.2-py3-none-any.whl", hash = "sha256:d622c46ca681b5b3e3574fcb60a04e5cc81b9625112d5fb2b44220c36c892177"}, + {file = "arrow-1.2.2.tar.gz", hash = "sha256:05caf1fd3d9a11a1135b2b6f09887421153b94558e5ef4d090b567b47173ac2b"}, ] asgiref = [ {file = "asgiref-3.5.0-py3-none-any.whl", hash = "sha256:88d59c13d634dcffe0510be048210188edd79aeccb6a6c9028cdad6f31d730a9"}, diff --git a/api/pyproject.toml b/api/pyproject.toml index 075098629..9e132ed8e 100644 --- a/api/pyproject.toml +++ b/api/pyproject.toml @@ -21,7 +21,7 @@ celery = "==5.2.3" django-cors-headers = "==3.11.0" musicbrainzngs = "==0.7.1" djangorestframework = "==3.12.4" -arrow = "==1.1.1" +arrow = "==1.2.2" persisting-theory = "==0.2.1" django-versatileimagefield = "==2.2" django-filter = "==2.4.0"