python-trio / trio

Trio – a friendly Python library for async concurrency and I/O
https://trio.readthedocs.io
Other
6.12k stars 335 forks source link

[pre-commit.ci] pre-commit autoupdate #2940

Closed pre-commit-ci[bot] closed 8 months ago

pre-commit-ci[bot] commented 8 months ago

updates:

codecov[bot] commented 8 months ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Comparison is base (05c5df2) 99.64% compared to head (92fb579) 99.64%.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #2940 +/- ## ========================================== - Coverage 99.64% 99.64% -0.01% ========================================== Files 116 116 Lines 17503 17501 -2 Branches 3148 3148 ========================================== - Hits 17441 17439 -2 Misses 43 43 Partials 19 19 ``` | [Files](https://app.codecov.io/gh/python-trio/trio/pull/2940?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=python-trio) | Coverage Δ | | |---|---|---| | [src/trio/\_\_init\_\_.py](https://app.codecov.io/gh/python-trio/trio/pull/2940?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=python-trio#diff-c3JjL3RyaW8vX19pbml0X18ucHk=) | `100.00% <ø> (ø)` | | | [src/trio/\_core/\_local.py](https://app.codecov.io/gh/python-trio/trio/pull/2940?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=python-trio#diff-c3JjL3RyaW8vX2NvcmUvX2xvY2FsLnB5) | `100.00% <100.00%> (ø)` | | | [src/trio/\_core/\_run.py](https://app.codecov.io/gh/python-trio/trio/pull/2940?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=python-trio#diff-c3JjL3RyaW8vX2NvcmUvX3J1bi5weQ==) | `99.66% <ø> (ø)` | | | [src/trio/\_core/\_thread\_cache.py](https://app.codecov.io/gh/python-trio/trio/pull/2940?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=python-trio#diff-c3JjL3RyaW8vX2NvcmUvX3RocmVhZF9jYWNoZS5weQ==) | `100.00% <100.00%> (ø)` | | | [src/trio/\_core/\_traps.py](https://app.codecov.io/gh/python-trio/trio/pull/2940?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=python-trio#diff-c3JjL3RyaW8vX2NvcmUvX3RyYXBzLnB5) | `100.00% <ø> (ø)` | | | [src/trio/\_core/\_windows\_cffi.py](https://app.codecov.io/gh/python-trio/trio/pull/2940?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=python-trio#diff-c3JjL3RyaW8vX2NvcmUvX3dpbmRvd3NfY2ZmaS5weQ==) | `100.00% <ø> (ø)` | | | [src/trio/\_file\_io.py](https://app.codecov.io/gh/python-trio/trio/pull/2940?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=python-trio#diff-c3JjL3RyaW8vX2ZpbGVfaW8ucHk=) | `100.00% <ø> (ø)` | | | [src/trio/\_highlevel\_open\_unix\_stream.py](https://app.codecov.io/gh/python-trio/trio/pull/2940?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=python-trio#diff-c3JjL3RyaW8vX2hpZ2hsZXZlbF9vcGVuX3VuaXhfc3RyZWFtLnB5) | `100.00% <ø> (ø)` | | | [src/trio/\_highlevel\_socket.py](https://app.codecov.io/gh/python-trio/trio/pull/2940?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=python-trio#diff-c3JjL3RyaW8vX2hpZ2hsZXZlbF9zb2NrZXQucHk=) | `100.00% <ø> (ø)` | | | [src/trio/\_path.py](https://app.codecov.io/gh/python-trio/trio/pull/2940?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=python-trio#diff-c3JjL3RyaW8vX3BhdGgucHk=) | `100.00% <ø> (ø)` | | | ... and [17 more](https://app.codecov.io/gh/python-trio/trio/pull/2940?src=pr&el=tree-more&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=python-trio) | |
A5rocks commented 8 months ago

This made me think about https://github.com/python-trio/trio/issues/2835 but we would only really want dependency bumping in these PRs specifically... IDK.

CoolCat467 commented 8 months ago

This made me think about #2835 but we would only really want dependency bumping in these PRs specifically... IDK.

Not infallible, but we could add some sort of logic for whenever pull request is opened with exact title [pre-commit.ci] pre-commit autoupdate and author from email regex matches <\d+\+pre-commit-ci\[bot\]@users\.noreply\.github\.com>, do auto-deps things.

CoolCat467 commented 8 months ago

Merging, 92fb579 bumps test requirements and everything passes.