From a28b08db7152839f979de75664a4ab01899a72f1 Mon Sep 17 00:00:00 2001 From: "Bendik R. Brenne" Date: Mon, 22 Jan 2024 20:14:01 +0100 Subject: [PATCH] 3.0.3 --- poetry.lock | 2 +- pyproject.toml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/poetry.lock b/poetry.lock index ebbf1b0..1ec5b9f 100644 --- a/poetry.lock +++ b/poetry.lock @@ -885,4 +885,4 @@ multidict = ">=4.0" [metadata] lock-version = "2.0" python-versions = ">=3.10,<3.12" -content-hash = "1698dcf1018edf164b8b2c6c83b0c49c890dfd0cb8b0f0335425ca05e2e42145" +content-hash = "89b630ffe46d3caf45c8117a58719cb5c3dfe936f33ae3d8f7fe28c5ff074b49" diff --git a/pyproject.toml b/pyproject.toml index 2d5a692..ed0ef63 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "politikontroller-py" -version = "3.0.2" +version = "3.0.3" description = "Unofficial client for politikontroller.no" authors = ["Bendik R. Brenne "] license = "MIT" @@ -10,7 +10,7 @@ packages = [ ] [tool.poetry.dependencies] -aiohttp = ">=3.9.1,<4.0.0" +aiohttp = "3.9.1" anyio = "4.*" asyncclick = "8.*" pycryptodome = "^3.20.0"