Pin urllib3 dependency

This commit is contained in:
7x11x13
2024-08-13 23:35:35 -04:00
parent 247c3f2193
commit 8e5d50b6f3
2 changed files with 65 additions and 49 deletions
+2 -1
View File
@@ -1,6 +1,6 @@
[tool.poetry]
name = "free-bandcamp-downloader"
version = "0.3.3"
version = "0.3.4"
description = "Download free and name-your-price albums from Bandcamp in lossless quality"
authors = ["7x11x13 <x7x11x13@gmail.com>"]
license = "MIT"
@@ -18,6 +18,7 @@ pyrfc6266 = "^1.0.2"
mutagen = "^1.47.0"
1secmail = "^1.1.0"
docopt-ng = "^0.9.0"
urllib3 = "<2.0.0"
[build-system]