This is an automated email from the ASF dual-hosted git repository.

RyanSkraba pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/avro.git


The following commit(s) were added to refs/heads/main by this push:
     new 587cfc79d4 Update mypy requirement from <2.3.0 to <2.4.0 in /lang/py 
(#3885)
587cfc79d4 is described below

commit 587cfc79d4115a16d64121cd63a9318ac3e14ce8
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Sun Jul 26 18:48:21 2026 +0200

    Update mypy requirement from <2.3.0 to <2.4.0 in /lang/py (#3885)
    
    Updates the requirements on [mypy](https://github.com/python/mypy) to 
permit the latest version.
    - [Changelog](https://github.com/python/mypy/blob/master/CHANGELOG.md)
    - [Commits](https://github.com/python/mypy/compare/v0.1.0...v2.3.0)
    
    ---
    updated-dependencies:
    - dependency-name: mypy
      dependency-version: 2.3.0
      dependency-type: direct:development
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] 
<49699333+dependabot[bot]@users.noreply.github.com>
---
 lang/py/pyproject.toml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lang/py/pyproject.toml b/lang/py/pyproject.toml
index 6e5b50abf8..9698678826 100644
--- a/lang/py/pyproject.toml
+++ b/lang/py/pyproject.toml
@@ -80,7 +80,7 @@ warn_unused_ignores = true
 [dependency-groups]
 dev = [
     "coverage>=7.13.4",
-    "mypy<2.3.0",
+    "mypy<2.4.0",
     "python-snappy>=0.7.3",
     "ruff>=0.15.1",
     "setuptools>=82.0.0",

Reply via email to