From c5abe6323c64d5e6d9260cbdfd9715938c6c34bf Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Joakim=20Hells=C3=A9n?= Date: Fri, 18 Mar 2022 00:58:42 +0100 Subject: [PATCH] Update dependencies --- poetry.lock | 10 +++++----- pyproject.toml | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/poetry.lock b/poetry.lock index 3517b08..98a0a07 100644 --- a/poetry.lock +++ b/poetry.lock @@ -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"}, diff --git a/pyproject.toml b/pyproject.toml index b0495cc..e8cd187 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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]