Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Apr 24, 2023

Bumps shed from 0.9.7 to 2023.4.1.

Changelog

Sourced from shed's changelog.

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

  • Handle non-locale-encoded files, such as UTF-8 on Windows (#42)
  • Preserve comments on the last element of Literal types with --refactor

0.10.0 - 2022-05-22

... (truncated)

Commits
  • 40a7a5d Release version 2023.4.1
  • f41b75d Work around invalid assertion rewrites
  • daa1e55 Merge pull request #85 from DRMacIver/composable-codemods
  • a3853ea Merge pull request #86 from DRMacIver/dict-not-empty
  • b5423cd Don't replace dict with keyword argument with empty literal
  • 0dbdcd0 Do not call codemod transformations if current version of code doesn't match
  • 4dde387 Release version 2023.3.1
  • a010349 Leave sorted(reversed(x)) for stability
  • 5f1537f Merge pull request #83 from DRMacIver/python-3.11
  • 17d695d Remove 3.7 from CI
  • Additional commits viewable 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 [shed](https://github.com/Zac-HD/shed) from 0.9.7 to 2023.4.1.
- [Release notes](https://github.com/Zac-HD/shed/releases)
- [Changelog](https://github.com/Zac-HD/shed/blob/master/CHANGELOG.md)
- [Commits](Zac-HD/shed@0.9.7...2023.4.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 Apr 24, 2023
@dependabot dependabot bot requested a review from a team April 24, 2023 22:03
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github May 8, 2023

Superseded by #49.

@dependabot dependabot bot closed this May 8, 2023
@dependabot dependabot bot deleted the dependabot/pip/shed-2023.4.1 branch May 8, 2023 22:02
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.

1 participant