Commit Graph

8942 Commits

Author SHA1 Message Date
James Beith
6d8e2a80af Braintree: PaymentMethodNonce.three_d_secure_info can be None (#11711) 2024-04-04 12:32:02 +02:00
renovate[bot]
72c38c0fdc Update dependency pyright to v1.1.357 (#11713)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-04-04 07:29:42 +01:00
github-actions[bot]
0685754ab3 [stubsabot] Bump flake8-builtins to 2.4.* (#11697)
Co-authored-by: stubsabot <>
Co-authored-by: Alex Waygood <Alex.Waygood@Gmail.com>
2024-04-03 10:51:19 +01:00
Sebastian Rittau
6d19a17f57 [aiofiles] Annotate AiofilesContextManagerTempDir (#11705) 2024-04-02 15:44:44 +02:00
Alex Waygood
d698cb70eb requests: remove a type: ignore (#11704) 2024-04-02 14:30:35 +01:00
Alex Waygood
e3350f30f9 Remove several stdlib files from the ignorelist for the stricter pyright settings (#11702) 2024-04-02 09:52:00 +01:00
DetachHead
325577cb76 Update typing_extensions.deprecated decorator to use LiteralString (#11700) 2024-04-01 19:02:41 -07:00
renovate[bot]
d6aec09359 Update most test/lint dependencies (#11695)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-04-01 20:39:28 +01:00
Avasam
79ce732c78 braintree: Cleanup overzealous reexports from non __init__ modules (#11692) 2024-04-01 17:33:35 +02:00
Avasam
28fe4cc4ad braintree: Use Final for string constants (#11680) 2024-04-01 16:58:14 +02:00
Avasam
04d41675ef python-xlib: use _typeshed.Unused (#11691) 2024-04-01 15:31:32 +01:00
Avasam
48d0234508 braintree: Replace usages of Any (#11679) 2024-04-01 16:27:35 +02:00
Sebastian Rittau
630b49a291 Replace various Incompletes in stdlib (#11673)
Co-authored-by: Alex Waygood <Alex.Waygood@Gmail.com>
2024-04-01 15:20:01 +01:00
Avasam
0cea0bc06e openpyxl: Add _WorkbookChild / ReadOnlyWorksheet / Workbook annotations (#11677) 2024-04-01 15:30:20 +02:00
Avasam
ccc47c0558 stubtest-complete & Bump braintree to 4.28.* (#11678) 2024-04-01 15:20:45 +02:00
Alex Waygood
b0218af146 Fix pyright CI job (#11689)
Co-authored-by: Sebastian Rittau <srittau@rittau.biz>
2024-04-01 14:17:31 +01:00
Sebastian Rittau
18fff9f8c7 Update actions/github-script to v7 (#11687) 2024-04-01 13:51:21 +01:00
Arthur Bols
2eb447154c requests: annotate RequestsCookieJar (#11656) 2024-04-01 14:43:33 +02:00
Avasam
d72a34a69a Bump pyasn1 to 0.6.* (#11681) 2024-04-01 09:49:37 +01:00
renovate[bot]
8679e99468 Update most test/lint dependencies (#11683)
Co-authored-by: Alex Waygood <Alex.Waygood@Gmail.com>
2024-04-01 01:46:58 +01:00
peace-maker
d3c831ce7d Update GDB stubs to 12.1 (#11665) 2024-03-31 15:27:17 -07:00
Sebastian Rittau
027115e624 Remove bare incompletes (#11670) 2024-03-30 18:35:57 -07:00
Sebastian Rittau
33de88879f Remove bare Incomplete annotations in third-party stubs (#11671) 2024-03-30 18:34:51 -07:00
Avasam
6cb57b5f26 traceback: Allow extracted_list params to be an Iterable containing tuples (#11675) 2024-03-30 18:32:27 -07:00
Sebastian Rittau
2e240c9b08 Update flake8-builtins to 2.3.* (#11669) 2024-03-30 16:42:07 -04:00
Avasam
f36714b0fb Various pywin32 improvements (#11616) 2024-03-30 19:55:30 +01:00
Adam Dangoor
9d2f651818 Add annotations to docutils.parsers.rst.directives.parts (#11667) 2024-03-30 09:10:41 +01:00
kasium
cc4b1cbbb3 Improve hvac adapter types (#11659) 2024-03-28 21:57:25 +01:00
renovate[bot]
c3dfeadf57 Update dependency pyright to v1.1.356 (#11666) 2024-03-28 00:45:33 +00:00
Simon Kalt
ed10e7eba6 Improve passlib.totp types (#11660) 2024-03-26 19:35:41 +01:00
Eemeli Aro
5a75515ef4 polib: Fix POEntry.occurrences (#11661) 2024-03-26 14:13:29 +01:00
peace-maker
d78ce5906b Run gdb stubtests (#11644)
The gdb package is only available inside gdb and cannot be installed externally through e.g. pip.
Run the stubtest inside gdb.
2024-03-26 10:57:35 +01:00
Eli Skeggs
9965725935 signal: mark sigtimedwait params as positional-only on all versions (#11658)
At least on Python 3.8.10 and 3.9.18 do not allow keyword arguments.
2024-03-25 22:03:36 -07:00
Alexandru Mărășteanu
4df0725b48 Use Any for field type in make_dataclass (#11657)
Co-authored-by: Alex Waygood <alex.waygood@gmail.com>
2024-03-25 23:05:14 +00:00
kasium
db8e620e3d Add type stubs for hvac (#11591) 2024-03-25 12:13:15 +01:00
Viktor
f337eb8a51 [Pillow] Annotate ImageSequence.pyi (#11625) 2024-03-23 14:11:29 +01:00
Sebastian Rittau
87900248b0 Update label names used by bots (#11650) 2024-03-23 12:20:36 +01:00
github-actions[bot]
9102941997 [stubsabot] Bump requests-oauthlib to 2.0.* (#11649)
Release: https://pypi.org/pypi/requests-oauthlib/2.0.0
Homepage: https://github.com/requests/requests-oauthlib
Repository: https://github.com/requests/requests-oauthlib
Diff: https://github.com/requests/requests-oauthlib/compare/v1.4.0...v2.0.0

Stubsabot analysis of the diff between the two releases:
 - 1 public Python file has been added: `tests/examples/__init__.py`.
 - 0 files included in typeshed's stubs have been deleted.
 - 1 file included in typeshed's stubs has been modified or renamed: `requests_oauthlib/__init__.py`.
 - Total lines of Python code added: 2.
 - Total lines of Python code deleted: 4.
2024-03-23 08:16:48 +00:00
Shantanu
13265a9347 xml: update for security fix (#11648)
Fixes #11643
2024-03-22 13:07:05 -07:00
peace-maker
9dcadd2d57 Overload gdb.execute return type (#11638) 2024-03-21 17:06:58 +01:00
renovate[bot]
3d26992d15 update dependency pyright to v1.1.355 (#11642) 2024-03-21 07:46:22 +00:00
Alex Waygood
5c75292f26 stubsabot: Skip over empty __init__.py files when determining if all Python files are covered by py.typed markers (#11634)
Co-authored-by: Shantanu <12621235+hauntsaninja@users.noreply.github.com>
2024-03-20 20:54:47 +00:00
renovate[bot]
ac71074165 Update most test/lint dependencies (#11641)
Co-authored-by: Alex Waygood <Alex.Waygood@Gmail.com>
2024-03-20 19:14:59 +00:00
Alex Waygood
7acaa912b0 Mark types-paho-mqtt as obsolete since v2.0.0 (#11635) 2024-03-20 12:43:14 +01:00
Sebastian Rittau
b67804ab6d [croniter] Update to 2.0.3 (#11631) 2024-03-20 07:31:52 +00:00
github-actions[bot]
3f2ff5b257 [stubsabot] Bump hdbcli to 2.20.* (#11628) 2024-03-20 04:33:19 +01:00
renovate[bot]
92971b53a6 chore(deps): update dependency pytype to v2024.3.19 (#11630) 2024-03-20 03:53:28 +01:00
Avasam
57dee8fd5b Improved pywin32 error and exception classes (#11613) 2024-03-18 14:17:30 -06:00
Jay Qi
cc5f23ac14 Add init to NameError stub with name keyword argument (#11627)
Co-authored-by: Jay Qi <jayqi@users.noreply.github.com>

Closes #11626
2024-03-18 12:08:25 -06:00
Sebastian Rittau
adde7cc3ac Use Final = ... instead of Final[Literal] (#11623) 2024-03-17 14:12:16 +00:00