Skip to content

Conversation

@descope
Copy link
Contributor

@descope descope bot commented Feb 26, 2025

This PR contains the following updates:

Package Type Update Change OpenSSF
mypy (changelog) types minor 1.11.2 -> 1.19.1 OpenSSF Scorecard

Warning

Some dependencies could not be looked up. Check the Dependency Dashboard for more information.


Release Notes

python/mypy (mypy)

v1.19.1

Compare Source

  • Fix noncommutative joins with bounded TypeVars (Shantanu, PR 20345)
  • Respect output format for cached runs by serializing raw errors in cache metas (Ivan Levkivskyi, PR 20372)
  • Allow types.NoneType in match cases (A5rocks, PR 20383)
  • Fix mypyc generator regression with empty tuple (BobTheBuidler, PR 20371)
  • Fix crash involving Unpack-ed TypeVarTuple (Shantanu, PR 20323)
  • Fix crash on star import of redefinition (Ivan Levkivskyi, PR 20333)
  • Fix crash on typevar with forward ref used in other module (Ivan Levkivskyi, PR 20334)
  • Fail with an explicit error on PyPy (Ivan Levkivskyi, PR 20389)

v1.19.0

Compare Source

v1.18.2

Compare Source

  • Fix crash on recursive alias (Ivan Levkivskyi, PR 19845)
  • Add additional guidance for stubtest errors when runtime is object.__init__ (Stephen Morton, PR 19733)
  • Fix handling of None values in f-string expressions in mypyc (BobTheBuidler, PR 19846)

v1.18.1

Compare Source

v1.17.1

Compare Source

  • Retain None as constraints bottom if no bottoms were provided (Stanislav Terliakov, PR 19485)
  • Fix "ignored exception in hasattr" in dmypy (Stanislav Terliakov, PR 19428)
  • Prevent a crash when InitVar is redefined with a method in a subclass (Stanislav Terliakov, PR 19453)

v1.17.0

Compare Source

v1.16.1

Compare Source

v1.16.0

Compare Source

v1.15.0

Compare Source

v1.14.1

Compare Source

v1.14.0

Compare Source

v1.13.0

Compare Source

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)

v1.12.0

Compare Source


Configuration

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

🚦 Automerge: Enabled.

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 has been generated by Renovate Bot.

@descope descope bot added the renovate label Feb 26, 2025
@descope descope bot enabled auto-merge (squash) February 26, 2025 06:09
@descope
Copy link
Contributor Author

descope bot commented Feb 26, 2025

⚠️ Artifact update problem

Renovate failed to update an artifact related to this branch. You probably do not want to merge this PR as-is.

♻ Renovate will retry this branch, including artifacts, only when one of the following happens:

  • any of the package files in this branch needs updating, or
  • the branch becomes conflicted, or
  • you click the rebase/retry checkbox if found above, or
  • you rename this PR's title to start with "rebase!" to trigger it manually

The artifact failure details are included below:

File name: poetry.lock
Updating dependencies
Resolving dependencies...


The current project's supported Python range (>=3.8.1,<4.0) is not compatible with some of the required packages Python requirement:
  - mypy requires Python >=3.9, so it will not be satisfied for Python >=3.8.1,<3.9

Because descope depends on mypy (1.19.1) which requires Python >=3.9, version solving failed.

  • Check your dependencies Python requirement: The Python requirement can be specified via the `python` or `markers` properties
    
    For mypy, a possible solution would be to set the `python` property to ">=3.9,<4.0"

    https://python-poetry.org/docs/dependency-specification/#python-restricted-dependencies,
    https://python-poetry.org/docs/dependency-specification/#using-environment-markers

@descope descope bot force-pushed the renovate/mypy-1.x branch from e865ae1 to c4d457c Compare February 27, 2025 17:31
@descope descope bot force-pushed the renovate/mypy-1.x branch from c4d457c to d939b78 Compare March 6, 2025 05:44
@descope descope bot force-pushed the renovate/mypy-1.x branch from d939b78 to 8de77a6 Compare March 16, 2025 22:57
@descope descope bot force-pushed the renovate/mypy-1.x branch from 8de77a6 to fabbd5b Compare March 17, 2025 22:25
@descope descope bot force-pushed the renovate/mypy-1.x branch from fabbd5b to 3f6e31f Compare March 19, 2025 13:33
@descope descope bot force-pushed the renovate/mypy-1.x branch from 3f6e31f to 2592767 Compare March 20, 2025 07:05
@descope descope bot force-pushed the renovate/mypy-1.x branch from 2592767 to 9b8028d Compare March 21, 2025 22:06
@descope descope bot force-pushed the renovate/mypy-1.x branch from 9b8028d to 62fdf33 Compare March 22, 2025 00:40
@descope descope bot force-pushed the renovate/mypy-1.x branch from 62fdf33 to f48ced6 Compare March 22, 2025 03:03
@descope descope bot force-pushed the renovate/mypy-1.x branch from f48ced6 to eb3a903 Compare March 22, 2025 05:19
@descope descope bot force-pushed the renovate/mypy-1.x branch from eb3a903 to ea91e2c Compare March 22, 2025 07:25
@descope descope bot force-pushed the renovate/mypy-1.x branch from ea91e2c to 9e93dfc Compare March 22, 2025 09:15
@descope descope bot force-pushed the renovate/mypy-1.x branch from 9e93dfc to 1072169 Compare March 22, 2025 11:24
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant