From fa6b610b47a29a8fca726764182a3efda41a8b58 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 23 May 2026 21:09:53 +0000 Subject: [PATCH] chore(deps): bump the pip group with 3 updates Bumps the pip group with 3 updates: [requests](https://github.com/psf/requests), [pyjwt](https://github.com/jpadilla/pyjwt) and [cryptography](https://github.com/pyca/cryptography). Updates `requests` from 2.33.1 to 2.34.2 - [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.2) Updates `pyjwt` from 2.12.1 to 2.13.0 - [Release notes](https://github.com/jpadilla/pyjwt/releases) - [Changelog](https://github.com/jpadilla/pyjwt/blob/master/CHANGELOG.rst) - [Commits](https://github.com/jpadilla/pyjwt/compare/2.12.1...2.13.0) Updates `cryptography` from 47.0.0 to 48.0.0 - [Changelog](https://github.com/pyca/cryptography/blob/main/CHANGELOG.rst) - [Commits](https://github.com/pyca/cryptography/compare/47.0.0...48.0.0) --- updated-dependencies: - dependency-name: requests dependency-version: 2.34.2 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: pip - dependency-name: pyjwt dependency-version: 2.13.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: pip - dependency-name: cryptography dependency-version: 48.0.0 dependency-type: direct:production update-type: version-update:semver-major dependency-group: pip ... Signed-off-by: dependabot[bot] --- pyproject.toml | 6 +++--- requirements.txt | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index bf624ca..ee6298d 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.33.1", - "PyJWT[crypto]==2.12.1", - "cryptography==47.0.0", + "requests==2.34.2", + "PyJWT[crypto]==2.13.0", + "cryptography==48.0.0", "pyyaml==6.0.3", ] diff --git a/requirements.txt b/requirements.txt index dd58e93..b23592a 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,4 +1,4 @@ -requests==2.33.1 -PyJWT[crypto]==2.12.1 -cryptography==47.0.0 +requests==2.34.2 +PyJWT[crypto]==2.13.0 +cryptography==48.0.0 pyyaml==6.0.3