Merge pull request 'Update dependency ics to v0.7.1' (#15) from renovate/ics-0.x into master
continuous-integration/drone/push Build is passing Details

Reviewed-on: #15
This commit is contained in:
Michel Roux 2022-07-03 13:13:43 +00:00
commit 7f7b8ecefc
2 changed files with 8 additions and 7 deletions

13
poetry.lock generated
View File

@ -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"},

View File

@ -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"