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