Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Nov 10, 2022

Bumps unimport from 0.9.2 to 0.12.2.

Release notes

Sourced from unimport's releases.

0.12.2

Changelog

[0.12.2] - 2022-11-09

🐛 Fixes

  • --color=never is now respected when showing the diffs

0.12.1

Features

  • 🔥 Add if condition analysis and 🧪 Refactor PR #247 by @​hakancelikdev

    For example;

    import sys
    if sys.version_info >= (3, 8):
    from typing import Literal
    else:
    from typing_extensions import Literal

  • 🔥 setup.py remove and pyproject.toml was added. PR #245 by @​hakancelikdev

0.11.3

Changelog

[0.11.3] - 5/September/2022

  • Fix main.py to run unimport

0.11.2

Changelog

[0.11.2] - 4/September/2022

Warning

... (truncated)

Changelog

Sourced from unimport's changelog.

[0.12.2] - 2022-11-09

🐛 Fixes

  • --color=never is now respected when showing the diffs

0.12.1

🐛 Fixes

  • Changelog url PR #250
  • Name Error PR #250

0.12.0

🔥 Features

  • Add if condition analysis and 🧪 Refactor PR #247

    For example;

    import sys
    if sys.version_info >= (3, 8):
    from typing import Literal
    else:
    from typing_extensions import Literal

  • setup.py remove and pyproject.toml was added. PR #245

0.11.3

🐛 Fixes

  • Fix main.py to run unimport

0.11.2

🐛 Fixes

  • Re complile fail mentioning 'ps_d' when using --gitignore PR #241

Internal

For Python 3.7 and above

  • Drop support for patspec, 0.5.0 above and below 0.10.0 versions.
  • Only 0.10.0 and above versions are supported, in these versions the gitignore

... (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)

Bumps [unimport](https://github.com/hakancelikdev/unimport) from 0.9.2 to 0.12.2.
- [Release notes](https://github.com/hakancelikdev/unimport/releases)
- [Changelog](https://github.com/hakancelikdev/unimport/blob/main/docs/CHANGELOG.md)
- [Commits](hakancelikdev/unimport@0.9.2...0.12.2)

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

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Nov 10, 2022
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Dec 5, 2022

Superseded by #29.

@dependabot dependabot bot closed this Dec 5, 2022
@dependabot dependabot bot deleted the dependabot/pip/unimport-0.12.2 branch December 5, 2022 11:07
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

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants