From 4e4f50892620b5c20a1ccb5c355597f74a9dae65 Mon Sep 17 00:00:00 2001 From: Piotr Patrzyk Date: Sat, 1 Jul 2023 19:50:20 +0200 Subject: [PATCH] bump requirements and version --- pyproject.toml | 2 +- requirements.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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