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: Update Python Version to 3.12.7 #115

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

Conversation

samuel-esp
Copy link
Collaborator

Motivation

As stated in issue #114 due to the Python version the project is using right now, the Docker image suffers from the following vulnerabilities:

Changes

  • Built a new image with Python 3.12.7

Tests done

  • Built the new image and tested inside a test cluster
  • Unit Tests

TODO

  • I've assigned myself to this PR

@samuel-esp samuel-esp added fix dependencies Pull requests that update a dependency file labels Nov 16, 2024
@samuel-esp samuel-esp linked an issue Nov 16, 2024 that may be closed by this pull request
@samuel-esp samuel-esp self-assigned this Nov 16, 2024
@samuel-esp samuel-esp marked this pull request as ready for review November 17, 2024 15:55
Copy link
Member

@JTaeuber JTaeuber left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM. It might also be worth thinking about raising the minimum python version in the pyproject.toml since a few of the latest versions of dependencies also dropped support for python3.8. Maybe we should include that bump here though since I already made quite a few changes to the pyproject.toml. Let me know what you think.

@samuel-esp
Copy link
Collaborator Author

I agree, we can merge this after #112

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 fix
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Docker Image Vulnerabilities
2 participants