Skip to content
This repository has been archived by the owner on Feb 10, 2024. It is now read-only.

Bump immutabledict from 2.2.3 to 4.1.0 #367

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jan 22, 2024

Bumps immutabledict from 2.2.3 to 4.1.0.

Release notes

Sourced from immutabledict's releases.

Version 4.1.0

Version 4.0.0

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 4.1.0

Version 4.0.0

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
  • d0e3743 Merge pull request #289 from corenting/misc_cleanups
  • 840fb41 chore: update documentation website
  • d688c89 feat: release 4.1.0
  • 48c575d chore: test typing
  • b64a8be chore: replace black by ruff
  • 5ef24b5 chore: add py312 to tox config
  • bf28646 chore: update tests dependencies
  • 59ab1e2 tests: add reduce test
  • ea2c428 Merge pull request #290 from corenting/dependabot/github_actions/production-d...
  • db5fe7e build(deps): bump the production-dependencies group with 2 updates
  • 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 show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @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 [immutabledict](https://github.com/corenting/immutabledict) from 2.2.3 to 4.1.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...v4.1.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 added dependencies Pull requests that update a dependency file python Pull requests that update Python code labels Jan 22, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
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.

0 participants