diff --git a/dev-requirements.txt b/dev-requirements.txt index 7c87fc541b..46c9263ac3 100644 --- a/dev-requirements.txt +++ b/dev-requirements.txt @@ -3,7 +3,7 @@ ################ # Mocks (stdlib ones change between versions of Python, so are not consistent in behaviour like the backport is). -mock==4.0.2 +mock==4.0.3 # Py.test stuff. pytest==6.1.2