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

mgrigorov 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 836fc09c08 Update mypy requirement from <1.19.0 to <1.20.0 in /lang/py 
(#3668)
836fc09c08 is described below

commit 836fc09c086acbd6d399e55032ebc12d80e652c4
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Tue Mar 3 12:44:40 2026 +0200

    Update mypy requirement from <1.19.0 to <1.20.0 in /lang/py (#3668)
    
    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...v1.19.1)
    
    ---
    updated-dependencies:
    - dependency-name: mypy
      dependency-version: 1.19.1
      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 8a381f00b8..04357905e0 100644
--- a/lang/py/pyproject.toml
+++ b/lang/py/pyproject.toml
@@ -77,7 +77,7 @@ warn_unused_ignores = true
 [dependency-groups]
 dev = [
     "coverage>=7.13.4",
-    "mypy<1.19.0",
+    "mypy<1.20.0",
     "python-snappy>=0.7.3",
     "ruff>=0.15.1",
     "setuptools>=82.0.0",

Reply via email to