Merge pull request #49 from furyhawk/dependabot/pip/all-dependencies-aac819d5e1

chore(deps): Bump the all-dependencies group across 1 directory with 29 updates
This commit is contained in:
2025-01-15 10:41:06 +08:00
committed by GitHub
2 changed files with 618 additions and 618 deletions
Generated
+603 -603
View File
File diff suppressed because it is too large Load Diff
+15 -15
View File
@@ -9,29 +9,29 @@ python = "^3.12"
alembic = "^1.14.0"
asyncpg = "^0.30.0"
bcrypt = "^4.2.0"
fastapi = "^0.115.4"
pydantic = {extras = ["dotenv", "email"], version = "^2.9.2"}
pydantic-settings = "^2.6.1"
pyjwt = "^2.9.0"
python-multipart = "^0.0.17"
sqlalchemy = "^2.0.36"
bcrypt = "^4.2.1"
fastapi = "^0.115.6"
pydantic = {extras = ["dotenv", "email"], version = "^2.10.5"}
pydantic-settings = "^2.7.1"
pyjwt = "^2.10.1"
python-multipart = "^0.0.20"
sqlalchemy = "^2.0.37"
[tool.poetry.group.dev.dependencies]
coverage = "^7.6.4"
coverage = "^7.6.10"
freezegun = "^1.5.1"
gevent = "^24.10.3"
httpx = "^0.27.2"
mypy = "^1.13.0"
gevent = "^24.11.1"
httpx = "^0.28.1"
mypy = "^1.14.1"
pre-commit = "^4.0.1"
pytest = "^8.3.3"
pytest = "^8.3.4"
# do not bump pytest-asyncio until https://github.com/pytest-dev/pytest-asyncio/issues/706 resolved
pytest-asyncio = "0.21.2"
pytest-cov = "^6.0.0"
pytest-xdist = "^3.6.1"
ruff = "^0.7.3"
types-passlib = "^1.7.7.20240819"
uvicorn = {extras = ["standard"], version = "^0.32.0"}
ruff = "^0.9.1"
types-passlib = "^1.7.7.20241221"
uvicorn = {extras = ["standard"], version = "^0.34.0"}
[build-system]
build-backend = "poetry.core.masonry.api"