Skip to content

Commit 8fb467e

Browse files
chore(deps-dev): bump mypy from 0.920 to 0.930 (#925)
Bumps [mypy](https://github.com/python/mypy) from 0.920 to 0.930. <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/python/mypy/commit/5d765e71fa1313830b485a4e9f18a6553b221426"><code>5d765e7</code></a> Bump version to 0.930</li> <li><a href="https://github.com/python/mypy/commit/aaa2685a24b1205e7a5ed28a69614b920c572e5b"><code>aaa2685</code></a> Various small documentation updates (<a href="https://github-redirect.dependabot.com/python/mypy/issues/11817">#11817</a>)</li> <li><a href="https://github.com/python/mypy/commit/3b913a452dcf870abfac3c41f3119c0d7007144d"><code>3b913a4</code></a> Documents explicit type aliases (<a href="https://github-redirect.dependabot.com/python/mypy/issues/11800">#11800</a>)</li> <li><a href="https://github.com/python/mypy/commit/768ce5bb66605e298449f4c5626d5a9b1399d455"><code>768ce5b</code></a> Allow calling a function with name '_' (<a href="https://github-redirect.dependabot.com/python/mypy/issues/11810">#11810</a>)</li> <li><a href="https://github.com/python/mypy/commit/b31b06b7e6b7305efc15a6fdc16317ddffc367da"><code>b31b06b</code></a> Enums with annotations and no values are fine to be subclassed (<a href="https://github-redirect.dependabot.com/python/mypy/issues/11579">#11579</a>)</li> <li><a href="https://github.com/python/mypy/commit/750b77df67748e22722158ea5fce3fba083ced25"><code>750b77d</code></a> [0.930 backport] update curses stubs, cherry pick fix (<a href="https://github-redirect.dependabot.com/python/mypy/issues/11785">#11785</a>)</li> <li><a href="https://github.com/python/mypy/commit/7830d6db45986f66bb077dec2792e4dc9e6266d9"><code>7830d6d</code></a> [0.930 backport] Fix PathLike regression (<a href="https://github-redirect.dependabot.com/python/mypy/issues/11775">#11775</a>)</li> <li><a href="https://github.com/python/mypy/commit/5919e92d94e8186844336d1c886d935dd1811417"><code>5919e92</code></a> Fix tests for Python 3.10.1 (2) (<a href="https://github-redirect.dependabot.com/python/mypy/issues/11756">#11756</a>)</li> <li><a href="https://github.com/python/mypy/commit/d59546811a47ad42f5c78f11b8cc54163fb25a12"><code>d595468</code></a> Update version to 0.930+dev (<a href="https://github-redirect.dependabot.com/python/mypy/issues/11770">#11770</a>)</li> <li><a href="https://github.com/python/mypy/commit/22ab84acc3f6174905a05ddadab94b6c2d83f9a1"><code>22ab84a</code></a> Fix inferring constrainta from param spec callable against Any (<a href="https://github-redirect.dependabot.com/python/mypy/issues/11725">#11725</a>)</li> <li>Additional commits viewable in <a href="https://github.com/python/mypy/compare/v0.920...v0.930">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=mypy&package-manager=pip&previous-version=0.920&new-version=0.930)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) </details>
1 parent f6db802 commit 8fb467e

File tree

2 files changed

+26
-26
lines changed

2 files changed

+26
-26
lines changed

Diff for: poetry.lock

+25-25
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Diff for: pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ flake8-bugbear = "^21.11.29"
5353
mkdocs-material = "^7.3.6"
5454
mkdocs-git-revision-date-plugin = "^0.3.1"
5555
mike = "^0.6.0"
56-
mypy = "^0.920"
56+
mypy = "^0.930"
5757

5858

5959
[tool.poetry.extras]

0 commit comments

Comments
 (0)