From c2103689c5ae554327ec0c57a0086f3e8475a002 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 15 Jan 2025 00:32:07 +0000 Subject: [PATCH] Bump the pip group across 1 directory with 3 updates Bumps the pip group with 3 updates in the / directory: [urllib3](https://github.com/urllib3/urllib3), [jinja2](https://github.com/pallets/jinja) and [cryptography](https://github.com/pyca/cryptography). Updates `urllib3` from 1.26.18 to 1.26.19 - [Release notes](https://github.com/urllib3/urllib3/releases) - [Changelog](https://github.com/urllib3/urllib3/blob/main/CHANGES.rst) - [Commits](https://github.com/urllib3/urllib3/compare/1.26.18...1.26.19) Updates `jinja2` from 3.1.4 to 3.1.5 - [Release notes](https://github.com/pallets/jinja/releases) - [Changelog](https://github.com/pallets/jinja/blob/main/CHANGES.rst) - [Commits](https://github.com/pallets/jinja/compare/3.1.4...3.1.5) Updates `cryptography` from 43.0.1 to 44.0.0 - [Changelog](https://github.com/pyca/cryptography/blob/main/CHANGELOG.rst) - [Commits](https://github.com/pyca/cryptography/compare/43.0.1...44.0.0) --- updated-dependencies: - dependency-name: urllib3 dependency-type: direct:production dependency-group: pip - dependency-name: jinja2 dependency-type: direct:development dependency-group: pip - dependency-name: cryptography dependency-type: direct:production dependency-group: pip ... Signed-off-by: dependabot[bot] --- Pipfile | 2 +- Pipfile.lock | 14 +++++++------- requirements.txt | 2 +- 3 files changed, 9 insertions(+), 9 deletions(-) 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'