fix(deps): update dependency mypy-extensions to v1.1.0 (#330)
All checks were successful
Security / snyk (push) Successful in 1m6s
Security / sonarqube (push) Successful in 1m16s

This PR contains the following updates:

| Package | Type | Update | Change |
|---|---|---|---|
| [mypy-extensions](https://github.com/python/mypy_extensions) | project.dependencies | minor | `==1.0.0` -> `==1.1.0` |

---

### Release Notes

<details>
<summary>python/mypy_extensions (mypy-extensions)</summary>

### [`v1.1.0`](https://github.com/python/mypy_extensions/compare/1.0.0...1.1.0)

[Compare Source](https://github.com/python/mypy_extensions/compare/1.0.0...1.1.0)

</details>

---

### Configuration

📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied.

♻ **Rebasing**: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

🔕 **Ignore**: Close this PR and you won't be reminded about this update again.

---

 - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box

---

This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS4yNTMuNSIsInVwZGF0ZWRJblZlciI6IjM5LjI1My41IiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJ0eXBlL2RlcGVuZGVuY2llcyJdfQ==-->

Reviewed-on: #330
Co-authored-by: Renovate [BOT] <renovate-bot@git.tainton.uk>
Co-committed-by: Renovate [BOT] <renovate-bot@git.tainton.uk>
This commit is contained in:
2025-04-26 11:36:29 +02:00
committed by Luke Tainton
parent 4977cc5502
commit b4c529ed91
2 changed files with 244 additions and 244 deletions

View File

@ -19,7 +19,7 @@ dependencies = [
"iniconfig==2.1.0",
"lazy-object-proxy==1.11.0",
"mccabe==0.7.0",
"mypy-extensions==1.0.0",
"mypy-extensions==1.1.0",
"packaging==25.0",
"pathspec==0.12.1",
"platformdirs==4.3.7",