Max Muoto
0d2b9dfe12
Add missing replace dunders ( #12265 )
2024-07-03 20:30:22 -07:00
Kumar Aditya
98cf9a23eb
Fix stubs for async generator methods ( #12232 )
2024-07-03 20:18:28 -07:00
Alexander Daryin
bc6335c238
Create check_zip.py ( #12233 )
2024-07-03 20:16:14 -07:00
renovate[bot]
aa44da652e
Update dependency pyright to v1.1.370 ( #12270 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-07-04 01:18:43 +01:00
Matt
e67340b98c
Add global_context keyword to gdb.parse_and_eval in GDB stub ( #12269 )
2024-07-03 11:00:29 -07:00
Adam Dangoor
ea34c97ccc
Expand docutils.parsters.rst.states ( #12226 )
2024-07-03 14:23:56 +02:00
Avasam
45d162c9ee
Bump setuptools to 70.2.* ( #12261 )
2024-07-03 12:59:08 +02:00
Max Muoto
683ff51acb
Resolve 3.13 turtle issues ( #12266 )
2024-07-03 07:49:21 +01:00
Max Muoto
989e25043c
More accurate mmap.seekable type for 3.13 ( #12264 )
2024-07-02 19:12:01 -07:00
BJ Hargrave
1f8c439ceb
Update assertpy/extracting.pyi so that kwargs are not required ( #12229 )
...
The recent change to better type the `sort` and `filter` kwargs had the
side effect of making them required. So we fix to supply a default
argument.
Signed-off-by: BJ Hargrave <bj@hargrave.dev >
2024-07-02 12:20:50 -07:00
Adam Dangoor
02d2f5f09e
Specify stream type of Docker logs ( #12214 )
...
Co-authored-by: Alex Waygood <Alex.Waygood@Gmail.com >
2024-07-02 18:47:47 +01:00
Benjamin Kirkbride
d498fe148e
add stubs for networx.has_path ( #12252 )
2024-07-02 10:14:56 +02:00
github-actions[bot]
5bf3f47496
[stubsabot] Bump python-crontab to 3.2.* ( #12253 )
2024-07-02 10:14:05 +02:00
Max Muoto
b5ec69f608
Add missing strict argument for itertools.batched (3.13) ( #12256 )
...
Co-authored-by: Shantanu <12621235+hauntsaninja@users.noreply.github.com >
2024-07-01 23:33:31 -07:00
Shantanu
73d5a55a32
Fixes for 3.13b3 ( #12257 )
...
Fixes #12255
2024-07-01 23:07:08 -07:00
Bénédikt Tran
6b4cd03d34
Update `symtable` stubs for 3.13 and 3.14 ( #12183 )
2024-07-01 23:49:34 +01:00
sobolevn
d029c30a16
Add _only_immortal to sys.getunicodeinternedsize ( #12248 )
...
Source: https://github.com/python/cpython/blob/3.13/Python/sysmodule.c#L2007-L2026
2024-07-01 23:31:06 +01:00
renovate[bot]
6e333e6ba7
Update most test/lint dependencies ( #12246 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-06-30 18:38:33 -07:00
Shantanu
dcab6e8888
Use Python 3.12 for mypy_primer ( #12244 )
...
I'd like for us to cover projects that use Python 3.12 only syntax
2024-06-30 16:43:28 -07:00
Max Muoto
5522613b99
Add missing zipimporter methods ( #12242 )
...
Add missing zipimporter methods
2024-06-30 12:53:02 -07:00
sobolevn
ae6e261c4f
Bump reportlab to 4.2.2 ( #12227 )
2024-06-30 12:39:51 +02:00
sobolevn
9fcaf3fe31
Bump openpyxl to 3.1.5 ( #12238 )
2024-06-29 22:10:14 +02:00
Adam Dangoor
712e4146ef
Allow users of docker run, create to not give name/version ( #12234 )
2024-06-28 13:29:20 +02:00
sobolevn
db7dd4cd54
Replace Github -> GitHub in scripts/stubsabot.py ( #12228 )
2024-06-27 17:15:16 +02:00
Adam Dangoor
ea869e2959
Add kwarg types to Docker container run and create ( #12216 )
2024-06-27 10:11:47 +02:00
Adam Dangoor
2d9b0fd2a0
Add Container wait return type at Docker model layer ( #12217 )
...
Also, improve type for the API layer. Previously, the type accounted for a 404 response. However, in the 404 case, a `docker.errors.NotFound` exception is raised.
2024-06-27 09:58:43 +02:00
BJ Hargrave
82199768bf
assertpy: improve type for extracting ( #12224 )
...
Signed-off-by: BJ Hargrave <bj@hargrave.dev >
Co-authored-by: hauntsaninja <hauntsaninja@gmail.com >
2024-06-26 14:22:32 -07:00
Avasam
326b325879
Add upstream_repository for reportlab ( #12223 )
...
This was found at https://docs.reportlab.com/releases/#reportlab-build-process
2024-06-26 13:37:33 -04:00
Max Muoto
ae27935396
Add _interpchannels for 3.13 ( #12199 )
2024-06-26 17:13:47 +01:00
Sebastian Rittau
2110c699d6
[CI] Only create issue if daily script was run by cron ( #12218 )
2024-06-26 11:22:11 +02:00
Sebastian Rittau
fa73f9ff4a
[tensorflow] Pin keras to 3.3.* ( #12221 )
2024-06-26 11:03:32 +02:00
Sebastian Rittau
68408b3528
[CI] Suppress spurious brew warning ( #12219 )
2024-06-26 02:01:47 -07:00
Sebastian Rittau
d683ddb3ed
Pin reportlab to version 4.2.0 ( #12220 )
...
Part of #12213
2024-06-26 02:00:00 -07:00
Avasam
a6bd781626
Update setuptools to v70.1.1 ( #12215 )
2024-06-26 08:17:03 +02:00
Sebastian Rittau
b13bb947c3
[aiofiles] Update to 24.1 ( #12207 )
2024-06-25 16:51:01 -07:00
Sebastian Rittau
fb4bfc8674
[influxdb] Update to 1.44 ( #12209 )
2024-06-25 16:48:30 -07:00
Kanishk Pachauri
70d9d1fe84
fix: resolve issue with SubParsersAction.add_parser for custom ArgumentParser subclasses ( #12212 )
2024-06-25 16:44:45 -07:00
renovate[bot]
efe99fce02
Update dependency pyright to v1.1.369 ( #12171 )
2024-06-25 23:59:52 +01:00
Kanishk Pachauri
309aebf9d7
fix: ArgParse's registry for the type keyword argument to add_argument ( #12194 )
2024-06-25 17:31:45 +02:00
Adam Dangoor
60443ca258
Add more keyword argument types for Docker pull ( #12210 )
2024-06-25 15:23:03 +02:00
Andrew Murray
49b1777037
Updated olefile types ( #12097 )
2024-06-25 14:58:17 +02:00
Adam Dangoor
ff35709167
Add parameter types to docker.models.images.ImageCollection.build ( #12196 )
...
Introduce stubs-only module `docker._types`.
2024-06-25 14:18:21 +02:00
Adam Dangoor
1535e93674
Add return types to docker container run ( #12206 )
2024-06-25 14:04:48 +02:00
Sebastian Rittau
271df8ef04
Remove obsolete mypy bug workaround in abspath() ( #12208 )
2024-06-25 14:01:21 +02:00
Avasam
c709686511
Bump peewee to 3.17.5 ( #12201 )
2024-06-25 12:31:28 +02:00
InSync
58fe83109c
Copy openpyxl's Worksheet.__getitem__() and .__iter__() to ReadOnlyWorksheet ( #12202 )
2024-06-25 12:30:10 +02:00
Avasam
bf03f9b63a
Bump pyinstaller to 6.8.* ( #12198 )
2024-06-25 12:27:35 +02:00
Avasam
1dbf21fa8b
Bump protobuf to 5.27.* ( #12197 )
2024-06-25 12:26:56 +02:00
Sebastian Rittau
eff4ca189c
[setuptools] Update to 71.1.* ( #12176 )
2024-06-24 18:38:59 -04:00
Adam Dangoor
da443145bc
Add more specific types to Docker network inspect/get equivalent methods ( #12188 )
2024-06-24 12:38:32 +02:00