From cbfab82587e9b6c0c1b86766de6a7b7be0372165 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 26 Feb 2024 06:46:48 +0000 Subject: [PATCH] =?UTF-8?q?=E2=AC=86=EF=B8=8F=20Update=20dependency=20antw?= =?UTF-8?q?erpen=20to=20v1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- poetry.lock | 10 +++++----- pyproject.toml | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/poetry.lock b/poetry.lock index 4496ec08..d346a18c 100644 --- a/poetry.lock +++ b/poetry.lock @@ -111,13 +111,13 @@ frozenlist = ">=1.1.0" [[package]] name = "antwerpen" -version = "0.2.0" +version = "1.0.0" description = "Asynchronous Python client providing Open Data information of Antwerpen" optional = false -python-versions = ">=3.9,<4.0" +python-versions = ">=3.11,<4.0" files = [ - {file = "antwerpen-0.2.0-py3-none-any.whl", hash = "sha256:7a4c93ad56624fdd59c9334e16a057ae443b716f125072c1f09d9df1e62ddba6"}, - {file = "antwerpen-0.2.0.tar.gz", hash = "sha256:4cba60661ce866cf3cd3f20160eb8f3c7479e1305014f2ccbb7c148daf1fea33"}, + {file = "antwerpen-1.0.0-py3-none-any.whl", hash = "sha256:7b5771159cda7a89d6e562b5b02739e88a6002d1b163f8e16bfeba182cf7a024"}, + {file = "antwerpen-1.0.0.tar.gz", hash = "sha256:80cd3cc1593e44c8f943ee5a4cd2b9943c67a63aa6e8ee297af3e072733a59a9"}, ] [package.dependencies] @@ -1307,4 +1307,4 @@ multidict = ">=4.0" [metadata] lock-version = "2.0" python-versions = "^3.11" -content-hash = "89a012578b0f2b9dc891a8adb896527c34e9eac4cf16240c9489f942dc8fea97" +content-hash = "012bd1c14a3b13e388f5fd473327386c22367115ca8f88a398f2486be3653a74" diff --git a/pyproject.toml b/pyproject.toml index 2c85cf23..7f092a53 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -22,7 +22,7 @@ pytz = "^2023.3" requests = "^2.31.0" [tool.poetry.group.cities.dependencies] -antwerpen = "^0.2.0" +antwerpen = "^1.0.0" arnhem = "^0.1.0" brussel = "^0.2.1" dresden = "^0.2.1"