Commit Graph

2498 Commits

Author SHA1 Message Date
Anthony Sottile
c20f05af5f requests-oauthlib: decoding can be None (#13404)
it is passed along to oauthlib where the default there is None
2025-01-17 18:39:27 -08:00
sobolevn
67eebc5495 Improve django-import-export (#13402) 2025-01-16 14:43:16 +01:00
Maciej Olko
88be13d059 Allow Path in polib.pofile() (#13396)
* Allow PathLike in polib.pofile()

* Add missing import

* [pre-commit.ci] auto fixes from pre-commit.com hooks

* Update type to pathlib.Path

---------

Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
2025-01-13 14:35:05 +01:00
github-actions[bot]
38d2fe81fe [stubsabot] Bump Flask-Migrate to 4.1.* (#13392)
Co-authored-by: stubsabot <>
2025-01-11 13:07:08 +00:00
github-actions[bot]
fce4b4f10b [stubsabot] Bump lupa to 2.4.* (#13391)
Co-authored-by: stubsabot <>
2025-01-11 12:59:36 +00:00
Sebastian Rittau
10ebc999ee Officially drop Python 3.8 support (#13386) 2025-01-10 15:06:22 +01:00
github-actions[bot]
a920fd6479 [stubsabot] Bump lupa to 2.3.* (#13383)
Release: https://pypi.org/pypi/lupa/2.3
Homepage: https://github.com/scoder/lupa
Repository: https://github.com/scoder/lupa
Typeshed stubs: https://github.com/python/typeshed/tree/main/stubs/lupa
2025-01-10 00:17:41 -08:00
Avasam
e3e5971fe7 Bump setuptools to 75.8.* (#13367) 2025-01-09 12:02:23 +01:00
github-actions[bot]
a51dd6d6d8 [stubsabot] Bump Pygments to 2.19.* (#13370)
Release: https://pypi.org/pypi/Pygments/2.19.0
Homepage: https://pygments.org
Repository: https://github.com/pygments/pygments
Typeshed stubs: https://github.com/python/typeshed/tree/main/stubs/Pygments
Changelog: https://github.com/pygments/pygments/blob/master/CHANGES
Diff: https://github.com/pygments/pygments/compare/2.18.0...2.19.0

Stubsabot analysis of the diff between the two releases:
 - 9 public Python files have been added.
 - 0 files included in typeshed's stubs have been deleted.
 - 36 files included in typeshed's stubs have been modified or renamed.
 - Total lines of Python code added: 2960.
 - Total lines of Python code deleted: 694.
2025-01-06 09:58:15 -08:00
Avasam
a540f78784 Enable Ruff EXE (flake8-executable) (#13346) 2025-01-02 18:34:05 +00:00
github-actions[bot]
365b514003 [stubsabot] Bump ibm-db to 3.2.5 (#13348)
Release: https://pypi.org/pypi/ibm-db/3.2.5
Homepage: http://pypi.python.org/pypi/ibm_db/
Repository: https://github.com/ibmdb/python-ibmdb
Typeshed stubs: https://github.com/python/typeshed/tree/main/stubs/ibm-db
Diff: https://github.com/ibmdb/python-ibmdb/compare/v3.2.4...v3.2.5

Stubsabot analysis of the diff between the two releases:
 - Total lines of Python code added: 13.
 - Total lines of Python code deleted: 9.
2024-12-30 16:34:42 -08:00
Axel H.
d634fc2f52 fix(yaml): SafeConstructor.construct_scalar accept MappingNode (#13340) 2024-12-29 18:17:02 -08:00
Stephen Morton
432d8db627 fix gevent.select.poll (#13335)
fixes #13330
2024-12-29 17:19:48 -08:00
github-actions[bot]
1bb8a3a86c [stubsabot] Bump Authlib to 1.4.* (#13329)
Release: https://pypi.org/pypi/Authlib/1.4.0
Repository: https://github.com/lepture/authlib
Typeshed stubs: https://github.com/python/typeshed/tree/main/stubs/Authlib
Diff: https://github.com/lepture/authlib/compare/v1.3.2...v1.4.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.
 - 5 files included in typeshed's stubs have been modified or renamed: `authlib/consts.py`, `authlib/jose/rfc7517/key_set.py`, `authlib/oauth2/rfc9068/introspection.py`, `authlib/oauth2/rfc9068/revocation.py`, `authlib/oidc/core/grants/util.py`.
 - Total lines of Python code added: 90.
 - Total lines of Python code deleted: 13.
2024-12-29 17:16:55 -08:00
codekoriko
5a10be14db pyAutoGui: Correct Return Type of position() to Match Actual Behavior (#11267)
Co-authored-by: Avasam <samuel.06@hotmail.com>
2024-12-29 17:11:14 -08:00
Victorien
eb8af63e70 Add stubs for django-import-export (#11709) 2024-12-28 07:56:31 -08:00
Dun L
d2ca658a69 Fix missed type hints in docker containers.pyi (#13136)
Previously, `Container.exec_run` and `Container.get_archive` missed type hints on `cmd` and `path` arguments, respectively.
Added type hints based on docstring.
2024-12-27 21:14:27 -08:00
PyHedgehog
2c27933bbb Add stubs for "click-log" package (#13207) 2024-12-27 21:10:41 -08:00
PyHedgehog
57d2e045dc Add stubs for "click-web" package (#13208) 2024-12-27 21:08:58 -08:00
Danny Yang
942350b6c7 Authlib (v2) (#13140)
Co-authored-by: Brian Villemarette <brian.villemarette@trucesoftware.com>
Co-authored-by: Jelle Zijlstra <jelle.zijlstra@gmail.com>
2024-12-27 20:49:31 -08:00
Alex Lukas
9424da326c add stubs for nanoleafapi (#11619) 2024-12-27 20:44:41 -08:00
Konstantin Baikov
0ce397796c Fix todo in pycocotools (#13182)
Adds numpy types.
All the types were already there as comments.
2024-12-27 20:06:19 -08:00
Antonio Bulgheroni
a581069171 Add return type for get_tables() in peewee (#13230) 2024-12-27 20:03:41 -08:00
Avasam
dde13fb91d Enable Ruff PGH rules (#13304) 2024-12-26 21:35:34 +00:00
github-actions[bot]
dee35e22bb [stubsabot] Bump Flask-SocketIO to 5.5.* (#13288)
Release: https://pypi.org/pypi/Flask-SocketIO/5.5.0
Homepage: https://github.com/miguelgrinberg/flask-socketio
Repository: https://github.com/miguelgrinberg/flask-socketio
Typeshed stubs: https://github.com/python/typeshed/tree/main/stubs/Flask-SocketIO
Diff: https://github.com/miguelgrinberg/flask-socketio/compare/v5.4.1...v5.5.0

Stubsabot analysis of the diff between the two releases:
 - Total lines of Python code added: 28.
 - Total lines of Python code deleted: 23.
2024-12-25 18:46:52 -08:00
Alex Waygood
0d4dd20b97 gevent: remove unused allowlist entry (#13301)
Fixes #13300
2024-12-24 17:24:33 -08:00
Stephen Morton
3944c7839e Add __hash__ for a bunch of types that set it to None (#13286) 2024-12-23 23:16:22 -08:00
Danny Yang
bfb9a91950 Flask-socketio 5.5 + add type of kwargs (#13271) 2024-12-23 07:16:45 -08:00
Sebastian Rittau
619e8f3680 [fpdf2] Update to 2.8.2 (#13264) 2024-12-22 16:49:46 -08:00
Ali Hamdan
db3c2cf69d setuptools: Remove problematic private module compat (#13280) 2024-12-22 20:05:11 +00:00
Stephen Morton
097581ea47 Update to mypy 1.14 (#13272) 2024-12-20 17:29:38 -08:00
Konstantin Baikov
d31e3ea11e Fix tqdm.asyncio type inconsistency (#13259) 2024-12-19 10:48:07 +01:00
Sebastian Rittau
c2a33373cf [vobject] Replace typing.Any with _typeshed.Incomplete (#13265) 2024-12-18 18:59:50 +01:00
Sebastian Rittau
9351a842a3 [vobject] Update to 0.9.9 (#13263)
Update repository URL
2024-12-18 18:45:37 +01:00
Danny Yang
7cae61f61a Bump ibm-db to 3.2.4 (#13251) 2024-12-14 21:33:51 -08:00
Danny Yang
c55c96235b Bump pycurl to 7.45.4 (#13250) 2024-12-14 21:32:34 -08:00
github-actions[bot]
22e0699ac9 [stubsabot] Bump flake8-bugbear to 24.12.12 (#13235)
Release: https://pypi.org/pypi/flake8-bugbear/24.12.12
Homepage: https://github.com/PyCQA/flake8-bugbear
Repository: https://github.com/PyCQA/flake8-bugbear
Typeshed stubs: https://github.com/python/typeshed/tree/main/stubs/flake8-bugbear
Changelog: https://github.com/PyCQA/flake8-bugbear#change-log
Diff: https://github.com/PyCQA/flake8-bugbear/compare/24.10.31...24.12.12

Stubsabot analysis of the diff between the two releases:
 - 9 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: `bugbear.py`.
 - Total lines of Python code added: 595.
 - Total lines of Python code deleted: 43.

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-13 08:26:51 +00:00
Alex Waygood
bba068c8a1 pin ibm-db to 3.2.3 (#13233) 2024-12-12 01:10:20 +00:00
github-actions[bot]
2666d3b5b0 [stubsabot] Bump hdbcli to 2.23.* (#13228)
Release: https://pypi.org/pypi/hdbcli/2.23.24
Homepage: https://www.sap.com/
Typeshed stubs: https://github.com/python/typeshed/tree/main/stubs/hdbcli

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-11 08:25:48 +00:00
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