Skip to content

Commit

Permalink
Fix windows requirments pre-commit
Browse files Browse the repository at this point in the history
  • Loading branch information
dwoz committed Jul 29, 2024
1 parent ef2a5a1 commit 3b10d47
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion requirements/static/ci/py3.10/windows.txt
Original file line number Diff line number Diff line change
Expand Up @@ -282,7 +282,7 @@ pyfakefs==5.3.1
# via -r requirements/pytest.txt
pygit2==1.13.1
# via -r requirements/static/ci/windows.in
pymssql==2.2.7
pymssql==2.3.0
# via
# -c requirements/static/ci/../pkg/py3.10/windows.txt
# -r requirements/windows.txt
Expand Down
2 changes: 1 addition & 1 deletion requirements/static/ci/py3.11/windows.txt
Original file line number Diff line number Diff line change
Expand Up @@ -278,7 +278,7 @@ pyfakefs==5.3.1
# via -r requirements/pytest.txt
pygit2==1.13.1
# via -r requirements/static/ci/windows.in
pymssql==2.2.7
pymssql==2.3.0
# via
# -c requirements/static/ci/../pkg/py3.11/windows.txt
# -r requirements/windows.txt
Expand Down
2 changes: 1 addition & 1 deletion requirements/static/ci/py3.12/windows.txt
Original file line number Diff line number Diff line change
Expand Up @@ -278,7 +278,7 @@ pyfakefs==5.3.1
# via -r requirements/pytest.txt
pygit2==1.13.1
# via -r requirements/static/ci/windows.in
pymssql==2.2.7
pymssql==2.3.0
# via
# -c requirements/static/ci/../pkg/py3.12/windows.txt
# -r requirements/windows.txt
Expand Down
2 changes: 1 addition & 1 deletion requirements/static/ci/py3.7/windows.txt
Original file line number Diff line number Diff line change
Expand Up @@ -297,7 +297,7 @@ pyfakefs==5.3.1
# via -r requirements/pytest.txt
pygit2==1.10.1
# via -r requirements/static/ci/windows.in
pymssql==2.2.1
pymssql==2.3.0
# via
# -c requirements/static/ci/../pkg/py3.7/windows.txt
# -r requirements/windows.txt
Expand Down
2 changes: 1 addition & 1 deletion requirements/static/ci/py3.8/windows.txt
Original file line number Diff line number Diff line change
Expand Up @@ -283,7 +283,7 @@ pyfakefs==5.3.1
# via -r requirements/pytest.txt
pygit2==1.13.1
# via -r requirements/static/ci/windows.in
pymssql==2.2.1
pymssql==2.3.0
# via
# -c requirements/static/ci/../pkg/py3.8/windows.txt
# -r requirements/windows.txt
Expand Down
2 changes: 1 addition & 1 deletion requirements/static/ci/py3.9/windows.txt
Original file line number Diff line number Diff line change
Expand Up @@ -284,7 +284,7 @@ pyfakefs==5.3.1
# via -r requirements/pytest.txt
pygit2==1.13.1
# via -r requirements/static/ci/windows.in
pymssql==2.2.1
pymssql==2.3.0
# via
# -c requirements/static/ci/../pkg/py3.9/windows.txt
# -r requirements/windows.txt
Expand Down

0 comments on commit 3b10d47

Please sign in to comment.