diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 8e3169598b..b0f8fcd6dc 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -10,6 +10,6 @@ repos: - id: check-toml - repo: https://github.com/psf/black - rev: 21.7b0 + rev: 21.11b1 hooks: - id: black diff --git a/docs/dependencies-windows.md b/docs/dependencies-windows.md index 301e8fa3c1..b498dacad6 100644 --- a/docs/dependencies-windows.md +++ b/docs/dependencies-windows.md @@ -58,7 +58,7 @@ python -m pip install --upgrade pip wheel pip install -r requirements.txt ``` -**NOTE:** `pyuvc` requires that you download Microsoft Visual C++ 2010 Redistributable from [microsoft](https://www.microsoft.com/en-us/download/details.aspx?id=14632). The `pthreadVC2` lib, which is used by libuvc, depends on `msvcr100.dll`. +**NOTE:** `pyuvc` requires that you download Microsoft Visual C++ 2010 Redistributable from [microsoft](https://docs.microsoft.com/en-us/cpp/windows/latest-supported-vc-redist?view=msvc-160). The `pthreadVC2` lib, which is used by libuvc, depends on `msvcr100.dll`. ## Modifying Pupil to Work with Windows