Version Updates Mon Jun 30 02:11:25 UTC 2025
SHA256_DIGEST=01a68895b1eab3e6fe7a37dcc71f65791c353c5c76aed65c6c8cb5977033e575
REVISION=1465706
PYTHON_VERSION=3.13.4
SELENIUM_VERSION=4.34.0
CHROME_VERSION=138.0.7204.49
diff --git a/Dockerfile b/Dockerfile
index a8d26f3..bee80bd 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -10,7 +10,7 @@ RUN dnf install -y atk cups-libs gtk3 libXcomposite alsa-lib
libXcursor libXdamage libXext libXi libXrandr libXScrnSaver
libXtst pango at-spi2-atk libXt xorg-x11-server-Xvfb
xorg-x11-xauth dbus-glib dbus-glib-devel nss mesa-libgbm
-RUN pip install selenium==4.33.0
+RUN pip install selenium==4.34.0
COPY --from=build /opt/chrome-linux64 /opt/chrome
COPY --from=build /opt/chromedriver-linux64 /opt/
COPY main.py ./
diff --git a/README.md b/README.md
index 5dc4a4f..3f38e82 100644
--- a/README.md
+++ b/README.md
@@ -10,7 +10,7 @@ This image goes with these versions. [These are automatically updated and tested
- Python 3.13.4
- chromium 138.0.7204.49
- chromedriver 138.0.7204.49
-- selenium 4.33.0
+- selenium 4.34.0