Skip to content

Commit ff47020

Browse files
committed
changed python-dotenv to 1.2.0
1 parent 13bab88 commit ff47020

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,5 @@ pytest~=9.0.3
22
asyncio==3.4.3
33
aioconsole==0.8.1
44
maturin==1.8.3
5-
python-dotenv~=1.2.2
5+
python-dotenv~=1.2.1
66
typing_extensions==4.15.0

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
python_requires=">=3.9",
1616
install_requires=[
1717
"aioconsole==0.8.1",
18-
"python-dotenv~=1.2.2",
18+
"python-dotenv~=1.2.1",
1919
"typing_extensions==4.15.0; python_version < '3.13'",
2020
],
2121
extras_require={

0 commit comments

Comments
 (0)