Skip to content

Commit

Permalink
Merge branch 'ci/dependency-updates' into dependabot/github_actions/c…
Browse files Browse the repository at this point in the history
…i/dependency-updates/codecov/codecov-action-5
  • Loading branch information
CasperWA authored Nov 19, 2024
2 parents 7831921 + 02d4932 commit ea0953c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .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.7.3
rev: v0.7.4
hooks:
- id: ruff
args:
Expand Down
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ requires-python = "~=3.10"
dynamic = ["version", "description"]

dependencies = [
"fastapi ~=0.115.4",
"fastapi ~=0.115.5",
"httpx ~=0.27.2",
"pydantic-settings ~=2.6",
"pymongo ~=4.10",
Expand All @@ -59,7 +59,7 @@ cli = [
testing = [
"cryptography ~=43.0",
"dlite-python ~=0.5.23",
"mongomock ~=4.2",
"mongomock ~=4.3",
"pytest ~=8.3",
"pytest-asyncio ~=0.24.0",
"pytest-cov ~=6.0",
Expand Down

0 comments on commit ea0953c

Please sign in to comment.