Commit Graph

10340 Commits

Author SHA1 Message Date
Alex Waygood 30c4307ce6 remove outdated comment from types.pyi (#13788) 2025-04-03 12:12:12 +01:00
Alex Waygood d92a6449c2 Remove more Python 3.8 cruft (#13787) 2025-04-03 11:56:38 +01:00
Sebastian Rittau 1edf4e819a Migrate renovate config (#13784) 2025-04-03 11:23:19 +01:00
Sebastian Rittau 30b16c168d Drop Python 3.8 branches (#13776) 2025-04-03 10:35:36 +02:00
Avasam 1e43190554 Exact return types instead of shutil._PathReturn (#13767) 2025-04-03 10:22:53 +02:00
github-actions[bot] 1d86d18e57 [stubsabot] Bump zstd to 1.5.6.7 (#13780)
Release: https://pypi.org/pypi/zstd/1.5.6.7
Homepage: https://github.com/sergey-dryabzhinsky/python-zstd
Repository: https://github.com/sergey-dryabzhinsky/python-zstd
Typeshed stubs: https://github.com/python/typeshed/tree/main/stubs/zstd
Diff: https://github.com/sergey-dryabzhinsky/python-zstd/compare/v1.5.6.6...v1.5.6.7

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

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 <>
2025-04-03 07:56:09 +02:00
github-actions[bot] d57b602533 [stubsabot] Bump qrcode to 8.1.* (#13779) 2025-04-03 07:52:12 +02:00
Avasam 4b253d2932 Enable Ruff flake8-todos (TD) (#13748) 2025-04-03 07:43:54 +02:00
David Gilman bd0f64a3cc [auth0-python] Add auth0-python stubs (#13716) 2025-04-03 07:41:39 +02:00
Peter Bierma 23488363ce Add stub for sys._is_interned (#13778) 2025-04-02 14:15:39 -07:00
Semyon Moroz ffb8b0bfa0 Improve stubs for oauthlib.oauth2.rfc6749 (#13752) 2025-04-02 17:45:05 +02:00
A5rocks 54e1817439 Make code.InteractiveInterpreter#locals a dict not a mapping (#13775) 2025-04-02 17:31:41 +02:00
Brian Schubert c7ab79ed1b Drop Python 3.8 support in typeshed utilities (#13774) 2025-04-02 15:09:17 +01:00
Brian Schubert 5d15355717 Remove Python 3.8 exclusive branches from _asyncio, _blake2, _codecs, _contextvars (#13773)
Remove 3.8 exclusive branches from asyncio, _blake2, codecs, contextvars
2025-04-02 14:13:26 +01:00
David Peter ad8ecaf217 property.__get__: overload to model class-access behavior (#13769) 2025-04-02 15:09:56 +02:00
Sebastian Rittau 977f3007b9 Remove Python 3.8 exclusive branches (#13772) 2025-04-02 12:32:50 +02:00
Sebastian Rittau 27729455a5 Remove dummy threading modules (#13771)
Removed in Python 3.8, part of #12112
2025-04-02 12:27:24 +02:00
Joren Hammudoglu 5513d3f19b Drop Python 3.8 support in builtins (#13762)
* remove py38 branches in `builtins`

* combined `builtins.dict` tests with those exclusive to `>=3.9`
2025-04-02 09:01:36 +02:00
Joren Hammudoglu f6503fd9ab Drop Python 3.8 support in typing[_extensions] and types (#13763) 2025-04-02 08:56:56 +02:00
Joren Hammudoglu 0a3d8d2696 Drop Python 3.8 support in os and sys (#13764) 2025-04-02 08:50:06 +02:00
Joren Hammudoglu b266f3e746 Drop Python 3.8 support in ast (#13766) 2025-04-02 08:47:13 +02:00
Avasam 616ca7db2c Enable Ruff groups we already pass (#13751) 2025-04-02 08:43:52 +02:00
Avasam aaf1e0313c Enable Ruff flake8-pie (PIE) (#13747) 2025-04-02 08:43:25 +02:00
renovate[bot] bf8d2a9912 Update dependency aiohttp to v3.11.15 (#13759) 2025-04-01 19:59:28 +02:00
renovate[bot] 59a65341e0 Update most test/lint dependencies (#13754) 2025-04-01 18:44:21 +01:00
Avasam 19cea106f0 Bump ruff to 0.11.2 (#13757) 2025-04-01 17:31:38 +01:00
Avasam eafa274f1b Enable Ruff PLW (Pylint Warning) (#13749) 2025-04-01 15:12:15 +02:00
Avasam df1206f3cb Enable Ruff flake8-use-pathlib (PTH) (autofix only) (#13750) 2025-04-01 13:27:33 +02:00
Alex Waygood 5b6d2c93aa Disable Python version updates for actions/setup-python from Renovate (#13758) 2025-04-01 13:19:47 +02:00
Daksh2000 d979cf4027 Removed stubs: influxdb-client (April 2025) (#13718) 2025-04-01 11:30:58 +02:00
Brian Schubert 538bbadf8c [pyflakes] Update to 3.3.2 (#13756) 2025-03-31 23:32:00 -07:00
Sebastian Rittau bfd032156c [JACK-Client] All METADATA_ constants are sometimes available on Linux (#13639) 2025-04-01 02:22:59 +02:00
Semyon Moroz a3c8fce58d Add __all__ part 2 (#13719)
---------

Co-authored-by: Avasam <samuel.06@hotmail.com>
2025-03-31 18:27:19 -04:00
Semyon Moroz 0104531422 Improve oauthlib.common (#13744) 2025-03-31 16:45:47 +02:00
Semyon Moroz d26a889962 Improve pika (#13739) 2025-03-31 13:30:55 +02:00
Semyon Moroz 38a5859d72 Complete stubs for pep8-naming (#13741) 2025-03-31 13:28:11 +02:00
Sebastian Rittau fb79994077 [pyflakes] Update to 3.3.* (#13745) 2025-03-31 13:04:49 +02:00
github-actions[bot] 740a5ee901 [stubsabot] Bump flake8 to 7.2.* (#13743) 2025-03-30 04:02:32 +02:00
Avasam 4bed4432f9 Remove stub commonmark (#13736) 2025-03-29 13:29:07 +01:00
Shantanu 8c9451154e icalendar: update (#13737)
Fixes #13735
2025-03-28 19:10:16 -07:00
Sebastian Rittau 71e01e3871 Update setuptools to 78.1.0 (#13734)
---------

Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
2025-03-28 17:24:44 -04:00
Avasam 83ee2a2dc6 Enable Ruff flake8-builtins (A) (#13729) 2025-03-28 14:11:50 -04:00
Avasam 43385c455f Mark commonmark as no_longer_updated (#13726) 2025-03-28 16:15:08 +01:00
Neil Mitchell 7335dfa7f9 Make importlib context manager not swallow exceptions (#13733) 2025-03-28 15:16:17 +01:00
renovate[bot] 2a7a601a5c Update dependency pyright to v1.1.398 (#13722) 2025-03-27 21:39:34 +01:00
Sebastian Rittau 4757bf6d81 [requests] Remove Session.redirect_cache (#13723) 2025-03-27 16:20:01 -04:00
Sebastian Rittau 3890289a21 Sample text for closing future stdlib PRs (#13697) 2025-03-27 17:46:51 +01:00
Semyon Moroz 3e49c2d5b2 Complete stubs for commonmark (#13724) 2025-03-27 17:45:31 +01:00
Sebastian Rittau b68907b104 [setuptools] Update to 77.0.2 (#13685)
---------

Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
Co-authored-by: Avasam <samuel.06@hotmail.com>
2025-03-27 12:13:13 -04:00
Avasam c67f9da373 Restore JACK-Client macOS stubtest (#13721)
Restore JACK-Client macOS tests
2025-03-27 09:57:46 +01:00