Skip to content
This repository was archived by the owner on Jan 29, 2025. It is now read-only.

Commit bae8309

Browse files
bors[bot]mythmonrenovate-botpyup-bot
committed
1582: Fix some permission r=rehandalal a=mythmon Various files in the repo were marked as executable that did not need to be. 1586: Update dependency eslint to v5.7.0 r=mythmon a=renovate[bot] This PR contains the following updates: | Package | Type | Update | Change | References | |---|---|---|---|---| | eslint | devDependencies | minor | `5.6.1` -> `5.7.0` | [homepage](https://eslint.org), [source](https://renovatebot.com/gh/eslint/eslint) | 1587: Scheduled weekly dependency update for week 41 r=mythmon a=pyup-bot ### Update [atomicwrites](https://pypi.org/project/atomicwrites) from **1.2.0** to **1.2.1**. *The bot wasn't able to find a changelog for this release. [Got an idea?](https://github.com/pyupio/changelogs/issues/new)* <details> <summary>Links</summary> - PyPI: https://pypi.org/project/atomicwrites - Repo: https://github.com/untitaker/python-atomicwrites </details> ### Update [botocore](https://pypi.org/project/botocore) from **1.12.18** to **1.12.23**. <details> <summary>Changelog</summary> ### 1.12.23 ``` ======= * api-change:``cloudtrail``: Update cloudtrail client to latest version ``` ### 1.12.22 ``` ======= * api-change:``athena``: Update athena client to latest version * api-change:``ec2``: Update ec2 client to latest version * api-change:``transcribe``: Update transcribe client to latest version * api-change:``mediaconvert``: Update mediaconvert client to latest version * api-change:``directconnect``: Update directconnect client to latest version ``` ### 1.12.21 ``` ======= * api-change:``transcribe``: Update transcribe client to latest version * api-change:``comprehend``: Update comprehend client to latest version * api-change:``es``: Update es client to latest version ``` ### 1.12.20 ``` ======= * enhancement:TLS: Added support for configuring a client certificate and key when establishing TLS connections. * api-change:``ssm``: Update ssm client to latest version * bugfix:InstanceMetadataFetcher: Fix failure to retry on empty credentials and invalid JSON returned from IMDS `1049 &lt;https://github.com/boto/botocore/issues/1049&gt;`__ `1403 &lt;https://github.com/boto/botocore/issues/1403&gt;`__ ``` ### 1.12.19 ``` ======= * api-change:``iot``: Update iot client to latest version * api-change:``iot-jobs-data``: Update iot-jobs-data client to latest version ``` </details> <details> <summary>Links</summary> - PyPI: https://pypi.org/project/botocore - Changelog: https://pyup.io/changelogs/botocore/ - Repo: https://github.com/boto/botocore </details> ### Update [certifi](https://pypi.org/project/certifi) from **2018.8.24** to **2018.10.15**. *The bot wasn't able to find a changelog for this release. [Got an idea?](https://github.com/pyupio/changelogs/issues/new)* <details> <summary>Links</summary> - PyPI: https://pypi.org/project/certifi - Homepage: http://certifi.io/ </details> ### Update [Faker](https://pypi.org/project/Faker) from **0.9.1** to **0.9.2**. <details> <summary>Changelog</summary> ### 0.9.2 ``` * 1 bug fix: * Stopped stomping on I18n load path ``` </details> <details> <summary>Links</summary> - PyPI: https://pypi.org/project/faker - Changelog: https://pyup.io/changelogs/faker/ - Repo: https://github.com/joke2k/faker </details> ### Update [py](https://pypi.org/project/py) from **1.6.0** to **1.7.0**. <details> <summary>Changelog</summary> ### 1.7.0 ``` ================== - fix 174: use ``shutil.get_terminal_size()`` in Python 3.3+ to determine the size of the terminal, which produces more accurate results than the previous method. - fix pytest-dev/pytest2042: introduce new ``PY_IGNORE_IMPORTMISMATCH`` environment variable that suppresses ``ImportMismatchError`` exceptions when set to ``1``. ``` </details> <details> <summary>Links</summary> - PyPI: https://pypi.org/project/py - Changelog: https://pyup.io/changelogs/py/ - Docs: http://py.readthedocs.io/ </details> ### Update [urllib3](https://pypi.org/project/urllib3) from **1.22** to **1.23**. <details> <summary>Changelog</summary> ### 1.23 ``` ----------------- * Allow providing a list of headers to strip from requests when redirecting to a different host. Defaults to the ``Authorization`` header. Different headers can be set via ``Retry.remove_headers_on_redirect``. (Issue 1316) * Fix ``util.selectors._fileobj_to_fd`` to accept ``long`` (Issue 1247). * Dropped Python 3.3 support. (Pull 1242) * Put the connection back in the pool when calling stream() or read_chunked() on a chunked HEAD response. (Issue 1234) * Fixed pyOpenSSL-specific ssl client authentication issue when clients attempted to auth via certificate + chain (Issue 1060) * Add the port to the connectionpool connect print (Pull 1251) * Don&#39;t use the ``uuid`` module to create multipart data boundaries. (Pull 1380) * ``read_chunked()`` on a closed response returns no chunks. (Issue 1088) * Add Python 2.6 support to ``contrib.securetransport`` (Pull 1359) * Added support for auth info in url for SOCKS proxy (Pull 1363) ``` </details> <details> <summary>Links</summary> - PyPI: https://pypi.org/project/urllib3 - Changelog: https://pyup.io/changelogs/urllib3/ - Docs: https://urllib3.readthedocs.io/ </details> ### Update [boto3](https://pypi.org/project/boto3) from **1.9.18** to **1.9.23**. <details> <summary>Changelog</summary> ### 1.9.23 ``` ====== * api-change:``cloudtrail``: [``botocore``] Update cloudtrail client to latest version ``` ### 1.9.22 ``` ====== * api-change:``athena``: [``botocore``] Update athena client to latest version * api-change:``ec2``: [``botocore``] Update ec2 client to latest version * api-change:``transcribe``: [``botocore``] Update transcribe client to latest version * api-change:``mediaconvert``: [``botocore``] Update mediaconvert client to latest version * api-change:``directconnect``: [``botocore``] Update directconnect client to latest version ``` ### 1.9.21 ``` ====== * api-change:``transcribe``: [``botocore``] Update transcribe client to latest version * api-change:``comprehend``: [``botocore``] Update comprehend client to latest version * api-change:``es``: [``botocore``] Update es client to latest version ``` ### 1.9.20 ``` ====== * enhancement:TLS: [``botocore``] Added support for configuring a client certificate and key when establishing TLS connections. * api-change:``ssm``: [``botocore``] Update ssm client to latest version * bugfix:InstanceMetadataFetcher: [``botocore``] Fix failure to retry on empty credentials and invalid JSON returned from IMDS `1049 &lt;https://github.com/boto/botocore/issues/1049&gt;`__ `1403 &lt;https://github.com/boto/botocore/issues/1403&gt;`__ ``` ### 1.9.19 ``` ====== * api-change:``iot``: [``botocore``] Update iot client to latest version * api-change:``iot-jobs-data``: [``botocore``] Update iot-jobs-data client to latest version ``` </details> <details> <summary>Links</summary> - PyPI: https://pypi.org/project/boto3 - Changelog: https://pyup.io/changelogs/boto3/ - Repo: https://github.com/boto/boto3 </details> ### Update [geoip2](https://pypi.org/project/geoip2) from **2.8.0** to **2.9.0**. <details> <summary>Changelog</summary> ### 2.9.0 ``` ++++++++++++++++++ * You may now pass in the database via a file descriptor rather than a file name when creating a new ``geoip2.database.Reader`` object using ``MODE_FD``. This will read the database from the file descriptor into memory. Pull request by nkinkade. GitHub 53. ``` </details> <details> <summary>Links</summary> - PyPI: https://pypi.org/project/geoip2 - Changelog: https://pyup.io/changelogs/geoip2/ - Homepage: http://www.maxmind.com/ - Docs: https://pythonhosted.org/geoip2/ </details> ### Update [gevent](https://pypi.org/project/gevent) from **1.3.6** to **1.3.7**. <details> <summary>Changelog</summary> ### 1.3.7 ``` ================== - Formatting run info no longer includes ``gevent.local.local`` objects that have no value in the greenlet. See :issue:`1275`. - Fixed negative length in pywsgi&#39;s Input read functions for non chunked body. Reported in :issue:`1274` by tzickel. - Upgrade libuv from 1.22.0 to 1.23.2. - Fix opening files in text mode in CPython 2 on Windows by patching libuv. See :issue:`1282` reported by wiggin15. ``` </details> <details> <summary>Links</summary> - PyPI: https://pypi.org/project/gevent - Changelog: https://pyup.io/changelogs/gevent/ - Homepage: http://www.gevent.org/ </details> ### Update [gunicorn](https://pypi.org/project/gunicorn) from **19.8.1** to **19.9.0**. *The bot wasn't able to find a changelog for this release. [Got an idea?](https://github.com/pyupio/changelogs/issues/new)* <details> <summary>Links</summary> - PyPI: https://pypi.org/project/gunicorn - Changelog: https://pyup.io/changelogs/gunicorn/ - Homepage: http://gunicorn.org </details> Co-authored-by: Mike Cooper <[email protected]> Co-authored-by: Renovate Bot <[email protected]> Co-authored-by: pyup-bot <[email protected]>
4 parents 18d2dd7 + b393dbe + 8512ff5 + 0d549df commit bae8309

File tree

9 files changed

+70
-72
lines changed

9 files changed

+70
-72
lines changed

normandy/recipes/api/v1/serializers.py

100755100644
File mode changed.

normandy/recipes/api/v1/views.py

100755100644
File mode changed.

normandy/recipes/models.py

100755100644
File mode changed.

normandy/recipes/tests/api/v1/test_api.py

100755100644
File mode changed.

normandy/recipes/tests/test_models.py

100755100644
File mode changed.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
"babel-plugin-import": "1.9.1",
3434
"babel-plugin-syntax-async-functions": "6.13.0",
3535
"babili-webpack-plugin": "0.1.2",
36-
"eslint": "5.6.1",
36+
"eslint": "5.7.0",
3737
"eslint-config-airbnb": "17.1.0",
3838
"eslint-import-resolver-webpack": "0.10.1",
3939
"eslint-plugin-babel": "5.2.1",

requirements/constraints.txt

Lines changed: 18 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
1-
atomicwrites==1.2.0 \
2-
--hash=sha256:6b5282987b21cd79151f51caccead7a09d0a32e89c568bd9e3c4aaa7bbdf3f3a \
3-
--hash=sha256:e16334d50fe0f90919ef7339c24b9b62e6abaa78cd2d226f3d94eb067eb89043
1+
atomicwrites==1.2.1 \
2+
--hash=sha256:0312ad34fcad8fac3704d441f7b317e50af620823353ec657a53e981f92920c0 \
3+
--hash=sha256:ec9ae8adaae229e4f8446952d204a3e4b5fdd2d099f9be3aaf556120135fb3ee
44
attrs==18.2.0 \
55
--hash=sha256:ca4be454458f9dec299268d472aaa5a11f67a4ff70093396e1ceae9c76cf4bbb \
66
--hash=sha256:10cbf6e27dbce8c30807caf056c8eb50917e0eaafe86347671b57254006c3e69
7-
botocore==1.12.18 \
8-
--hash=sha256:f4167537e59da13539e1b320018acd482f708c85308959a9ada3809061f07738 \
9-
--hash=sha256:d11fa0e12448105989f1f4eebf093e8cfba5f90860640c488f3211ff2a744df0
10-
certifi==2018.8.24 \
11-
--hash=sha256:456048c7e371c089d0a77a5212fb37a2c2dce1e24146e3b7e0261736aaeaa22a \
12-
--hash=sha256:376690d6f16d32f9d1fe8932551d80b23e9d393a8578c5633a2ed39a64861638
7+
botocore==1.12.23 \
8+
--hash=sha256:867118c607cc074d5a30a07bf7ee48a537878947c2a21e8943959bb471902d16 \
9+
--hash=sha256:e19d83d787575644e5c52654a979b931f198394ad1b27412b7d37ce6cbbc3c6e
10+
certifi==2018.10.15 \
11+
--hash=sha256:339dc09518b07e2fa7eda5450740925974815557727d6bd35d319c1524a04a4c \
12+
--hash=sha256:6d58c986d22b038c8c0df30d639f23a3e6d172a05c3583e766f4c0b785c0986a
1313
cffi==1.11.5 \
1414
--hash=sha256:3c85641778460581c42924384f5e68076d724ceac0f267d66c757f7535069c93 \
1515
--hash=sha256:3eb6434197633b7748cea30bf0ba9f66727cdce45117a712b29a443943733257 \
@@ -29,9 +29,9 @@ coreschema==0.0.4 \
2929
docutils==0.14 \
3030
--hash=sha256:02aec4bd92ab067f6ff27a38a38a41173bf01bed8f89157768c1573f53e474a6 \
3131
--hash=sha256:51e64ef2ebfb29cae1faa133b3710143496eca21c530f3f71424d77687764274
32-
Faker==0.9.1 \
33-
--hash=sha256:74b32991f8e08e4f2f84858b919eca253becfaec4b3fa5fcff7fdbd70d5d78b1 \
34-
--hash=sha256:c2ce42dd8361e6d392276006d757532562463c8642b1086709584200b7fd7758
32+
Faker==0.9.2 \
33+
--hash=sha256:5ed822d31bd2d6edf10944d176d30dc9c886afdd381eefb7ba8b7aad86171646 \
34+
--hash=sha256:2621643b80a10b91999925cfd20f64d2b36f20bf22136bbdc749bb57d6ffe124
3535
future==0.16.0 \
3636
--hash=sha256:e39ced1ab767b5936646cedba8bcce582398233d6a627067d4c6a454c90cfedb
3737
greenlet==0.4.15 \
@@ -86,9 +86,9 @@ parsimonious==0.8.1 \
8686
pluggy==0.7.1 \
8787
--hash=sha256:6e3836e39f4d36ae72840833db137f7b7d35105079aee6ec4a62d9f80d594dd1 \
8888
--hash=sha256:95eb8364a4708392bae89035f45341871286a333f749c3141c20573d2b3876e1
89-
py==1.6.0 \
90-
--hash=sha256:50402e9d1c9005d759426988a492e0edaadb7f4e68bcddfea586bc7432d009c6 \
91-
--hash=sha256:06a30435d058473046be836d3fc4f27167fd84c45b99704f2fb5509ef61f9af1
89+
py==1.7.0 \
90+
--hash=sha256:e76826342cefe3c3d5f7e8ee4316b80d1dd8a300781612ddbc765c17ba25a6c6 \
91+
--hash=sha256:bf92637198836372b520efcba9e020c330123be8ce527e535d185ed4b6f45694
9292
pycodestyle==2.3.1 \
9393
--hash=sha256:682256a5b318149ca0d2a9185d365d8864a768a28db66a84a2ea946bcc426766 \
9494
--hash=sha256:6c4245ade1edfad79c3446fadfc96b0de2759662dc29d07d80a6f27ad1ca6ba9 \
@@ -143,9 +143,9 @@ uritemplate==3.0.0 \
143143
--hash=sha256:01c69f4fe8ed503b2951bef85d996a9d22434d2431584b5b107b2981ff416fbd \
144144
--hash=sha256:1b9c467a940ce9fb9f50df819e8ddd14696f89b9a8cc87ac77952ba416e0a8fd \
145145
--hash=sha256:c02643cebe23fc8adb5e6becffe201185bf06c40bda5c0b4028a93f1527d011d
146-
urllib3==1.22 \
147-
--hash=sha256:06330f386d6e4b195fbfc736b297f58c5a892e4440e54d294d7004e3a9bbea1b \
148-
--hash=sha256:cc44da8e1145637334317feebd728bd869a35285b93cbb4cca2577da7e62db4f
146+
urllib3==1.23 \
147+
--hash=sha256:b5725a0bd4ba422ab0e66e89e030c806576753ea3ee08554382c14e685d117b5 \
148+
--hash=sha256:a68ac5e15e76e7e5dd2b8f94007233e01effe3e50e8daddf69acfd81cb686baf
149149
webencodings==0.5.1 \
150150
--hash=sha256:a0af1213f3c2226497a97e2b3aa01a7e4bee4f403f95be16fc9acd2947514a78 \
151151
--hash=sha256:b36a1c245f2d304965eb4e0a82848379241dc04b865afcc4aab16748587e1923

requirements/default.txt

Lines changed: 33 additions & 33 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,9 @@ bcrypt==3.1.4 \
77
--hash=sha256:49e96267cd9be55a349fd74f9852eb9ae2c427cd7f6455d0f1765d7332292832 \
88
--hash=sha256:67ed1a374c9155ec0840214ce804616de49c3df9c5bc66740687c1c9b1cd9e8d \
99
--hash=sha256:9a6fedda73aba1568962f7543a1f586051c54febbc74e87769bad6a4b8587c39
10-
boto3==1.9.18 \
11-
--hash=sha256:f27a07b772820a2e5f30f924beba0db47a1d624dc4c32b2cd4def9aba9591130 \
12-
--hash=sha256:c667e1ba9677f37fe04afa3865840ade093529f353c5b4ba75222864f6478f74
10+
boto3==1.9.23 \
11+
--hash=sha256:021cdf2cc72ea3723857fd35d27cad2a3bf1a1832efb32d35e3bcec7d366948e \
12+
--hash=sha256:ff13a7a92e55c387c1dcdbe395f22de332cc9de12492ce5bc44199c2f5dc384a
1313
dj-database-url==0.5.0 \
1414
--hash=sha256:4aeaeb1f573c74835b0686a2b46b85990571159ffc21aa57ecd4d1e1cb334163 \
1515
--hash=sha256:851785365761ebe4994a921b433062309eb882fedd318e1b0fcecc607ed02da9
@@ -67,36 +67,36 @@ flake8==3.5.0 \
6767
--hash=sha256:c7841163e2b576d435799169b78703ad6ac1bbb0f199994fc05f700b2a90ea37
6868
flake8-junit-report==2.1.0 \
6969
--hash=sha256:f8890c1ebe0acb516fefacddec4b802bca9f89bb07db933e4ee3cd11ceaa1e8b
70-
geoip2==2.8.0 \
71-
--hash=sha256:762e5ea1400d40772249c0778328b6fc82b82503092ceb48c00a7500d7ce4a64 \
72-
--hash=sha256:7e119472ca841fb39293272403476c7012fa7127541b2780a9e432a5ebbb4a89
73-
gevent==1.3.6 \
74-
--hash=sha256:a9a0a61f8dc652b3dd5dc8b9f5f9ace5d2f91f5e81f368e9ef180c8eec968234 \
75-
--hash=sha256:e9e2942704f7fe75064ef0bc17ba46b097a57ec0e70eca1d790d5a3edb691628 \
76-
--hash=sha256:03d03ea4f33e535b0a99b6be2696fde9c7417022b8ee67fb15b78f47672a0b86 \
77-
--hash=sha256:ac3d258521b1056acb922b3aa77031a64888bb8cda1f7f6f370692cf3e224761 \
78-
--hash=sha256:23d623b41a431e04a9410b046520778517f5304dfbb9bfd3b1bbcc722eeaeea5 \
79-
--hash=sha256:810ae07c1baee83cb3d54f7dca236803554659dc00ef662ac962e4e4fd3e79bb \
80-
--hash=sha256:af7b0d16541dea42f1eceac4a02815ea3ebd8fe1eb6fc714c81ab1842ec259d4 \
81-
--hash=sha256:f2ca6fc669def8e622b4a10809f6f6a4b6a822a1cc1175b89ad8eb34235aaa2e \
82-
--hash=sha256:bc31cdec2e584106c026a4fd24f800cb575ea8ebfcce7974b630b65d61cf36df \
83-
--hash=sha256:cc42af305cb7bf1766b0084011520a81e56315dcc5b7662c209ef71a00764634 \
84-
--hash=sha256:ff8e09696a8c9100b1c88066ee44b50fbbea367ae91d830910561c902d1e7f3c \
85-
--hash=sha256:3c00ade4ae707dd6a17d6d56ebac689dc56719b83389f9aeb6a10b1e01326177 \
86-
--hash=sha256:652bdd59afb330ad95550bda6864b87876e977aa4e48b9216235d932368e1987 \
87-
--hash=sha256:bafef5a426473b52648c25d0ff9027aa8806982b57f8bc03abcc5f4669bfe19f \
88-
--hash=sha256:7feaf556fe2dc94340b603a3bfb00fbb526aaafcb8d804960939244ace4a262f \
89-
--hash=sha256:86fa642228b8fc6a8fa268efab20440bb26599d28814e8dcd99af5dc92da10d7 \
90-
--hash=sha256:f456a6321f0955e802e305946ce7e7d672a7da313417ea4b4add6809630d3b0e \
91-
--hash=sha256:e57f9d267b45ef9e3eb0e234307faaffa5a79cdb1477afa1befbf04de0cd8cbe \
92-
--hash=sha256:2f82d8b4d09285ca4aef34ae5c093ccf966da90e7db3bd34764ffb014c8bfa68 \
93-
--hash=sha256:e01223b43b2e9d92733ab9953038c7a99b9c3cdb32dc865b9ce94f03a2199f96 \
94-
--hash=sha256:3223eb697d819d73dedc9a55b3dfa0cc1931e6459df4f0bf83c7c27ca256a3bd \
95-
--hash=sha256:13a0e74432ede9efdad5fd9aed73bd30bcfc73ddcbffe719849210f4546db833 \
96-
--hash=sha256:7b413c391e8ad6607b7f7540d698a94349abd64e4935184c595f7cdcc69904c6
97-
gunicorn==19.8.1 \
98-
--hash=sha256:7ef2b828b335ed58e3b64ffa84caceb0a7dd7c5ca12f217241350dec36a1d5dc \
99-
--hash=sha256:bc59005979efb6d2dd7d5ba72d99f8a8422862ad17ff3a16e900684630dd2a10
70+
geoip2==2.9.0 \
71+
--hash=sha256:a37ddac2d200ffb97c736da8b8ba9d5d8dc47da6ec0f162a461b681ecac53a14 \
72+
--hash=sha256:f7ffe9d258e71a42cf622ce6350d976de1d0312b9f2fbce3975c7d838b57ecf0
73+
gevent==1.3.7 \
74+
--hash=sha256:419fd562e4b94b91b58cccb3bd3f17e1a11f6162fca6c591a7822bc8a68f023d \
75+
--hash=sha256:7c899e5a6f94d6310352716740f05e41eb8c52d995f27fc01e90380913aa8f22 \
76+
--hash=sha256:a66a26b78d90d7c4e9bf9efb2b2bd0af49234604ac52eaca03ea79ac411e3f6d \
77+
--hash=sha256:1f277c5cf060b30313c5f9b91588f4c645e11839e14a63c83fcf6f24b1bc9b95 \
78+
--hash=sha256:a1beea0443d3404c03e069d4c4d9fc13d8ec001771c77f9a23f01911a41f0e49 \
79+
--hash=sha256:30e9b2878d5b57c68a40b3a08d496bcdaefc79893948989bb9b9fab087b3f3c0 \
80+
--hash=sha256:99de2e38dde8669dd30a8a1261bdb39caee6bd00a5f928d01dfdb85ab0502562 \
81+
--hash=sha256:fd23b27387d76410eb6a01ea13efc7d8b4b95974ba212c336e8b1d6ab45a9578 \
82+
--hash=sha256:51143a479965e3e634252a0f4a1ea07e5307cf8dc773ef6bf9dfe6741785fb4c \
83+
--hash=sha256:9fa4284b44bc42bef6e437488d000ae37499ccee0d239013465638504c4565b7 \
84+
--hash=sha256:33533bc5c6522883e4437e901059fe5afa3ea74287eeea27a130494ff130e731 \
85+
--hash=sha256:6951655cc18b8371d823e81c700883debb0f633aae76f425dfeb240f76b95a67 \
86+
--hash=sha256:71eeb8d9146e8131b65c3364bb760b097c21b7b9fdbec91bf120685a510f997a \
87+
--hash=sha256:8465f84ba31aaf52a080837e9c5ddd592ab0a21dfda3212239ce1e1796f4d503 \
88+
--hash=sha256:5bf9bd1dd4951552d9207af3168f420575e3049016b9c10fe0c96760ce3555b7 \
89+
--hash=sha256:6004512833707a1877cc1a5aea90fd182f569e089bc9ab22a81d480dad018f1b \
90+
--hash=sha256:4ea938f44b882e02cca9583069d38eb5f257cc15a03e918980c307e7739b1038 \
91+
--hash=sha256:a94e197bd9667834f7bb6bd8dff1736fab68619d0f8cd78a9c1cebe3c4944677 \
92+
--hash=sha256:ac0331d3a3289a3d16627742be9c8969f293740a31efdedcd9087dadd6b2da57 \
93+
--hash=sha256:640b3b52121ab519e0980cb38b572df0d2bc76941103a697e828c13d76ac8836 \
94+
--hash=sha256:d26b57c50bf52fb38dadf3df5bbecd2236f49d7ac98f3cf32d6b8a2d25afc27f \
95+
--hash=sha256:298a04a334fb5e3dcd6f89d063866a09155da56041bc94756da59db412cb45b1 \
96+
--hash=sha256:3f06f4802824c577272960df003a304ce95b3e82eea01dad2637cc8609c80e2c
97+
gunicorn==19.9.0 \
98+
--hash=sha256:aa8e0b40b4157b36a5df5e599f45c9c76d6af43845ba3b3b0efe2c70473c2471 \
99+
--hash=sha256:fa2662097c66f920f53f70621c6c58ca4a3c4d3434205e608e121b5b3b71f4f3
100100
html5lib==1.0.1 \
101101
--hash=sha256:20b159aa3badc9d5ee8f5c647e5efd02ed2a66ab8d354930bd9ff139fc1dc0a3 \
102102
--hash=sha256:66cb0dcfdbbc4f9c3ba1a63fdb511ffdbd4f513b2b6d81b80cd26ce6b3fb3736

yarn.lock

Lines changed: 18 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -514,7 +514,7 @@ agent-base@^4.1.0:
514514
dependencies:
515515
es6-promisify "^5.0.0"
516516

517-
ajv-keywords@^3.0.0, ajv-keywords@^3.1.0:
517+
ajv-keywords@^3.1.0:
518518
version "3.2.0"
519519
resolved "https://registry.yarnpkg.com/ajv-keywords/-/ajv-keywords-3.2.0.tgz#e86b819c602cf8821ad637413698f1dec021847a"
520520
integrity sha1-6GuBnGAs+IIa1jdBNpjx3sAhhHo=
@@ -529,7 +529,7 @@ [email protected]:
529529
json-schema-traverse "^0.4.1"
530530
uri-js "^4.2.2"
531531

532-
ajv@^6.0.1, ajv@^6.1.0, ajv@^6.5.3:
532+
ajv@^6.1.0, ajv@^6.5.3:
533533
version "6.5.3"
534534
resolved "https://registry.yarnpkg.com/ajv/-/ajv-6.5.3.tgz#71a569d189ecf4f4f321224fecb166f071dd90f9"
535535
integrity sha512-LqZ9wY+fx3UMiiPd741yB2pj3hhil+hQc8taf4o2QGRFpWgZ2V5C8HA165DY9sS3fJwsk7uT7ZlFEyC3Ig3lLg==
@@ -2461,10 +2461,10 @@ eslint-visitor-keys@^1.0.0:
24612461
resolved "https://registry.yarnpkg.com/eslint-visitor-keys/-/eslint-visitor-keys-1.0.0.tgz#3f3180fb2e291017716acb4c9d6d5b5c34a6a81d"
24622462
integrity sha512-qzm/XxIbxm/FHyH341ZrbnMUpe+5Bocte9xkmFMzPMjRaZMcXww+MpBptFvtU+79L362nqiLhekCxCxDPaUMBQ==
24632463

2464-
eslint@5.6.1:
2465-
version "5.6.1"
2466-
resolved "https://registry.yarnpkg.com/eslint/-/eslint-5.6.1.tgz#348134e32ccc09abb2df1bf282b3f6eed8c7b480"
2467-
integrity sha512-hgrDtGWz368b7Wqf+v1Z69O3ZebNR0+GA7PtDdbmuz4rInFVUV9uw7whjZEiWyLzCjVb5Rs5WRN1TAS6eo7AYA==
2464+
eslint@5.7.0:
2465+
version "5.7.0"
2466+
resolved "https://registry.yarnpkg.com/eslint/-/eslint-5.7.0.tgz#55c326d6fb2ad45fcbd0ce17c3846f025d1d819c"
2467+
integrity sha512-zYCeFQahsxffGl87U2aJ7DPyH8CbWgxBC213Y8+TCanhUTf2gEvfq3EKpHmEcozTLyPmGe9LZdMAwC/CpJBM5A==
24682468
dependencies:
24692469
"@babel/code-frame" "^7.0.0"
24702470
ajv "^6.5.3"
@@ -2497,12 +2497,12 @@ [email protected]:
24972497
path-is-inside "^1.0.2"
24982498
pluralize "^7.0.0"
24992499
progress "^2.0.0"
2500-
regexpp "^2.0.0"
2500+
regexpp "^2.0.1"
25012501
require-uncached "^1.0.3"
25022502
semver "^5.5.1"
25032503
strip-ansi "^4.0.0"
25042504
strip-json-comments "^2.0.1"
2505-
table "^4.0.3"
2505+
table "^5.0.2"
25062506
text-table "^0.2.0"
25072507

25082508
espree@^4.0.0:
@@ -4798,10 +4798,10 @@ regex-not@^1.0.0, regex-not@^1.0.2:
47984798
extend-shallow "^3.0.2"
47994799
safe-regex "^1.1.0"
48004800

4801-
regexpp@^2.0.0:
4802-
version "2.0.0"
4803-
resolved "https://registry.yarnpkg.com/regexpp/-/regexpp-2.0.0.tgz#b2a7534a85ca1b033bcf5ce9ff8e56d4e0755365"
4804-
integrity sha512-g2FAVtR8Uh8GO1Nv5wpxW7VFVwHcCEr4wyA8/MHiRkO8uHoR5ntAA8Uq3P1vvMTX/BeQiRVSpDGLd+Wn5HNOTA==
4801+
regexpp@^2.0.1:
4802+
version "2.0.1"
4803+
resolved "https://registry.yarnpkg.com/regexpp/-/regexpp-2.0.1.tgz#8d19d31cf632482b589049f8281f93dbcba4d07f"
4804+
integrity sha512-lv0M6+TkDVniA3aD1Eg0DVpfU/booSu7Eev3TDO/mZKHBfVjgCGTV4t4buppESEYDtkArYFOxTJWv6S5C+iaNw==
48054805

48064806
remove-trailing-separator@^1.0.1:
48074807
version "1.1.0"
@@ -5394,15 +5394,13 @@ supports-color@^5.3.0, supports-color@^5.5.0:
53945394
dependencies:
53955395
has-flag "^3.0.0"
53965396

5397-
table@^4.0.3:
5398-
version "4.0.3"
5399-
resolved "https://registry.yarnpkg.com/table/-/table-4.0.3.tgz#00b5e2b602f1794b9acaf9ca908a76386a7813bc"
5400-
integrity sha512-S7rnFITmBH1EnyKcvxBh1LjYeQMmnZtCXSEbHcH6S0NoKit24ZuFO/T1vDcLdYsLQkM188PVVhQmzKIuThNkKg==
5397+
table@^5.0.2:
5398+
version "5.1.0"
5399+
resolved "https://registry.yarnpkg.com/table/-/table-5.1.0.tgz#69a54644f6f01ad1628f8178715b408dc6bf11f7"
5400+
integrity sha512-e542in22ZLhD/fOIuXs/8yDZ9W61ltF8daM88rkRNtgTIct+vI2fTnAyu/Db2TCfEcI8i7mjZz6meLq0nW7TYg==
54015401
dependencies:
5402-
ajv "^6.0.1"
5403-
ajv-keywords "^3.0.0"
5404-
chalk "^2.1.0"
5405-
lodash "^4.17.4"
5402+
ajv "^6.5.3"
5403+
lodash "^4.17.10"
54065404
slice-ansi "1.0.0"
54075405
string-width "^2.1.1"
54085406

0 commit comments

Comments
 (0)