Skip to content

Bump typeguard from 4.1.0 to 4.1.1#517

Merged
hf-kklein merged 1 commit intomainfrom
dependabot/pip/typeguard-4.1.1
Aug 18, 2023
Merged

Bump typeguard from 4.1.0 to 4.1.1#517
hf-kklein merged 1 commit intomainfrom
dependabot/pip/typeguard-4.1.1

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot bot commented on behalf of github Aug 16, 2023

Bumps typeguard from 4.1.0 to 4.1.1.

Changelog

Sourced from typeguard's changelog.

Version history

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

4.1.1 (2023-08-16)

  • Fixed suppress_type_checks() causing annotated variable assignments to always assign None ([#380](https://github.com/agronholm/typeguard/issues/380) <https://github.com/agronholm/typeguard/issues/380>_)

4.1.0 (2023-07-30)

  • Added support for passing a tuple as expected_type to check_type(), making it more of a drop-in replacement for isinstance() ([#371](https://github.com/agronholm/typeguard/issues/371) <https://github.com/agronholm/typeguard/issues/371>_
  • Fixed regression where Literal inside a Union had quotes stripped from its contents, thus typically causing NameError to be raised when run ([#372](https://github.com/agronholm/typeguard/issues/372) <https://github.com/agronholm/typeguard/issues/372>_)

4.0.1 (2023-07-27)

  • Fixed handling of typing_extensions.Literal on Python 3.8 and 3.9 when typing_extensions>=4.6.0 is installed ([#363](https://github.com/agronholm/typeguard/issues/363) <https://github.com/agronholm/typeguard/issues/363>_; PR by Alex Waygood)
  • Fixed NameError when generated type checking code references an imported name from a method ([#362](https://github.com/agronholm/typeguard/issues/362) <https://github.com/agronholm/typeguard/issues/362>_)
  • Fixed docstrings disappearing from instrumented functions ([#359](https://github.com/agronholm/typeguard/issues/359) <https://github.com/agronholm/typeguard/issues/359>_)
  • Fixed @typechecked failing to instrument functions when there are more than one function within the same scope ([#355](https://github.com/agronholm/typeguard/issues/355) <https://github.com/agronholm/typeguard/issues/355>_)
  • Fixed frozenset not being checked ([#367](https://github.com/agronholm/typeguard/issues/367) <https://github.com/agronholm/typeguard/issues/367>_)

4.0.0 (2023-05-12)

  • No changes

4.0.0rc6 (2023-05-07)

  • Fixed @typechecked optimization causing compilation of instrumented code to fail when an if block was left empty by the AST transformer ([#352](https://github.com/agronholm/typeguard/issues/352) <https://github.com/agronholm/typeguard/issues/352>_)
  • Fixed the AST transformer trying to parse the second argument of typing.Annotated as a forward reference ([#353](https://github.com/agronholm/typeguard/issues/353) <https://github.com/agronholm/typeguard/issues/353>_)

4.0.0rc5 (2023-05-01)

  • Added InstrumentationWarning to the public API
  • Changed @typechecked to skip instrumentation in optimized mode, as in typeguard

... (truncated)

Commits
  • ee3e1f3 Added release date
  • a6d30b0 Updated pre-commit modules
  • 9aa873a Use PyPy3.10 for PyPy testing on GitHub
  • 5ac9b96 Fixed annotated variable assignments broken with suppress_type_checks()
  • 6dbdf5d [pre-commit.ci] pre-commit autoupdate (#378)
  • 755b17e [pre-commit.ci] pre-commit autoupdate (#375)
  • See full diff 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 show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @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 4.1.0 to 4.1.1.
- [Changelog](https://github.com/agronholm/typeguard/blob/master/docs/versionhistory.rst)
- [Commits](agronholm/typeguard@4.1.0...4.1.1)

---
updated-dependencies:
- dependency-name: typeguard
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file python Pull requests that update Python code labels Aug 16, 2023
@hf-kklein hf-kklein enabled auto-merge (squash) August 18, 2023 07:33
@hf-kklein hf-kklein merged commit 925f0f6 into main Aug 18, 2023
@hf-kklein hf-kklein deleted the dependabot/pip/typeguard-4.1.1 branch August 18, 2023 07:33
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