Skip to content

Commit d77f5df

Browse files
Bump requests from 2.32.3 to 2.32.4 in /agent_tool
Bumps [requests](https://github.com/psf/requests) from 2.32.3 to 2.32.4. - [Release notes](https://github.com/psf/requests/releases) - [Changelog](https://github.com/psf/requests/blob/main/HISTORY.md) - [Commits](psf/requests@v2.32.3...v2.32.4) --- updated-dependencies: - dependency-name: requests dependency-version: 2.32.4 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 55d8704 commit d77f5df

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

agent_tool/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ dependencies = [
99
"openai>=1.61.0",
1010
"pydantic>=2.10.6",
1111
"watchfiles>=1.0.4",
12-
"requests==2.32.3",
12+
"requests==2.32.4",
1313
"python-dotenv==1.0.1",
1414
"restack-ai>=0.0.91",]
1515

agent_tool/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ python-dotenv==1.0.1
7171
# via
7272
# agent-tool (pyproject.toml)
7373
# restack-ai
74-
requests==2.32.3
74+
requests==2.32.4
7575
# via agent-tool (pyproject.toml)
7676
restack-ai==0.0.91
7777
# via agent-tool (pyproject.toml)

0 commit comments

Comments
 (0)