Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Sep 5, 2022

Bumps injector from 0.19.0 to 0.20.1.

Changelog

Sourced from injector's changelog.

0.20.1

  • Added support for PEP 604 union types (Python 3.10+), thanks to David Pärsson
  • Fixed building with pypandoc 1.8+, thanks to Søren Fuglede Jørgensen

0.20.0

  • Fixed handling of Union combined with Annotated, thanks to Tobias Nilsson
  • Fixed AssitedBuilder/child Injector interaction, thanks to Erik Cederberg
  • Made get_bindings() and injections work even if a injectee's return type annotation is a forward reference that can't be resolved

Backwards incompatible:

  • Dropped Python 3.6 support
Commits
  • 1db1f56 Release version 0.20.1
  • 8fb79dc Use pypandoc.convert_file instead of pypandoc.convert (#201)
  • f66285c Support PEP 604 optional & union types (#203)
  • 97aef80 Release version 0.20.0
  • 42f58c6 Handle some invalid forward references in return type annotations (#200)
  • c8fb73e Do not check parent binder for AssistedBuilder (#196)
  • ce957ab fix: inspect union arguments for annotations (#195)
  • 92212fe Drop Python 3.6 suport, it's EOL (#198)
  • 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 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 [injector](https://github.com/alecthomas/injector) from 0.19.0 to 0.20.1.
- [Release notes](https://github.com/alecthomas/injector/releases)
- [Changelog](https://github.com/alecthomas/injector/blob/master/CHANGES)
- [Commits](python-injector/injector@0.19.0...0.20.1)

---
updated-dependencies:
- dependency-name: injector
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

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 Sep 5, 2022
@dependabot dependabot bot requested a review from a team September 5, 2022 12:23
@danielknell danielknell merged commit b92d9de into main Sep 6, 2022
@danielknell danielknell deleted the dependabot/pip/injector-0.20.1 branch September 6, 2022 08:04
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.

2 participants