Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(deps): update dependency mypy to v1.12.1 #907

Merged
merged 1 commit into from
Nov 12, 2024

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Oct 20, 2024

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
mypy (source, changelog) 1.12.0 -> 1.12.1 age adoption passing confidence

Release Notes

python/mypy (mypy)

v1.12.1

Compare Source

  • Fix crash when showing partially analyzed type in error message (Ivan Levkivskyi, PR 17961)
  • Fix iteration over union (when self type is involved) (Shantanu, PR 17976)
  • Fix type object with type var default in union context (Jukka Lehtosalo, PR 17991)
  • Revert change to os.path stubs affecting use of os.PathLike[Any] (Shantanu, PR 17995)

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate bot added the dependencies Pull requests that update a dependency file label Oct 20, 2024
Copy link

codecov bot commented Oct 20, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Impacted file tree graph

@@           Coverage Diff           @@
##             main     #907   +/-   ##
=======================================
  Coverage   97.74%   97.74%           
=======================================
  Files          21       21           
  Lines        1596     1596           
=======================================
  Hits         1560     1560           
  Misses         36       36           

🚨 Try these New Features:

Copy link

@github-actions github-actions bot left a comment

Choose a reason for hiding this comment

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

Benchmark

Benchmark suite Current: 3005612 Previous: 459b62d Ratio
benchmarks/test_1000x.py::test_1000x_reads 0.7845716344314572 iter/sec (stddev: 0.05274669306812408) 0.7804159861413916 iter/sec (stddev: 0.09265564535192271) 0.99
benchmarks/test_1000x.py::test_1000x_writes 0.6910273626997613 iter/sec (stddev: 0.21162317453527196) 0.6917119400858575 iter/sec (stddev: 0.18538973248131416) 1.00
benchmarks/test_standard.py::test_standard 0.7303545249584722 iter/sec (stddev: 0.06083286471225484) 0.7387479906907906 iter/sec (stddev: 0.07928006008511448) 1.01

This comment was automatically generated by workflow using github-action-benchmark.

@renovate renovate bot force-pushed the renovate/mypy-1.x-lockfile branch 25 times, most recently from 35a2ae3 to 01c86ae Compare October 23, 2024 00:28
@renovate renovate bot changed the title chore(deps): update dependency mypy to v1.12.1 chore(deps): update dependency mypy to v1.13.0 Oct 23, 2024
@renovate renovate bot force-pushed the renovate/mypy-1.x-lockfile branch from 01c86ae to b8d6ca8 Compare October 23, 2024 03:13
@renovate renovate bot force-pushed the renovate/mypy-1.x-lockfile branch 10 times, most recently from ef99beb to 0855398 Compare November 10, 2024 01:05
@renovate renovate bot changed the title chore(deps): update dependency mypy to v1.13.0 chore(deps): update dependency mypy to v1.12.1 Nov 10, 2024
@renovate renovate bot force-pushed the renovate/mypy-1.x-lockfile branch 13 times, most recently from 3d7df2b to 288d444 Compare November 12, 2024 01:30
@renovate renovate bot force-pushed the renovate/mypy-1.x-lockfile branch from 288d444 to 3005612 Compare November 12, 2024 01:33
@noahnu noahnu merged commit 459b62d into main Nov 12, 2024
16 checks passed
@noahnu noahnu deleted the renovate/mypy-1.x-lockfile branch November 12, 2024 01:36
@noahnu
Copy link
Collaborator

noahnu commented Nov 23, 2024

🎉 This PR is included in version 4.8.0 🎉

The release is available on:

Your semantic-release bot 📦🚀

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 released
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant