Skip to content

Commit

Permalink
updating dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
defreng committed Sep 17, 2023
1 parent f6b5f56 commit 1e73385
Show file tree
Hide file tree
Showing 3 changed files with 44 additions and 24 deletions.
8 changes: 4 additions & 4 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,22 +5,22 @@ updates:
- package-ecosystem: "github-actions"
directory: "/"
schedule:
interval: "weekly"
interval: "monthly"

# Maintain dependencies for npm
- package-ecosystem: "npm"
directory: "/ui"
schedule:
interval: "weekly"
interval: "monthly"

# Maintain dependencies for poetry
- package-ecosystem: "pip"
directory: "/"
schedule:
interval: "weekly"
interval: "monthly"

# Maintain dependencies for docker
- package-ecosystem: "docker"
directory: "/"
schedule:
interval: "weekly"
interval: "monthly"
58 changes: 39 additions & 19 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ uvicorn = "^0.23.2"
fastapi = "^0.103.1"

# Auxiliary
httpx = "^0.24.1"
httpx = "^0.25.0"
tenacity = "^8.2.1"
pydantic = "^2.3.0"
structlog = "^23.1.0"
Expand Down

0 comments on commit 1e73385

Please sign in to comment.