You are viewing a plain text version of this content. The canonical link for it is here.
Posted to github@beam.apache.org by GitBox <gi...@apache.org> on 2022/06/22 15:28:56 UTC

[GitHub] [beam] dependabot[bot] opened a new pull request, #21996: Update dill requirement from <0.3.2,>=0.3.1.1 to >=0.3.1.1,<0.3.6 in /sdks/python

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

   Updates the requirements on [dill](https://github.com/uqfoundation/dill) to permit the latest version.
   <details>
   <summary>Release notes</summary>
   <p><em>Sourced from <a href="https://github.com/uqfoundation/dill/releases">dill's releases</a>.</em></p>
   <blockquote>
   <h2>dill-0.3.5.1</h2>
   <p>With <code>dill</code>, you can serialize almost anything in python, even an entire interpreter session.  If you encounter any pickling failures, <code>dill</code> also has some good tools to help you discover why your object fails to pickle.</p>
   <p><code>dill</code> installs with <code>pip</code>:
   <code>$ pip install dill</code></p>
   <p><code>dill</code> requires:
   <code>- python or pypy, ==2.7 or &gt;=3.7</code></p>
   <p>Optional requirements:
   <code>- pyreadline, &gt;=1.7.1</code> (install with <code>$ pip install dill[readline]</code>)
   <code>- objgraph, &gt;=1.7.2</code> (install with <code>$ pip install dill[graph]</code>)</p>
   <p><code>dill</code> is licensed under 3-clause BSD:</p>
   <pre><code>&gt;&gt;&gt; import dill
   &gt;&gt;&gt; print (dill.license())
   </code></pre>
   <p>To cite <code>dill</code>:</p>
   <pre><code>&gt;&gt;&gt; import dill
   &gt;&gt;&gt; print (dill.citation())
   </code></pre>
   </blockquote>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a href="https://github.com/uqfoundation/dill/commit/385651622cf32a762b8ef1bf07f83e56580b421e"><code>3856516</code></a> tag: dill-0.3.5.1</li>
   <li><a href="https://github.com/uqfoundation/dill/commit/5ee12065cee0daa7b6164943a75a7f88ffaf734f"><code>5ee1206</code></a> fix: <a href="https://github-redirect.dependabot.com/uqfoundation/dill/issues/478">#478</a> _field_defaults</li>
   <li><a href="https://github.com/uqfoundation/dill/commit/e76fa4709aefc3cf1535d53ba9058fa023669bee"><code>e76fa47</code></a> patch version, remove wheel requirement</li>
   <li><a href="https://github.com/uqfoundation/dill/commit/9c7255f514413ca367a8d9009c6204efa1bcf55e"><code>9c7255f</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/uqfoundation/dill/issues/479">#479</a> from mgorny/wheel-dep</li>
   <li><a href="https://github.com/uqfoundation/dill/commit/146aa05d29e6dc7d3e4381d75566326cc9e24832"><code>146aa05</code></a> remove redundant <code>wheel</code> dep from pyproject.toml</li>
   <li><a href="https://github.com/uqfoundation/dill/commit/fd29593a05f5ccbde3636ad785eeaf8505ed3f80"><code>fd29593</code></a> bumping past dill-0.3.5</li>
   <li><a href="https://github.com/uqfoundation/dill/commit/cdcd993cf879bdb718ba00dfb5d209fc5948773b"><code>cdcd993</code></a> tag: dill-0.3.5</li>
   <li><a href="https://github.com/uqfoundation/dill/commit/c4f0285c88a002c7a270098875afe7f7b4c5a300"><code>c4f0285</code></a> fix LONG_DOC and add project_urls</li>
   <li><a href="https://github.com/uqfoundation/dill/commit/a5319af1c4ee5b45a7a2d7c95d7bbff0da33a08a"><code>a5319af</code></a> update readthedocs requirements</li>
   <li><a href="https://github.com/uqfoundation/dill/commit/a16219edf06393e41b9294a27f0511b41280ad2b"><code>a16219e</code></a> drop rtfd build to 3.8</li>
   <li>Additional commits viewable in <a href="https://github.com/uqfoundation/dill/compare/dill-0.3.1.1...dill-0.3.5.1">compare view</a></li>
   </ul>
   </details>
   <br />
   
   
   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: github-unsubscribe@beam.apache.org

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


[GitHub] [beam] asf-ci commented on pull request #21996: Update dill requirement from <0.3.2,>=0.3.1.1 to >=0.3.1.1,<0.3.6 in /sdks/python

Posted by GitBox <gi...@apache.org>.
asf-ci commented on PR #21996:
URL: https://github.com/apache/beam/pull/21996#issuecomment-1163262857

   Can one of the admins verify this patch?


-- 
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: github-unsubscribe@beam.apache.org

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


[GitHub] [beam] asf-ci commented on pull request #21996: Update dill requirement from <0.3.2,>=0.3.1.1 to >=0.3.1.1,<0.3.6 in /sdks/python

Posted by GitBox <gi...@apache.org>.
asf-ci commented on PR #21996:
URL: https://github.com/apache/beam/pull/21996#issuecomment-1163262854

   Can one of the admins verify this patch?


-- 
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: github-unsubscribe@beam.apache.org

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


[GitHub] [beam] dependabot[bot] commented on pull request #21996: Update dill requirement from <0.3.2,>=0.3.1.1 to >=0.3.1.1,<0.3.6 in /sdks/python

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

   Sorry, only users with push access can use that command.


-- 
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: github-unsubscribe@beam.apache.org

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


[GitHub] [beam] tvalentyn commented on pull request #21996: Update dill requirement from <0.3.2,>=0.3.1.1 to >=0.3.1.1,<0.3.6 in /sdks/python

Posted by GitBox <gi...@apache.org>.
tvalentyn commented on PR #21996:
URL: https://github.com/apache/beam/pull/21996#issuecomment-1163533223

    @dependabot ignore this dependency


-- 
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: github-unsubscribe@beam.apache.org

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


[GitHub] [beam] asf-ci commented on pull request #21996: Update dill requirement from <0.3.2,>=0.3.1.1 to >=0.3.1.1,<0.3.6 in /sdks/python

Posted by GitBox <gi...@apache.org>.
asf-ci commented on PR #21996:
URL: https://github.com/apache/beam/pull/21996#issuecomment-1163262870

   Can one of the admins verify this patch?


-- 
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: github-unsubscribe@beam.apache.org

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


[GitHub] [beam] github-actions[bot] commented on pull request #21996: Update dill requirement from <0.3.2,>=0.3.1.1 to >=0.3.1.1,<0.3.6 in /sdks/python

Posted by GitBox <gi...@apache.org>.
github-actions[bot] commented on PR #21996:
URL: https://github.com/apache/beam/pull/21996#issuecomment-1163478710

   Assigning reviewers. If you would like to opt out of this review, comment `assign to next reviewer`:
   
   R: @y1chi for label python.
   
   Available commands:
   - `stop reviewer notifications` - opt out of the automated review tooling
   - `remind me after tests pass` - tag the comment author after tests pass
   - `waiting on author` - shift the attention set back to the author (any comment or push by the author will return the attention set to the reviewers)
   
   The PR bot will only process comments in the main thread (not review comments).


-- 
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: github-unsubscribe@beam.apache.org

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


[GitHub] [beam] dependabot[bot] commented on pull request #21996: Update dill requirement from <0.3.2,>=0.3.1.1 to >=0.3.1.1,<0.3.6 in /sdks/python

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

   OK, I won't notify you about dill again, unless you re-open this PR or update it yourself. 😢


-- 
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: github-unsubscribe@beam.apache.org

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


[GitHub] [beam] ryanthompson591 commented on pull request #21996: Update dill requirement from <0.3.2,>=0.3.1.1 to >=0.3.1.1,<0.3.6 in /sdks/python

Posted by GitBox <gi...@apache.org>.
ryanthompson591 commented on PR #21996:
URL: https://github.com/apache/beam/pull/21996#issuecomment-1163469750

   DO NOT MERGE. This will cause a regression as dill needs to be in a narrow band. It is not a backwards or forwards compatible library and this change will be breaking.
   
   


-- 
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: github-unsubscribe@beam.apache.org

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


[GitHub] [beam] codecov[bot] commented on pull request #21996: Update dill requirement from <0.3.2,>=0.3.1.1 to >=0.3.1.1,<0.3.6 in /sdks/python

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

   # [Codecov](https://codecov.io/gh/apache/beam/pull/21996?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 [#21996](https://codecov.io/gh/apache/beam/pull/21996?src=pr&el=desc&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation) (adbb49a) into [master](https://codecov.io/gh/apache/beam/commit/2574f9106c75e413310dcb7756952889da3fe7cd?el=desc&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation) (2574f91) will **not change** coverage.
   > The diff coverage is `n/a`.
   
   ```diff
   @@           Coverage Diff           @@
   ##           master   #21996   +/-   ##
   =======================================
     Coverage   73.99%   73.99%           
   =======================================
     Files         703      703           
     Lines       92934    92934           
   =======================================
     Hits        68764    68764           
     Misses      22904    22904           
     Partials     1266     1266           
   ```
   
   | Flag | Coverage Δ | |
   |---|---|---|
   | python | `83.57% <ø> (ø)` | |
   
   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/beam/pull/21996?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation) | Coverage Δ | |
   |---|---|---|
   | [sdks/python/apache\_beam/internal/dill\_pickler.py](https://codecov.io/gh/apache/beam/pull/21996/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-c2Rrcy9weXRob24vYXBhY2hlX2JlYW0vaW50ZXJuYWwvZGlsbF9waWNrbGVyLnB5) | `85.61% <0.00%> (-1.44%)` | :arrow_down: |
   | [...eam/runners/interactive/interactive\_environment.py](https://codecov.io/gh/apache/beam/pull/21996/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-c2Rrcy9weXRob24vYXBhY2hlX2JlYW0vcnVubmVycy9pbnRlcmFjdGl2ZS9pbnRlcmFjdGl2ZV9lbnZpcm9ubWVudC5weQ==) | `91.71% <0.00%> (-0.31%)` | :arrow_down: |
   | [sdks/python/apache\_beam/transforms/core.py](https://codecov.io/gh/apache/beam/pull/21996/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-c2Rrcy9weXRob24vYXBhY2hlX2JlYW0vdHJhbnNmb3Jtcy9jb3JlLnB5) | `92.42% <0.00%> (-0.15%)` | :arrow_down: |
   | [...on/apache\_beam/runners/dataflow/dataflow\_runner.py](https://codecov.io/gh/apache/beam/pull/21996/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-c2Rrcy9weXRob24vYXBhY2hlX2JlYW0vcnVubmVycy9kYXRhZmxvdy9kYXRhZmxvd19ydW5uZXIucHk=) | `82.87% <0.00%> (-0.14%)` | :arrow_down: |
   | [sdks/python/apache\_beam/coders/coders.py](https://codecov.io/gh/apache/beam/pull/21996/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-c2Rrcy9weXRob24vYXBhY2hlX2JlYW0vY29kZXJzL2NvZGVycy5weQ==) | `88.22% <0.00%> (-0.13%)` | :arrow_down: |
   | [...ks/python/apache\_beam/runners/worker/sdk\_worker.py](https://codecov.io/gh/apache/beam/pull/21996/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-c2Rrcy9weXRob24vYXBhY2hlX2JlYW0vcnVubmVycy93b3JrZXIvc2RrX3dvcmtlci5weQ==) | `89.09% <0.00%> (+0.15%)` | :arrow_up: |
   | [...hon/apache\_beam/runners/worker/bundle\_processor.py](https://codecov.io/gh/apache/beam/pull/21996/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-c2Rrcy9weXRob24vYXBhY2hlX2JlYW0vcnVubmVycy93b3JrZXIvYnVuZGxlX3Byb2Nlc3Nvci5weQ==) | `93.54% <0.00%> (+0.24%)` | :arrow_up: |
   | [...che\_beam/runners/interactive/interactive\_runner.py](https://codecov.io/gh/apache/beam/pull/21996/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-c2Rrcy9weXRob24vYXBhY2hlX2JlYW0vcnVubmVycy9pbnRlcmFjdGl2ZS9pbnRlcmFjdGl2ZV9ydW5uZXIucHk=) | `91.39% <0.00%> (+1.32%)` | :arrow_up: |
   | [.../python/apache\_beam/testing/test\_stream\_service.py](https://codecov.io/gh/apache/beam/pull/21996/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-c2Rrcy9weXRob24vYXBhY2hlX2JlYW0vdGVzdGluZy90ZXN0X3N0cmVhbV9zZXJ2aWNlLnB5) | `92.85% <0.00%> (+4.76%)` | :arrow_up: |
   
   ------
   
   [Continue to review full report at Codecov](https://codecov.io/gh/apache/beam/pull/21996?src=pr&el=continue&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation).
   > **Legend** - [Click here to learn more](https://docs.codecov.io/docs/codecov-delta?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation)
   > `Δ = absolute <relative> (impact)`, `ø = not affected`, `? = missing data`
   > Powered by [Codecov](https://codecov.io/gh/apache/beam/pull/21996?src=pr&el=footer&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation). Last update [2574f91...adbb49a](https://codecov.io/gh/apache/beam/pull/21996?src=pr&el=lastupdated&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation). Read the [comment docs](https://docs.codecov.io/docs/pull-request-comments?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: github-unsubscribe@beam.apache.org

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


[GitHub] [beam] ryanthompson591 commented on pull request #21996: Update dill requirement from <0.3.2,>=0.3.1.1 to >=0.3.1.1,<0.3.6 in /sdks/python

Posted by GitBox <gi...@apache.org>.
ryanthompson591 commented on PR #21996:
URL: https://github.com/apache/beam/pull/21996#issuecomment-1163532480

   @dependabot ignore this dependency


-- 
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: github-unsubscribe@beam.apache.org

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


[GitHub] [beam] asf-ci commented on pull request #21996: Update dill requirement from <0.3.2,>=0.3.1.1 to >=0.3.1.1,<0.3.6 in /sdks/python

Posted by GitBox <gi...@apache.org>.
asf-ci commented on PR #21996:
URL: https://github.com/apache/beam/pull/21996#issuecomment-1163262864

   Can one of the admins verify this patch?


-- 
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: github-unsubscribe@beam.apache.org

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


[GitHub] [beam] asf-ci commented on pull request #21996: Update dill requirement from <0.3.2,>=0.3.1.1 to >=0.3.1.1,<0.3.6 in /sdks/python

Posted by GitBox <gi...@apache.org>.
asf-ci commented on PR #21996:
URL: https://github.com/apache/beam/pull/21996#issuecomment-1163262847

   Can one of the admins verify this patch?


-- 
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: github-unsubscribe@beam.apache.org

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


[GitHub] [beam] tvalentyn closed pull request #21996: Update dill requirement from <0.3.2,>=0.3.1.1 to >=0.3.1.1,<0.3.6 in /sdks/python

Posted by GitBox <gi...@apache.org>.
tvalentyn closed pull request #21996: Update dill requirement from <0.3.2,>=0.3.1.1 to >=0.3.1.1,<0.3.6 in /sdks/python
URL: https://github.com/apache/beam/pull/21996


-- 
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: github-unsubscribe@beam.apache.org

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