Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump immutabledict from 2.2.3 to 3.0.0 in /extra_requirements #423

Merged

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Aug 1, 2023

Bumps immutabledict from 2.2.3 to 3.0.0.

Release notes

Sourced from immutabledict's releases.

Version 3.0.0

  • copy() (breaking change): remove the option to pass keyword arguments (which were present as key/value pairs in the copy). Now the method doesn't take any arguments (it behaves the same as a normal dict).
  • Python versions: drop Python 3.7 support
  • Typing: fixes

Version 2.2.5

  • Fix hard-coded class reference in fromkeys() resulting in always using dict for fromkeys() (instead of OrderedDict in ImmutableOrderedDict for example). Thanks to @​cthoyt for the [PR #234](corenting/immutabledict#234)

Version 2.2.4

  • Include tests in sdist for easier packaging
Changelog

Sourced from immutabledict's changelog.

Version 3.0.0

  • copy() (breaking change): remove the option to pass keyword arguments (which were present as key/value pairs in the copy). Now the method doesn't take any arguments (it behaves the same as a normal dict).
  • Python versions: drop Python 3.7 support
  • Typing: fixes

Version 2.2.5

  • Fix hard-coded class reference in fromkeys() resulting in always using dict for fromkeys() (instead of OrderedDict in ImmutableOrderedDict for example). Thanks to @​cthoyt for the [PR #234](corenting/immutabledict#234)

Version 2.2.4

  • Include tests in sdist for easier packaging
Commits
  • c5b25bb Merge pull request #245 from corenting/feat/release-3.0.0
  • 36a6fb6 feat: version 3.0.0
  • 33beaef Merge pull request #244 from spacether/feat_adds_covariance
  • 4141169 Moves copy test
  • 830aece Adds copy back in
  • e2610f4 Adds test
  • ac4c5c9 Adds covariant true to key
  • e2d2aaa Merge pull request #242 from corenting/dependabot/pip/ruff-0.0.278
  • f89f128 build(deps-dev): bump ruff from 0.0.277 to 0.0.278
  • 0f21334 Merge pull request #240 from corenting/dependabot/pip/ruff-0.0.277
  • 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 will merge this PR once CI passes on it, as requested by @JoranAngevaare.


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)

@dependabot dependabot bot added dependencies Pull requests that update a dependency file python Pull requests that update Python code labels Aug 1, 2023
@JoranAngevaare
Copy link
Owner

@dependabot squash and merge

@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Aug 1, 2023

One of your CI runs failed on this pull request, so Dependabot won't merge it.

Dependabot will still automatically merge this pull request if you amend it and your tests pass.

Bumps [immutabledict](https://github.com/corenting/immutabledict) from 2.2.3 to 3.0.0.
- [Release notes](https://github.com/corenting/immutabledict/releases)
- [Changelog](https://github.com/corenting/immutabledict/blob/master/CHANGELOG.md)
- [Commits](corenting/immutabledict@v2.2.3...v3.0.0)

---
updated-dependencies:
- dependency-name: immutabledict
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot force-pushed the dependabot/pip/extra_requirements/immutabledict-3.0.0 branch from 10e693b to 419d895 Compare August 1, 2023 14:15
@coveralls
Copy link

coveralls commented Aug 1, 2023

Pull Request Test Coverage Report for Build 5727944793

  • 0 of 0 changed or added relevant lines in 0 files are covered.
  • No unchanged relevant lines lost coverage.
  • Overall coverage increased (+0.09%) to 94.37%

Totals Coverage Status
Change from base Build 5727934646: 0.09%
Covered Lines: 2196
Relevant Lines: 2327

💛 - Coveralls

@JoranAngevaare JoranAngevaare merged commit 1d15e43 into master Aug 1, 2023
9 checks passed
@JoranAngevaare JoranAngevaare deleted the dependabot/pip/extra_requirements/immutabledict-3.0.0 branch August 1, 2023 15: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