Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand All @@ -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"
Expand Down
8 changes: 4 additions & 4 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand Down
Loading