From 35a6620b3fef18969ef5f38f4df63d3f7c382c68 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 5 Aug 2026 10:19:51 +0000 Subject: [PATCH] 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 ... Signed-off-by: dependabot[bot] --- desktop/requirements-build.in | 2 +- pyproject.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/desktop/requirements-build.in b/desktop/requirements-build.in index 8a4239b..7125577 100644 --- a/desktop/requirements-build.in +++ b/desktop/requirements-build.in @@ -1,4 +1,4 @@ -cryptography==49.0.0 +cryptography==50.0.0 exchange-calendars==4.13.2 pyinstaller==6.21.0 pystray==0.19.5 diff --git a/pyproject.toml b/pyproject.toml index 2a1a6ab..51bc362 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -11,7 +11,7 @@ requires-python = ">=3.11" license = { text = "MIT" } authors = [{ name = "DOPEY operator" }] dependencies = [ - "cryptography==49.0.0", + "cryptography==50.0.0", "exchange-calendars==4.13.2", "requests==2.34.2", "tzdata==2026.2",