From 280fee7af6171c5dc396a85a3a9e3b9722016f1e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 21 Oct 2024 09:19:06 +0000 Subject: [PATCH 1/2] Bump python from 3.12-slim to 3.13-slim Bumps python from 3.12-slim to 3.13-slim. --- updated-dependencies: - dependency-name: python dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index e6d04c91..01d63238 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,7 +1,7 @@ # Nelson Dane # Build from python slim image -FROM python:3.12-slim +FROM python:3.13-slim # Set ENV variables ENV TZ=America/New_York From ca13d578b6b3b91c663cc54083f7da07ae545e80 Mon Sep 17 00:00:00 2001 From: maxxrk Date: Tue, 22 Oct 2024 07:19:44 -0500 Subject: [PATCH 2/2] bump playwright stealth --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 2139d107..9aff63d0 100644 --- a/requirements.txt +++ b/requirements.txt @@ -7,7 +7,7 @@ fennel-invest-api==1.1.1 firstrade==0.0.30 GitPython==3.1.43 # playwright stealth from pypi seems abandoned --e git+https://github.com/MaxxRK/playwright_stealth.git@a6688bb792395f182d22dff3e330400bb0df1eca#egg=playwright_stealth +-e git+https://github.com/MaxxRK/playwright_stealth.git@f87d7c3d67134ad6def356dce6545c2f42662dfb#egg=playwright_stealth public-invest-api==1.0.4 pyotp==2.9.0 python-dotenv==1.0.1