Skip to content

Commit

Permalink
Update all non-major dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Dec 4, 2024
1 parent a967dc3 commit 9b416a8
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion docker-compose.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
services:
postgres:
image: postgres:17.1
image: postgres:17.2
hostname: postgres.local
environment:
POSTGRES_PASSWORD: "postgres"
Expand Down
6 changes: 3 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@ pydicom = "^2.4.3"
python = ">=3.11,<4.0"

[tool.poetry.group.dev.dependencies]
adit = { git = "https://github.com/openradx/adit.git", tag = "0.35.1", python = ">=3.12,<4.0" }
adit-radis-shared = { git = "https://github.com/openradx/adit-radis-shared.git", tag = "0.8.0", python = ">=3.12,<4.0" }
adit = { git = "https://github.com/openradx/adit.git", tag = "0.36.0", python = ">=3.12,<4.0" }
adit-radis-shared = { git = "https://github.com/openradx/adit-radis-shared.git", tag = "0.9.5", python = ">=3.12,<4.0" }
invoke = "^2.2.0"
ipykernel = "^6.29.0"
ipython = "^8.21.0"
Expand All @@ -26,7 +26,7 @@ pytest-django = "^4.8.0"
pytest-env = "^1.1.3"
pytest-mock = "^3.14.0"
python-dotenv = "^1.0.1"
ruff = "^0.7.0"
ruff = "^0.8.0"

[tool.ruff]
target-version = "py312"
Expand Down

0 comments on commit 9b416a8

Please sign in to comment.