Skip to content

deps(deps-dev): bump the python-development group across 1 directory with 2 updates#326

Open
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/uv/python-development-3f11069c75
Open

deps(deps-dev): bump the python-development group across 1 directory with 2 updates#326
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/uv/python-development-3f11069c75

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot Bot commented on behalf of github May 11, 2026

Bumps the python-development group with 2 updates in the / directory: mypy and types-python-dateutil.

Updates mypy from 1.20.2 to 2.0.0

Changelog

Sourced from mypy's changelog.

Mypy Release Notes

Next Release

Mypy 2.0

We’ve just uploaded mypy 2.0.0 to the Python Package Index (PyPI). Mypy is a static type checker for Python. This release includes new features, performance improvements and bug fixes. There are also changes to options and defaults. You can install it as follows:

python3 -m pip install -U mypy

You can read the full documentation for this release on Read the Docs.

Enable --local-partial-types by Default

This flag affects the inference of types based on assignments in other scopes. For now, explicitly disabling this continues to be supported, but this support will be removed in the future as the legacy behaviour is hard to support with other current and future features in mypy, like the daemon or the new implementation of flexible redefinitions.

Contributed by Ivan Levkivskyi, Jukka Lehtosalo, Shantanu in PR 21163.

Enable --strict-bytes by Default

Per PEP 688, mypy no longer treats bytearray and memoryview values as assignable to the bytes type.

Contributed by Shantanu in PR 18371.

New Behavior for --allow-redefinition

The --allow-redefinition flag now behaves like --allow-redefinition-new in mypy 1.20 and earlier. The new behavior is generally more flexible. For example, you can have different types for a variable in different blocks:

# mypy: allow-redefinition
def foo(cond: bool) -> None:
if cond:
for x in ["a", "b"]:
# Type of "x" is "str" here
...
else:
for x in [1, 2]:
# Type of "x" is "int" here
...

... (truncated)

Commits

Updates types-python-dateutil from 2.9.0.20260408 to 2.9.0.20260508

Commits

@dependabot dependabot Bot added dependencies Pull requests that update a dependency file python:uv Pull requests that update python:uv code labels May 11, 2026
@dependabot dependabot Bot requested a review from a team as a code owner May 11, 2026 08:49
@dependabot dependabot Bot added the python:uv Pull requests that update python:uv code label May 11, 2026
@dependabot dependabot Bot requested review from jentyk and robcsegal May 11, 2026 08:49
@dependabot dependabot Bot changed the title deps(deps-dev): bump the python-development group with 2 updates deps(deps-dev): bump the python-development group across 1 directory with 2 updates May 11, 2026
@dependabot dependabot Bot force-pushed the dependabot/uv/python-development-3f11069c75 branch from 7c0aa98 to a850397 Compare May 11, 2026 11:39
…with 2 updates

Bumps the python-development group with 2 updates in the / directory: [mypy](https://github.com/python/mypy) and [types-python-dateutil](https://github.com/python/typeshed).


Updates `mypy` from 1.20.2 to 2.0.0
- [Changelog](https://github.com/python/mypy/blob/master/CHANGELOG.md)
- [Commits](python/mypy@v1.20.2...v2.0.0)

Updates `types-python-dateutil` from 2.9.0.20260408 to 2.9.0.20260508
- [Commits](https://github.com/python/typeshed/commits)

---
updated-dependencies:
- dependency-name: mypy
  dependency-version: 2.0.0
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: python-development
- dependency-name: types-python-dateutil
  dependency-version: 2.9.0.20260508
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: python-development
...

Signed-off-by: dependabot[bot] <support@github.com>
@albertsola albertsola force-pushed the dependabot/uv/python-development-3f11069c75 branch from a850397 to 3bb7acf Compare May 11, 2026 16:08
@sonarqubecloud
Copy link
Copy Markdown

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 python:uv Pull requests that update python:uv code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant