From 5764433e02377dd25771d4cf87dfa782529a6fd4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 14 May 2026 16:36:33 +0000 Subject: [PATCH 1/2] build(deps): bump requests from 2.33.1 to 2.34.1 Bumps [requests](https://github.com/psf/requests) from 2.33.1 to 2.34.1. - [Release notes](https://github.com/psf/requests/releases) - [Changelog](https://github.com/psf/requests/blob/main/HISTORY.md) - [Commits](https://github.com/psf/requests/compare/v2.33.1...v2.34.1) --- updated-dependencies: - dependency-name: requests dependency-version: 2.34.1 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index beef2f74..8aa29644 100644 --- a/requirements.txt +++ b/requirements.txt @@ -5,6 +5,6 @@ pyturso==0.5.1 urllib3==2.7.0 python-dotenv==1.2.2 Cryptography==48.0.0 -requests==2.33.1 +requests==2.34.1 aiohttp==3.13.5 # Pinned to avoid a vulnerability zipp>=3.23.1 # Pinned to avoid a vulnerability From b2f71322c380c0515beb0863e07a70c4b77516c9 Mon Sep 17 00:00:00 2001 From: Jack Edwards Date: Thu, 14 May 2026 17:36:33 +0100 Subject: [PATCH 2/2] refactor(dockerignore): remove .env form dockerignore for local testing to work again --- .dockerignore | 1 - 1 file changed, 1 deletion(-) diff --git a/.dockerignore b/.dockerignore index 6134c326..39afdc62 100644 --- a/.dockerignore +++ b/.dockerignore @@ -1,6 +1,5 @@ .github/* .gitignore -app/.env CODE_OF_CONDUCT.md CONTRIBUTING.md docker-compose.yaml