Merged
Conversation
Contributor
There was a problem hiding this comment.
Pull Request Overview
This PR updates the project to support Python 3.14 by upgrading the Python version in Docker images, test configurations, and documentation, along with bumping multiple dependency versions to their latest releases.
- Updated Python version from 3.13 to 3.14 across Docker images and tox configuration
- Upgraded 15 runtime dependencies to newer versions
- Updated 6 development dependencies to newer versions
Reviewed Changes
Copilot reviewed 6 out of 7 changed files in this pull request and generated no comments.
Show a summary per file
| File | Description |
|---|---|
| tests/tox.ini | Updated tox environment to use Python 3.14 |
| tests/Dockerfile-test | Changed base image from Python 3.13 to 3.14 |
| setup.py | Bumped minimum versions for 15 runtime dependencies |
| requirements-dev.txt | Updated 6 development dependency versions |
| docs/source/running_elastalert.rst | Updated documentation to reference Python 3.14 instead of 3.13 |
| Dockerfile | Changed base images from Python 3.13 to 3.14 |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
Collaborator
Author
|
The warnings mentioned in the discussion are unresolved. |
Added support for Python 3.12 and 3.14 in classifiers.
Updated CHANGELOG to reflect support for Python 3.14 and multiple library updates.
jertel
approved these changes
Oct 28, 2025
Owner
jertel
left a comment
There was a problem hiding this comment.
Thanks for updating Python and all of these libraries
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Description
Checklist
make test-dockerwith my changes.Questions or Comments