From de72dcd6af5237e84201c1ce5f900035260bf216 Mon Sep 17 00:00:00 2001 From: Timeraider <57343973+GitTimeraider@users.noreply.github.com> Date: Mon, 27 Jul 2026 11:01:33 +0200 Subject: [PATCH 1/3] Update disclaimer about AI coding contributions Clarified the role of AI in coding contributions. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index cc8f3be..9e5222d 100644 --- a/README.md +++ b/README.md @@ -7,7 +7,7 @@ [![Python 3.11](https://img.shields.io/badge/python-3.14-blue.svg)](https://www.python.org/downloads/) ### Disclaimers: -#### AI is responsible for over half of the coding. Also keep in mind that this software is mostly developed for personal use by myself and thus might not receive all feature requests desired. +#### Even though guided and checked, AI is responsible for over half of the coding. Also keep in mind that this software is mostly developed for personal use by myself and thus might not receive all feature requests desired. ################################################### A Dockerized secure web application for managing email forwarders through the DirectAdmin API. Features a clean web interface with authentication, 2FA support, user management options. From 5fba2d0c13e12d0c8a8f500bb9debbdc158b5c77 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 10 Aug 2026 06:53:36 +0000 Subject: [PATCH 2/3] Bump python from 3.15.0b4-slim to 3.15.0rc1-slim Bumps python from 3.15.0b4-slim to 3.15.0rc1-slim. --- updated-dependencies: - dependency-name: python dependency-version: 3.15.0rc1-slim dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index f6c22de..87db469 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM python:3.15.0b4-slim +FROM python:3.15.0rc1-slim # Default UID and GID (can be overridden) ARG USER_UID=1000 From 4d73895ad0948a0f7d2ff08704f7f7eccd437244 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 10 Aug 2026 06:54:01 +0000 Subject: [PATCH 3/3] Bump cryptography from 49.0.0 to 50.0.0 Bumps [cryptography](https://github.com/pyca/cryptography) from 49.0.0 to 50.0.0. - [Changelog](https://github.com/pyca/cryptography/blob/main/CHANGELOG.rst) - [Commits](https://github.com/pyca/cryptography/compare/49.0.0...50.0.0) --- updated-dependencies: - dependency-name: cryptography dependency-version: 50.0.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 2a33842..f7d7ffc 100644 --- a/requirements.txt +++ b/requirements.txt @@ -7,4 +7,4 @@ pyotp==2.10.0 qrcode==8.2 requests==2.34.2 pillow==12.3.0 -cryptography==49.0.0 +cryptography==50.0.0