Skip to content

Commit

Permalink
Update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
lemonyte committed Jan 27, 2025
1 parent 2d508c2 commit e9137f7
Show file tree
Hide file tree
Showing 3 changed files with 252 additions and 223 deletions.
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ repos:
args: [--markdown-linebreak-ext=md]

- repo: https://github.com/astral-sh/ruff-pre-commit
rev: v0.9.2
rev: v0.9.3
hooks:
- id: ruff
- id: ruff-format
Expand Down
12 changes: 6 additions & 6 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,18 +6,18 @@ readme = "readme.md"
requires-python = ">=3.11"
dependencies = [
"beautifulsoup4~=4.12.3",
"fastapi~=0.115.2",
"httpx~=0.28.0",
"jinja2~=3.1.4",
"pydantic-settings~=2.7.0",
"fastapi~=0.115.7",
"httpx~=0.28.1",
"jinja2~=3.1.5",
"pydantic-settings~=2.7.1",
"pydantic>=2.7.0,<3.0.0",
"tzdata~=2024.2",
"tzdata~=2025.1",
"uvicorn[standard]~=0.34.0",
]

[dependency-groups]
dev = [
"pre-commit~=3.8.0",
"pre-commit~=4.1.0",
]

[build-system]
Expand Down
Loading

0 comments on commit e9137f7

Please sign in to comment.