Skip to content

Commit 1436a6e

Browse files
authored
Merge branch 'main' into fix-batch-item-serialize
2 parents cf4fce6 + 3851f74 commit 1436a6e

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

requirements-dev.txt

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -78,13 +78,13 @@ pylint==3.3.7
7878

7979
pyproject-hooks==1.2.0 ; python_version >= '3.7'
8080

81-
pytest==8.4.0
81+
pytest==8.4.1
8282

8383
pytest-cov==5.0.0
8484

8585
pytest-mock==3.14.1
8686

87-
python-dotenv==1.1.0
87+
python-dotenv==1.1.1
8888

8989
pytest-trio==0.8.0
9090

@@ -113,7 +113,7 @@ trio==0.30.0
113113
types-python-dateutil==2.9.0.20250516
114114

115115
types-requests==2.32.4.20250611; python_version >= '3.7'
116-
urllib3==2.4.0 ; python_version >= '3.7'
116+
urllib3==2.5.0 ; python_version >= '3.7'
117117
typing-extensions==4.14.0 ; python_version >= '3.7'
118118

119119

@@ -153,7 +153,7 @@ microsoft-kiota-http==1.9.3
153153

154154
microsoft-kiota-serialization-json==1.9.3
155155

156-
multidict==6.5.0 ; python_version >= '3.7'
156+
multidict==6.5.1 ; python_version >= '3.7'
157157

158158
uritemplate==4.2.0 ; python_version >= '3.6'
159159

0 commit comments

Comments
 (0)