Commit Graph

2459 Commits

Author SHA1 Message Date
Konstantin Baikov
64820aa48d Unpin webcolors in jsonschema (#13215) 2024-12-08 00:12:57 +00:00
Max Muoto
c76b89ab0d Correct exitstatus type (#13216) 2024-12-07 14:53:39 -08:00
Avasam
21c85bae39 Bump protobuf to ~=5.29.1 (#13209) 2024-12-06 17:16:59 +00:00
Kai Brünnler
98f070a8f8 Improve annotation for tabular_data parameter of tabulate.tabulate (#13178) 2024-12-06 11:38:32 +01:00
Konstantin Baikov
633a4d73f2 Use union instead of overloads in dateutil (#13184) 2024-12-05 20:17:22 +01:00
Konstantin Baikov
7f8990018c Remove python-gflags (#13202) 2024-12-05 19:09:05 +01:00
Konstantin Baikov
d0d0496f78 Mark gflags as no longer updated (#13191) 2024-12-05 15:00:05 +01:00
github-actions[bot]
b3d48eab03 [stubsabot] Bump six to 1.17.* (#13197)
Release: https://pypi.org/pypi/six/1.17.0
Homepage: https://github.com/benjaminp/six
Repository: https://github.com/benjaminp/six
Typeshed stubs: https://github.com/python/typeshed/tree/main/stubs/six
Diff: https://github.com/benjaminp/six/compare/1.16.0...1.17.0

Stubsabot analysis of the diff between the two releases:
 - Total lines of Python code added: 29.
 - Total lines of Python code deleted: 11.

If stubtest fails for this PR:
- Leave this PR open (as a reminder, and to prevent stubsabot from opening another PR)
- Fix stubtest failures in another PR, then close this PR

Note that you will need to close and re-open the PR in order to trigger CI

Co-authored-by: stubsabot <>
2024-12-04 17:08:49 -08:00
David Salvisberg
0d7a696246 WebOb: Fixes webob.exc.status_map (#13195) 2024-12-04 13:59:03 -08:00
Sebastian Rittau
9b500ad3ce [croniter] Update to 5.0.1 (#12926) 2024-12-03 20:06:28 -08:00
Konstantin Baikov
ce3605c582 Fix todo in seaborn algorithms (#13186) 2024-12-03 15:39:10 -08:00
Luke T. Shumaker
18d27d734a Fixes for gdb stubs (#13169)
* gdb: Clarify a comment
* gdb: Fix gdb.unwinder.Unwinder.__call__ argument. It takes a gdb.PendingFrame, not a gdb.Frame.
* gdb: Unwinders may implement a proto without subclassing gdb.unwinder.Unwinder
* gdb: Fix Breakpoint.__init__

 1. `line` should be `int|str`, not just `int` (IDK what a string means,
    but that it can be a string is clear if you read
    py-breakpoint.c:bppy_init().
 2. `type` argument should be able to be passed to the "location" form,
    not just the "spec" form, even if
    https://sourceware.org/gdb/current/onlinedocs/gdb.html/Breakpoints-In-Python.html
    neglects to mention it (don't worry, I'll be submitting a patch to fix
    the doc soon).
 3. Fix the positional argument order (based on GDB's sources, it isn't
    really documented)
 4. Use more `@overloads` to enforce that at least 1 of `function`,
    `label`, or `line` are given in the location form.
2024-12-03 16:35:06 +01:00
Konstantin Baikov
cd60804f15 [fpdf2] Tighten FPDF.fonts annotation (#13168) 2024-12-03 13:35:08 +01:00
Konstantin Baikov
09dca1a7d0 Use SupportsFlush from typeshed to fix TODO (#13166) 2024-12-03 09:05:06 +01:00
Konstantin Baikov
9d743a3f1e Use _ReadableStream from codecs (#13167) 2024-12-03 09:04:28 +01:00
Konstantin Baikov
cb15f9e832 Remove obsolete todo from ibm_db.pyi (#13170)
The `SQL_ATTR_CONFIG_KEYWORDS_MAXLEN` attr is already there on line 100
2024-12-03 10:18:07 +03:00
Konstantin Baikov
f7c6acde6e [pika] Use protocol for _Credentials (#13159) 2024-12-02 18:22:20 +01:00
Avasam
a2323a41a6 Add google.protobuf.runtime_version (#13161) 2024-12-02 17:27:59 +01:00
Sebastian Rittau
0a2da01946 Remove redis (#13157)
Closes: #10592
2024-11-30 23:52:56 +01:00
Alex Waygood
90e6bd9aca Pin keras to 3.6.* when stubtesting tensorflow (#13137) 2024-11-27 08:50:23 -08:00
Sebastian Rittau
3f9234fb79 [icalendar] Update to 6.1.* (#13109) 2024-11-27 17:01:20 +01:00
Avasam
d6af76d4be Generate docutils.core and type publish_parts's return type (#13118) 2024-11-26 20:47:22 -08:00
Avasam
f31a33c5e4 Add pywin32's isapi.install (#13119) 2024-11-26 20:40:25 -08:00
Konstantin Baikov
02533d13ea Remove obsolete OptExcInfo from sys (#13117) 2024-11-26 09:10:56 +01:00
Avasam
d23f4caac3 Bump setuptools to 75.6.* (#13089) 2024-11-25 16:56:38 +01:00
Avasam
74ea509de1 openpyxl: Cell | MergedCell annotations (#13092) 2024-11-25 12:19:12 +01:00
Sebastian Rittau
e1c74f08f1 [bleach] Update to 6.2.* (#12927) 2024-11-22 11:30:49 -05:00
Stephen Morton
ae7f6ea59c clean up allowlist for gevent (#13056) 2024-11-20 19:43:11 -08:00
Konstantin Baikov
1cbfc75325 Fix pywin32 GetClipboardData return type (#13046)
Fixes #12825
2024-11-20 09:44:41 -05:00
Avasam
4addb8dd0b setuptools & distutils: more accurate spawn method (#13036) 2024-11-19 03:50:38 -08:00
Danny Yang
2cc71de3c3 Update tqdm to 4.67.* (#13004) 2024-11-18 13:09:35 +01:00
Avasam
eea59f673b Update setuptools return types (#12991) 2024-11-18 13:00:54 +01:00
Shantanu
b4cd0bdf1b waitress: fixes for latest (#13027) 2024-11-17 00:34:23 +00:00
Mikael Lindemann
dfbbf168c9 [pysftp] Logging attribute can be bool or str (#13018) 2024-11-16 16:48:26 +01:00
Danny Yang
2aa99e6854 Bump peewee to 3.17.8 (#13014) 2024-11-16 16:46:12 +01:00
Sebastian Rittau
e718a7363f [Deprecated] Update to 1.2.15 (#13020) 2024-11-16 16:30:53 +01:00
github-actions[bot]
8cdc1c141b [stubsabot] Bump setuptools to 75.5.* (#13017)
Release: https://pypi.org/pypi/setuptools/75.5.0
Repository: https://github.com/pypa/setuptools
Typeshed stubs: https://github.com/python/typeshed/tree/main/stubs/setuptools
Changelog: https://setuptools.pypa.io/en/stable/history.html
Diff: https://github.com/pypa/setuptools/compare/v75.4.0...v75.5.0

Stubsabot analysis of the diff between the two releases:
 - 0 public Python files have been added.
 - 0 files included in typeshed's stubs have been deleted.
 - 1 file included in typeshed's stubs has been modified or renamed: `setuptools/config/pyprojecttoml.py`.
 - Total lines of Python code added: 0.
 - Total lines of Python code deleted: 20.

If stubtest fails for this PR:
- Leave this PR open (as a reminder, and to prevent stubsabot from opening another PR)
- Fix stubtest failures in another PR, then close this PR

Note that you will need to close and re-open the PR in order to trigger CI

Co-authored-by: stubsabot <>
2024-11-15 07:40:54 +00:00
Danny Yang
e1205f0bfc Update gevent to 24.11.* (#13003) 2024-11-13 20:03:56 -08:00
Danny Yang
1be2c08869 Update networkx stubs for 3.4.2 (#13001) 2024-11-13 20:03:01 -08:00
Danny Yang
8f21da5bee Update setuptools to 75.4.* (#13002) 2024-11-13 20:01:23 -08:00
Preethi
51d0f0194c Support Writeable Zipfile on workbook.save (#13009) 2024-11-13 16:45:49 +01:00
Danny Yang
af4df4eb24 Bump boltons to 24.1.* (#12970)
Co-authored-by: Alex Waygood <alex.waygood@gmail.com>
2024-11-12 13:11:47 +00:00
Avasam
300204c683 setuptools._distutils._msvccompiler.MSVCCompiler non-None ClassVars (#12995) 2024-11-11 13:45:05 -05:00
Ali Hamdan
a870a4e63a Remove numpy pins from several stubs (#12993) 2024-11-11 17:47:11 +01:00
Sebastian Rittau
0d4a94803a Remove docopt (#12975) 2024-11-07 19:51:15 +01:00
Avasam
502e168cc6 Mark docopt as obsolete in favor of docopt-ng (#12965) 2024-11-07 16:19:48 +01:00
github-actions[bot]
5161a236a0 [stubsabot] Bump regex to 2024.11.6 (#12967) 2024-11-07 09:44:01 +01:00
Agriya Khetarpal
3d853d5fa8 Improve path-related type hints for setuptools.Extension() and distutils.CCompiler() (#12958)
Co-authored-by: Avasam <samuel.06@hotmail.com>
2024-11-06 17:51:48 -05:00
Sebastian Rittau
8dd43718bc Update pyRFC3339 to 2.0.1 (#12960) 2024-11-06 06:08:33 -08:00
github-actions[bot]
6c3a534f9a [stubsabot] Mark caldav as obsolete since 1.4.0 (#12957) 2024-11-06 11:09:16 +01:00