openfisca / openfisca-core

OpenFisca core engine. See other repositories for countries-specific code & data.
https://openfisca.org
GNU Affero General Public License v3.0
170 stars 75 forks source link

Bump sortedcontainers from 2.2.2 to 2.4.0 #1069

Closed dependabot[bot] closed 2 years ago

dependabot[bot] commented 3 years ago

Bumps sortedcontainers from 2.2.2 to 2.4.0.

Changelog

Sourced from sortedcontainers's changelog.

2.4.0 (2021-05-16)

API Changes

  • Implement SortedDict methods: or, ror, and ior per PEP 584.

2.3.0 (2020-11-08)

Bugfixes

  • Make sort order stable when updating with large iterables.
Commits
  • a1f52d6 Bump version to 2.4.0
  • 2678a78 Implement SortedDict methods: or, ror, and ior (#171)
  • 9887989 Bump version to 2.3.0
  • da6d0d0 Remove unneeded "update order" consistency test
  • e85d865 Simplify "update order" consistency test
  • 7dc426c Fix update() ordering to be more consistent with add() ordering (#159)
  • See full diff 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)
coveralls commented 2 years ago

Coverage Status

Coverage remained the same at 78.922% when pulling e78d261685fd9a6350d3fff4d62758b0db0651bc on dependabot/pip/sortedcontainers-2.4.0 into 7103f9a1baf402f7c7507d445d8361d16be2e46f on master.

dependabot[bot] commented 2 years ago

Looks like sortedcontainers is no longer a dependency, so this is no longer needed.