From 615ecb735c3d4a1a09f976eb60c69c1e6c633223 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 3 Sep 2026 08:19:02 +0000 Subject: [PATCH] chore(deps): bump the python-dependencies group across 1 directory with 3 updates Updates the requirements on [groq](https://github.com/groq/groq-python), [gitpython](https://github.com/gitpython-developers/GitPython) and [cryptography](https://github.com/pyca/cryptography) to permit the latest version. Updates `groq` to 1.7.0 - [Release notes](https://github.com/groq/groq-python/releases) - [Changelog](https://github.com/groq/groq-python/blob/main/CHANGELOG.md) - [Commits](https://github.com/groq/groq-python/compare/v1.6.0...v1.7.0) Updates `gitpython` to 3.1.61 - [Release notes](https://github.com/gitpython-developers/GitPython/releases) - [Changelog](https://github.com/gitpython-developers/GitPython/blob/main/CHANGES) - [Commits](https://github.com/gitpython-developers/GitPython/compare/3.1.58...3.1.61) Updates `cryptography` 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) --- updated-dependencies: - dependency-name: cryptography dependency-version: 50.0.1 dependency-type: direct:production dependency-group: python-dependencies - dependency-name: gitpython dependency-version: 3.1.60 dependency-type: direct:production dependency-group: python-dependencies - dependency-name: groq dependency-version: 1.7.0 dependency-type: direct:production dependency-group: python-dependencies ... Signed-off-by: dependabot[bot] --- requirements.txt | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/requirements.txt b/requirements.txt index 7c3d123..749da80 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,8 +1,8 @@ ollama>=0.6.2,<1.0.0 -groq>=1.6.0,<2.0.0 -gitpython>=3.1.58,<4.0.0 +groq>=1.7.0,<2.0.0 +gitpython>=3.1.61,<4.0.0 pyperclip>=1.11.0,<2.0.0 rich>=15.0.0,<16.0.0 requests>=2.34.2,<3.0.0 keyring>=25.7.0,<26.0.0 -cryptography>=50.0.0,<51.0.0 +cryptography>=50.0.1,<51.0.0