⬆ Update python-dotenv requirement from ~1.2.2 to ~1.2.3

Updates the requirements on [python-dotenv](https://github.com/theskumar/python-dotenv) to permit the latest version.
- [Release notes](https://github.com/theskumar/python-dotenv/releases)
- [Changelog](https://github.com/theskumar/python-dotenv/blob/main/CHANGELOG.md)
- [Commits](https://github.com/theskumar/python-dotenv/compare/v1.2.2...v1.2.3)

---
updated-dependencies:
- dependency-name: python-dotenv
  dependency-version: 1.2.3
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot]
2026-09-01 23:06:47 +00:00
committed by GitHub
parent e1e8dbf165
commit 0f6fa06d0d

View File

@@ -15,7 +15,7 @@ dependencies = [
"screeninfo>=0.8.1",
"aiofiles>=25.1.0",
"streamget>=4.0.10",
"python-dotenv>=1.2.2",
"python-dotenv>=1.2.3",
"cachetools>=7.1.4",
"pystray>=0.19.5",
"plyer>=2.1.0",
@@ -56,7 +56,7 @@ httpx = "^0.28.1"
screeninfo = "~0.8.1"
aiofiles = "~25.1.0"
streamget = ">=4.0.10"
python-dotenv = "~1.2.2"
python-dotenv = "~1.2.3"
cachetools = ">=7.1.6"
pystray = "~0.19.5"
plyer = "~2.1.0"