Skip to content

Commit 2e67086

Browse files
authored
Merge pull request #73 from gptscript-ai/dependabot/pip/pip-13c8d87d14
2 parents ba21936 + 6cd3a53 commit 2e67086

File tree

2 files changed

+11
-11
lines changed

2 files changed

+11
-11
lines changed

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",

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)