Skip to content

Commit

Permalink
[Auto-generated] Update dependencies (#164)
Browse files Browse the repository at this point in the history
Update dependencies in `pyproject.toml` (#156)
Update `pre-commit` hooks.
  • Loading branch information
TEAM4-0 authored Jul 1, 2024
1 parent e39c531 commit d505091
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ repos:
# Ruff is a code style and formatter
# It works on files in-place
- repo: https://github.com/astral-sh/ruff-pre-commit
rev: v0.4.10
rev: v0.5.0
hooks:
- id: ruff
args:
Expand Down Expand Up @@ -72,7 +72,7 @@ repos:
# The project's documentation can be found at:
# https://mypy.readthedocs.io/en/stable/index.html
- repo: https://github.com/pre-commit/mirrors-mypy
rev: v1.10.0
rev: v1.10.1
hooks:
- id: mypy
exclude: ^(docs/example|tests)/.*$
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ dynamic = ["version", "description"]
dependencies = [
"fastapi ~=0.111.0",
"httpx ~=0.27.0",
"pydantic-settings ~=2.2",
"pydantic-settings ~=2.3",
"pymongo ~=4.7",
"python-dotenv ~=1.0",
"uvicorn >=0.24.0,<1",
Expand Down

0 comments on commit d505091

Please sign in to comment.