Update dependencies

This commit is contained in:
2022-03-18 00:58:42 +01:00
parent 9a2dc15433
commit c5abe6323c
2 changed files with 6 additions and 6 deletions

10
poetry.lock generated
View File

@ -75,7 +75,7 @@ python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*"
[[package]]
name = "dateparser"
version = "1.1.0"
version = "1.1.1"
description = "Date parsing library designed to parse dates from HTML pages"
category = "main"
optional = false
@ -84,7 +84,7 @@ python-versions = ">=3.5"
[package.dependencies]
python-dateutil = "*"
pytz = "*"
regex = "<2019.02.19 || >2019.02.19,<2021.8.27 || >2021.8.27"
regex = "<2019.02.19 || >2019.02.19,<2021.8.27 || >2021.8.27,<2022.3.15"
tzlocal = "*"
[package.extras]
@ -287,7 +287,7 @@ multidict = ">=4.0"
[metadata]
lock-version = "1.1"
python-versions = "^3.9"
content-hash = "964bddb2d0263131d28dba08f101846c79770c0877e9d8596f4c60be0f73b597"
content-hash = "c231647dd3521348d5a52244764c42e8a733748fa4fee6de5e3d5c8e9d7c3eb5"
[metadata.files]
aiohttp = [
@ -346,8 +346,8 @@ chardet = [
{file = "chardet-4.0.0.tar.gz", hash = "sha256:0d6f53a15db4120f2b08c94f11e7d93d2c911ee118b6b30a04ec3ee8310179fa"},
]
dateparser = [
{file = "dateparser-1.1.0-py2.py3-none-any.whl", hash = "sha256:fec344db1f73d005182e214c0ff27313c748bbe0c1638ce9d48a809ddfdab2a0"},
{file = "dateparser-1.1.0.tar.gz", hash = "sha256:faa2b97f51f3b5ff1ba2f17be90de2b733fb6191f89b4058787473e8202f3044"},
{file = "dateparser-1.1.1-py2.py3-none-any.whl", hash = "sha256:9600874312ff28a41f96ec7ccdc73be1d1c44435719da47fea3339d55ff5a628"},
{file = "dateparser-1.1.1.tar.gz", hash = "sha256:038196b1f12c7397e38aad3d61588833257f6f552baa63a1499e6987fa8d42d9"},
]
discord-py-slash-command = [
{file = "discord-py-slash-command-3.0.3.tar.gz", hash = "sha256:a9a220492e1a32fc66a20aebe49ccb6d6308a504d79627096f4e9443fdd8978e"},

View File

@ -26,7 +26,7 @@ python = "^3.9"
python-dotenv = "^0.19.2"
discord-py-slash-command = "^3.0.3"
APScheduler = "^3.9.1"
dateparser = "^1.1.0"
dateparser = "^1.1.1"
SQLAlchemy = "^1.4.32"
[build-system]