From 81674022fc6e0c51991f6e24a913627beaa2a3fd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 6 Jul 2024 01:37:09 +0000 Subject: [PATCH] build(deps): bump the pip group across 1 directory with 4 updates Bumps the pip group with 4 updates in the / directory: [certifi](https://github.com/certifi/python-certifi), [requests](https://github.com/psf/requests), [tqdm](https://github.com/tqdm/tqdm) and [urllib3](https://github.com/urllib3/urllib3). Updates `certifi` from 2024.2.2 to 2024.7.4 - [Commits](https://github.com/certifi/python-certifi/compare/2024.02.02...2024.07.04) Updates `requests` from 2.31.0 to 2.32.2 - [Release notes](https://github.com/psf/requests/releases) - [Changelog](https://github.com/psf/requests/blob/main/HISTORY.md) - [Commits](https://github.com/psf/requests/compare/v2.31.0...v2.32.2) Updates `tqdm` from 4.66.2 to 4.66.3 - [Release notes](https://github.com/tqdm/tqdm/releases) - [Commits](https://github.com/tqdm/tqdm/compare/v4.66.2...v4.66.3) Updates `urllib3` from 2.2.1 to 2.2.2 - [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/2.2.1...2.2.2) --- updated-dependencies: - dependency-name: certifi dependency-type: direct:production dependency-group: pip - dependency-name: requests dependency-type: direct:production dependency-group: pip - dependency-name: tqdm dependency-type: direct:production dependency-group: pip - dependency-name: urllib3 dependency-type: direct:production dependency-group: pip ... Signed-off-by: dependabot[bot] --- requirements.txt | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/requirements.txt b/requirements.txt index 4c8ea1b..18d1051 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,4 +1,4 @@ -certifi==2024.2.2 +certifi==2024.7.4 cffi==1.16.0 charset-normalizer==3.3.2 distlib==0.3.8 @@ -40,15 +40,15 @@ pytest==8.0.2 pytest-mock==3.12.0 python-xlib==0.33 regex==2023.12.25 -requests==2.31.0 +requests==2.32.2 six==1.16.0 sounddevice==0.4.6 sympy==1.12 tiktoken==0.6.0 tomli==2.0.1 torch==2.2.1 -tqdm==4.66.2 +tqdm==4.66.3 triton==2.2.0 typing_extensions==4.10.0 -urllib3==2.2.1 +urllib3==2.2.2 virtualenv==20.25.1