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

chore(deps): update dependency more-itertools to v10 #209

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

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jan 1, 2025

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
more-itertools ==8.14.0 -> ==10.5.0 age adoption passing confidence

Release Notes

more-itertools/more-itertools (more-itertools)

v10.5.0

Compare Source

What's Changed

Full Changelog: more-itertools/more-itertools@v10.4.0...v10.5.0

v10.4.0: Version 10.4.0

Compare Source

What's Changed
New Contributors

Full Changelog: more-itertools/more-itertools@v10.3.0...v10.4.0

v10.3.0: Version 10.3.0

Compare Source

What's Changed

New Contributors

Full Changelog: more-itertools/more-itertools@v10.2.0...v10.3.0

v10.2.0: Version 10.2.0

Compare Source

  • New functions

    • iter_suppress (thanks to jaraco, pochmann, and rhettinger)
    • filter_map (thanks to struktured)
    • classify_unique (thanks to haukex)
    • totient (from the itertools docs)
    • reshape (from the itertools docs)
  • Changes to existing functions

    • factor, iter_index, sieve, and unique_justseen were updated to match the itertools docs
    • first was was optimized (thanks to pochmann)
    • takewhile_inclusive was was refactored (thanks to eltoder)
    • combination_with_replacement_index was was optimized (thanks to elliotwutingfeng and rhettinger)
    • nth_permutation, nth_combination_with_replacement, combination_index, and combination_with_replacement_index were optimized (thanks to rhettinger)
    • batched now accepts a strict argument (adapted from itertools docs)
    • time_limited was improved for Windows (thanks to haukex)
  • Other changes

    • Several typing updates were made (thanks to obaltian and ilai-deutel)
    • Some documentation issues were fixed (thanks to F-park, DimitriPapadopoulos, peterbygrave, shuuji3, eltoder, and homeworkprod)

v10.1.0: Version 10.1.0

Compare Source

What's Changed

New Contributors

Full Changelog: more-itertools/more-itertools@v10.0.1...v10.1.0

v10.0.0: Version 10.0.0

Compare Source

What's Changed

New Contributors

Full Changelog: more-itertools/more-itertools@v9.1.1...v10.0.0

v9.1.0: Version 9.1.0

Compare Source

See PR #​678 for details.

v9.0.0: Version 9.0.0

Compare Source

See PR #​647 for details


Configuration

📅 Schedule: Branch creation - "* * 1 */3 *" (UTC), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

Copy link

github-actions bot commented Jan 1, 2025

Trivy image scan report

ghcr.io/miracum/ahd2fhir:pr-209 (debian 12.7)

6 known vulnerabilities found (CRITICAL: 0 HIGH: 4 MEDIUM: 1 LOW: 1)

Show detailed table of vulnerabilities
Package ID Severity Installed Version Fixed Version
libpython3.11-minimal CVE-2024-6232 HIGH 3.11.2-6+deb12u3 3.11.2-6+deb12u4
libpython3.11-stdlib CVE-2024-6232 HIGH 3.11.2-6+deb12u3 3.11.2-6+deb12u4
libsqlite3-0 CVE-2023-7104 HIGH 3.40.1-2 3.40.1-2+deb12u1
libssl3 CVE-2024-5535 MEDIUM 3.0.14-1~deb12u2 3.0.15-1~deb12u1
libssl3 CVE-2024-9143 LOW 3.0.14-1~deb12u2 3.0.15-1~deb12u1
python3.11-minimal CVE-2024-6232 HIGH 3.11.2-6+deb12u3 3.11.2-6+deb12u4

No Misconfigurations found

Python

1 known vulnerabilities found (CRITICAL: 0 HIGH: 1 MEDIUM: 0 LOW: 0)

Show detailed table of vulnerabilities
Package ID Severity Installed Version Fixed Version
setuptools CVE-2024-6345 HIGH 65.5.1 70.0.0

No Misconfigurations found

Copy link

github-actions bot commented Jan 1, 2025

🦙 MegaLinter status: ✅ SUCCESS

Descriptor Linter Files Fixed Errors Elapsed time
✅ ACTION actionlint 5 0 0.04s
✅ BASH bash-exec 2 0 0.01s
✅ BASH shellcheck 2 0 0.01s
✅ BASH shfmt 2 0 0.01s
✅ DOCKERFILE hadolint 2 0 0.16s
✅ JSON jsonlint 16 0 0.22s
✅ JSON npm-package-json-lint yes no 0.57s
✅ JSON prettier 16 0 1.91s
✅ MARKDOWN markdownlint 3 0 0.52s
✅ PYTHON bandit 31 0 2.37s
✅ PYTHON black 31 0 3.5s
✅ PYTHON flake8 31 0 1.14s
✅ PYTHON isort 31 0 0.42s
✅ PYTHON mypy 31 0 10.95s
✅ PYTHON pyright 31 0 10.38s
✅ PYTHON ruff 31 0 0.03s
✅ REPOSITORY checkov yes no 16.89s
✅ REPOSITORY gitleaks yes no 0.07s
✅ REPOSITORY git_diff yes no 0.01s
✅ REPOSITORY grype yes no 15.72s
✅ REPOSITORY kics yes no 32.42s
✅ REPOSITORY secretlint yes no 0.84s
✅ REPOSITORY syft yes no 0.83s
✅ REPOSITORY trivy yes no 11.99s
✅ REPOSITORY trivy-sbom yes no 1.83s
✅ REPOSITORY trufflehog yes no 5.18s
✅ YAML prettier 15 0 0.85s
✅ YAML yamllint 15 0 0.72s

See detailed report in MegaLinter reports

You could have same capabilities but better runtime performances if you request a new MegaLinter flavor.

MegaLinter is graciously provided by OX Security

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants