Merge pull request 'Update dependency ics to v0.7.1' (#15) from renovate/ics-0.x into master
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
Reviewed-on: #15
This commit is contained in:
commit
7f7b8ecefc
13
poetry.lock
generated
13
poetry.lock
generated
@ -302,14 +302,15 @@ python-versions = ">=3.6.1"
|
|||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "ics"
|
name = "ics"
|
||||||
version = "0.7"
|
version = "0.7.1"
|
||||||
description = "Python icalendar (rfc5545) parser"
|
description = "Python icalendar (rfc5545) parser"
|
||||||
category = "main"
|
category = "main"
|
||||||
optional = false
|
optional = false
|
||||||
python-versions = "*"
|
python-versions = "*"
|
||||||
|
|
||||||
[package.dependencies]
|
[package.dependencies]
|
||||||
arrow = ">=0.11,<0.15"
|
arrow = ">=0.11"
|
||||||
|
attrs = "*"
|
||||||
python-dateutil = "*"
|
python-dateutil = "*"
|
||||||
six = ">1.5"
|
six = ">1.5"
|
||||||
tatsu = ">4.2"
|
tatsu = ">4.2"
|
||||||
@ -709,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 = "491d10304888a533e765a354eb9cbe41d8d81c0536097fd077b053eeea6769d9"
|
content-hash = "761e509f1f19f8ae588b568c27d3adb9d026d226f80f8e5cb0acecf5f7f78f65"
|
||||||
|
|
||||||
[metadata.files]
|
[metadata.files]
|
||||||
aiofiles = [
|
aiofiles = [
|
||||||
@ -960,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-py2.py3-none-any.whl", hash = "sha256:bf5fbdef6e1e073afdadf1b996f0271186dd114a148e38e795919a1ae644d6ac"},
|
{file = "ics-0.7.1-py2.py3-none-any.whl", hash = "sha256:e7505c36d446d72e3d8095d2a958d185300b81d1cee6b33645b4164d92f75bdd"},
|
||||||
{file = "ics-0.7-py3.7.egg", hash = "sha256:3b606205b9582ad27dff77f9b227a30d02fdac532731927fe39df1f1ddf8673f"},
|
{file = "ics-0.7.1-py3.9.egg", hash = "sha256:9ed1a83228272e606af3c47b589b3d4043873090f8410b7718bbe3c122612bbf"},
|
||||||
{file = "ics-0.7.tar.gz", hash = "sha256:81113a2bb3166c1afcd71cd450c968d40efc385601e9d8344733e00ad8f53429"},
|
{file = "ics-0.7.1.tar.gz", hash = "sha256:f2b1c9e56e89a91209403a17cf704a1dc76c87c00f1b633d65bc0404901e70fb"},
|
||||||
]
|
]
|
||||||
idna = [
|
idna = [
|
||||||
{file = "idna-3.3-py3-none-any.whl", hash = "sha256:84d9dd047ffa80596e0f246e2eab0b391788b0503584e8945f2368256d2735ff"},
|
{file = "idna-3.3-py3-none-any.whl", hash = "sha256:84d9dd047ffa80596e0f246e2eab0b391788b0503584e8945f2368256d2735ff"},
|
||||||
|
@ -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"
|
ics = "0.7.1"
|
||||||
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"
|
||||||
|
Loading…
Reference in New Issue
Block a user