Skip to content

Commit

Permalink
bump version and requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
ppatrzyk committed Dec 7, 2023
1 parent 4e4f508 commit f7cd601
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -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"}
Expand Down
12 changes: 6 additions & 6 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit f7cd601

Please sign in to comment.