Skip to content

Commit 6cd3a53

Browse files
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](certifi/python-certifi@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](kjd/idna@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](psf/requests@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](tqdm/tqdm@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](urllib3/urllib3@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](pypa/setuptools@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] <[email protected]>
1 parent ba21936 commit 6cd3a53

File tree

2 files changed

+11
-11
lines changed

2 files changed

+11
-11
lines changed

Diff for: pyproject.toml

+5-5
Original file line numberDiff line numberDiff line change
@@ -10,13 +10,13 @@ readme = "README.md"
1010
authors = [{ name = "Bill Maxwell", email = "[email protected]" }]
1111
license = { file = "LICENSE" }
1212
dependencies = [
13-
"certifi==2024.2.2",
13+
"certifi==2024.7.4",
1414
"charset-normalizer==3.3.2",
1515
"httpx==0.27.0",
16-
"idna==3.6",
17-
"requests==2.31.0",
18-
"tqdm==4.66.2",
19-
"urllib3==2.2.1",
16+
"idna==3.7",
17+
"requests==2.32.2",
18+
"tqdm==4.66.3",
19+
"urllib3==2.2.2",
2020
"pydantic==2.9.2",
2121
"pywin32==306 ; sys_platform == 'win32'",
2222
"uvicorn==0.32.1",

Diff for: requirements.txt

+6-6
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
1-
certifi==2024.2.2
1+
certifi==2024.7.4
22
charset-normalizer==3.3.2
3-
idna==3.6
4-
requests==2.31.0
5-
tqdm==4.66.2
6-
urllib3==2.2.1
3+
idna==3.7
4+
requests==2.32.2
5+
tqdm==4.66.3
6+
urllib3==2.2.2
77
tox==4.14.1
88
wheel==0.42.0
9-
setuptools==69.1.1
9+
setuptools==70.0.0
1010
twine==5.0.0
1111
build==1.1.1
1212
httpx==0.27.0

0 commit comments

Comments
 (0)