diff --git a/data/changelogs/DateTimeRange.md b/data/changelogs/DateTimeRange.md index 38423a93..30fd11ef 100644 --- a/data/changelogs/DateTimeRange.md +++ b/data/changelogs/DateTimeRange.md @@ -1,3 +1,7 @@ +## 2.0.0.1 (2023-02-15) + +Use `typing_extensions.Self` instead of `_typeshed.Self` (#9702) + ## 2.0.0.0 (2023-02-12) Bump DateTimeRange to 2.0.* (#9720) diff --git a/data/changelogs/ExifRead.md b/data/changelogs/ExifRead.md index 62d301cc..12813bb1 100644 --- a/data/changelogs/ExifRead.md +++ b/data/changelogs/ExifRead.md @@ -1,3 +1,7 @@ +## 3.0.0.3 (2023-02-15) + +Use `typing_extensions.Self` instead of `_typeshed.Self` (#9702) + ## 3.0.0.2 (2023-02-07) Bump mypy to 1.0 (#9684) diff --git a/data/changelogs/JACK-Client.md b/data/changelogs/JACK-Client.md index f29815b8..2f8280db 100644 --- a/data/changelogs/JACK-Client.md +++ b/data/changelogs/JACK-Client.md @@ -1,3 +1,7 @@ +## 0.5.10.5 (2023-02-15) + +Use `typing_extensions.Self` instead of `_typeshed.Self` (#9702) + ## 0.5.10.4 (2023-01-18) Complete jack-client stub (#9530) diff --git a/data/changelogs/Markdown.md b/data/changelogs/Markdown.md index 5b5f1b62..e1b827cf 100644 --- a/data/changelogs/Markdown.md +++ b/data/changelogs/Markdown.md @@ -1,3 +1,7 @@ +## 3.4.2.4 (2023-02-15) + +Use `typing_extensions.Self` instead of `_typeshed.Self` (#9702) + ## 3.4.2.3 (2023-02-09) Add markdown.treeprocessors.UnescapeTreeprocessor (#9671) diff --git a/data/changelogs/Pillow.md b/data/changelogs/Pillow.md index 15be0c19..0f12fe5a 100644 --- a/data/changelogs/Pillow.md +++ b/data/changelogs/Pillow.md @@ -1,3 +1,7 @@ +## 9.4.0.12 (2023-02-15) + +Use `typing_extensions.Self` instead of `_typeshed.Self` (#9702) + ## 9.4.0.11 (2023-02-14) Add comments when subclassing Any (#9732) diff --git a/data/changelogs/PyMySQL.md b/data/changelogs/PyMySQL.md index b0633733..ab13b029 100644 --- a/data/changelogs/PyMySQL.md +++ b/data/changelogs/PyMySQL.md @@ -1,3 +1,7 @@ +## 1.0.19.3 (2023-02-15) + +Use `typing_extensions.Self` instead of `_typeshed.Self` (#9702) + ## 1.0.19.2 (2023-01-18) Replace `Any` with `Incomplete` in many places (#9558) diff --git a/data/changelogs/Pygments.md b/data/changelogs/Pygments.md index 08bb6707..0b705059 100644 --- a/data/changelogs/Pygments.md +++ b/data/changelogs/Pygments.md @@ -1,3 +1,7 @@ +## 2.14.0.3 (2023-02-15) + +Use `typing_extensions.Self` instead of `_typeshed.Self` (#9702) + ## 2.14.0.2 (2023-02-09) Use `_typeshed.FileDescriptorOrPath` in stubs (#9695) diff --git a/data/changelogs/SQLAlchemy.md b/data/changelogs/SQLAlchemy.md index d3b21dd9..1cc2c7f6 100644 --- a/data/changelogs/SQLAlchemy.md +++ b/data/changelogs/SQLAlchemy.md @@ -1,3 +1,7 @@ +## 1.4.53.29 (2023-02-15) + +Use `typing_extensions.Self` instead of `_typeshed.Self` (#9702) + ## 1.4.53.28 (2023-02-02) Manual changes of `Any` union to `Incomplete` in stubs folder (#9566) diff --git a/data/changelogs/aiofiles.md b/data/changelogs/aiofiles.md index 3bb0820b..94260309 100644 --- a/data/changelogs/aiofiles.md +++ b/data/changelogs/aiofiles.md @@ -1,3 +1,7 @@ +## 22.1.0.8 (2023-02-15) + +Use `typing_extensions.Self` instead of `_typeshed.Self` (#9702) + ## 22.1.0.7 (2023-02-09) Use `_typeshed.FileDescriptorOrPath` in stubs (#9695) diff --git a/data/changelogs/aws-xray-sdk.md b/data/changelogs/aws-xray-sdk.md index 6666bb68..a670951a 100644 --- a/data/changelogs/aws-xray-sdk.md +++ b/data/changelogs/aws-xray-sdk.md @@ -1,3 +1,7 @@ +## 2.11.0.12 (2023-02-15) + +Use `typing_extensions.Self` instead of `_typeshed.Self` (#9702) + ## 2.11.0.11 (2023-01-18) Replace `Any` with `Incomplete` in many places (#9558) diff --git a/data/changelogs/beautifulsoup4.md b/data/changelogs/beautifulsoup4.md index 464405c6..19fbdcac 100644 --- a/data/changelogs/beautifulsoup4.md +++ b/data/changelogs/beautifulsoup4.md @@ -1,3 +1,7 @@ +## 4.11.6.6 (2023-02-15) + +Use `typing_extensions.Self` instead of `_typeshed.Self` (#9702) + ## 4.11.6.5 (2023-02-01) Fix stubtest errors on `beautifulsoup4` (#9648) diff --git a/data/changelogs/caldav.md b/data/changelogs/caldav.md index 43c594b2..b2597cde 100644 --- a/data/changelogs/caldav.md +++ b/data/changelogs/caldav.md @@ -1,3 +1,7 @@ +## 1.0.0.1 (2023-02-15) + +Use `typing_extensions.Self` instead of `_typeshed.Self` (#9702) + ## 1.0.0.0 (2023-02-03) Update `caldav` stubs to 1.0.* (#9668) diff --git a/data/changelogs/click-spinner.md b/data/changelogs/click-spinner.md index 975cb0e9..fe97f7fb 100644 --- a/data/changelogs/click-spinner.md +++ b/data/changelogs/click-spinner.md @@ -1,3 +1,7 @@ +## 0.1.13.2 (2023-02-15) + +Use `typing_extensions.Self` instead of `_typeshed.Self` (#9702) + ## 0.1.13.1 (2022-11-17) click_spinner: make arguments optional (#9220) diff --git a/data/changelogs/croniter.md b/data/changelogs/croniter.md index b5d64dce..8df29679 100644 --- a/data/changelogs/croniter.md +++ b/data/changelogs/croniter.md @@ -1,3 +1,7 @@ +## 1.3.2.4 (2023-02-15) + +Use `typing_extensions.Self` instead of `_typeshed.Self` (#9702) + ## 1.3.2.3 (2023-01-29) croniter: complete stubs (#9584) diff --git a/data/changelogs/dateparser.md b/data/changelogs/dateparser.md index f43cce9e..6439535b 100644 --- a/data/changelogs/dateparser.md +++ b/data/changelogs/dateparser.md @@ -1,3 +1,7 @@ +## 1.1.4.7 (2023-02-15) + +Use `typing_extensions.Self` instead of `_typeshed.Self` (#9702) + ## 1.1.4.6 (2023-02-07) Bump mypy to 1.0 (#9684) diff --git a/data/changelogs/docutils.md b/data/changelogs/docutils.md index 0da9786a..1118ae82 100644 --- a/data/changelogs/docutils.md +++ b/data/changelogs/docutils.md @@ -1,3 +1,7 @@ +## 0.19.1.4 (2023-02-15) + +Use `typing_extensions.Self` instead of `_typeshed.Self` (#9702) + ## 0.19.1.3 (2023-02-06) Use `OSError` instead of `IOError` (#9683) diff --git a/data/changelogs/entrypoints.md b/data/changelogs/entrypoints.md index a2ec4b07..97d25435 100644 --- a/data/changelogs/entrypoints.md +++ b/data/changelogs/entrypoints.md @@ -1,3 +1,7 @@ +## 0.4.1.2 (2023-02-15) + +Use `typing_extensions.Self` instead of `_typeshed.Self` (#9702) + ## 0.4.1.1 (2022-10-15) Mark `entrypoints` as complete (#8901) diff --git a/data/changelogs/fpdf2.md b/data/changelogs/fpdf2.md index 80404ee1..3d1eede9 100644 --- a/data/changelogs/fpdf2.md +++ b/data/changelogs/fpdf2.md @@ -1,3 +1,7 @@ +## 2.6.1.6 (2023-02-15) + +Use `typing_extensions.Self` instead of `_typeshed.Self` (#9702) + ## 2.6.1.5 (2023-02-09) [fpdf2] FPDF.add_font() accepts PurePaths (#9699) diff --git a/data/changelogs/google-cloud-ndb.md b/data/changelogs/google-cloud-ndb.md index 622ce6ab..25c53241 100644 --- a/data/changelogs/google-cloud-ndb.md +++ b/data/changelogs/google-cloud-ndb.md @@ -1,3 +1,7 @@ +## 2.1.0.2 (2023-02-15) + +Use `typing_extensions.Self` instead of `_typeshed.Self` (#9702) + ## 2.1.0.1 (2023-01-18) Replace `Any` with `Incomplete` in many places (#9558) diff --git a/data/changelogs/httplib2.md b/data/changelogs/httplib2.md index a0d55276..a8c621ae 100644 --- a/data/changelogs/httplib2.md +++ b/data/changelogs/httplib2.md @@ -1,3 +1,7 @@ +## 0.21.0.4 (2023-02-15) + +Use `typing_extensions.Self` instead of `_typeshed.Self` (#9702) + ## 0.21.0.3 (2023-01-18) Replace `Any` with `Incomplete` in many places (#9558) diff --git a/data/changelogs/ibm-db.md b/data/changelogs/ibm-db.md index 3a92d036..ae341735 100644 --- a/data/changelogs/ibm-db.md +++ b/data/changelogs/ibm-db.md @@ -1,3 +1,7 @@ +## 3.1.0.1 (2023-02-15) + +Use `typing_extensions.Self` instead of `_typeshed.Self` (#9702) + ## 3.1.0.0 (2022-12-24) Add stub for ibm_db (#9325) diff --git a/data/changelogs/influxdb-client.md b/data/changelogs/influxdb-client.md index 5d702473..3b973cb2 100644 --- a/data/changelogs/influxdb-client.md +++ b/data/changelogs/influxdb-client.md @@ -1,3 +1,7 @@ +## 1.36.0.2 (2023-02-15) + +Use `typing_extensions.Self` instead of `_typeshed.Self` (#9702) + ## 1.36.0.1 (2023-02-07) Bump mypy to 1.0 (#9684) diff --git a/data/changelogs/invoke.md b/data/changelogs/invoke.md index 26017c65..c2792912 100644 --- a/data/changelogs/invoke.md +++ b/data/changelogs/invoke.md @@ -1,3 +1,7 @@ +## 2.0.0.2 (2023-02-15) + +Use `typing_extensions.Self` instead of `_typeshed.Self` (#9702) + ## 2.0.0.1 (2023-02-07) Improve pyright verification of third-party test cases in CI (#9650) diff --git a/data/changelogs/jsonschema.md b/data/changelogs/jsonschema.md index e0358dd3..4369f0d5 100644 --- a/data/changelogs/jsonschema.md +++ b/data/changelogs/jsonschema.md @@ -1,3 +1,7 @@ +## 4.17.0.5 (2023-02-15) + +Use `typing_extensions.Self` instead of `_typeshed.Self` (#9702) + ## 4.17.0.4 (2023-02-07) Enable flake8-pyi's Y037 (#9686) diff --git a/data/changelogs/ldap3.md b/data/changelogs/ldap3.md index 11073d3e..0326a633 100644 --- a/data/changelogs/ldap3.md +++ b/data/changelogs/ldap3.md @@ -1,3 +1,7 @@ +## 2.9.13.8 (2023-02-15) + +Use `typing_extensions.Self` instead of `_typeshed.Self` (#9702) + ## 2.9.13.7 (2023-01-28) Bump flake8-pyi to 23.1.1 (#9599) diff --git a/data/changelogs/mock.md b/data/changelogs/mock.md index 9030f9d0..0a9f98f0 100644 --- a/data/changelogs/mock.md +++ b/data/changelogs/mock.md @@ -1,3 +1,7 @@ +## 5.0.0.4 (2023-02-15) + +Use `typing_extensions.Self` instead of `_typeshed.Self` (#9702) + ## 5.0.0.3 (2023-02-14) Add comments when subclassing Any (#9732) diff --git a/data/changelogs/mypy-extensions.md b/data/changelogs/mypy-extensions.md index 3505946b..a169b6e4 100644 --- a/data/changelogs/mypy-extensions.md +++ b/data/changelogs/mypy-extensions.md @@ -1,3 +1,7 @@ +## 1.0.0.1 (2023-02-15) + +Use `typing_extensions.Self` instead of `_typeshed.Self` (#9702) + ## 1.0.0.0 (2023-02-04) Update `mypy_extensions` stubs to 1.0.x (#9675) diff --git a/data/changelogs/mysqlclient.md b/data/changelogs/mysqlclient.md index 008dccea..f2d43705 100644 --- a/data/changelogs/mysqlclient.md +++ b/data/changelogs/mysqlclient.md @@ -1,3 +1,7 @@ +## 2.1.5.3 (2023-02-15) + +Use `typing_extensions.Self` instead of `_typeshed.Self` (#9702) + ## 2.1.5.2 (2023-01-18) Replace `Any` with `Incomplete` in many places (#9558) diff --git a/data/changelogs/netaddr.md b/data/changelogs/netaddr.md index 15254c7f..07e392f9 100644 --- a/data/changelogs/netaddr.md +++ b/data/changelogs/netaddr.md @@ -1,3 +1,7 @@ +## 0.8.0.4 (2023-02-15) + +Use `typing_extensions.Self` instead of `_typeshed.Self` (#9702) + ## 0.8.0.3 (2023-02-09) Use `_typeshed.FileDescriptorOrPath` in stubs (#9695) diff --git a/data/changelogs/opentracing.md b/data/changelogs/opentracing.md index 0846d387..a78070d7 100644 --- a/data/changelogs/opentracing.md +++ b/data/changelogs/opentracing.md @@ -1,3 +1,7 @@ +## 2.4.10.2 (2023-02-15) + +Use `typing_extensions.Self` instead of `_typeshed.Self` (#9702) + ## 2.4.10.1 (2023-01-18) Replace `Any` with `Incomplete` in many places (#9558) diff --git a/data/changelogs/paramiko.md b/data/changelogs/paramiko.md index b9e4f5d5..50ba3436 100644 --- a/data/changelogs/paramiko.md +++ b/data/changelogs/paramiko.md @@ -1,3 +1,7 @@ +## 3.0.0.3 (2023-02-15) + +Use `typing_extensions.Self` instead of `_typeshed.Self` (#9702) + ## 3.0.0.2 (2023-02-07) Bump mypy to 1.0 (#9684) diff --git a/data/changelogs/parsimonious.md b/data/changelogs/parsimonious.md index fae6ad80..b5eab615 100644 --- a/data/changelogs/parsimonious.md +++ b/data/changelogs/parsimonious.md @@ -1,3 +1,7 @@ +## 0.10.0.5 (2023-02-15) + +Use `typing_extensions.Self` instead of `_typeshed.Self` (#9702) + ## 0.10.0.4 (2023-02-07) Enable flake8-pyi's Y037 (#9686) diff --git a/data/changelogs/passlib.md b/data/changelogs/passlib.md index dc4ce78e..91f449eb 100644 --- a/data/changelogs/passlib.md +++ b/data/changelogs/passlib.md @@ -1,3 +1,7 @@ +## 1.7.7.9 (2023-02-15) + +Use `typing_extensions.Self` instead of `_typeshed.Self` (#9702) + ## 1.7.7.8 (2023-02-07) Bump mypy to 1.0 (#9684) diff --git a/data/changelogs/peewee.md b/data/changelogs/peewee.md index 19eb6736..ceff8810 100644 --- a/data/changelogs/peewee.md +++ b/data/changelogs/peewee.md @@ -1,3 +1,7 @@ +## 3.15.0.6 (2023-02-15) + +Use `typing_extensions.Self` instead of `_typeshed.Self` (#9702) + ## 3.15.0.5 (2022-11-23) Mark first argument of `__[get|set|del]attr__` as `str` (#9245) diff --git a/data/changelogs/pika.md b/data/changelogs/pika.md index e0d58592..8e4198e3 100644 --- a/data/changelogs/pika.md +++ b/data/changelogs/pika.md @@ -1,3 +1,7 @@ +## 1.3.0.4 (2023-02-15) + +Use `typing_extensions.Self` instead of `_typeshed.Self` (#9702) + ## 1.3.0.3 (2023-02-07) Bump mypy to 1.0 (#9684) diff --git a/data/changelogs/protobuf.md b/data/changelogs/protobuf.md index d002c1e0..c48ece89 100644 --- a/data/changelogs/protobuf.md +++ b/data/changelogs/protobuf.md @@ -1,3 +1,7 @@ +## 4.21.0.6 (2023-02-15) + +Use `typing_extensions.Self` instead of `_typeshed.Self` (#9702) + ## 4.21.0.5 (2023-02-07) Improve pyright verification of third-party test cases in CI (#9650) diff --git a/data/changelogs/psutil.md b/data/changelogs/psutil.md index 215a617d..f3b193dd 100644 --- a/data/changelogs/psutil.md +++ b/data/changelogs/psutil.md @@ -1,3 +1,11 @@ +## 5.9.5.7 (2023-02-15) + +Use `typing_extensions.Self` instead of `_typeshed.Self` (#9702) + +Bump pyright to 1.1.294; improve `psutil` stubs (#9739) + +Partially type psfullmem + ## 5.9.5.6 (2023-01-18) Replace `Any` with `Incomplete` in many places (#9558) diff --git a/data/changelogs/psycopg2.md b/data/changelogs/psycopg2.md index 1e28e3cc..3d4d2ba5 100644 --- a/data/changelogs/psycopg2.md +++ b/data/changelogs/psycopg2.md @@ -1,3 +1,7 @@ +## 2.9.21.5 (2023-02-15) + +Use `typing_extensions.Self` instead of `_typeshed.Self` (#9702) + ## 2.9.21.4 (2023-01-18) Improve pre-commit config (#9563) diff --git a/data/changelogs/pyRFC3339.md b/data/changelogs/pyRFC3339.md index c20c5528..eae6dc3a 100644 --- a/data/changelogs/pyRFC3339.md +++ b/data/changelogs/pyRFC3339.md @@ -1,3 +1,7 @@ +## 1.1.1.2 (2023-02-15) + +Use `typing_extensions.Self` instead of `_typeshed.Self` (#9702) + ## 1.1.1.1 (2022-11-21) Mark pyRFC3339 as completed (#9233) diff --git a/data/changelogs/pyasn1.md b/data/changelogs/pyasn1.md index 018b0a2c..0f2ca7c8 100644 --- a/data/changelogs/pyasn1.md +++ b/data/changelogs/pyasn1.md @@ -1,3 +1,7 @@ +## 0.4.0.2 (2023-02-15) + +Use `typing_extensions.Self` instead of `_typeshed.Self` (#9702) + ## 0.4.0.1 (2023-02-07) Bump mypy to 1.0 (#9684) diff --git a/data/changelogs/pycurl.md b/data/changelogs/pycurl.md index d792ed47..0475f052 100644 --- a/data/changelogs/pycurl.md +++ b/data/changelogs/pycurl.md @@ -1,3 +1,7 @@ +## 7.45.2.2 (2023-02-15) + +Use `typing_extensions.Self` instead of `_typeshed.Self` (#9702) + ## 7.45.2.1 (2023-02-01) Bump black to 23.1.0 (#9647) diff --git a/data/changelogs/pyinstaller.md b/data/changelogs/pyinstaller.md index c7bedcff..a77ef961 100644 --- a/data/changelogs/pyinstaller.md +++ b/data/changelogs/pyinstaller.md @@ -1,3 +1,7 @@ +## 5.8.0.1 (2023-02-15) + +Use `typing_extensions.Self` instead of `_typeshed.Self` (#9702) + ## 5.8.0.0 (2023-02-12) Bump pyinstaller to 5.8.* (#9721) diff --git a/data/changelogs/pynput.md b/data/changelogs/pynput.md index 9bbffc6d..897ed119 100644 --- a/data/changelogs/pynput.md +++ b/data/changelogs/pynput.md @@ -1,3 +1,7 @@ +## 1.7.5.4 (2023-02-15) + +Use `typing_extensions.Self` instead of `_typeshed.Self` (#9702) + ## 1.7.5.3 (2022-11-23) Mark pynput as completed (#9235) diff --git a/data/changelogs/pyserial.md b/data/changelogs/pyserial.md index 4b36e95c..4d5e98a7 100644 --- a/data/changelogs/pyserial.md +++ b/data/changelogs/pyserial.md @@ -1,3 +1,7 @@ +## 3.5.0.3 (2023-02-15) + +Use `typing_extensions.Self` instead of `_typeshed.Self` (#9702) + ## 3.5.0.2 (2023-02-09) Enable stubtest for `pyserial` (#9692) diff --git a/data/changelogs/pysftp.md b/data/changelogs/pysftp.md index 08c55e3f..35079a32 100644 --- a/data/changelogs/pysftp.md +++ b/data/changelogs/pysftp.md @@ -1,3 +1,7 @@ +## 0.2.17.1 (2023-02-15) + +Use `typing_extensions.Self` instead of `_typeshed.Self` (#9702) + ## 0.2.17 (2022-07-04) Third-party stubs: audit more `Callable[, Any]` annotations (#8233) diff --git a/data/changelogs/python-crontab.md b/data/changelogs/python-crontab.md index f98c7a3c..f155f9ad 100644 --- a/data/changelogs/python-crontab.md +++ b/data/changelogs/python-crontab.md @@ -1,3 +1,7 @@ +## 2.7.0.4 (2023-02-15) + +Use `typing_extensions.Self` instead of `_typeshed.Self` (#9702) + ## 2.7.0.3 (2023-02-07) Complete `python-crontab` (#9306) diff --git a/data/changelogs/python-dateutil.md b/data/changelogs/python-dateutil.md index 055e9bd6..e780cb9c 100644 --- a/data/changelogs/python-dateutil.md +++ b/data/changelogs/python-dateutil.md @@ -1,3 +1,7 @@ +## 2.8.19.7 (2023-02-15) + +Use `typing_extensions.Self` instead of `_typeshed.Self` (#9702) + ## 2.8.19.6 (2023-01-18) Replace `Any` with `Incomplete` in many places (#9558) diff --git a/data/changelogs/python-jose.md b/data/changelogs/python-jose.md index 87b87336..ab261a73 100644 --- a/data/changelogs/python-jose.md +++ b/data/changelogs/python-jose.md @@ -1,3 +1,7 @@ +## 3.3.4.4 (2023-02-15) + +Use `typing_extensions.Self` instead of `_typeshed.Self` (#9702) + ## 3.3.4.3 (2023-02-03) Fix python-jose unverified jws and jwt functions (#9662) diff --git a/data/changelogs/pywin32.md b/data/changelogs/pywin32.md index 52695f09..48cea05d 100644 --- a/data/changelogs/pywin32.md +++ b/data/changelogs/pywin32.md @@ -1,3 +1,7 @@ +## 305.0.0.8 (2023-02-15) + +Use `typing_extensions.Self` instead of `_typeshed.Self` (#9702) + ## 305.0.0.7 (2023-01-17) Reenable flake8-pyi's Y011 and Y015 (#9551) diff --git a/data/changelogs/redis.md b/data/changelogs/redis.md index 7b4f94be..b09bc9b6 100644 --- a/data/changelogs/redis.md +++ b/data/changelogs/redis.md @@ -1,3 +1,7 @@ +## 4.5.1.1 (2023-02-15) + +Use `typing_extensions.Self` instead of `_typeshed.Self` (#9702) + ## 4.5.1.0 (2023-02-10) [redis] Update to 4.5.1 (#9697) diff --git a/data/changelogs/regex.md b/data/changelogs/regex.md index 54ce174a..ef589fda 100644 --- a/data/changelogs/regex.md +++ b/data/changelogs/regex.md @@ -1,3 +1,7 @@ +## 2022.10.31.5 (2023-02-15) + +Use `typing_extensions.Self` instead of `_typeshed.Self` (#9702) + ## 2022.10.31.4 (2023-02-07) Improve pyright verification of third-party test cases in CI (#9650) diff --git a/data/changelogs/requests.md b/data/changelogs/requests.md index 94fed1cd..1c6d00e8 100644 --- a/data/changelogs/requests.md +++ b/data/changelogs/requests.md @@ -1,3 +1,7 @@ +## 2.28.11.13 (2023-02-15) + +Use `typing_extensions.Self` instead of `_typeshed.Self` (#9702) + ## 2.28.11.12 (2023-02-07) Improve pyright verification of third-party test cases in CI (#9650) diff --git a/data/changelogs/setuptools.md b/data/changelogs/setuptools.md index f354f655..24b6fe17 100644 --- a/data/changelogs/setuptools.md +++ b/data/changelogs/setuptools.md @@ -1,3 +1,7 @@ +## 67.3.0.1 (2023-02-15) + +Use `typing_extensions.Self` instead of `_typeshed.Self` (#9702) + ## 67.3.0.0 (2023-02-15) [stubsabot] Bump setuptools to 67.3.* (#9738) diff --git a/data/changelogs/slumber.md b/data/changelogs/slumber.md index c7f39047..57df451a 100644 --- a/data/changelogs/slumber.md +++ b/data/changelogs/slumber.md @@ -1,3 +1,7 @@ +## 0.7.3.2 (2023-02-15) + +Use `typing_extensions.Self` instead of `_typeshed.Self` (#9702) + ## 0.7.3.1 (2022-11-21) Finish `slumber` annotations (#9237) diff --git a/data/changelogs/stripe.md b/data/changelogs/stripe.md index 5f6c8f1f..1d1eb921 100644 --- a/data/changelogs/stripe.md +++ b/data/changelogs/stripe.md @@ -1,3 +1,7 @@ +## 3.5.2.6 (2023-02-15) + +Use `typing_extensions.Self` instead of `_typeshed.Self` (#9702) + ## 3.5.2.5 (2023-01-18) Replace `Any` with `Incomplete` in many places (#9558) diff --git a/data/changelogs/tensorflow.md b/data/changelogs/tensorflow.md index f253a178..b311aa9d 100644 --- a/data/changelogs/tensorflow.md +++ b/data/changelogs/tensorflow.md @@ -1,3 +1,7 @@ +## 2.11.0.4 (2023-02-15) + +Use `typing_extensions.Self` instead of `_typeshed.Self` (#9702) + ## 2.11.0.3 (2023-02-01) Tensorflow: Add more stubs (#9560) diff --git a/data/changelogs/toml.md b/data/changelogs/toml.md index 4c22f69a..7d0469c7 100644 --- a/data/changelogs/toml.md +++ b/data/changelogs/toml.md @@ -1,3 +1,7 @@ +## 0.10.8.4 (2023-02-15) + +Use `typing_extensions.Self` instead of `_typeshed.Self` (#9702) + ## 0.10.8.3 (2023-02-07) Bump mypy to 1.0 (#9684) diff --git a/data/changelogs/tqdm.md b/data/changelogs/tqdm.md index 53366ff7..fd3a857b 100644 --- a/data/changelogs/tqdm.md +++ b/data/changelogs/tqdm.md @@ -1,3 +1,7 @@ +## 4.64.7.13 (2023-02-15) + +Use `typing_extensions.Self` instead of `_typeshed.Self` (#9702) + ## 4.64.7.12 (2023-02-07) Complete stubtest and fix `Any` subclassing in `tqdm` (#9525) diff --git a/data/changelogs/untangle.md b/data/changelogs/untangle.md index 83bc5cfc..e6745785 100644 --- a/data/changelogs/untangle.md +++ b/data/changelogs/untangle.md @@ -1,3 +1,7 @@ +## 1.2.0.1 (2023-02-15) + +Use `typing_extensions.Self` instead of `_typeshed.Self` (#9702) + ## 1.2.0.0 (2022-12-23) Add stubs for untangle (#9402) diff --git a/data/changelogs/urllib3.md b/data/changelogs/urllib3.md index 25cf6514..4e0dab1a 100644 --- a/data/changelogs/urllib3.md +++ b/data/changelogs/urllib3.md @@ -1,3 +1,7 @@ +## 1.26.25.6 (2023-02-15) + +Use `typing_extensions.Self` instead of `_typeshed.Self` (#9702) + ## 1.26.25.5 (2023-02-07) Enable flake8-pyi's Y037 (#9686) diff --git a/data/last_typeshed_commit.sha1 b/data/last_typeshed_commit.sha1 index f4412b3b..6c059c64 100644 --- a/data/last_typeshed_commit.sha1 +++ b/data/last_typeshed_commit.sha1 @@ -1 +1 @@ -c50ceada0f8a2a67576ce4df1542d257ee0d4528 +7180d0223b3cfb0275bdc4dff902439536dd4e3d