cjolowicz / hypermodern-python

Hypermodern Python
https://medium.com/@cjolowicz/hypermodern-python-d44485d9d769
MIT License
617 stars 91 forks source link

Bump typeguard from 2.7.1 to 2.12.0 #257

Closed dependabot-preview[bot] closed 3 years ago

dependabot-preview[bot] commented 3 years ago

Bumps typeguard from 2.7.1 to 2.12.0.

Changelog

Sourced from typeguard's changelog.

Version history

This library adheres to Semantic Versioning 2.0.

2.12.0 (2021-04-01)

  • Added @typeguard_ignore decorator to exclude specific functions and classes from runtime type checking (PR by Claudio Jolowicz)

2.11.1 (2021-02-16)

  • Fixed compatibility with Python 3.10

2.11.0 (2021-02-13)

  • Added support for type checking class properties (PR by Ethan Pronovost)
  • Fixed static type checking of @typechecked decorators (PR by Kenny Stauffer)
  • Fixed wrong error message when type check against a bytes declaration fails
  • Allowed memoryview objects to pass as bytes (like MyPy does)
  • Shortened tracebacks (PR by prescod)

2.10.0 (2020-10-17)

  • Added support for Python 3.9 (PR by Csergő Bálint)
  • Added support for nested Literal
  • Added support for TypedDict inheritance (with some caveats; see the user guide on that for details)
  • An appropriate TypeError is now raised when encountering an illegal Literal value
  • Fixed checking NoReturn on Python < 3.8 when typing_extensions was not installed
  • Fixed import hook matching unwanted modules (PR by Wouter Bolsterlee)
  • Install the pytest plugin earlier in the test run to support more use cases (PR by Wouter Bolsterlee)

2.9.1 (2020-06-07)

  • Fixed ImportError on Python < 3.8 when typing_extensions was not installed

2.9.0 (2020-06-06)

  • Upped the minimum Python version from 3.5.2 to 3.5.3
  • Added support for typing.NoReturn
  • Added full support for typing_extensions (now equivalent to support of the typing module)
  • Added the option of supplying check_type() with globals/locals for correct resolution of forward references
  • Fixed erroneous TypeError when trying to check against non-runtime typing.Protocol (skips the check for now until a proper compatibility check has been implemented)
  • Fixed forward references in TypedDict not being resolved
  • Fixed checking against recursive types

2.8.0 (2020-06-02)

  • Added support for the Mock and MagicMock types (PR by prescod)
  • Added support for typing_extensions.Literal (PR by Ryan Rowe)
  • Fixed unintended wrapping of untyped generators (PR by prescod)

... (truncated)

Commits


Dependabot compatibility score

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 commands and options
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) - `@dependabot use these labels` will set the current labels as the default for future PRs for this repo and language - `@dependabot use these reviewers` will set the current reviewers as the default for future PRs for this repo and language - `@dependabot use these assignees` will set the current assignees as the default for future PRs for this repo and language - `@dependabot use this milestone` will set the current milestone as the default for future PRs for this repo and language - `@dependabot badge me` will comment on this PR with code to add a "Dependabot enabled" badge to your readme Additionally, you can set the following in your Dependabot [dashboard](https://app.dependabot.com): - Update frequency (including time of day and day of week) - Pull request limits (per update run and/or open at any time) - Out-of-range updates (receive only lockfile updates, if desired) - Security updates (receive only security updates, if desired)
dependabot-preview[bot] commented 3 years ago

OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let me know by commenting @dependabot ignore this major version or @dependabot ignore this minor version.

If you change your mind, just re-open this PR and I'll resolve any conflicts on it.