Skip to content

Commit bce33f8

Browse files
committed
fix: dependatbot alert for pytest and python-dotenv
1 parent 473dde0 commit bce33f8

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

requirements.txt

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

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,13 +15,13 @@
1515
python_requires=">=3.9",
1616
install_requires=[
1717
"aioconsole==0.8.1",
18-
"python-dotenv==1.1.0",
18+
"python-dotenv~=1.2.2",
1919
"typing_extensions==4.15.0; python_version < '3.13'",
2020
],
2121
extras_require={
2222
"dev": [
2323
"maturin>=1.8",
24-
"pytest>=8.3.0",
24+
"pytest~=9.0.3",
2525
"black",
2626
"ruff",
2727
]

0 commit comments

Comments
 (0)