diff --git a/Pipfile b/Pipfile index 89b1299..3acb7a2 100644 --- a/Pipfile +++ b/Pipfile @@ -36,7 +36,7 @@ pdfplumber = "*" tenacity = "*" click = "*" retry = "*" -urllib3 = "1.26.18" # pegged to avoid test issue +urllib3 = "1.26.19" # pegged to avoid test issue typing-extensions = "*" us = "*" pytube = "*" diff --git a/Pipfile.lock b/Pipfile.lock index 6354a05..0b9650a 100644 --- a/Pipfile.lock +++ b/Pipfile.lock @@ -1,7 +1,7 @@ { "_meta": { "hash": { - "sha256": "92a79ae794514f96d9a4dd1256a573a59c87f4887062e46d03954ff44d1c13f6" + "sha256": "437638a9457ad46578d001a76bfc4790d62845a058e399d2c957be2c06eee522" }, "pipfile-spec": 6, "requires": {}, @@ -736,12 +736,12 @@ }, "urllib3": { "hashes": [ - "sha256:34b97092d7e0a3a8cf7cd10e386f401b3737364026c45e622aa02903dffe0f07", - "sha256:f8ecc1bba5667413457c529ab955bf8c67b45db799d159066261719e328580a0" + "sha256:37a0344459b199fce0e80b0d3569837ec6b6937435c5244e7fd73fa6006830f3", + "sha256:3e3d753a8618b86d7de333b4223005f68720bcd6a7d2bcb9fbd2229ec7c1e429" ], "index": "pypi", "markers": "python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3, 3.4, 3.5'", - "version": "==1.26.18" + "version": "==1.26.19" }, "us": { "hashes": [ @@ -1305,12 +1305,12 @@ }, "jinja2": { "hashes": [ - "sha256:4a3aee7acbbe7303aede8e9648d13b8bf88a429282aa6122a993f0ac800cb369", - "sha256:bc5dd2abb727a5319567b7a813e6a2e7318c39f4f487cfe6c89c6f9c7d25197d" + "sha256:8fefff8dc3034e27bb80d67c671eb8a9bc424c0ef4c0826edbff304cceff43bb", + "sha256:aba0f4dc9ed8013c424088f68a5c226f7d6097ed89b246d7749c2ec4175c6adb" ], "index": "pypi", "markers": "python_version >= '3.7'", - "version": "==3.1.4" + "version": "==3.1.5" }, "keyring": { "hashes": [ diff --git a/requirements.txt b/requirements.txt index 0085488..5c4248f 100644 --- a/requirements.txt +++ b/requirements.txt @@ -7,7 +7,7 @@ cffi==1.16.0; python_version >= '3.8' charset-normalizer==3.3.2; python_full_version >= '3.7.0' click==8.1.7; python_version >= '3.7' colorama==0.4.6; platform_system == 'Windows' -cryptography==43.0.1; python_version >= '3.7' +cryptography==44.0.0; python_version >= '3.7' decorator==5.1.1; python_version >= '3.5' html5lib==1.1; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3, 3.4' idna==3.7; python_version >= '3.5'