diff --git a/poetry.lock b/poetry.lock index d1220af..f5f53a6 100644 --- a/poetry.lock +++ b/poetry.lock @@ -421,7 +421,7 @@ python-versions = "*" [metadata] lock-version = "1.1" python-versions = "3.10.*" -content-hash = "1ef3d961f528020771b8226260780729003b4c0ac4b5cf67e9e834446a6585cd" +content-hash = "f83bdd2a75be697e5e2b4c8ad480d3a2de2d81459d95a0b85d86ab397141906a" [metadata.files] appnope = [ diff --git a/pyproject.toml b/pyproject.toml index a1a22fe..5bf5a0e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -9,6 +9,7 @@ license = "MIT" python = "3.10.*" spotipy = "2.23.0" python-dotenv = "1.0.0" +urllib3 = "2.0.2" [tool.poetry.dev-dependencies] black = "23.3.0"