You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@superset.apache.org by GitBox <gi...@apache.org> on 2022/11/08 07:02:41 UTC

[GitHub] [superset] dependabot[bot] opened a new pull request, #22052: build(deps): bump pip-compile-multi from 2.4.1 to 2.5.0 in /requirements

dependabot[bot] opened a new pull request, #22052:
URL: https://github.com/apache/superset/pull/22052

   Bumps [pip-compile-multi](https://github.com/peterdemin/pip-compile-multi) from 2.4.1 to 2.5.0.
   <details>
   <summary>Changelog</summary>
   <p><em>Sourced from <a href="https://github.com/peterdemin/pip-compile-multi/blob/master/HISTORY.rst">pip-compile-multi's changelog</a>.</em></p>
   <blockquote>
   <h2>2.5.0 (2022-11-03)</h2>
   <ul>
   <li>
   <p>Add <code>--emit_trusted_host/--no-emit_trusted_host</code> flag
   (<code>docs &lt;https://pip-compile-multi.readthedocs.io/en/latest/features.html#add-trusted-host-annotation&gt;</code><em>).
   Thanks to <code>Phil Blackwood</code></em>
   (Issue <code>[#351](https://github.com/peterdemin/pip-compile-multi/issues/351)</code><em>, PR <code>[#353](https://github.com/peterdemin/pip-compile-multi/issues/353)</code></em>).</p>
   </li>
   <li>
   <p>Remove Python 3.6 and 3.7 from tested versions
   (package works, but maintaining CI becomes problematic).
   Using Python 3.8 as the base version going forward.</p>
   </li>
   </ul>
   <p>.. _Phil Blackwood: <a href="https://github.com/philblckwd">https://github.com/philblckwd</a>
   .. _<a href="https://github-redirect.dependabot.com/peterdemin/pip-compile-multi/issues/351">#351</a>: <a href="https://github-redirect.dependabot.com/peterdemin/pip-compile-multi/issues/351">peterdemin/pip-compile-multi#351</a>
   .. _<a href="https://github-redirect.dependabot.com/peterdemin/pip-compile-multi/issues/353">#353</a>: <a href="https://github-redirect.dependabot.com/peterdemin/pip-compile-multi/pull/353">peterdemin/pip-compile-multi#353</a></p>
   <h2>2.4.6 (2022-07-22)</h2>
   <ul>
   <li>Add support for <code>PEP-426: environment markers &lt;https://peps.python.org/pep-0426/&gt;</code>_.</li>
   </ul>
   <h2>2.4.5 (2022-04-01)</h2>
   <ul>
   <li>Fix <code>--build-isolation</code> flag passing.
   Thanks to <code>Jake Schmidt</code>_
   (Issue <code>[#312](https://github.com/peterdemin/pip-compile-multi/issues/312)</code><em>, PR <code>[#313](https://github.com/peterdemin/pip-compile-multi/issues/313)</code></em>).</li>
   </ul>
   <p>.. _<a href="https://github-redirect.dependabot.com/peterdemin/pip-compile-multi/issues/312">#312</a>: <a href="https://github-redirect.dependabot.com/peterdemin/pip-compile-multi/issues/312">peterdemin/pip-compile-multi#312</a>
   .. _<a href="https://github-redirect.dependabot.com/peterdemin/pip-compile-multi/issues/313">#313</a>: <a href="https://github-redirect.dependabot.com/peterdemin/pip-compile-multi/pull/313">peterdemin/pip-compile-multi#313</a></p>
   <h2>2.4.4 (2022-03-30)</h2>
   <ul>
   <li>Add <code>--build-isolation</code> flag.
   Thanks to <code>Jake Schmidt</code>_
   (PR <code>[#311](https://github.com/peterdemin/pip-compile-multi/issues/311)</code>_).</li>
   <li>Fix <code>--skip-constraints</code> feature for URL dependencies.</li>
   </ul>
   <p>.. _Jake Schmidt: <a href="https://github.com/schmidt-jake">https://github.com/schmidt-jake</a>
   .. _<a href="https://github-redirect.dependabot.com/peterdemin/pip-compile-multi/issues/311">#311</a>: <a href="https://github-redirect.dependabot.com/peterdemin/pip-compile-multi/pull/311">peterdemin/pip-compile-multi#311</a></p>
   <h2>2.4.3 (2022-01-19)</h2>
   <ul>
   <li>Prioritize URL depedencies when parsing to enable URLs that have version pins.</li>
   <li>Make <code>--autoresolve</code> work correctly with <code>-t</code> and <code>-n</code> options.</li>
   <li>Add support for &quot;package @ url&quot; notation.</li>
   </ul>
   <!-- raw HTML omitted -->
   </blockquote>
   <p>... (truncated)</p>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a href="https://github.com/peterdemin/pip-compile-multi/commit/bf1664639f762d1d4c59e20f79ba351bf590cf71"><code>bf16646</code></a> Bump version: 2.4.6 → 2.5.0</li>
   <li><a href="https://github.com/peterdemin/pip-compile-multi/commit/79d2870cd58eaab05dca5354408d305199a4477b"><code>79d2870</code></a> Improve docs, add HISTORY entry</li>
   <li><a href="https://github.com/peterdemin/pip-compile-multi/commit/2941c64772669a81c13e62c552211f68d5bcd5fc"><code>2941c64</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/peterdemin/pip-compile-multi/issues/353">#353</a> from philblckwd/feature/add-emit-trusted-host-option</li>
   <li><a href="https://github.com/peterdemin/pip-compile-multi/commit/03aea36661d5ddc14dc80955c5d979514a973d5c"><code>03aea36</code></a> Adding flag '--emit-trusted-host/no-emit-trusted-host' to provide ability to ...</li>
   <li><a href="https://github.com/peterdemin/pip-compile-multi/commit/10c5ef91170ca5a00289b953b7e2181d33c71f8a"><code>10c5ef9</code></a> Lock down tox for Python 3.6</li>
   <li><a href="https://github.com/peterdemin/pip-compile-multi/commit/7b256dbe1ea51bfa210f916310594ef50d1b0ee5"><code>7b256db</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/peterdemin/pip-compile-multi/issues/349">#349</a> from peterdemin/update-dependencies-1666194250</li>
   <li><a href="https://github.com/peterdemin/pip-compile-multi/commit/b7caa87b7c1ff01bf7f711ac17177460a775aaac"><code>b7caa87</code></a> Update dependencies</li>
   <li><a href="https://github.com/peterdemin/pip-compile-multi/commit/65130a0517056c13e5bd816cb87e0db94435ca3a"><code>65130a0</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/peterdemin/pip-compile-multi/issues/347">#347</a> from peterdemin/update-dependencies-1664984096</li>
   <li><a href="https://github.com/peterdemin/pip-compile-multi/commit/e7961d79ec1be5e035a0f3c192e99aac31f89ee8"><code>e7961d7</code></a> Update dependencies</li>
   <li><a href="https://github.com/peterdemin/pip-compile-multi/commit/bf19eac560796f5faedc3448d2c5100e68ba5bd3"><code>bf19eac</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/peterdemin/pip-compile-multi/issues/341">#341</a> from peterdemin/update-dependencies-1662564971</li>
   <li>Additional commits viewable in <a href="https://github.com/peterdemin/pip-compile-multi/compare/v2.4.1...v2.5.0">compare view</a></li>
   </ul>
   </details>
   <br />
   
   
   [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=pip-compile-multi&package-manager=pip&previous-version=2.4.1&new-version=2.5.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)
   
   Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`.
   
   [//]: # (dependabot-automerge-start)
   [//]: # (dependabot-automerge-end)
   
   ---
   
   <details>
   <summary>Dependabot commands and options</summary>
   <br />
   
   You can trigger Dependabot actions by commenting on this PR:
   - `@dependabot rebase` will rebase this PR
   - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it
   - `@dependabot merge` will merge this PR after your CI passes on it
   - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it
   - `@dependabot cancel merge` will cancel a previously requested merge and block automerging
   - `@dependabot reopen` will reopen this PR if it is closed
   - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
   - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
   - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
   - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
   
   
   </details>


-- 
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: notifications-unsubscribe@superset.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@superset.apache.org
For additional commands, e-mail: notifications-help@superset.apache.org


[GitHub] [superset] dependabot[bot] commented on pull request #22052: build(deps): bump pip-compile-multi from 2.4.1 to 2.5.0 in /requirements

Posted by GitBox <gi...@apache.org>.
dependabot[bot] commented on PR #22052:
URL: https://github.com/apache/superset/pull/22052#issuecomment-1306723937

   The following labels could not be found: `pip`.


-- 
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: notifications-unsubscribe@superset.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@superset.apache.org
For additional commands, e-mail: notifications-help@superset.apache.org


[GitHub] [superset] dependabot[bot] closed pull request #22052: build(deps): bump pip-compile-multi from 2.4.1 to 2.5.0 in /requirements

Posted by GitBox <gi...@apache.org>.
dependabot[bot] closed pull request #22052: build(deps): bump pip-compile-multi from 2.4.1 to 2.5.0 in /requirements
URL: https://github.com/apache/superset/pull/22052


-- 
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: notifications-unsubscribe@superset.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@superset.apache.org
For additional commands, e-mail: notifications-help@superset.apache.org


[GitHub] [superset] dependabot[bot] commented on pull request #22052: build(deps): bump pip-compile-multi from 2.4.1 to 2.5.0 in /requirements

Posted by GitBox <gi...@apache.org>.
dependabot[bot] commented on PR #22052:
URL: https://github.com/apache/superset/pull/22052#issuecomment-1326033787

   Superseded by #22216.


-- 
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: notifications-unsubscribe@superset.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@superset.apache.org
For additional commands, e-mail: notifications-help@superset.apache.org


[GitHub] [superset] codecov[bot] commented on pull request #22052: build(deps): bump pip-compile-multi from 2.4.1 to 2.5.0 in /requirements

Posted by GitBox <gi...@apache.org>.
codecov[bot] commented on PR #22052:
URL: https://github.com/apache/superset/pull/22052#issuecomment-1306733972

   # [Codecov](https://codecov.io/gh/apache/superset/pull/22052?src=pr&el=h1&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation) Report
   > Merging [#22052](https://codecov.io/gh/apache/superset/pull/22052?src=pr&el=desc&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation) (cd19c8a) into [master](https://codecov.io/gh/apache/superset/commit/cd1b379bdf323f78c2e7d574525a55898c920942?el=desc&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation) (cd1b379) will **decrease** coverage by `11.34%`.
   > The diff coverage is `n/a`.
   
   ```diff
   @@             Coverage Diff             @@
   ##           master   #22052       +/-   ##
   ===========================================
   - Coverage   67.07%   55.72%   -11.35%     
   ===========================================
     Files        1815     1815               
     Lines       69575    69575               
     Branches     7486     7486               
   ===========================================
   - Hits        46665    38771     -7894     
   - Misses      20974    28868     +7894     
     Partials     1936     1936               
   ```
   
   | Flag | Coverage Δ | |
   |---|---|---|
   | hive | `52.82% <ø> (ø)` | |
   | mysql | `?` | |
   | postgres | `?` | |
   | presto | `52.73% <ø> (ø)` | |
   | python | `58.03% <ø> (-23.54%)` | :arrow_down: |
   | sqlite | `?` | |
   | unit | `51.20% <ø> (ø)` | |
   
   Flags with carried forward coverage won't be shown. [Click here](https://docs.codecov.io/docs/carryforward-flags?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation#carryforward-flags-in-the-pull-request-comment) to find out more.
   
   | [Impacted Files](https://codecov.io/gh/apache/superset/pull/22052?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation) | Coverage Δ | |
   |---|---|---|
   | [superset/utils/dashboard\_import\_export.py](https://codecov.io/gh/apache/superset/pull/22052/diff?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation#diff-c3VwZXJzZXQvdXRpbHMvZGFzaGJvYXJkX2ltcG9ydF9leHBvcnQucHk=) | `0.00% <0.00%> (-100.00%)` | :arrow_down: |
   | [superset/tags/core.py](https://codecov.io/gh/apache/superset/pull/22052/diff?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation#diff-c3VwZXJzZXQvdGFncy9jb3JlLnB5) | `4.54% <0.00%> (-95.46%)` | :arrow_down: |
   | [superset/key\_value/commands/update.py](https://codecov.io/gh/apache/superset/pull/22052/diff?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation#diff-c3VwZXJzZXQva2V5X3ZhbHVlL2NvbW1hbmRzL3VwZGF0ZS5weQ==) | `0.00% <0.00%> (-90.91%)` | :arrow_down: |
   | [superset/key\_value/commands/delete.py](https://codecov.io/gh/apache/superset/pull/22052/diff?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation#diff-c3VwZXJzZXQva2V5X3ZhbHVlL2NvbW1hbmRzL2RlbGV0ZS5weQ==) | `0.00% <0.00%> (-87.88%)` | :arrow_down: |
   | [superset/key\_value/commands/delete\_expired.py](https://codecov.io/gh/apache/superset/pull/22052/diff?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation#diff-c3VwZXJzZXQva2V5X3ZhbHVlL2NvbW1hbmRzL2RlbGV0ZV9leHBpcmVkLnB5) | `0.00% <0.00%> (-84.00%)` | :arrow_down: |
   | [superset/dashboards/commands/importers/v0.py](https://codecov.io/gh/apache/superset/pull/22052/diff?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation#diff-c3VwZXJzZXQvZGFzaGJvYXJkcy9jb21tYW5kcy9pbXBvcnRlcnMvdjAucHk=) | `15.62% <0.00%> (-76.25%)` | :arrow_down: |
   | [superset/datasets/commands/create.py](https://codecov.io/gh/apache/superset/pull/22052/diff?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation#diff-c3VwZXJzZXQvZGF0YXNldHMvY29tbWFuZHMvY3JlYXRlLnB5) | `30.61% <0.00%> (-69.39%)` | :arrow_down: |
   | [superset/datasets/commands/update.py](https://codecov.io/gh/apache/superset/pull/22052/diff?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation#diff-c3VwZXJzZXQvZGF0YXNldHMvY29tbWFuZHMvdXBkYXRlLnB5) | `25.00% <0.00%> (-69.05%)` | :arrow_down: |
   | [superset/datasets/commands/importers/v0.py](https://codecov.io/gh/apache/superset/pull/22052/diff?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation#diff-c3VwZXJzZXQvZGF0YXNldHMvY29tbWFuZHMvaW1wb3J0ZXJzL3YwLnB5) | `24.03% <0.00%> (-69.00%)` | :arrow_down: |
   | [superset/reports/commands/execute.py](https://codecov.io/gh/apache/superset/pull/22052/diff?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation#diff-c3VwZXJzZXQvcmVwb3J0cy9jb21tYW5kcy9leGVjdXRlLnB5) | `23.94% <0.00%> (-68.67%)` | :arrow_down: |
   | ... and [283 more](https://codecov.io/gh/apache/superset/pull/22052/diff?src=pr&el=tree-more&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation) | |
   
   :mega: We’re building smart automated test selection to slash your CI/CD build times. [Learn more](https://about.codecov.io/iterative-testing/?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation)
   


-- 
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: notifications-unsubscribe@superset.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@superset.apache.org
For additional commands, e-mail: notifications-help@superset.apache.org