Daniel Rembiszewski
|
c23cb7be75
|
Add stubs for tqdm (#8235)
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
Co-authored-by: Alex Waygood <Alex.Waygood@Gmail.com>
|
2022-07-05 18:34:11 +01:00 |
|
hasier
|
d1d87f0d87
|
Improve passlib CryptContext typing (#8237)
|
2022-07-05 13:59:35 +02:00 |
|
pre-commit-ci[bot]
|
54e006c23d
|
Upgrade black dependency (#8236)
updates:
- [github.com/psf/black: 22.3.0 → 22.6.0](https://github.com/psf/black/compare/22.3.0...22.6.0)
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
Co-authored-by: Alex Waygood <Alex.Waygood@Gmail.com>
|
2022-07-05 00:02:43 +01:00 |
|
Alex Waygood
|
73974e974d
|
Improve warnings.catch_warnings (#8229)
|
2022-07-04 17:05:21 +02:00 |
|
Sebastian Rittau
|
f135c6515d
|
Fix size parameter of FPDF.set_font_size (#8234)
|
2022-07-04 12:23:31 +01:00 |
|
Alex Waygood
|
8ef6602e25
|
Third-party stubs: audit more Callable[<parameters>, Any] annotations (#8233)
|
2022-07-04 10:29:47 +02:00 |
|
Shantanu
|
fb478f0b58
|
[stubsabot] Bump Pillow to 9.2.* (#8226)
|
2022-07-04 10:20:14 +02:00 |
|
Andrew Glick
|
0367fc94d9
|
Improve_Color type alias of PIL.Image (#8210)
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
Co-authored-by: Alex Waygood <Alex.Waygood@Gmail.com>
|
2022-07-04 07:46:03 +01:00 |
|
Chris Cotter
|
f7ff6239ff
|
asyncio task factory can accept Coroutines too (#8205)
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
Co-authored-by: Alex Waygood <Alex.Waygood@Gmail.com>
|
2022-07-03 18:00:29 +01:00 |
|
Alex Waygood
|
0cff7fea71
|
http.cookiejar.MozillaCookieJar.header does not exist in 3.10+ (#8228)
|
2022-07-03 09:42:14 -07:00 |
|
KotlinIsland
|
60a3cee609
|
__future__._Feature.getMandatoryRelease() can return None (#8232)
Co-authored-by: KotlinIsland <kotlinisland@users.noreply.github.com>
Co-authored-by: Alex Waygood <Alex.Waygood@Gmail.com>
|
2022-07-03 13:27:52 +01:00 |
|
Alex Waygood
|
e19073e871
|
Add a tiny bit more special-casing for sum (#8231)
|
2022-07-02 20:05:56 +01:00 |
|
Shantanu
|
1f0172c85d
|
[stubsabot] Bump babel to 2.10.* (#8222)
|
2022-07-01 22:45:32 +02:00 |
|
Shantanu
|
81a95b4b22
|
[stubsabot] Bump stripe to 3.5.* (#8223)
Co-authored-by: hauntsaninja <>
|
2022-07-01 20:33:00 +01:00 |
|
Shantanu
|
25d7adefb2
|
[stubsabot] Bump aws-xray-sdk to 2.10.* (#8221)
Co-authored-by: hauntsaninja <>
|
2022-07-01 20:32:41 +01:00 |
|
Shantanu
|
5818c3e6c4
|
[stubsabot] Bump flake8-bugbear to 22.7.1 (#8220)
|
2022-07-01 11:57:51 -07:00 |
|
Shantanu
|
cf2eaf2a75
|
[stubsabot] Bump stripe to 3.4.* (#8212)
Co-authored-by: hauntsaninja <>
|
2022-07-02 00:11:51 +05:30 |
|
Shantanu
|
af21ef5cb3
|
[stubsabot] Bump psutil to 5.9.* (#8213)
Co-authored-by: hauntsaninja <>
|
2022-07-02 00:11:33 +05:30 |
|
Alex Waygood
|
a2e8346d9a
|
Improve multiprocessing stubs (#8202)
Co-authored-by: Shantanu <12621235+hauntsaninja@users.noreply.github.com>
|
2022-07-01 23:50:39 +05:30 |
|
Sebastian Rittau
|
7b54854c90
|
Remove the dataclasses third-party stub (#8216)
dataclasses is part of the Python stdlib and the third-party package is
not supported past Python 3.6.
|
2022-06-30 12:14:29 +02:00 |
|
Sebastian Rittau
|
ec7ab6d4d6
|
Mark the dataclasses stubs as no longer updated (#8215)
|
2022-06-30 11:47:36 +02:00 |
|
Shantanu
|
200891fed1
|
Bump prettytable to 3.3.* (#8207)
Co-authored-by: hauntsaninja <>
Co-authored-by: Alex Waygood <Alex.Waygood@Gmail.com>
|
2022-06-30 07:50:39 +01:00 |
|
Shantanu
|
6e039ddce3
|
[stubsabot] Bump python-slugify to 6.1.* (#8208)
|
2022-06-29 09:54:42 -07:00 |
|
Shantanu
|
4253a1fbf7
|
[stubsabot] Bump hdbcli to 2.13.* (#8206)
Co-authored-by: hauntsaninja <>
|
2022-06-29 17:16:15 +01:00 |
|
Shantanu
|
b4587c64c6
|
Bump fpdf2 to 2.5.* (#8173)
Co-authored-by: hauntsaninja <>
Co-authored-by: Alex Waygood <Alex.Waygood@Gmail.com>
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
|
2022-06-29 16:54:36 +01:00 |
|
Alex Waygood
|
f69f711d5a
|
subprocess.Popen: __new__ -> __init__ (#8203)
|
2022-06-28 20:11:03 +02:00 |
|
Sebastian Rittau
|
3c959d099b
|
Update redis stubs to 4.3.4 (#8199)
Fixes #8196
|
2022-06-28 16:38:15 +01:00 |
|
Alex Waygood
|
802f606a3b
|
Improve turtle callbacks (#8200)
|
2022-06-28 14:30:50 +02:00 |
|
Alex Waygood
|
79556345ac
|
Improve boto callbacks (#8201)
|
2022-06-28 14:30:26 +02:00 |
|
David Askari
|
2ffa756bb5
|
Improve None as predicate for Python 2 ifilter (#8191)
|
2022-06-28 14:29:42 +02:00 |
|
crusaderky
|
544c7c9633
|
shelve.open should return Any (#8190)
|
2022-06-27 10:15:09 -07:00 |
|
Alex Waygood
|
5b44454cf8
|
Improve inspect callbacks (#8189)
|
2022-06-27 07:07:09 -07:00 |
|
Alex Waygood
|
3e27458323
|
Improve xmlrpc.client callbacks (#8188)
|
2022-06-27 13:22:33 +01:00 |
|
Alex Waygood
|
208d8e1ec2
|
Fix assertAlmostEqual regression on mixed numeric types (#8137)
|
2022-06-27 08:57:36 +02:00 |
|
Alex Waygood
|
7c3b13ba4f
|
asyncio.sslproto: _SSLPipe and several SSLProtocol attributes no longer exist on py311 (#8186)
|
2022-06-27 08:12:01 +02:00 |
|
Alex Waygood
|
8b3b6bf7cd
|
stdlib: Audit Callable[<parameters>, None] annotations (#8187)
|
2022-06-27 08:08:28 +02:00 |
|
Shantanu
|
0178a0e742
|
[stubsabot] Bump croniter to 1.3.* (#8185)
|
2022-06-26 17:54:19 +01:00 |
|
Shantanu
|
531b162a66
|
[stubsabot] Bump tzlocal to 4.2 (#8184)
Co-authored-by: hauntsaninja <>
|
2022-06-26 17:49:20 +01:00 |
|
Shantanu
|
627285059a
|
[stubsabot] Bump jmespath to 1.0.* (#8183)
Co-authored-by: hauntsaninja <>
|
2022-06-26 17:46:04 +01:00 |
|
Shantanu
|
cdcf264d07
|
fpdf2: improve types (#8176)
Co-authored-by: hauntsaninja <>
|
2022-06-26 20:53:29 +05:30 |
|
Shantanu
|
d23d213d7e
|
[stubsabot] Bump aws-xray-sdk to 2.9.* (#8180)
* [stubsabot] Bump aws-xray-sdk to 2.9.*
Co-authored-by: hauntsaninja <>
Co-authored-by: Alex Waygood <Alex.Waygood@Gmail.com>
|
2022-06-26 14:08:03 +01:00 |
|
Shantanu
|
329edb0a2d
|
[stubsabot] Bump pep8-naming to 0.13.* (#8181)
* [stubsabot] Bump pep8-naming to 0.13.*
* Bye bye Python 2
Co-authored-by: hauntsaninja <>
Co-authored-by: Alex Waygood <Alex.Waygood@Gmail.com>
|
2022-06-26 14:00:29 +01:00 |
|
Shantanu
|
feb54c8cb0
|
[stubsabot] Bump flake8-typing-imports to 1.12.* (#8179)
Co-authored-by: hauntsaninja <>
|
2022-06-26 13:53:56 +01:00 |
|
Alex Waygood
|
ca44b893e3
|
multiprocessing: audit callback annotations (#8178)
|
2022-06-26 13:15:26 +01:00 |
|
Alex Waygood
|
74bd0d962b
|
Third-party stubs: audit Callable[<parameters>, None] annotations (#8175)
|
2022-06-26 13:56:19 +02:00 |
|
Alex Waygood
|
49cdaa41db
|
JACK-Client: audit callback annotations (#8177)
The returned values from these functions are all ignored at runtime.
|
2022-06-26 11:36:28 +01:00 |
|
Shantanu
|
bef4a5ff65
|
DateTimeRange: complete stubs (#8168)
Co-authored-by: hauntsaninja <>
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
Co-authored-by: Alex Waygood <Alex.Waygood@Gmail.com>
|
2022-06-26 10:51:00 +01:00 |
|
Shantanu
|
a81c695cd6
|
Bump xmltodict to 0.13.* (#8172)
|
2022-06-26 10:45:58 +01:00 |
|
Shantanu
|
e24bbb7000
|
[stubsabot] Bump python-nmap to 0.7.* (#8174)
Co-authored-by: hauntsaninja <>
|
2022-06-26 15:09:11 +05:30 |
|
Jon Dufresne
|
0570cd9f9c
|
Update GitHub actions to their latest versions (#8160)
The actions/setup-python now always requires a version specified.
|
2022-06-26 11:36:15 +02:00 |
|