Skip to content

Conversation

@dependabot
Copy link
Contributor

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

Bumps unimport from 0.9.2 to 0.12.3.

Release notes

Sourced from unimport's releases.

0.12.3

[0.12.3] - 2022-12-04

Added

  • Multiple versions of the docs

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

... (truncated)

Changelog

Sourced from unimport's changelog.

[0.12.3] - 2022-12-04

Added

  • Multiple versions of the docs

[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

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

---
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 Dec 5, 2022
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Feb 2, 2023

Superseded by #39.

@dependabot dependabot bot closed this Feb 2, 2023
@dependabot dependabot bot deleted the dependabot/pip/unimport-0.12.3 branch February 2, 2023 11:03
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