Skip to content

Commit f84c6c9

Browse files
chore(deps): bump python-dotenv from 1.2.1 to 1.2.2
Bumps [python-dotenv](https://github.com/theskumar/python-dotenv) from 1.2.1 to 1.2.2. - [Release notes](https://github.com/theskumar/python-dotenv/releases) - [Changelog](https://github.com/theskumar/python-dotenv/blob/main/CHANGELOG.md) - [Commits](theskumar/python-dotenv@v1.2.1...v1.2.2) --- updated-dependencies: - dependency-name: python-dotenv dependency-version: 1.2.2 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 753ddfe commit f84c6c9

4 files changed

Lines changed: 7 additions & 7 deletions

File tree

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ dependencies = [
1010
"pandas>=2.3.3",
1111
"jupyter>=1.1.1",
1212
"rich>=14.2.0",
13-
"python-dotenv>=1.2.1",
13+
"python-dotenv>=1.2.2",
1414
"voyageai>=0.3.5",
1515
"networkx>=3.6.1",
1616
"matplotlib>=3.10.8",

skills/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
# Core dependencies
55
anthropic>=0.71.0 # Anthropic SDK with Skills support
6-
python-dotenv>=1.0.0 # Environment variable management
6+
python-dotenv>=1.2.2 # Environment variable management
77
ipykernel>=6.25.0 # Jupyter kernel for notebooks
88
jupyter>=1.0.0 # Jupyter notebook support
99

tool_use/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
anthropic>=0.18.0
2-
python-dotenv>=1.0.0
2+
python-dotenv>=1.2.2
33
ipykernel>=6.29.0 # For Jupyter in VSCode
44
rich>=13.0.0
55
pandas>=2.0.0

uv.lock

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)