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

pip prod(deps): update immutabledict requirement from <2.2.6 to <3.0.1 #1328

Merged
merged 1 commit into from Jul 24, 2023

Conversation

dependabot[bot]
Copy link
Contributor

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

Updates the requirements on immutabledict to permit the latest version.

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
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

Version 2.2.3

  • Fix TypeError message when using |=. Thanks to @​ronshapiro for the [PR #66](corenting/immutabledict#66)
  • Update docstring for ImmutableOrderedDict to indicate that is not needed anymore for Python >= 3.7 but kept for compatibility purposes
  • Use postponed evaluation of annotations (PEP 563) for the typing

Version 2.2.2

  • Update classifiers, Github Actions... for Python 3.11 (no code changes)

Version 2.2.1

  • Update classifiers, Github Actions... for Python 3.10 (no code changes)

Version 2.2.0

Version 2.1.0

Version 2.0.0

Version 1.3.0

Version 1.2.0

... (truncated)

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 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)

Updates the requirements on [immutabledict](https://github.com/corenting/immutabledict) to permit the latest version.
- [Release notes](https://github.com/corenting/immutabledict/releases)
- [Changelog](https://github.com/corenting/immutabledict/blob/master/CHANGELOG.md)
- [Commits](corenting/immutabledict@v0.1.0...v3.0.0)

---
updated-dependencies:
- dependency-name: immutabledict
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Jul 24, 2023
@codecov
Copy link

codecov bot commented Jul 24, 2023

Codecov Report

Patch and project coverage have no change.

Comparison is base (0401b28) 89.64% compared to head (841d553) 89.64%.

Additional details and impacted files
@@           Coverage Diff           @@
##             main    #1328   +/-   ##
=======================================
  Coverage   89.64%   89.64%           
=======================================
  Files         191      191           
  Lines       24868    24868           
  Branches     3750     3750           
=======================================
  Hits        22294    22294           
  Misses       1982     1982           
  Partials      592      592           

☔ View full report in Codecov by Sentry.
📢 Do you have feedback about the report comment? Let us know in this issue.

@superlopuh superlopuh merged commit 0f83d2b into main Jul 24, 2023
10 checks passed
@superlopuh superlopuh deleted the dependabot/pip/immutabledict-lt-3.0.1 branch July 24, 2023 06:19
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.

None yet

3 participants