From 80a5f6c0489eb520b3c7a325b7dae256cc65c236 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 16 Jun 2026 04:12:00 +0000 Subject: [PATCH] chore(deps): bump the python-deps group across 1 directory with 5 updates Updates the requirements on [httpx](https://github.com/encode/httpx), [pyjwt](https://github.com/jpadilla/pyjwt), [bcrypt](https://github.com/pyca/bcrypt), [alembic](https://github.com/sqlalchemy/alembic) and [slowapi](https://github.com/laurents/slowapi) to permit the latest version. Updates `httpx` to 0.28.1 - [Release notes](https://github.com/encode/httpx/releases) - [Changelog](https://github.com/encode/httpx/blob/master/CHANGELOG.md) - [Commits](https://github.com/encode/httpx/compare/0.27.0...0.28.1) Updates `pyjwt` 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.11.0...2.13.0) Updates `bcrypt` from 4.0.1 to 5.0.0 - [Changelog](https://github.com/pyca/bcrypt/blob/main/CHANGELOG.rst) - [Commits](https://github.com/pyca/bcrypt/compare/4.0.1...5.0.0) Updates `alembic` to 1.18.4 - [Release notes](https://github.com/sqlalchemy/alembic/releases) - [Changelog](https://github.com/sqlalchemy/alembic/blob/main/CHANGES) - [Commits](https://github.com/sqlalchemy/alembic/commits) Updates `slowapi` to 0.1.10 - [Release notes](https://github.com/laurents/slowapi/releases) - [Changelog](https://github.com/laurentS/slowapi/blob/master/CHANGELOG.md) - [Commits](https://github.com/laurents/slowapi/compare/v0.1.9...v0.1.10) --- updated-dependencies: - dependency-name: httpx dependency-version: 0.28.1 dependency-type: direct:production dependency-group: python-deps - dependency-name: pyjwt dependency-version: 2.13.0 dependency-type: direct:production dependency-group: python-deps - dependency-name: bcrypt dependency-version: 5.0.0 dependency-type: direct:production update-type: version-update:semver-major dependency-group: python-deps - dependency-name: alembic dependency-version: 1.18.4 dependency-type: direct:production dependency-group: python-deps - dependency-name: slowapi dependency-version: 0.1.10 dependency-type: direct:production dependency-group: python-deps ... Signed-off-by: dependabot[bot] --- backend/requirements.txt | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/backend/requirements.txt b/backend/requirements.txt index 5c953dd..2c7fc9e 100644 --- a/backend/requirements.txt +++ b/backend/requirements.txt @@ -5,9 +5,9 @@ psycopg2-binary python-dotenv PyYAML passlib[bcrypt] -PyJWT>=2.11,<3 +PyJWT>=2.13.0,<3 python-multipart -bcrypt==4.0.1 -alembic>=1.13,<2 -slowapi>=0.1.9,<1 -httpx>=0.27,<1 +bcrypt==5.0.0 +alembic>=1.18.4,<2 +slowapi>=0.1.10,<1 +httpx>=0.28.1,<1