From f9347c8665f2fee92373291a3ee581c9cd1e0c00 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 Apr 2026 04:34:07 +0000 Subject: [PATCH] chore(deps): bump the pip group with 2 updates Bumps the pip group with 2 updates: [requests](https://github.com/psf/requests) and [cryptography](https://github.com/pyca/cryptography). Updates `requests` from 2.32.5 to 2.33.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.32.5...v2.33.1) Updates `cryptography` from 46.0.5 to 46.0.6 - [Changelog](https://github.com/pyca/cryptography/blob/main/CHANGELOG.rst) - [Commits](https://github.com/pyca/cryptography/compare/46.0.5...46.0.6) --- updated-dependencies: - dependency-name: requests dependency-version: 2.33.1 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: pip - dependency-name: cryptography dependency-version: 46.0.6 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: pip ... Signed-off-by: dependabot[bot] --- pyproject.toml | 4 ++-- requirements.txt | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 7b03496..0499a91 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -8,9 +8,9 @@ version = "1.1.0" description = "Automated PR creation from branch patterns across GitHub and Bitbucket" requires-python = ">=3.11" dependencies = [ - "requests==2.32.5", + "requests==2.33.1", "PyJWT[crypto]==2.12.1", - "cryptography==46.0.5", + "cryptography==46.0.6", "pyyaml==6.0.3", ] diff --git a/requirements.txt b/requirements.txt index c4e0c2d..ef0f372 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,4 +1,4 @@ -requests==2.32.5 +requests==2.33.1 PyJWT[crypto]==2.12.1 -cryptography==46.0.5 +cryptography==46.0.6 pyyaml==6.0.3