From f7cd601440b505407c685031f9f26f2d72bf3618 Mon Sep 17 00:00:00 2001 From: Piotr Patrzyk Date: Thu, 7 Dec 2023 13:18:53 +0100 Subject: [PATCH] bump version and requirements --- pyproject.toml | 2 +- requirements.txt | 12 ++++++------ 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 52c6aaa..c3e1e5b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "filmweb" -version = "0.8" +version = "0.9" description = "Export movie ratings from filmweb.pl" authors = [ {name = "Piotr Patrzyk"}, ] license = {text = "MIT"} diff --git a/requirements.txt b/requirements.txt index 9e79656..9410fdf 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,9 +1,9 @@ beautifulsoup4==4.12.2 -certifi==2023.5.7 -charset-normalizer==3.1.0 +certifi==2023.11.17 +charset-normalizer==3.3.2 docopt==0.6.2 -idna==3.4 +idna==3.6 requests==2.31.0 -soupsieve==2.4.1 -tqdm==4.65.0 -urllib3==2.0.3 +soupsieve==2.5 +tqdm==4.66.1 +urllib3==2.1.0