Commit Graph

10629 Commits

Author SHA1 Message Date
Rogdham 798f332afa Python 3.14: PEP-784 compression.zstd (#14129) 2025-06-02 13:02:27 +02:00
Sebastian Rittau 0c4ae3edaa [atheris] Mark as no longer updated (#14187) 2025-06-02 10:10:08 +02:00
sobolevn eb495ff135 Update mypy to 1.16.0 (#14194)
Co-authored-by: Sebastian Rittau <srittau@rittau.biz>
Co-authored-by: Alex Waygood <Alex.Waygood@Gmail.com>
2025-06-01 17:40:42 +01:00
Sebastian Rittau 09b6802dc7 [openpyxl] Remove unnecessary overload (#14201) 2025-06-01 17:46:22 +02:00
Sebastian Rittau 5a3c495d2f [dateparser] Improve parse-related annotations (#14199)
Add a `# type: ignore`. Helps with #14194
2025-05-31 16:00:54 -07:00
Sebastian Rittau 3c8c233991 [geopandas] Add a # type: ignore (#14200)
Should help with #14194
2025-05-31 16:00:37 -07:00
Sebastian Rittau 252acdf0bc [reportlab] Add # type: ignores (#14202)
Helps with #14194
2025-05-31 15:55:09 -07:00
Sebastian Rittau f030ef0f76 [peewee] Mark field_type as ClassVar (#14203)
Should help with #14194
2025-05-31 15:54:46 -07:00
Sebastian Rittau 846587775f [passlib] Small changes (#14204)
* Add a few `Self` return annotations.
* Add a few `# type: ignore[override]`.
* Add a few `@deprecated` annotations.

Should help with #14194
2025-05-31 15:54:09 -07:00
Sebastian Rittau cac9957da6 [vobject] Partly annotate validate methods (#14205)
Should help with #14194
2025-05-31 15:52:40 -07:00
Harry 9b7b2bafab [psutil]: Add missing __dir__ method to psutil.Popen (#14207) 2025-05-31 16:21:13 +02:00
Sebastian Rittau 8d1ac2e5ba Remove tree-sitter-languages (#14206)
Closes: #14184
2025-05-30 22:18:34 +03:00
Sebastian Rittau 11a2066a70 [tree-sitter-languages] Mark as no longer updated (#14186) 2025-05-30 19:35:13 +03:00
Joren Hammudoglu a92ecca054 add types.MethodType.__get__ on py313+ (#14190) 2025-05-30 18:10:55 +02:00
Semyon Moroz 909080620e Bump braintree to 4.36.* (#14192) 2025-05-30 17:01:28 +02:00
Semyon Moroz ee696d5303 Bump python-jose to 3.5.* (#14193) 2025-05-30 17:00:10 +02:00
Jens Hedegaard Nielsen 9c0218ee04 Add merge_extra attribute to LoggerAdapter (#14197) 2025-05-30 16:39:32 +02:00
Semyon Moroz cf8e3649b9 Bump networkx to 3.5 (#14196) 2025-05-30 16:37:40 +02:00
Semyon Moroz c30f63140c Improve jmespath (#14176) 2025-05-28 13:13:34 +02:00
Sebastian Rittau 38ec95323e Update to Python 3.14.0b2 (#14182) 2025-05-28 12:02:19 +02:00
Sebastian Rittau 033c85df99 Remove old cycle-prevention workaround (#14180)
This was used to prevent an import cycle that exists
anyway nowadays via `_typeshed`.
2025-05-28 11:31:36 +02:00
Sebastian Rittau e3cae530c9 [CI] Update apt cache before installing apt packages (#14181) 2025-05-28 11:14:44 +02:00
sobolevn 6588a81051 Update multiprocessing.forkserver to 3.14 (#14174)
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
2025-05-28 10:15:03 +03:00
github-actions[bot] df5eda2f4a Bump setuptools to 80.9.* (#14179) 2025-05-28 08:30:17 +02:00
sobolevn c1fd2297d7 [geopandas] Unblock CI (#14178) 2025-05-27 20:44:44 +02:00
Sebastian Rittau b01e7aa9d2 Remove old compatibility alias _BufferWithLen (#14151) 2025-05-27 14:38:04 +02:00
Sebastian Rittau ea39b363e0 Remove corus (again) (#14169) 2025-05-27 11:58:31 +02:00
Semyon Moroz 295d06e405 Bump jsonschema to 4.24.* (#14166) 2025-05-27 11:32:39 +02:00
Semyon Moroz ad38f75b1d Bump turtle to 3.14 (#14167) 2025-05-27 11:26:10 +02:00
Jelle Zijlstra c7e29eccd9 ast: Precise type for ast.Constant.value (#14159) 2025-05-27 09:59:02 +02:00
sobolevn e53e233f24 Update _asyncio to 3.14 (#14165) 2025-05-27 09:19:22 +02:00
sobolevn 0bf33ebd2b Update _imp to 3.14 (#14164) 2025-05-27 08:31:44 +02:00
sobolevn fcc877d5d8 Update _thread to 3.14 (#14163)
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
2025-05-27 09:15:47 +03:00
sobolevn d574139e6c Update builtins to 3.14 (#14161) 2025-05-26 15:47:09 -07:00
sobolevn 4a62654941 [corus] set no_longer_updated (#14160) 2025-05-26 22:12:14 +03:00
Alex Waygood 9f18c2c1c5 Revert "Remove corus stubs" (#14158) 2025-05-26 20:00:33 +01:00
Shamil 7ee4d5bc0b Remove corus stubs (#14153) 2025-05-26 20:15:14 +02:00
Collin Anderson 27383aa5e8 reportlab: add some types for canvas (#14152) 2025-05-26 17:40:18 +02:00
sobolevn 32ee901d05 Remove metaclass=type keyword from InitVar (#14150) 2025-05-26 07:18:51 -07:00
sobolevn 5ec038df5b Update string.Template to 3.14 (#14148) 2025-05-26 07:13:20 -07:00
Semyon Moroz 2091fe71b2 Bump importlib to 3.14 (#14138) 2025-05-26 07:12:19 -07:00
sobolevn 8cbb7167c6 Update types.py for 3.14 (#14146) 2025-05-26 11:14:49 +02:00
sobolevn 204ec1273f Correct bool.__invert__ deprecation message (#14147) 2025-05-26 11:12:26 +02:00
sobolevn 23d144773f Correct co_lnotab deprecation message (#14145) 2025-05-26 10:45:43 +02:00
Semyon Moroz 4ea1f958ce Bump ctypes to 3.14 (#14137) 2025-05-25 18:13:36 -07:00
Shamil adabd34dde Remove caldav stubs (#14142) 2025-05-25 21:17:51 +01:00
Shamil aae7a3aa46 Remove pygit2 stubs (#14141) 2025-05-25 20:14:18 +01:00
Alex Waygood c724377f1a Bump flake8-pyi to 25.5.0 (#14140) 2025-05-25 19:16:39 +01:00
Semyon Moroz e8cd48faaf Bump faulthandler to 3.14 (#14135)
Co-authored-by: Jelle Zijlstra <jelle.zijlstra@gmail.com>
2025-05-25 10:21:19 -07:00
Semyon Moroz 9810d95a28 Bump shutil to 3.14 (#14134) 2025-05-25 18:42:10 +02:00