Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github May 8, 2023

Bumps shed from 0.9.7 to 2023.5.1.

Changelog

Sourced from shed's changelog.

2023.5.1 - 2023-05-01

  • shed --refactor now merges nested with-statements for Python 3.9+
  • Skip LibCST passes when it (correctly) objects to invalid code accepted by Black

2023.4.1 - 2023-04-19

  • Fixed some crash and incorrect-output bugs in shed --refactor

2023.3.1 - 2023-03-05

  • Fixed cases where shed took two passes to handle unordered and removable imports
  • Fixed cases where --refactor was making unintended semantic changes

2023.2.1 - 2023-02-27

  • Switch to calendar versioning to match underlying tools
  • Fixed cases where --refactor could delete comments in parens
  • --refactor replaces some calls to list(), tuple() and dict() builtins with literals

0.10.9 - 2023-02-01

  • Require Black >= 23.1.0 for latest code style

0.10.8 - 2022-12-10

  • Reformat .pyi files too

0.10.7 - 2022-11-05

  • Fixed --refactor to avoid incorrect changes to e.g. x = y or len(z)
  • --refactor also removes redundant calls to bool() in boolean contexts.

0.10.6 - 2022-11-03

  • --refactor now splits assert a and b [and c and ...] into a separate assertion for each clause, so that it's always clear which (if any) failed.
  • --refactor removes redundant calls to len() in boolean contexts.

0.10.5 - 2022-10-08

  • Preserve trailing commas in literals in --refactor mode
  • --refactor mode now flattens Optional[Union[...]] to Union[..., None]
  • Don't convert == to is in subscripts, to save e.g. df[df.flag == True]

0.10.4 - 2022-10-04

  • Updated for compatibility with new pyupgrade==3.0.0

0.10.3 - 2022-09-10

  • Fix a crash when used with Python 3.10 pattern matching
  • Fix a bug where the minimum-version argument was sometimes ignored
  • Clarified some error messages for easier debugging

0.10.2 - 2022-09-05

  • Require latest version of Black to detect that f"{x=}" requires Python 3.8+ (and remove previous workaround)
  • Fixed detection of Hypothesis codemods in --refactor mode

0.10.1 - 2022-06-06

... (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 [shed](https://github.com/Zac-HD/shed) from 0.9.7 to 2023.5.1.
- [Changelog](https://github.com/Zac-HD/shed/blob/master/CHANGELOG.md)
- [Commits](Zac-HD/shed@0.9.7...2023.5.1)

---
updated-dependencies:
- dependency-name: shed
  dependency-type: direct:development
  update-type: version-update:semver-major
...

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 May 8, 2023
@dependabot dependabot bot requested a review from a team May 8, 2023 22:02
@danielknell danielknell merged commit 914fed4 into main May 9, 2023
@danielknell danielknell deleted the dependabot/pip/shed-2023.5.1 branch May 9, 2023 14:45
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