Skip to content

Commit 182cc7c

Browse files
pip(deps): bump python-dotenv from 1.0.0 to 1.1.1
Bumps [python-dotenv](https://github.com/theskumar/python-dotenv) from 1.0.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.0.0...v1.1.1) --- updated-dependencies: - dependency-name: python-dotenv dependency-version: 1.1.1 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 80f351c commit 182cc7c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

python-automation/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ urllib3==2.1.0
3232

3333
# Logging and configuration
3434
pyyaml==6.0.1
35-
python-dotenv==1.0.0
35+
python-dotenv==1.1.1
3636

3737
# Development and testing
3838
pytest==7.4.3

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ aioredis==2.0.1
2424

2525
# Data processing
2626
openpyxl==3.1.5
27-
python-dotenv==1.0.1
27+
python-dotenv==1.1.1
2828
pyyaml==6.0.2
2929
numpy==2.2.0
3030

0 commit comments

Comments
 (0)