Skip to content

Commit

Permalink
chore(deps-dev): Bump mypy from 0.982 to 1.0.0 in /packages/jsii-pacm…
Browse files Browse the repository at this point in the history
…ak/test/generated-code (#3954)

Bumps [mypy](https://github.com/python/mypy) from 0.982 to 1.0.0.
<details>
<summary>Commits</summary>
<ul>
<li><a href="https://github.com/python/mypy/commit/bc18017c19eb81bf5c11756f4e7dede4791e2823"><code>bc18017</code></a> Promote 1.0.0+dev to 1.0.0 (<a href="https://github-redirect.dependabot.com/python/mypy/issues/14594">#14594</a>)</li>
<li><a href="https://github.com/python/mypy/commit/c2876bf6806137579d11a74abe524c99fc226326"><code>c2876bf</code></a> [1.0 backport] [used before def] add documentation (<a href="https://github-redirect.dependabot.com/python/mypy/issues/14592">#14592</a>) (<a href="https://github-redirect.dependabot.com/python/mypy/issues/14597">#14597</a>)</li>
<li><a href="https://github.com/python/mypy/commit/8ef98cc7cdc884cd078c9867608cc8a89a68df1b"><code>8ef98cc</code></a> Various documentation and error message tweaks (<a href="https://github-redirect.dependabot.com/python/mypy/issues/14574">#14574</a>)</li>
<li><a href="https://github.com/python/mypy/commit/9aa1776fe43109c4393f052dc149b258ae6f6694"><code>9aa1776</code></a> Improve Generics docs page (<a href="https://github-redirect.dependabot.com/python/mypy/issues/14587">#14587</a>)</li>
<li><a href="https://github.com/python/mypy/commit/cb2ec3d08b0db4b1cda22e32aa461ad62c1cd243"><code>cb2ec3d</code></a> Improve protocols documentation (<a href="https://github-redirect.dependabot.com/python/mypy/issues/14577">#14577</a>)</li>
<li><a href="https://github.com/python/mypy/commit/2cfc46c3dcd14e6b84dcd22ae17b015d3ee4e3b9"><code>2cfc46c</code></a> Improve the Common Issues page (<a href="https://github-redirect.dependabot.com/python/mypy/issues/14581">#14581</a>)</li>
<li><a href="https://github.com/python/mypy/commit/7cf13919330a49059c3ae5b87ad5d2f9d25f99e2"><code>7cf1391</code></a> Make a top-level TypedDict page (<a href="https://github-redirect.dependabot.com/python/mypy/issues/14584">#14584</a>)</li>
<li><a href="https://github.com/python/mypy/commit/dd2c9a6c15527b773c192b924cbdc88e8ba020b5"><code>dd2c9a6</code></a> Improve some dynamic typing docs (<a href="https://github-redirect.dependabot.com/python/mypy/issues/14576">#14576</a>)</li>
<li><a href="https://github.com/python/mypy/commit/a6dce8408f2a958333f6bebf17df9e9e0b23ef62"><code>a6dce84</code></a> Upgrade to tox v4 (<a href="https://github-redirect.dependabot.com/python/mypy/issues/14579">#14579</a>)</li>
<li><a href="https://github.com/python/mypy/commit/eb2e02df60e7881a36759c02d2eec9b8efd8be7d"><code>eb2e02d</code></a> Fix passenv for tox 4 (<a href="https://github-redirect.dependabot.com/python/mypy/issues/14578">#14578</a>)</li>
<li>Additional commits viewable in <a href="https://github.com/python/mypy/compare/v0.982...v1.0.0">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.982&new-version=1.0.0)](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>
  • Loading branch information
dependabot[bot] authored Feb 8, 2023
1 parent 647b1e2 commit 02e57bd
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
mypy==0.982
mypy==1.0.0
pip==23.0 # required to use --config-settings

0 comments on commit 02e57bd

Please sign in to comment.