From c993d1fe2377687bff992d50dd6c3c133a9dcb2b Mon Sep 17 00:00:00 2001 From: Michel Roux Date: Fri, 1 Jul 2022 00:24:46 +0000 Subject: [PATCH] Update dependency ics to v0.7.1 --- poetry.lock | 13 +++++++------ pyproject.toml | 2 +- 2 files changed, 8 insertions(+), 7 deletions(-) diff --git a/poetry.lock b/poetry.lock index 9da6df6..4279d4f 100644 --- a/poetry.lock +++ b/poetry.lock @@ -302,14 +302,15 @@ python-versions = ">=3.6.1" [[package]] name = "ics" -version = "0.7" +version = "0.7.1" description = "Python icalendar (rfc5545) parser" category = "main" optional = false python-versions = "*" [package.dependencies] -arrow = ">=0.11,<0.15" +arrow = ">=0.11" +attrs = "*" python-dateutil = "*" six = ">1.5" tatsu = ">4.2" @@ -709,7 +710,7 @@ testing = ["pytest (>=6)", "pytest-checkdocs (>=2.4)", "pytest-flake8", "pytest- [metadata] lock-version = "1.1" python-versions = "^3.8" -content-hash = "491d10304888a533e765a354eb9cbe41d8d81c0536097fd077b053eeea6769d9" +content-hash = "761e509f1f19f8ae588b568c27d3adb9d026d226f80f8e5cb0acecf5f7f78f65" [metadata.files] aiofiles = [ @@ -960,9 +961,9 @@ hyperframe = [ {file = "hyperframe-6.0.1.tar.gz", hash = "sha256:ae510046231dc8e9ecb1a6586f63d2347bf4c8905914aa84ba585ae85f28a914"}, ] ics = [ - {file = "ics-0.7-py2.py3-none-any.whl", hash = "sha256:bf5fbdef6e1e073afdadf1b996f0271186dd114a148e38e795919a1ae644d6ac"}, - {file = "ics-0.7-py3.7.egg", hash = "sha256:3b606205b9582ad27dff77f9b227a30d02fdac532731927fe39df1f1ddf8673f"}, - {file = "ics-0.7.tar.gz", hash = "sha256:81113a2bb3166c1afcd71cd450c968d40efc385601e9d8344733e00ad8f53429"}, + {file = "ics-0.7.1-py2.py3-none-any.whl", hash = "sha256:e7505c36d446d72e3d8095d2a958d185300b81d1cee6b33645b4164d92f75bdd"}, + {file = "ics-0.7.1-py3.9.egg", hash = "sha256:9ed1a83228272e606af3c47b589b3d4043873090f8410b7718bbe3c122612bbf"}, + {file = "ics-0.7.1.tar.gz", hash = "sha256:f2b1c9e56e89a91209403a17cf704a1dc76c87c00f1b633d65bc0404901e70fb"}, ] idna = [ {file = "idna-3.3-py3-none-any.whl", hash = "sha256:84d9dd047ffa80596e0f246e2eab0b391788b0503584e8945f2368256d2735ff"}, diff --git a/pyproject.toml b/pyproject.toml index d8c8fa2..93008a2 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -8,7 +8,7 @@ license = "WTFPL" [tool.poetry.dependencies] python = "^3.8" disnake = "2.5.1" -ics = "0.7" +ics = "0.7.1" python-dotenv = "0.20.0" quart = "0.17.0" requests = "2.28.1"