Skip to content

Commit

Permalink
Bump deps
Browse files Browse the repository at this point in the history
  • Loading branch information
dtcooper committed Sep 29, 2024
1 parent 9377435 commit ee30ddb
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 11 deletions.
8 changes: 4 additions & 4 deletions docs/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 docs/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ package-mode = false
python = "^3.9"
mkdocs = "^1.6.1"
mkdocs-macros-plugin = "^1.2.0"
mkdocs-material = "^9.5.38"
mkdocs-material = "^9.5.39"
mkdocs-same-dir = "^0.1.3"

[build-system]
Expand Down
2 changes: 1 addition & 1 deletion server/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ services:

logs:
restart: always
image: amir20/dozzle:v8.5.3
image: amir20/dozzle:v8.5.4
volumes:
- "${DOCKER_SOCKET:-/var/run/docker.sock}:/var/run/docker.sock"
environment:
Expand Down
8 changes: 4 additions & 4 deletions server/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 server/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ huey = "^2.5.2"
psycopg = "^3.2.2"
python-dotenv = "^1.0.1"
schema = "^0.7.7"
starlette = "^0.39.1"
starlette = "^0.39.2"
uvicorn = {extras = ["standard"], version = "^0.31.0"}
wait-for-it = "^2.2.2"

Expand Down

0 comments on commit ee30ddb

Please sign in to comment.