From 6cd3a5325c7963e954e7ea12223c2e4a33006e8b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 9 Apr 2025 22:09:29 +0000 Subject: [PATCH] chore(deps): bump the pip group across 1 directory with 6 updates Bumps the pip group with 6 updates in the / directory: | Package | From | To | | --- | --- | --- | | [certifi](https://github.com/certifi/python-certifi) | `2024.2.2` | `2024.7.4` | | [idna](https://github.com/kjd/idna) | `3.6` | `3.7` | | [requests](https://github.com/psf/requests) | `2.31.0` | `2.32.2` | | [tqdm](https://github.com/tqdm/tqdm) | `4.66.2` | `4.66.3` | | [urllib3](https://github.com/urllib3/urllib3) | `2.2.1` | `2.2.2` | | [setuptools](https://github.com/pypa/setuptools) | `69.1.1` | `70.0.0` | 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 `idna` from 3.6 to 3.7 - [Release notes](https://github.com/kjd/idna/releases) - [Changelog](https://github.com/kjd/idna/blob/master/HISTORY.rst) - [Commits](https://github.com/kjd/idna/compare/v3.6...v3.7) 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) Updates `setuptools` from 69.1.1 to 70.0.0 - [Release notes](https://github.com/pypa/setuptools/releases) - [Changelog](https://github.com/pypa/setuptools/blob/main/NEWS.rst) - [Commits](https://github.com/pypa/setuptools/compare/v69.1.1...v70.0.0) --- updated-dependencies: - dependency-name: certifi dependency-version: 2024.7.4 dependency-type: direct:production dependency-group: pip - dependency-name: idna dependency-version: '3.7' dependency-type: direct:production dependency-group: pip - dependency-name: requests dependency-version: 2.32.2 dependency-type: direct:production dependency-group: pip - dependency-name: tqdm dependency-version: 4.66.3 dependency-type: direct:production dependency-group: pip - dependency-name: urllib3 dependency-version: 2.2.2 dependency-type: direct:production dependency-group: pip - dependency-name: setuptools dependency-version: 70.0.0 dependency-type: direct:production dependency-group: pip ... Signed-off-by: dependabot[bot] --- pyproject.toml | 10 +++++----- requirements.txt | 12 ++++++------ 2 files changed, 11 insertions(+), 11 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 75eae1f..821e1c6 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -10,13 +10,13 @@ readme = "README.md" authors = [{ name = "Bill Maxwell", email = "bill@acorn.io" }] license = { file = "LICENSE" } dependencies = [ - "certifi==2024.2.2", + "certifi==2024.7.4", "charset-normalizer==3.3.2", "httpx==0.27.0", - "idna==3.6", - "requests==2.31.0", - "tqdm==4.66.2", - "urllib3==2.2.1", + "idna==3.7", + "requests==2.32.2", + "tqdm==4.66.3", + "urllib3==2.2.2", "pydantic==2.9.2", "pywin32==306 ; sys_platform == 'win32'", "uvicorn==0.32.1", diff --git a/requirements.txt b/requirements.txt index dbdbf7a..495d439 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,12 +1,12 @@ -certifi==2024.2.2 +certifi==2024.7.4 charset-normalizer==3.3.2 -idna==3.6 -requests==2.31.0 -tqdm==4.66.2 -urllib3==2.2.1 +idna==3.7 +requests==2.32.2 +tqdm==4.66.3 +urllib3==2.2.2 tox==4.14.1 wheel==0.42.0 -setuptools==69.1.1 +setuptools==70.0.0 twine==5.0.0 build==1.1.1 httpx==0.27.0