Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

chore(deps-dev): bump typeguard from 4.0.0 to 4.1.3#81

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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.

Already on GitHub?Sign in to your account

Closed
dependabot wants to merge1 commit intomainfromdependabot/pip/typeguard-4.1.3

Conversation

@dependabot
Copy link
Contributor

@dependabotdependabotbot commented on behalf ofgithubAug 28, 2023
edited
Loading

Bumpstypeguard from 4.0.0 to 4.1.3.

Changelog

Sourced fromtypeguard's changelog.

Version history

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

4.1.3 (2023-08-27)

  • Dropped Python 3.7 support
  • Fixed@typechecked optimization causing compilation of instrumented code to failwhen any block was left empty by the AST transformer (egif ortry /except blocks)([#352](https://github.com/agronholm/typeguard/issues/352) <https://github.com/agronholm/typeguard/issues/352>_)
  • Fixed placement of injected typeguard imports with respect to__future__ imports and moduledocstrings ([#385](https://github.com/agronholm/typeguard/issues/385) <https://github.com/agronholm/typeguard/issues/385>_)

4.1.2 (2023-08-18)

  • FixedAny being removed from a subscript that still contains other elements([#373](https://github.com/agronholm/typeguard/issues/373) <https://github.com/agronholm/typeguard/issues/373>_)

4.1.1 (2023-08-16)

  • Fixedsuppress_type_checks() causing annotated variable assignments to alwaysassignNone ([#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 asexpected_type tocheck_type(), making itmore of a drop-in replacement forisinstance()([#371](https://github.com/agronholm/typeguard/issues/371) <https://github.com/agronholm/typeguard/issues/371>_)
  • Fixed regression whereLiteral inside aUnion had quotes stripped from itscontents, thus typically causingNameError 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 oftyping_extensions.Literal on Python 3.8 and 3.9 whentyping_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)
  • FixedNameError when generated type checking code references an imported name froma 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 onefunction within the same scope([#355](https://github.com/agronholm/typeguard/issues/355) <https://github.com/agronholm/typeguard/issues/355>_)
  • Fixedfrozenset not being checked([#367](https://github.com/agronholm/typeguard/issues/367) <https://github.com/agronholm/typeguard/issues/367>_)

4.0.0 (2023-05-12)

... (truncated)

Commits
  • 3110420 Added release date
  • c11057a Fixed placement of module level typeguard imports
  • 068edfd Addpass to removed blocks of code (#386)
  • 397ef7d [pre-commit.ci] pre-commit autoupdate (#382)
  • 4535365 Switched to using coverage v7+
  • c637720 Dropped Python 3.7 support
  • eb65830 Switched to a built-in Sphinx theme
  • d7a705e Added release date
  • d07fbb4 Fixed Any being removed from a subscript that still contains other elements
  • ee3e1f3 Added release date
  • Additional commits viewable incompare 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)

@dependabotdependabotbot added dependenciesPull requests that update a dependency file pythonPull requests that update Python code labelsAug 28, 2023
@dependabotdependabotbot requested a review froma teamAugust 28, 2023 21:18
@danielknell
Copy link
Member

@dependabot rebase

dependabot[bot] reacted with thumbs up emoji

Bumps [typeguard](https://github.com/agronholm/typeguard) from 4.0.0 to 4.1.3.- [Changelog](https://github.com/agronholm/typeguard/blob/master/docs/versionhistory.rst)- [Commits](agronholm/typeguard@4.0.0...4.1.3)---updated-dependencies:- dependency-name: typeguard  dependency-type: direct:development  update-type: version-update:semver-minor...Signed-off-by: dependabot[bot] <support@github.com>
@dependabotdependabotbotforce-pushed thedependabot/pip/typeguard-4.1.3 branch from28fe60d to6437617CompareSeptember 2, 2023 23:06
@dependabot@github
Copy link
ContributorAuthor

dependabotbot commented on behalf ofgithubSep 11, 2023

Superseded by#88.

@dependabotdependabotbot closed thisSep 11, 2023
@dependabotdependabotbot deleted the dependabot/pip/typeguard-4.1.3 branchSeptember 11, 2023 21:22
Sign up for freeto join this conversation on GitHub. Already have an account?Sign in to comment

Reviewers

No reviews

Assignees

No one assigned

Labels

dependenciesPull requests that update a dependency filepythonPull requests that update Python code

Projects

None yet

Milestone

No milestone

Development

Successfully merging this pull request may close these issues.

2 participants

@danielknell

[8]ページ先頭

©2009-2025 Movatter.jp