diff options
author | David Bradford <david.bradford@mongodb.com> | 2018-12-20 16:03:10 -0500 |
---|---|---|
committer | David Bradford <david.bradford@mongodb.com> | 2018-12-20 16:03:10 -0500 |
commit | 5124ffa18d5c14b1434f0f281e3a961cffea7dfc (patch) | |
tree | affb8092eb0cd49579d44b95b1ffdf2643530934 /etc | |
parent | a38bfed6f6347d7a1d8b4a96ad03a1581584a801 (diff) | |
download | mongo-5124ffa18d5c14b1434f0f281e3a961cffea7dfc.tar.gz |
SERVER-38710: Support dependencies when generating tasks
Diffstat (limited to 'etc')
-rw-r--r-- | etc/pip/components/resmoke.req | 2 | ||||
-rw-r--r-- | etc/pip/constraints.txt | 8 |
2 files changed, 5 insertions, 5 deletions
diff --git a/etc/pip/components/resmoke.req b/etc/pip/components/resmoke.req index 8417ea6b721..f9bd3ae9adc 100644 --- a/etc/pip/components/resmoke.req +++ b/etc/pip/components/resmoke.req @@ -1,4 +1,4 @@ mock; python_version < "3" PyKMIP == 0.4.0; python_version < "3" # It's now 0.8.0. We're far enough back to have API conflicts. jinja2 -shrub.py
\ No newline at end of file +shrub.py == 0.2.0
\ No newline at end of file diff --git a/etc/pip/constraints.txt b/etc/pip/constraints.txt index 86d48613080..db5f2a5bd97 100644 --- a/etc/pip/constraints.txt +++ b/etc/pip/constraints.txt @@ -7,8 +7,8 @@ # Common requirements asn1crypto==0.24.0 astroid==1.6.5 -boto3==1.9.65 -botocore==1.12.65 +boto3==1.9.69 +botocore==1.12.69 certifi==2018.11.29 cffi==1.11.5 chardet==3.0.4 @@ -39,7 +39,7 @@ requests-oauth==0.4.1 requests-oauthlib==1.0.0 requests-toolbelt==0.8.0 s3transfer==0.1.13 -shrub.py==0.1.0 +shrub.py==0.2.0 six==1.12.0 snowballstemmer==1.2.1 typing==3.6.6 @@ -62,7 +62,7 @@ singledispatch==3.4.0.3; python_version < "3" # Python3 requirements mypy==0.580; python_version > "3" -typed-ast==1.1.0; python_version > "3" +typed-ast==1.1.1; python_version > "3" # Platform-specific components pypiwin32==219; sys_platform == "win32" and python_version < "3" |