Ecosyste.ms: OpenCollective

An open API service for software projects hosted on Open Collective.

github.com/typeddjango/django-stubs

PEP-484 stubs for Django
https://github.com/typeddjango/django-stubs

Add new method to Sitemap (#1527)

* Add new method to Sitemap

* Add missing methods in sitemap

f0bd3b1c92bd2a0a121c8f541bd29f3d389ef540 authored over 1 year ago by Alexerson <[email protected]>
Add ManifestStaticFilesStorage new parameters (#1528)

* Add ManifestStaticFilesStorage new parameters

* Move props to top of class

bc54631f4bd3a4774b243ac61256fcb05d355587 authored over 1 year ago by Alexerson <[email protected]>
Fix various checks (#1526)

4ac64860dc9300795811b00272f1c723b0a26ea2 authored over 1 year ago by Alexerson <[email protected]>
Update global settings and appconfig to match Django 4.2 (#1524)

af3ad5a9ccb81eb0a5dd8e60cbb888a63ded5d52 authored over 1 year ago by Alexerson <[email protected]>
Implement Django 4.2 deprecations (#1523)

c50aefb426242171d96651af949a51748775fe54 authored over 1 year ago by Alexerson <[email protected]>
CI: Replace isort with Ruff import sorting (#1507)

This is the first step in adopting Ruff: https://beta.ruff.rs/

Ruff is faster and will allow ...

0ea2222dcc5ebe382872a71c019cc2d0412f585e authored over 1 year ago by Marti Raudsepp <[email protected]>
Add QuerySet._result_cache and _fetch_all() method (#1505)

e0587a531411fabba4630f78ece00b6082c17832 authored over 1 year ago by Adam Johnson <[email protected]>
Fixed `create_model_instance` incorrect data argument type (#1521)

* Fixed `create_model_instance` incorrect data argument type

Session data is dynamic and it d...

b3dab8eb4b2dd1f9d1c3921ff08d5e7e1eb3c0bb authored over 1 year ago by Mishiko (მიშო) <[email protected]>
Version 4.2.1 release (django-stubs, django-stubs-ext) (#1520)

21e541f8f588f4a42963543c7d115bb4cb95f4c5 authored over 1 year ago by Marti Raudsepp <[email protected]>
Add SessionBase methods, change SessionStore.get_model_class() return (#1517)

Improve typing in `contrib.session.backends`

Co-authored-by: Marti Raudsepp <[email protected]>

2d27ba66bb131d3b13422ed1152e10ccddb1a495 authored over 1 year ago by suayip uzulmez <[email protected]>
Make UserCreationForm generic (#1518)

99c8fcc69e7d3df7c4dc4f5ab73a2c35b5ab5142 authored over 1 year ago by monosans <[email protected]>
Fix stub for `send_mass_email` (issue #1515) (#1516)

6a4e6c2f1987d7b348da77c57ef6810505344475 authored over 1 year ago by Dorian Lesbre <[email protected]>
Fix _make_token_with_timestamp() argument secret (#1462)

* Fix `secret` argument to `_make_token_with_timestamp`

https://github.com/django/django/blob...

7c254b746017290c113af0068610eaf48a477f59 authored over 1 year ago by Christian Bundy <[email protected]>
Allow using async StreamingHttpResponse (#1484)

1d921a5385083c172a7fda9eb1c076b35860597a authored over 1 year ago by Alexerson <[email protected]>
Improve core.files.storages types for Django 4.2 (#1488)

918396902cc3a6d973723a320857214ef3209d46 authored over 1 year ago by Alexerson <[email protected]>
Bump requests from 2.29.0 to 2.31.0 (#1511)

Bumps [requests](https://github.com/psf/requests) from 2.29.0 to 2.31.0.
- [Release notes](https...

d1a355ba076d4be35c3974db243f9eb55cdf6a41 authored over 1 year ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bump pre-commit from 3.3.1 to 3.3.2 (#1504)

Bumps [pre-commit](https://github.com/pre-commit/pre-commit) from 3.3.1 to 3.3.2.
- [Release no...

c00b75d99f0b4f3fec09d6c29e5bbb95e314cc59 authored over 1 year ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Modify ticket in logo (#1502)

@lolbat mentioned on Mastodon that it looks like a razor blade: https://fosstodon.org/@lolbat/11...

72eb09b5a575da597f2a7d7639fab0f1baeafc3b authored over 1 year ago by Adam Johnson <[email protected]>
fix typo in mypy.ini error message (#1503)

* fix typo in mypy.ini error message

* Update test_error_handling.py

---------

Co-autho...

bc0f1ac2db3f5d4fec2029f3b06565aa1585bc3b authored over 1 year ago by Anthony Sottile <[email protected]>
Make `django.conf` constants `Literal`s (#1470)

Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>

d6f85a71c38be4a3686599ecbb0564ee042aa061 authored over 1 year ago by Nikita Sobolev <[email protected]>
Fix logo URL with 'master' (#1501)

0015d35eb814661f078b1b2a8190f774fd5014a3 authored over 1 year ago by Adam Johnson <[email protected]>
Fix logo URL (#1500)

cb758513fcad3d352093d6a012d88cf63ca0c898 authored over 1 year ago by Adam Johnson <[email protected]>
Add logo (#1499)

129b995e90dd432866c097244d94842e51023162 authored over 1 year ago by Adam Johnson <[email protected]>
Update the name of lookup_needs_distinct() function (#1498)

In Django 4.0, the name of "lookup_needs_distinct" function was changed to "lookup_spawns_duplic...

b68f12735ca36b668cd7f9ce844c5b89a73938ba authored over 1 year ago by Artur Zubilewicz <[email protected]>
Make argument optional in admin.sites.get_app_list() (#1497)

The second argument has a default value of `None` and therefore is optional, but the signature c...

9126b20014623f9ce813af10571faeb87f5e2d53 authored over 1 year ago by Artur Zubilewicz <[email protected]>
Update compatible-mypy & CI to mypy 1.3.0 (#1496)

* Bump mypy from 1.2.0 to 1.3.0

Bumps [mypy](https://github.com/python/mypy) from 1.2.0 to 1....

b9a2d48b39f529d7ed910570b1a9c469d8be18c1 authored over 1 year ago by Marti Raudsepp <[email protected]>
Fix type of field attribute descriptors on Model classes (not instance) (#1491)

Bumped minimum mypy version to 1.0, since I needed to use typing_extensions.Self. I couldn't fig...

9e276c7449470053ba506ca4fd2b38ed7761f9fc authored over 1 year ago by Marti Raudsepp <[email protected]>
Fix classonlymethod decorator declaration (#1494)

aa86ca7b54c8bad69c9fdf47694f8868b1aa3307 authored over 1 year ago by Adam Johnson <[email protected]>
Adds support for db_comment option on model fields and tests. (#1492)

* Adds support for db_comment option on model fields and tests.

* Removed db_comment test as ...

1efe9c65bd2b84312e9da0ac7e4045dc8d190141 authored over 1 year ago by Daniel Andrlik <[email protected]>
Add set/get typing for spacial Model Fields (#1487)

7c9d2f3126843794314e96565fe878a0d9a1a9f0 authored over 1 year ago by Martin Lehoux <[email protected]>
[pre-commit.ci] pre-commit autoupdate (#1482)

updates:
- [github.com/asottile/pyupgrade: v3.3.2 → v3.4.0](https://github.com/asottile/pyupgra...

8b1e20c35a2917f6ea220b4c89201d7e2e3c8692 authored over 1 year ago by pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
Bump pytest-mypy-plugins from 1.11.0 to 1.11.1 (#1481)

Bumps [pytest-mypy-plugins](https://github.com/TypedDjango/pytest-mypy-plugins) from 1.11.0 to 1...

bef1d9b5b774ff0c53ba1db935e821a2e669a3cf authored over 1 year ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bump pytest-mypy-plugins from 1.10.1 to 1.11.0 (#1477)

Bumps [pytest-mypy-plugins](https://github.com/TypedDjango/pytest-mypy-plugins) from 1.10.1 to 1...

5f57a42110e04ac1bd451ac42923da89e5c3b7f0 authored over 1 year ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bump pre-commit from 3.3.0 to 3.3.1 (#1473)

Bumps [pre-commit](https://github.com/pre-commit/pre-commit) from 3.3.0 to 3.3.1.
- [Release no...

ec634bcae8da18ffe1af44790d6dc9b2a1ae6bea authored over 1 year ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bump django from 4.2 to 4.2.1 (#1476)

Bumps [django](https://github.com/django/django) from 4.2 to 4.2.1.
- [Release notes](https://g...

d5c286a4baab93ea4af1123963f4883ce7104714 authored over 1 year ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bump pre-commit from 3.2.2 to 3.3.0 (#1472)

Bumps [pre-commit](https://github.com/pre-commit/pre-commit) from 3.2.2 to 3.3.0.
- [Release no...

e8d4ac339383fe2a592755add554e7dc6c347d93 authored over 1 year ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
[pre-commit.ci] pre-commit autoupdate (#1471)

updates:
- [github.com/asottile/pyupgrade: v3.3.1 → v3.3.2](https://github.com/asottile/pyupgra...

6a4f797e2855b80ee405f96b84a6bc4c5655c4a7 authored over 1 year ago by pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
Add `robust` parameter to `transaction.on_commit` (#1469)

* Add `robust` parameter to `transaction.on_commit`

* Add better type arguments for func par...

332bf4f305fd294a8e13e3f904961a69a157db7d authored over 1 year ago by suayip uzulmez <[email protected]>
Drop Django 4.0 compatibility (#1468)

* Drop Django 4.0 compatibility

* Remove in typecheck_tests.py as well

6ad28e2427b322e01057bd3e66042dd38774c099 authored over 1 year ago by Marti Raudsepp <[email protected]>
Completely drop Python 3.7 compatibility (#1459)

* Latest Django 4.2 no longer supports Python 3.7
* Our CI dependency `pre-commit` no longer su...

4d10414a03ed5ee9e243016b56b41cb4ec74fdde authored over 1 year ago by Marti Raudsepp <[email protected]>
CI: Check and fix missing __init__.py with flake8-no-pep420 (#1461)

Co-authored-by: Adam Johnson <[email protected]>

e60f391a6982f9e6ad7fea84b8ac8e84c4012ff6 authored over 1 year ago by Marti Raudsepp <[email protected]>
Fix ManyToManyRawIdWidget to accept ManyToManyRel argument (#1447)

01bf258d2c9e1c2dd0496984e89e4bcd22fe4e07 authored over 1 year ago by Anvansh <[email protected]>
Fix decorator return types (#1465)

* Add decorator return types

* Update decorator parameter types

- Sensitive variables and ...

c7e3ea266ad4771d5cb87bb1b1ad51a4de4735b3 authored over 1 year ago by Konstantin Kuchkov <[email protected]>
Tweak package license metadata and rename files (#1463)

* Update deprecated `license_file` metadata

* Fixes `SetuptoolsDeprecationWarning: The licens...

94601fd6825c1afc715830c939acc80aa3705e60 authored over 1 year ago by Marti Raudsepp <[email protected]>
Add missing `__init__.py` in django_stubs_ext.db (#1460)

ad21bd9f0b4e5352d5d9f6d0f5154fea125af0c3 authored over 1 year ago by monosans <[email protected]>
Bump pre-commit from 2.21.0 to 3.2.2 (#1422)

21b63addbf860c86f9974fb4b1e469b1c88678c6 authored over 1 year ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Version 4.2.0 release (django-stubs, django-stubs-ext) (#1458)

87f48b3ae62cd983c72f2e9639e80a9a7c6e487f authored over 1 year ago by Marti Raudsepp <[email protected]>
Run CI with Django 4.2 and declare support in package metadata (#1452)

* An addition to `requirements.txt` is enough to use Django version 4.2 in CI.
* Added `Framewo...

c659fc2455bec459b40ac9033bb99f2b138b5990 authored over 1 year ago by Marti Raudsepp <[email protected]>
Rename BaseModelMeta to TypedModelMeta and document it (#1456)

feccb05ecffd8a78253ea21c59d3545224405e1c authored over 1 year ago by Marti Raudsepp <[email protected]>
CI: Stop testing with Python 3.7 (#1453)

Python 3.7 will be officially EOL on 27 June 2023, that's in 2 months.

This simplifies updati...

3e81d1179a8cf637a65922713ea4a1e9151b85ee authored over 1 year ago by Marti Raudsepp <[email protected]>
Bump requests from 2.28.2 to 2.29.0 (#1457)

Bumps [requests](https://github.com/psf/requests) from 2.28.2 to 2.29.0.
- [Release notes](https...

fe430fa1438c9ad9f2f4095cdb6b5f01eee1dddc authored over 1 year ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
CI: Add Django 4.2 to typecheck and update other Django versions (#1455)

* Updated the default Django version in typecheck_tests to 4.2.
* Made the typecheck_tests.py s...

01a12ef14ffa15c07a3bfe6a10b45a0253fd9376 authored over 1 year ago by Marti Raudsepp <[email protected]>
Syndication Feed items do not need to be Model instances (#1444)

4ab0159304e3e2c2870f5700cdc0cf3eb101a68c authored over 1 year ago by Jon Janzen <[email protected]>
Add stubs for new async model methods from 4.2 (#1443)

b15d60225b1d888254192347a6d9aed36aba0ced authored over 1 year ago by Jon Janzen <[email protected]>
Allow any reverse relation using ForeignObjectRel to be type checked (#1451)

* Allow any reverse relation using ForeignObjectRel to be type checked

Currently, reverse rel...

29696511066d613150089b43df827ef30a71f32f authored over 1 year ago by Swen Kooij <[email protected]>
Add django.utils.http.content_disposition_header. (#1448)

687e67ed6015fb70c71afb3a460aa092c0552c1b authored over 1 year ago by Alex Vandiver <[email protected]>
Fix aiterator (#1449)

e06689ea84209a533e2f9536abcf86a265eeeb84 authored over 1 year ago by Krzysztof Jagiełło <[email protected]>
Allow lazy translation strings in email contexts (#1442)

67ec98584644c39bcb44080fb8efc78ca2d72edf authored over 1 year ago by suayip uzulmez <[email protected]>
Bump pytest from 7.3.0 to 7.3.1 (#1446)

Bumps [pytest](https://github.com/pytest-dev/pytest) from 7.3.0 to 7.3.1.
- [Release notes](htt...

9e52a6cea2ca3c3a34a0aac761f2fd83173fff02 authored over 1 year ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Handle repeated field lookups in calls to values_list (#1441)

Prior to this change, if checked code was calling the values_list method
on a queryset with a r...

526c2c51fc02a9c4eb46a957c912da5ab81beaac authored over 1 year ago by James Owen <[email protected]>
Bump isort to 5.12.0 (#1440)

Prior to this change, the pre-commit hooks could no longer install the
specified version of iso...

0230c675cc01d758b1e94fccf68d04b06022bdfc authored over 1 year ago by James Owen <[email protected]>
Add STORAGES setting (#1439)

18832c0cdf353a6cbfeb8e70c01bc85a509a99cf authored over 1 year ago by Federico Bond <[email protected]>
Fix ForeignKey queryset filters for cases where the to argument is a … (#1436)

* Fix ForeignKey queryset filters for cases where the to argument is a string like 'app_label.mo...

4bd89cd850cb9aeeac548340368acf937153c00a authored over 1 year ago by Leo Kirchner <[email protected]>
Add the RenameIndex migration operation introduced in Django 4.1 (#1438)

2e6b118ab5475fe889da3b1699dca350793c82a0 authored over 1 year ago by Ivailo Karamanolev <[email protected]>
Add type hint for JSONObject.__init__ (#1430)

* Add type hint for JSONObject.__init__

* Fix errorenous dict hint

be609f1962351b99ff228309e8039ea2768bf1e0 authored over 1 year ago by suayip uzulmez <[email protected]>
Bump pytest from 7.2.2 to 7.3.0 (#1432)

Bumps [pytest](https://github.com/pytest-dev/pytest) from 7.2.2 to 7.3.0.
- [Release notes](htt...

04502590ddc430cfb5c492f4fa7ab1bbd29c638a authored over 1 year ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
fix: don't expose Manager.delete (#1431)

d199cf6782ce5ea491470fe9483addbd0a801ca3 authored over 1 year ago by Matthias Schoettle <[email protected]>
django-stubs-ext: Add BaseModelMeta for typing Model inner Meta class (#1375)

* Add BaseModelMeta for typing Model `class Meta` inner class

* Fixes for older Python versions...

217c58105a69f7ffdb9239d8e02ff3f5e37a9a93 authored over 1 year ago by Marti Raudsepp <[email protected]>
Update compatible-mypy & CI to mypy 1.2.0 (#1429)

* Bumps mypy from 1.1.1 to 1.2.0.
* Remove unneeded "type: ignore" comments
* Test request_get...

7464d9a8e6ed4136e72ab112544031d470c4265b authored over 1 year ago by Marti Raudsepp <[email protected]>
Improve Form, FormSet, BoundField, ErrorDict, ErrorList rendering types. Add IntegerField.step_size (#1427)

c23f6ec8534a0101557de35cda619f826e1d5e61 authored over 1 year ago by monosans <[email protected]>
Added AsyncGetResponseCallable stub (#1425)

ec75a409407a804a4ae7a2dd3cc4d3aeda072ae0 authored over 1 year ago by Anvansh <[email protected]>
Don't require tomli on Python>=3.11 (#1423)

* Don't require tomli on Python>=3.11

* Update mypy_django_plugin/config.py

---------

C...

882513620a1dcc82f5ad8e7f9d8d3972904128d7 authored over 1 year ago by monosans <[email protected]>
Add BaseUserCreationForm (#1424)

a829fb040b910efd2424bb855ccc5150fb8dbd22 authored over 1 year ago by monosans <[email protected]>
Middlewares can work with StreamingReponse (#1421)

04d5696f15e05f569fccd51893db58e0b04fe557 authored over 1 year ago by Anthony Ricaud <[email protected]>
Allow 'BaseExpression' in 'UniqueConstraint.expressions' (#1420)

5e61acf94f73362f8fe4e5cfdd414ddb13c30c2a authored over 1 year ago by suayip uzulmez <[email protected]>
Added BaseConstraint.default_violation_error_message attribute hint (#1419)

* Added default_violation_error_message
* Changed str to _StrOrPromise in stub definition

fa61cfc0aad6cc60f92eebf32b54c3f3f6ff88d3 authored over 1 year ago by Anvansh <[email protected]>
Add test for overriding User model manager (#1401)

323a6dbf339a10a9ebf72d44a66ff0cc685afbb7 authored over 1 year ago by Petter Friberg <[email protected]>
Allow setting SECRET_KEY to be str or bytes, add SECRET_KEY_FALLBACKS, update PasswordResetTokenGenerator (#1411)

Problem: SECRET_KEY could be either str or bytes, and it doesn't look like we have any support f...

4faa6025f0352ee58230c38a933da84c34c41758 authored over 1 year ago by Christian Bundy <[email protected]>
Allow lazy translation strings for constraint 'violation_error_message' arguments, attributes (#1418)

Ensure 'violation_error_message' argument of constraints allows for lazy translation objects

75c279268bb82a5ddb0ee1bfe93346574abcab99 authored over 1 year ago by suayip uzulmez <[email protected]>
Sync pre-commit and requirements (#1417)

6b9c33146cd3cd07dd7d590ff04be7c87e44373e authored over 1 year ago by Nikita Sobolev <[email protected]>
Bump black from 23.1.0 to 23.3.0 (#1416)

Bumps [black](https://github.com/psf/black) from 23.1.0 to 23.3.0.
- [Release notes](https://gi...

598052bd92ab6bd0b4e0941bac2e5ecccf7c9217 authored over 1 year ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Added missing stubs (#1413)

* Added missing stubs

* Added base constrain class to get_constraints

* Added app_label pa...

9da7b146c88cecbe89946999acec9f1ca56b8811 authored over 1 year ago by Anvansh <[email protected]>
Added stub for where method (#1407)

* Added stub for where method

* mypy fixes

5092bdf951edb6ef3ba23b28c7ec27b5a4635ee7 authored over 1 year ago by Anvansh <[email protected]>
Added missing stub for 'Query.join()' (#1404)

* Added stub for join

* Modified the stub according to the correct signature

* Corrected t...

ddf0864f82f259c1a835a1a127fd598c6405166d authored over 1 year ago by Anvansh <[email protected]>
Add tests for `QuerySet.select_related` returning queryset type (#1400)

49055f881195adb912d77f8446465717cff7b3d1 authored over 1 year ago by Petter Friberg <[email protected]>
Add support for nested manager and queryset class definitions (#1392)

348ae5f4896f023fa89d6bbc6e2b20de0f56f311 authored over 1 year ago by Federico Bond <[email protected]>
Version 1.16.0 release (#1396)

6a850f693671b5d6b5665bd9d18ad054fca581da authored over 1 year ago by Marti Raudsepp <[email protected]>
Prepare django-stubs-ext 0.8.0 release (#1395)

dd92489802cce5db559b69072d9867e7e5f3520a authored over 1 year ago by Marti Raudsepp <[email protected]>
Update recommended mypy & CI to 1.1.1, update MultiValueDict (#1391)

* Updated mypy to 1.1.1 for compatible-mypy and CI
* Fixes MultiValueDict.setdefault() compatib...

0aa7bf1dc6effdc68b50e7c617ae2094e90a820c authored over 1 year ago by Marti Raudsepp <[email protected]>
Add validate_constraints method to the Model stub (#1388)

a63bcbe87c76089cf7bd0b5c6d58bdcf1e3f0e6f authored over 1 year ago by Alexander Overvoorde <[email protected]>
Bump pytest from 7.2.1 to 7.2.2 (#1386)

74718282edb48bcffca50b77a4715d195ff77118 authored over 1 year ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Added validate_constraints keyword arg added to the full_clean stub (#1385)

547d9232e18716080d1a53442e5494be81d12537 authored over 1 year ago by L K Livingstone <[email protected]>
Fixed types for `vary_on_headers` (#1370)

Co-authored-by: Marti Raudsepp <[email protected]>

a3cf15a6cbd80f024b893893a889bbec574013a2 authored over 1 year ago by Anvansh <[email protected]>
Release script: Also clean build directories before a build (#1378)

eb6c006c6f5f19b56891ef62aa20bf6fcf2364cf authored over 1 year ago by Marti Raudsepp <[email protected]>
Fixed type of AdminSite.site_url to allow None (#1379)

This is allowed to None as per docs https://docs.djangoproject.com/en/dev/ref/contrib/admin/#dja...

0aec01be6d9dff4e044a737610179cf6b3f37153 authored over 1 year ago by LincolnPuzey <[email protected]>
Fix ListFilter's expected_parameters return type (#1373)

0fbd90aabc823a7c8bc207f7db2bc6b3f2121962 authored over 1 year ago by Aphek <[email protected]>
Annotate BaseCreateView.object attribute as Model | None (#1377)

Specified a _M | None type for object attribute of BaseCreateView class

0e7270c6a1d1809ba638cc1f595fb85e926959ce authored over 1 year ago by Anvansh <[email protected]>
Version 1.15.0 release (#1371)

74c39d53d6cdc72bfcd3400d66dc203ad3706c4b authored over 1 year ago by Marti Raudsepp <[email protected]>
Update Model subclass DoesNotExist type (#1364)

* Update Model subclass DoesNotExist type
* Make special Model exceptions Final
* Use typing_e...

dff2c4f0dde14ba6aac0b2d43c0692321a7c5a91 authored over 1 year ago by Mateen Kasim <[email protected]>
Bump mypy from 1.0.0 to 1.0.1 (#1369)

Bumps [mypy](https://github.com/python/mypy) from 1.0.0 to 1.0.1.
- [Release notes](https://git...

3b52179178d27c8fe726481505d9c1ea28cf5e8e authored over 1 year ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>