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 <4.2.1 to <4.2.2 #3460

Merged
merged 1 commit into from
Nov 18, 2024

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Nov 18, 2024

Updates the requirements on immutabledict to permit the latest version.

Release notes

Sourced from immutabledict's releases.

Version 4.2.1

  • Published with attestation
  • Update classifiers, Github Actions... for Python 3.13 (no code changes)
Changelog

Sourced from immutabledict's changelog.

Version 4.2.1

  • Published with attestation
  • Update classifiers, Github Actions... for Python 3.13 (no code changes)

Version 4.2.0

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

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)

... (truncated)

Commits
  • 8e34519 Merge pull request #357 from corenting/chore_4.2.1
  • 9b522fe chore: bump to version 4.2.1
  • b14b223 Merge pull request #356 from corenting/dependabot/pip/development-dependencie...
  • bf1182a build(deps-dev): bump ruff in the development-dependencies group
  • 9e3fb08 Merge pull request #355 from corenting/dependabot/pip/development-dependencie...
  • 8450858 build(deps-dev): bump ruff in the development-dependencies group
  • 57732e9 Merge pull request #354 from corenting/dependabot/pip/development-dependencie...
  • e58933c build(deps-dev): bump the development-dependencies group across 1 directory w...
  • 3bf3ba3 Merge pull request #351 from corenting/update_3.13_release
  • bb44293 chore: test against python 3.13 release
  • 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 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)

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...v4.2.1)

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

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Nov 18, 2024
Copy link

codecov bot commented Nov 18, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 90.20%. Comparing base (1abf6ad) to head (157505c).
Report is 4 commits behind head on main.

Additional details and impacted files
@@           Coverage Diff           @@
##             main    #3460   +/-   ##
=======================================
  Coverage   90.20%   90.20%           
=======================================
  Files         460      460           
  Lines       57649    57649           
  Branches     5564     5564           
=======================================
+ Hits        52000    52002    +2     
+ Misses       4202     4201    -1     
+ Partials     1447     1446    -1     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@superlopuh superlopuh merged commit 698b31c into main Nov 18, 2024
15 checks passed
@superlopuh superlopuh deleted the dependabot/pip/immutabledict-lt-4.2.2 branch November 18, 2024 09:44
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.

3 participants