Update dependency ics to v0.7.2
All checks were successful
continuous-integration/drone/push Build is passing
continuous-integration/drone/pr Build is passing

This commit is contained in:
Michel Roux 2022-07-07 00:23:36 +00:00
parent eb409af7b0
commit bcce1921cc
2 changed files with 7 additions and 7 deletions

12
poetry.lock generated
View File

@ -302,7 +302,7 @@ python-versions = ">=3.6.1"
[[package]] [[package]]
name = "ics" name = "ics"
version = "0.7.1" version = "0.7.2"
description = "Python icalendar (rfc5545) parser" description = "Python icalendar (rfc5545) parser"
category = "main" category = "main"
optional = false optional = false
@ -310,7 +310,7 @@ python-versions = "*"
[package.dependencies] [package.dependencies]
arrow = ">=0.11" arrow = ">=0.11"
attrs = "*" attrs = ">=19.1.0"
python-dateutil = "*" python-dateutil = "*"
six = ">1.5" six = ">1.5"
tatsu = ">4.2" tatsu = ">4.2"
@ -710,7 +710,7 @@ testing = ["pytest (>=6)", "pytest-checkdocs (>=2.4)", "pytest-flake8", "pytest-
[metadata] [metadata]
lock-version = "1.1" lock-version = "1.1"
python-versions = "^3.8" python-versions = "^3.8"
content-hash = "63ed1a0bd1d40c76b8f8382069670f85935d67462a28555e966b4ea5cd6c85be" content-hash = "dc5551e68a8042602a7eb5ede7be40a758fc7eb7626e60f665f479a5a7fa8544"
[metadata.files] [metadata.files]
aiofiles = [ aiofiles = [
@ -961,9 +961,9 @@ hyperframe = [
{file = "hyperframe-6.0.1.tar.gz", hash = "sha256:ae510046231dc8e9ecb1a6586f63d2347bf4c8905914aa84ba585ae85f28a914"}, {file = "hyperframe-6.0.1.tar.gz", hash = "sha256:ae510046231dc8e9ecb1a6586f63d2347bf4c8905914aa84ba585ae85f28a914"},
] ]
ics = [ ics = [
{file = "ics-0.7.1-py2.py3-none-any.whl", hash = "sha256:e7505c36d446d72e3d8095d2a958d185300b81d1cee6b33645b4164d92f75bdd"}, {file = "ics-0.7.2-py2.py3-none-any.whl", hash = "sha256:5fcf4d29ec6e7dfcb84120abd617bbba632eb77b097722b7df70e48dbcf26103"},
{file = "ics-0.7.1-py3.9.egg", hash = "sha256:9ed1a83228272e606af3c47b589b3d4043873090f8410b7718bbe3c122612bbf"}, {file = "ics-0.7.2-py3.9.egg", hash = "sha256:da352bdf8418619dc93611e6d251f3cefbb42664777f6e00b580a722098124b7"},
{file = "ics-0.7.1.tar.gz", hash = "sha256:f2b1c9e56e89a91209403a17cf704a1dc76c87c00f1b633d65bc0404901e70fb"}, {file = "ics-0.7.2.tar.gz", hash = "sha256:6743539bca10391635249b87d74fcd1094af20b82098bebf7c7521df91209f05"},
] ]
idna = [ idna = [
{file = "idna-3.3-py3-none-any.whl", hash = "sha256:84d9dd047ffa80596e0f246e2eab0b391788b0503584e8945f2368256d2735ff"}, {file = "idna-3.3-py3-none-any.whl", hash = "sha256:84d9dd047ffa80596e0f246e2eab0b391788b0503584e8945f2368256d2735ff"},

View File

@ -8,7 +8,7 @@ license = "WTFPL"
[tool.poetry.dependencies] [tool.poetry.dependencies]
python = "^3.8" python = "^3.8"
disnake = "2.5.1" disnake = "2.5.1"
ics = "0.7.1" ics = "0.7.2"
python-dotenv = "0.20.0" python-dotenv = "0.20.0"
quart = "0.17.0" quart = "0.17.0"
requests = "2.28.1" requests = "2.28.1"