From d8d742acf03a1e4300ca09f19cc773c61ffc68dd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 7 Sep 2026 09:34:49 +0000 Subject: [PATCH] Bump the pip-minor-patch group with 2 updates Bumps the pip-minor-patch group with 2 updates: [cryptography](https://github.com/pyca/cryptography) and [apscheduler](https://github.com/agronholm/apscheduler). Updates `cryptography` from 50.0.0 to 50.0.1 - [Changelog](https://github.com/pyca/cryptography/blob/main/CHANGELOG.rst) - [Commits](https://github.com/pyca/cryptography/compare/50.0.0...50.0.1) Updates `apscheduler` from 3.11.0 to 3.11.3 - [Release notes](https://github.com/agronholm/apscheduler/releases) - [Commits](https://github.com/agronholm/apscheduler/compare/3.11.0...3.11.3) --- updated-dependencies: - dependency-name: cryptography dependency-version: 50.0.1 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: pip-minor-patch - dependency-name: apscheduler dependency-version: 3.11.3 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: pip-minor-patch ... Signed-off-by: dependabot[bot] --- requirements.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements.txt b/requirements.txt index 461cb68..988b9e7 100644 --- a/requirements.txt +++ b/requirements.txt @@ -6,8 +6,8 @@ pandas==2.2.3 requests==2.34.2 python-dateutil==2.9.0 PyJWT[crypto]==2.13.0 -cryptography==50.0.0 -APScheduler==3.11.0 +cryptography==50.0.1 +APScheduler==3.11.3 gunicorn==25.1.0 # Transitive from APScheduler; pinned to fix GHSA-6v7p-g79w-8964 (out-of-bounds read on Unpacker reuse). msgpack>=1.2.1 \ No newline at end of file