From cae930f79ca80afa3eabded1e3f36e0030e27a30 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 7 Sep 2026 05:15:44 +0000 Subject: [PATCH] chore(deps): bump the pip-root-majors group across 1 directory with 6 updates Bumps the pip-root-majors group with 6 updates in the / directory: | Package | From | To | | --- | --- | --- | | [faker](https://github.com/joke2k/faker) | `23.2.0` | `40.38.0` | | [redis](https://github.com/redis/redis-py) | `5.0.1` | `8.1.0` | | [psutil](https://github.com/giampaolo/psutil) | `5.9.8` | `7.2.2` | | [mypy](https://github.com/python/mypy) | `1.8.0` | `2.3.1` | | [pre-commit](https://github.com/pre-commit/pre-commit) | `3.6.0` | `4.6.2` | | [isort](https://github.com/PyCQA/isort) | `5.13.2` | `9.0.1` | Updates `faker` from 23.2.0 to 40.38.0 - [Release notes](https://github.com/joke2k/faker/releases) - [Changelog](https://github.com/joke2k/faker/blob/master/CHANGELOG.md) - [Commits](https://github.com/joke2k/faker/compare/v23.2.0...v40.38.0) Updates `redis` from 5.0.1 to 8.1.0 - [Release notes](https://github.com/redis/redis-py/releases) - [Changelog](https://github.com/redis/redis-py/blob/master/CHANGES) - [Commits](https://github.com/redis/redis-py/compare/v5.0.1...v8.1.0) Updates `psutil` from 5.9.8 to 7.2.2 - [Changelog](https://github.com/giampaolo/psutil/blob/master/docs/changelog.rst) - [Commits](https://github.com/giampaolo/psutil/compare/v5.9.8...v7.2.2) Updates `mypy` from 1.8.0 to 2.3.1 - [Changelog](https://github.com/python/mypy/blob/master/CHANGELOG.md) - [Commits](https://github.com/python/mypy/compare/v1.8.0...v2.3.1) Updates `pre-commit` from 3.6.0 to 4.6.2 - [Release notes](https://github.com/pre-commit/pre-commit/releases) - [Changelog](https://github.com/pre-commit/pre-commit/blob/main/CHANGELOG.md) - [Commits](https://github.com/pre-commit/pre-commit/compare/v3.6.0...v4.6.2) Updates `isort` from 5.13.2 to 9.0.1 - [Release notes](https://github.com/PyCQA/isort/releases) - [Changelog](https://github.com/PyCQA/isort/blob/main/CHANGELOG.md) - [Commits](https://github.com/PyCQA/isort/compare/5.13.2...9.0.1) --- updated-dependencies: - dependency-name: faker dependency-version: 40.37.0 dependency-type: direct:production update-type: version-update:semver-major dependency-group: pip-root-majors - dependency-name: isort dependency-version: 8.0.1 dependency-type: direct:production update-type: version-update:semver-major dependency-group: pip-root-majors - dependency-name: mypy dependency-version: 2.3.1 dependency-type: direct:production update-type: version-update:semver-major dependency-group: pip-root-majors - dependency-name: pre-commit dependency-version: 4.6.2 dependency-type: direct:production update-type: version-update:semver-major dependency-group: pip-root-majors - dependency-name: psutil dependency-version: 7.2.2 dependency-type: direct:production update-type: version-update:semver-major dependency-group: pip-root-majors - dependency-name: redis dependency-version: 8.1.0 dependency-type: direct:production update-type: version-update:semver-major dependency-group: pip-root-majors ... Signed-off-by: dependabot[bot] --- pyproject.toml | 4 ++-- requirements.txt | 8 ++++---- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 57d9620..1e9bb63 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -19,7 +19,7 @@ httpx = "0.26.0" requests = "2.34.2" playwright = "^1.62" selenium = "4.16.0" -faker = "40.37.0" +faker = "40.38.0" factory-boy = "3.3.0" pydantic = "2.6.1" pydantic-settings = "2.1.0" @@ -46,7 +46,7 @@ black = "26.5.1" ruff = "0.16.4" mypy = "2.3.1" pre-commit = "4.6.2" -isort = "8.0.1" +isort = "9.0.1" types-PyYAML = "6.0.12.20260815" types-requests = "2.31.0.20240106" types-urllib3 = "1.26.25.14" diff --git a/requirements.txt b/requirements.txt index 0e8032f..b2f982d 100644 --- a/requirements.txt +++ b/requirements.txt @@ -41,8 +41,8 @@ safety>=3.0.0 # Code Quality black>=26.5.1 ruff==0.16.4 -mypy==1.8.0 -pre-commit==3.6.0 +mypy==2.3.1 +pre-commit==4.6.2 isort==5.13.2 # Type Checking @@ -54,8 +54,8 @@ types-urllib3==1.26.25.14 asyncpg==0.29.0 # PostgreSQL async driver aiomysql>=0.3.0 # MySQL async driver aiosqlite==0.19.0 # SQLite async driver -redis==5.0.1 # Redis client -psutil==5.9.8 # System monitoring +redis==8.1.0 # Redis client +psutil==7.2.2 # System monitoring # Database ORM & Migration sqlalchemy==2.0.25 # ORM for database operations