diff --git a/pyproject.toml b/pyproject.toml index bad4ad4..52c6aaa 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "filmweb" -version = "0.7" +version = "0.8" description = "Export movie ratings from filmweb.pl" authors = [ {name = "Piotr Patrzyk"}, ] license = {text = "MIT"} diff --git a/requirements.txt b/requirements.txt index 18bd224..9e79656 100644 --- a/requirements.txt +++ b/requirements.txt @@ -6,4 +6,4 @@ idna==3.4 requests==2.31.0 soupsieve==2.4.1 tqdm==4.65.0 -urllib3==2.0.2 +urllib3==2.0.3