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(general): upgrade Python module packaging #6952

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

Conversation

AndreasPelzer
Copy link

@AndreasPelzer AndreasPelzer commented Jan 15, 2025

User description

By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.

Description

Python module packaging should have version >=24

Fixes # (issue)

enables compiling the Python module checkov together with other modules

Description

Example: when compiling with poetry:

The conflict is caused by:
checkov 3.2.352 depends on packaging<24.0 and >=23.0
poetry 2.0.1 depends on packaging>=24.0

Fix

attached

Checklist:

  • I have performed a self-review of my own code
  • I have commented my code, particularly in hard-to-understand areas
  • I have made corresponding changes to the documentation
  • I have added tests that prove my feature, policy, or fix is effective and works
  • New and existing tests pass locally with my changes

Generated description

Below is a concise technical summary of the changes proposed in this PR:

Updates the packaging dependency to version 24.0 or higher across multiple project configuration files. This change affects the Pipfile, Pipfile.lock, and setup.py files. The update resolves a conflict with other dependencies that require a newer version of the packaging library.

TopicDetails
Dependency Update Updates the packaging library to version 24.0 or higher in project configuration files
Modified files (3)
  • Pipfile.lock
  • Pipfile
  • setup.py
Latest Contributors(2)
UserCommitDate
tsmithv11chore-secrets-bump-det...December 19, 2024
omryMenchore-secrets-bump-det...November 21, 2024
Version Bumps Updates various other dependencies to their latest versions in Pipfile.lock
Modified files (1)
  • Pipfile.lock
Latest Contributors(2)
UserCommitDate
tsmithv11chore-secrets-bump-det...December 19, 2024
omryMenchore-secrets-bump-det...November 21, 2024
This pull request is reviewed by Baz. Join @AndreasPelzer and the rest of your team on (Baz).

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.

1 participant