From f7038ab68ad89851f7b5f251907ef9e9ff0813aa Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 4 Aug 2026 13:10:17 +0000 Subject: [PATCH] Bump cryptography from 3.4.7 to 50.0.0 Bumps [cryptography](https://github.com/pyca/cryptography) from 3.4.7 to 50.0.0. - [Changelog](https://github.com/pyca/cryptography/blob/main/CHANGELOG.rst) - [Commits](https://github.com/pyca/cryptography/compare/3.4.7...50.0.0) --- updated-dependencies: - dependency-name: cryptography dependency-version: 50.0.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements-dev.txt | 2 +- requirements.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements-dev.txt b/requirements-dev.txt index b63aafe..c121e35 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -1,7 +1,7 @@ # requirements-dev.txt for FRED API Wrapper requests==2.26.0 -cryptography==3.4.7 +cryptography==50.0.0 python-dotenv==0.19.0 # Development dependencies (optional) diff --git a/requirements.txt b/requirements.txt index e2c7cfc..5151deb 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,5 +1,5 @@ # requirements.txt for FRED API Wrapper requests==2.26.0 -cryptography==3.4.7 +cryptography==50.0.0 python-dotenv==0.19.0