From 847ef99149cb1bb6a2999cc603f8727f9e0b56c2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 19 Jun 2026 22:17:38 +0000 Subject: [PATCH] chore(deps): bump the pip group across 5 directories with 3 updates Bumps the pip group with 1 update in the /services/jwt-auth directory: [pyjwt](https://github.com/jpadilla/pyjwt). Bumps the pip group with 1 update in the /services/model-service directory: [torch](https://github.com/pytorch/pytorch). Bumps the pip group with 1 update in the /services/pr-bot directory: [pyjwt](https://github.com/jpadilla/pyjwt). Bumps the pip group with 1 update in the /services/rl-trainer directory: [cryptography](https://github.com/pyca/cryptography). Bumps the pip group with 1 update in the /services/shared directory: [torch](https://github.com/pytorch/pytorch). Updates `pyjwt` from 2.12.0 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.0...2.13.0) Updates `torch` from 2.8.0 to 2.12.1 - [Release notes](https://github.com/pytorch/pytorch/releases) - [Changelog](https://github.com/pytorch/pytorch/blob/main/RELEASE.md) - [Commits](https://github.com/pytorch/pytorch/compare/v2.8.0...v2.12.1) Updates `pyjwt` from 2.12.0 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.0...2.13.0) Updates `cryptography` from 46.0.7 to 48.0.1 - [Changelog](https://github.com/pyca/cryptography/blob/main/CHANGELOG.rst) - [Commits](https://github.com/pyca/cryptography/compare/46.0.7...48.0.1) Updates `torch` from 2.11.0 to 2.12.1 - [Release notes](https://github.com/pytorch/pytorch/releases) - [Changelog](https://github.com/pytorch/pytorch/blob/main/RELEASE.md) - [Commits](https://github.com/pytorch/pytorch/compare/v2.8.0...v2.12.1) --- updated-dependencies: - dependency-name: pyjwt dependency-version: 2.13.0 dependency-type: direct:production dependency-group: pip - dependency-name: torch dependency-version: 2.12.1 dependency-type: direct:production dependency-group: pip - dependency-name: pyjwt dependency-version: 2.13.0 dependency-type: direct:production dependency-group: pip - dependency-name: cryptography dependency-version: 48.0.1 dependency-type: direct:production dependency-group: pip - dependency-name: torch dependency-version: 2.12.1 dependency-type: direct:production dependency-group: pip ... Signed-off-by: dependabot[bot] --- services/jwt-auth/requirements.txt | 2 +- services/model-service/requirements.txt | 2 +- services/pr-bot/requirements.txt | 2 +- services/rl-trainer/requirements.txt | 2 +- services/shared/requirements.txt | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/services/jwt-auth/requirements.txt b/services/jwt-auth/requirements.txt index 18440d8..a317639 100644 --- a/services/jwt-auth/requirements.txt +++ b/services/jwt-auth/requirements.txt @@ -1,3 +1,3 @@ fastapi==0.115.0 uvicorn[standard]==0.30.6 -PyJWT==2.12.0 +PyJWT==2.13.0 diff --git a/services/model-service/requirements.txt b/services/model-service/requirements.txt index 961d1b3..5fe9742 100644 --- a/services/model-service/requirements.txt +++ b/services/model-service/requirements.txt @@ -2,7 +2,7 @@ fastapi==0.116.1 uvicorn==0.34.0 pydantic==2.12.5 numpy==2.0.2 -torch==2.8.0 +torch==2.12.1 confluent-kafka==2.5.0 redis==5.0.4 msgpack==1.0.8 diff --git a/services/pr-bot/requirements.txt b/services/pr-bot/requirements.txt index e0039fb..85b8104 100644 --- a/services/pr-bot/requirements.txt +++ b/services/pr-bot/requirements.txt @@ -1,6 +1,6 @@ fastapi==0.116.1 PyGithub==2.6.1 -PyJWT==2.12.0 +PyJWT==2.13.0 psycopg[binary]==3.2.9 requests==2.33.0 uvicorn==0.35.0 diff --git a/services/rl-trainer/requirements.txt b/services/rl-trainer/requirements.txt index 9fb7207..f9cfa4e 100644 --- a/services/rl-trainer/requirements.txt +++ b/services/rl-trainer/requirements.txt @@ -4,6 +4,6 @@ boto3==1.40.30 ray[rllib]==2.55.0 scikit-learn==1.7.1 -cryptography==46.0.7 +cryptography==48.0.1 fastapi==0.116.1 pydantic==2.12.0 diff --git a/services/shared/requirements.txt b/services/shared/requirements.txt index c37eb27..3e69129 100644 --- a/services/shared/requirements.txt +++ b/services/shared/requirements.txt @@ -2,7 +2,7 @@ confluent-kafka==2.5.0 redis==6.4.0 psycopg2-binary==2.9.10 numpy==2.3.3 -torch==2.11.0 +torch==2.12.1 pydantic==2.11.7 requests==2.33.0