ashb commented on a change in pull request #16571:
URL: https://github.com/apache/airflow/pull/16571#discussion_r660455299
##########
File path: setup.py
##########
@@ -500,7 +500,7 @@ def write_version(filename: str = os.path.join(*[my_dir,
"airflow", "git_version
'jira',
'jsondiff',
'mongomock',
- 'moto~=2.0',
+ 'moto~=2.0.10',
Review comment:
```suggestion
'moto~=2.0,>=2.0.10',
```
`~=2.0.10` is the same as `>=2.0.10,<2.1` which is more restrictive than we
want I think.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]