Skip to content

Commit 553d9c0

Browse files
chore(deps): bump python-dotenv from 1.1.0 to 1.1.1
Bumps [python-dotenv](https://github.com/theskumar/python-dotenv) from 1.1.0 to 1.1.1. - [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.1.0...v1.1.1) --- updated-dependencies: - dependency-name: python-dotenv dependency-version: 1.1.1 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 99ef4bb commit 553d9c0

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ pydantic_core==2.35.2
3131
Pygments==2.19.1
3232
pyinstaller==6.13.0
3333
pyinstaller-hooks-contrib==2025.5
34-
python-dotenv==1.1.0
34+
python-dotenv==1.1.1
3535
python-multipart==0.0.20
3636
PyYAML==6.0.2
3737
referencing==0.36.2

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@
4747
"pydantic_core==2.35.2",
4848
"Pygments==2.19.1",
4949
"pyinstaller-hooks-contrib==2025.5",
50-
"python-dotenv==1.1.0",
50+
"python-dotenv==1.1.1",
5151
"python-multipart==0.0.20",
5252
"PyYAML==6.0.2",
5353
"referencing==0.36.2",

0 commit comments

Comments
 (0)