Skip to content
6 changes: 3 additions & 3 deletions packages/abstractions/requirements-dev.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
-e .
yapf>=0.43.0,<0.44.0
isort>=8.0.1,<9.0.0
pylint>=3.2.7,<5.0.0
pylint>=4.0.6,<5.0.0
mypy>=2.1.0,<3.0.0
pytest>=8.3.2,<10.0.0
pytest-asyncio>=0.24,<1.5
pytest>=9.1.0,<10.0.0
pytest-asyncio>=1.4.0,<1.5
6 changes: 3 additions & 3 deletions packages/authentication/azure/requirements-dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
-e .
yapf>=0.43.0,<0.44.0
isort>=8.0.1,<9.0.0
pylint>=3.2.7,<5.0.0
pylint>=4.0.6,<5.0.0
mypy>=2.1.0,<3.0.0
pytest>=8.3.2,<10.0.0
pytest-asyncio>=0.24,<1.5
pytest>=9.1.0,<10.0.0
pytest-asyncio>=1.4.0,<1.5
pytest-mock>=3.14.0,<4.0.0
8 changes: 4 additions & 4 deletions packages/http/httpx/requirements-dev.txt
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
-e ../../abstractions
-e .
yapf>=0.40.2,<0.44.0
yapf>=0.43.0,<0.44.0
isort>=8.0.1,<9.0.0
pylint>=3.2.7,<5.0.0
mypy>=1.11.2,<3.0.0
pytest>=8.3.2,<10.0.0
pylint>=4.0.6,<5.0.0
mypy>=2.1.0,<3.0.0
pytest>=9.1.0,<10.0.0
pytest-asyncio>=1.4.0,<1.5
pytest-mock>=3.14.0,<4.0.0
6 changes: 3 additions & 3 deletions packages/serialization/form/requirements-dev.txt
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
-e ../../abstractions
-e .
yapf>=0.40.2,<0.44.0
yapf>=0.43.0,<0.44.0
isort>=8.0.1,<9.0.0
pylint>=3.2.7,<5.0.0
pylint>=4.0.6,<5.0.0
mypy>=2.1.0,<3.0.0
pytest>=9.1.0,<10.0.0
pytest-asyncio>=0.24,<1.5
pytest-asyncio>=1.4.0,<1.5
types-python-dateutil>=2.9.0.20240906,<3.0.0
6 changes: 3 additions & 3 deletions packages/serialization/json/requirements-dev.txt
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
-e ../../abstractions
-e .
yapf>=0.43.0,<0.44.0
isort>=5.13.2,<9.0.0
pylint>=3.2.7,<5.0.0
isort>=8.0.1,<9.0.0
pylint>=4.0.6,<5.0.0
mypy>=2.1.0,<3.0.0
pytest>=8.3.2,<10.0.0
pytest>=9.1.0,<10.0.0
pytest-asyncio>=1.4.0,<1.5
6 changes: 3 additions & 3 deletions packages/serialization/multipart/requirements-dev.txt
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
-e ../../abstractions
-e ../json
-e .
yapf>=0.40.2,<0.44.0
yapf>=0.43.0,<0.44.0
isort>=8.0.1,<9.0.0
pylint>=3.2.7,<5.0.0
pylint>=4.0.6,<5.0.0
mypy>=2.1.0,<3.0.0
pytest>=9.1.0,<10.0.0
pytest-asyncio>=0.24,<1.4
pytest-asyncio>=1.4.0,<1.5
4 changes: 2 additions & 2 deletions packages/serialization/text/requirements-dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
-e .
yapf>=0.43.0,<0.44.0
isort>=8.0.1,<9.0.0
pylint>=3.2.7,<5.0.0
pylint>=4.0.6,<5.0.0
mypy>=2.1.0,<3.0.0
pytest>=9.1.0,<10.0.0
pytest-asyncio>=0.24,<1.5
pytest-asyncio>=1.4.0,<1.5
Loading