Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Dec 1, 2022

Bumps mypy from 0.982 to 0.991.

Commits
  • b7788fc Update version to remove "+dev" for releasing 0.991
  • 6077d19 manually CP typeshed #9130
  • ab0ea1e Fix crash with function redefinition (#14064)
  • 592a9ce Fix another crash with report generation on namespace packages (#14063)
  • 1650ae0 Update --no-warn-no-return docs for empty body changes (#14065)
  • b9daa31 Don't ignore errors in files passed on the command line (#14060)
  • 02fd8a5 Filter out wasm32 wheel in upload-pypi.py (#14035)
  • 131c8d7 Fix crash on inference with recursive alias to recursive instance (#14038)
  • 1368338 Change version to 0.991+dev in preparation for the point release
  • b71dc3d Remove +dev from version
  • Additional commits viewable in compare view

Dependabot compatibility score

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 commands and options

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)

@dependabot dependabot bot requested a review from a team as a code owner December 1, 2022 08:05
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Dec 1, 2022
@dependabot dependabot bot force-pushed the dependabot/pip/mypy-0.991 branch from f08983d to 6bf0c96 Compare December 5, 2022 13:08
Copy link
Member

@jtrobles-cdd jtrobles-cdd left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

  • Fix errors reported by Mypy.

@dependabot dependabot bot force-pushed the dependabot/pip/mypy-0.991 branch 2 times, most recently from b487584 to 5b57265 Compare December 6, 2022 13:27
@svillegas-cdd
Copy link
Contributor

@dependabot rebase

@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Dec 20, 2022

Looks like this PR is already up-to-date with develop! If you'd still like to recreate it from scratch, overwriting any edits, you can request @dependabot recreate.

@svillegas-cdd
Copy link
Contributor

@dependabot recreate

@dependabot dependabot bot force-pushed the dependabot/pip/mypy-0.991 branch from 5b57265 to e6cadee Compare December 20, 2022 13:50
@svillegas-cdd svillegas-cdd force-pushed the dependabot/pip/mypy-0.991 branch from e6cadee to a726f93 Compare December 20, 2022 15:26
@svillegas-cdd svillegas-cdd requested review from a team, fpinto-cdd and jtrobles-cdd December 20, 2022 15:26
@codecov-commenter
Copy link

codecov-commenter commented Dec 20, 2022

Codecov Report

Base: 85.72% // Head: 85.72% // No change to project coverage 👍

Coverage data is based on head (d2a3e28) compared to base (7a1ea26).
Patch coverage: 100.00% of modified lines in pull request are covered.

Additional details and impacted files
@@           Coverage Diff            @@
##           develop     #406   +/-   ##
========================================
  Coverage    85.72%   85.72%           
========================================
  Files           34       34           
  Lines         2767     2767           
  Branches       353      353           
========================================
  Hits          2372     2372           
  Misses         258      258           
  Partials       137      137           
Impacted Files Coverage Δ
cl_sii/rcv/parse_csv.py 78.89% <ø> (ø)
cl_sii/libs/csv_utils.py 41.66% <100.00%> (ø)
cl_sii/libs/mm_utils.py 52.00% <100.00%> (ø)
cl_sii/libs/rows_processing.py 53.48% <100.00%> (ø)

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.

☔ View full report at Codecov.
📢 Do you have feedback about the report comment? Let us know in this issue.

@ycouce-cdd
Copy link
Member

@svillegas-cdd can you update this branch, please?

@svillegas-cdd
Copy link
Contributor

@dependabot rebase

@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Jan 5, 2023

Looks like this PR has been edited by someone other than Dependabot. That means Dependabot can't rebase it - sorry!

If you're happy for Dependabot to recreate it from scratch, overwriting any edits, you can request @dependabot recreate.

@ycouce-cdd
Copy link
Member

@svillegas-cdd dependabot's rebase command will not work here, as you have added some changes yourself.

@svillegas-cdd svillegas-cdd force-pushed the dependabot/pip/mypy-0.991 branch from a726f93 to 4faefdf Compare January 5, 2023 21:46
dependabot bot and others added 2 commits January 5, 2023 18:49
Bumps [mypy](https://github.com/python/mypy) from 0.982 to 0.991.
- [Release notes](https://github.com/python/mypy/releases)
- [Commits](python/mypy@v0.982...v0.991)

---
updated-dependencies:
- dependency-name: mypy
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@svillegas-cdd svillegas-cdd force-pushed the dependabot/pip/mypy-0.991 branch from 4faefdf to d2a3e28 Compare January 5, 2023 21:49
@ycouce-cdd ycouce-cdd merged commit 2ed5388 into develop Jan 5, 2023
@ycouce-cdd ycouce-cdd deleted the dependabot/pip/mypy-0.991 branch January 5, 2023 22:07
@jtrobles-cdd jtrobles-cdd mentioned this pull request Feb 10, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file

Projects

None yet

Development

Successfully merging this pull request may close these issues.

6 participants