Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

build(deps-dev): bump typeguard from 2.12.1 to 2.13.0 #529

Merged
merged 1 commit into from
Oct 16, 2021

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Oct 11, 2021

Bumps typeguard from 2.12.1 to 2.13.0.

Changelog

Sourced from typeguard's changelog.

Version history

This library adheres to Semantic Versioning 2.0 <https://semver.org/#semantic-versioning-200>_.

2.13.0 (2021-10-11)

  • Added support for returning NotImplemented from binary magic methods (__eq__() et al)
  • Added support for checking union types (e.g. Type[Union[X, Y]])
  • Fixed error message when a check against a Literal fails in a union on Python 3.10
  • Fixed NewType not being checked on Python 3.10
  • Fixed unwarranted warning when @typechecked is applied to a class that contains unannotated properties
  • Fixed TypeError in the async generator wrapper due to changes in __aiter__() protocol
  • Fixed broken TypeVar checks – variance is now (correctly) disregarded, and only bound types and constraints are checked against (but type variable resolution is not done)

2.12.1 (2021-06-04)

  • Fixed AttributeError when __code__ is missing from the checked callable (PR by epenet)

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)

... (truncated)

Commits
  • 98fefd0 Added release date
  • 7b598c2 Added support for checking Type[Union[...]]
  • bfde01c Improved TypeVar handling
  • 1ec73ff Added special casing for binary magic methods returning NotImplemented
  • 5020ab8 Fixed TypeError in the async generator wrapper
  • b506bb4 Added missing "raises" section to the docstring of check_type()
  • fba5af1 Fixed @​typechecked stripping out unannotated property functions
  • 62efaad Guarded against functions not having a module attribute
  • 814a817 Fixed AttributeError with getter/setter/deleter
  • 193b263 Fixed unwarranted warning on unannotated property on class
  • Additional commits viewable in compare view

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)

Bumps [typeguard](https://github.com/agronholm/typeguard) from 2.12.1 to 2.13.0.
- [Release notes](https://github.com/agronholm/typeguard/releases)
- [Changelog](https://github.com/agronholm/typeguard/blob/master/docs/versionhistory.rst)
- [Commits](agronholm/typeguard@2.12.1...2.13.0)

---
updated-dependencies:
- dependency-name: typeguard
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot requested a review from jmuelbert as a code owner October 11, 2021 06:03
@dependabot dependabot bot added dependencies Pull requests that update a dependency file python Pull requests that update Python code labels Oct 11, 2021
@jmuelbert jmuelbert merged commit b26b671 into master Oct 16, 2021
@jmuelbert jmuelbert deleted the dependabot/pip/typeguard-2.13.0 branch October 16, 2021 07:02
@github-actions
Copy link
Contributor

Here are some friendly prose warnings from write-good:

In ./.github/ISSUE_TEMPLATE/feature_request.md
=============
**Additional context**
  ^^^^^^^^^^
"Additional" is wordy or unneeded on line 18 at column 2


In ./.github/ISSUE_TEMPLATE/bug_report.md
=============
**Additional context**
  ^^^^^^^^^^
"Additional" is wordy or unneeded on line 39 at column 2


In ./docker/README.md
=============
 will be approved by the European Commission - subsequent
      ^^^^^^^^^^^
"be approved" may be passive voice on line 5 at column 6
-------------
he European Commission - subsequent
                         ^^^^^^^^^^
"subsequent" is wordy or unneeded on line 5 at column 47
-------------
 You may obtain a copy of the Licence at:
         ^^^^^^
"obtain" is wordy or unneeded on line 9 at column 9
-------------
ibuted under the Licence is
                         ^^^^^^^^^^^^^^^
"is
 distributed" may be passive voice on line 14 at column 49
-------------
which is equivalent to:
         ^^^^^^^^^^
"equivalent" is wordy or unneeded on line 49 at column 9


In ./CHANGELOG.md
=============
- Update sphinx requirement from ^3.3.1 to ^4.1.2 [\#469](https://github.com/jmu
                ^^^^^^^^^^^
"requirement" is wordy or unneeded on line 60 at column 16
-------------
- Update sphinx-click requirement from ^2.5.0 to ^3.0.1 [\#467](https://github.c
                      ^^^^^^^^^^^
"requirement" is wordy or unneeded on line 62 at column 22
-------------
 Update pre-commit-hooks requirement from ^3.2.0 to ^4.0.1 [\#466](https://githu
                         ^^^^^^^^^^^
"requirement" is wordy or unneeded on line 63 at column 26
-------------
- Update click requirement from ^7.1.2 to \>=7.1.2,\<9.0.0 [\#465](https://githu
               ^^^^^^^^^^^
"requirement" is wordy or unneeded on line 64 at column 15
-------------
- Update pep8-naming requirement from ^0.11.1 to ^0.12.1 [\#462](https://github.
                     ^^^^^^^^^^^
"requirement" is wordy or unneeded on line 67 at column 21
-------------
- Update black requirement from ^20.8b1 to ^21.7b0 [\#461](https://github.com/jm
               ^^^^^^^^^^^
"requirement" is wordy or unneeded on line 68 at column 15
-------------
- Update faker requirement from ^6.1.1 to ^8.11.0 [\#455](https://github.com/jmu
               ^^^^^^^^^^^
"requirement" is wordy or unneeded on line 72 at column 15
-------------
- Update mypy requirement from ^0.800 to ^0.910 [\#429](https://github.com/jmuel
              ^^^^^^^^^^^
"requirement" is wordy or unneeded on line 76 at column 14
-------------
te flake8-rst-docstrings requirement from ^0.0.13 to ^0.2.3 [\#393](https://gith
                         ^^^^^^^^^^^
"requirement" is wordy or unneeded on line 82 at column 31
-------------
- Update flake8-bugbear requirement from ^20.1.4 to ^21.4.3 [\#371](https://gith
                        ^^^^^^^^^^^
"requirement" is wordy or unneeded on line 83 at column 24
-------------
 Update sphinx-autobuild requirement from ^2020.9.1 to ^2021.3.14 [\#362](https:
                         ^^^^^^^^^^^
"requirement" is wordy or unneeded on line 84 at column 26
-------------
- Update faker requirement from ^5.3.0 to ^6.1.1 [\#346](https://github.com/jmue
               ^^^^^^^^^^^
"requirement" is wordy or unneeded on line 86 at column 15
-------------
- Update mypy requirement from ^0.790 to ^0.800 [\#337](https://github.com/jmuel
              ^^^^^^^^^^^
"requirement" is wordy or unneeded on line 92 at column 14
-------------
- Update faker requirement from ^4.17.1 to ^5.3.0 [\#321](https://github.com/jmu
               ^^^^^^^^^^^
"requirement" is wordy or unneeded on line 99 at column 15

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file python Pull requests that update Python code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant