Skip to content

Commit 3b10d47

Browse files
committed
Fix windows requirments pre-commit
1 parent ef2a5a1 commit 3b10d47

File tree

6 files changed

+6
-6
lines changed

6 files changed

+6
-6
lines changed

requirements/static/ci/py3.10/windows.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -282,7 +282,7 @@ pyfakefs==5.3.1
282282
# via -r requirements/pytest.txt
283283
pygit2==1.13.1
284284
# via -r requirements/static/ci/windows.in
285-
pymssql==2.2.7
285+
pymssql==2.3.0
286286
# via
287287
# -c requirements/static/ci/../pkg/py3.10/windows.txt
288288
# -r requirements/windows.txt

requirements/static/ci/py3.11/windows.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -278,7 +278,7 @@ pyfakefs==5.3.1
278278
# via -r requirements/pytest.txt
279279
pygit2==1.13.1
280280
# via -r requirements/static/ci/windows.in
281-
pymssql==2.2.7
281+
pymssql==2.3.0
282282
# via
283283
# -c requirements/static/ci/../pkg/py3.11/windows.txt
284284
# -r requirements/windows.txt

requirements/static/ci/py3.12/windows.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -278,7 +278,7 @@ pyfakefs==5.3.1
278278
# via -r requirements/pytest.txt
279279
pygit2==1.13.1
280280
# via -r requirements/static/ci/windows.in
281-
pymssql==2.2.7
281+
pymssql==2.3.0
282282
# via
283283
# -c requirements/static/ci/../pkg/py3.12/windows.txt
284284
# -r requirements/windows.txt

requirements/static/ci/py3.7/windows.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -297,7 +297,7 @@ pyfakefs==5.3.1
297297
# via -r requirements/pytest.txt
298298
pygit2==1.10.1
299299
# via -r requirements/static/ci/windows.in
300-
pymssql==2.2.1
300+
pymssql==2.3.0
301301
# via
302302
# -c requirements/static/ci/../pkg/py3.7/windows.txt
303303
# -r requirements/windows.txt

requirements/static/ci/py3.8/windows.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -283,7 +283,7 @@ pyfakefs==5.3.1
283283
# via -r requirements/pytest.txt
284284
pygit2==1.13.1
285285
# via -r requirements/static/ci/windows.in
286-
pymssql==2.2.1
286+
pymssql==2.3.0
287287
# via
288288
# -c requirements/static/ci/../pkg/py3.8/windows.txt
289289
# -r requirements/windows.txt

requirements/static/ci/py3.9/windows.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -284,7 +284,7 @@ pyfakefs==5.3.1
284284
# via -r requirements/pytest.txt
285285
pygit2==1.13.1
286286
# via -r requirements/static/ci/windows.in
287-
pymssql==2.2.1
287+
pymssql==2.3.0
288288
# via
289289
# -c requirements/static/ci/../pkg/py3.9/windows.txt
290290
# -r requirements/windows.txt

0 commit comments

Comments
 (0)