Skip to content

Commit 0cd09cf

Browse files
fix(deps): update dependency python-dotenv to v1.1.1 (#586)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 1fcdcc5 commit 0cd09cf

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ dependencies = [
1212
"alembic==1.16.1",
1313
"mysqlclient==2.2.7",
1414
"pymysql==1.1.1",
15-
"python-dotenv==1.1.0",
15+
"python-dotenv==1.1.1",
1616
"sqlalchemy==2.0.41",
1717
]
1818

@@ -25,7 +25,7 @@ dev = [
2525
"pymysql==1.1.1",
2626
"pytest==8.4.1",
2727
"pytest-alembic==0.12.1",
28-
"python-dotenv==1.1.0",
28+
"python-dotenv==1.1.1",
2929
"ruff==0.12.0",
3030
"sqlalchemy==2.0.41",
3131
"types-pymysql==1.1.0.20250516",

uv.lock

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

0 commit comments

Comments
 (0)