Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 7 additions & 7 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,20 +14,20 @@
- Upgrade dependency library pytest-cov to 7.1.0 - [#1760](https://github.com/jertel/elastalert2/pull/1760) - @jertel
- Upgrade dependency library sphinx to 9.1.0 - [#1760](https://github.com/jertel/elastalert2/pull/1760) - @jertel
- Upgrade dependency library sphinx_rtd_theme to 3.1.0 - [#1760](https://github.com/jertel/elastalert2/pull/1760) - @jertel
- Upgrade dependency library tox to 4.53.0 - [#1760](https://github.com/jertel/elastalert2/pull/1760) - @jertel
- Upgrade dependency library tox to 4.54.0 - [#1764](https://github.com/jertel/elastalert2/pull/1764) - @jertel
- Upgrade dependency library apscheduler to 3.11.2 - [#1760](https://github.com/jertel/elastalert2/pull/1760) - @jertel
- Upgrade dependency library boto3 to 1.42.89 - [#1760](https://github.com/jertel/elastalert2/pull/1760) - @jertel
- Upgrade dependency library boto3 to 1.43.14 - [#1764](https://github.com/jertel/elastalert2/pull/1764) - @jertel
- Upgrade dependency library croniter to 6.2.2 - [#1760](https://github.com/jertel/elastalert2/pull/1760) - @jertel
- Upgrade dependency library jsonpointer to 3.1.1 - [#1760](https://github.com/jertel/elastalert2/pull/1760) - @jertel
- Upgrade dependency library jsonschema to 4.26.0 - [#1760](https://github.com/jertel/elastalert2/pull/1760) - @jertel
- Upgrade dependency library prettytable to 3.17.0 - [#1760](https://github.com/jertel/elastalert2/pull/1760) - @jertel
- Upgrade dependency library prometheus-client to 0.25.0 - [#1760](https://github.com/jertel/elastalert2/pull/1760) - @jertel
- Upgrade dependency library pytz to 2026.1.post1 - [#1760](https://github.com/jertel/elastalert2/pull/1760) - @jertel
- Upgrade dependency library pytz to 2026.2 - [#1764](https://github.com/jertel/elastalert2/pull/1764) - @jertel
- Upgrade dependency library zabbix-utils to 2.0.4 - [#1760](https://github.com/jertel/elastalert2/pull/1760) - @jertel
- Upgrade dependency library requests to 2.33.1 - [#1760](https://github.com/jertel/elastalert2/pull/1760) - @jertel
- Upgrade dependency library tencentcloud-sdk-python to 3.1.79 - [#1760](https://github.com/jertel/elastalert2/pull/1760) - @jertel
- Upgrade dependency library twilio to 9.10.5 - [#1760](https://github.com/jertel/elastalert2/pull/1760) - @jertel
- Upgrade base Docker image to python:3.14.4-slim - [#1760](https://github.com/jertel/elastalert2/pull/1760) - @jertel
- Upgrade dependency library requests to 2.34.2 - [#1764](https://github.com/jertel/elastalert2/pull/1764) - @jertel
- Upgrade dependency library tencentcloud-sdk-python to 3.1.101 - [#1764](https://github.com/jertel/elastalert2/pull/1764) - @jertel
- Upgrade dependency library twilio to 9.10.9 - [#1764](https://github.com/jertel/elastalert2/pull/1764) - @jertel
- Upgrade base Docker image to python:3.14.5-slim - [#1764](https://github.com/jertel/elastalert2/pull/1764) - @jertel

# 2.29.0

Expand Down
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM python:3.14.4-slim as builder
FROM python:3.14.5-slim as builder

LABEL description="ElastAlert 2 Official Image"
LABEL maintainer="Jason Ertel"
Expand All @@ -10,7 +10,7 @@ RUN mkdir -p /opt/elastalert && \
pip install setuptools wheel && \
python setup.py sdist bdist_wheel

FROM python:3.14.4-slim
FROM python:3.14.5-slim

ARG GID=1000
ARG UID=1000
Expand Down
2 changes: 1 addition & 1 deletion requirements-dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,4 @@ pytest-xdist==3.8.0
setuptools
sphinx==9.1.0
sphinx_rtd_theme==3.1.0
tox==4.53.0
tox==4.54.0
10 changes: 5 additions & 5 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
apscheduler>=3.11.2,<4.0
aws-requests-auth>=0.4.3
boto3>=1.42.89
boto3>=1.43.14
cffi>=2.0.0
croniter>=6.2.2
elasticsearch==7.10.1
Expand All @@ -14,13 +14,13 @@ prettytable>=3.17.0
prison>=0.2.1
prometheus-client>=0.25.0
python-dateutil>=2.9.0.post0
pytz>=2026.1.post1
pytz>=2026.2
PyYAML>=6.0.3
zabbix-utils>=2.0.4
requests>=2.33.1
requests>=2.34.2
sortedcontainers>=2.4.0
statsd-tags==3.2.1.post1
stomp.py>=8.2.0
tencentcloud-sdk-python>=3.1.79
tencentcloud-sdk-python>=3.1.101
texttable>=1.7.0
twilio>=9.10.5
twilio>=9.10.9