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 Nov 22, 2024
1 parent fb452a6 commit 08f1ffd
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 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
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ python = ">=3.12,<4.0"
requests = "^2.31.0"

[tool.poetry.group.dev.dependencies]
adit-radis-shared = { git = "https://github.com/openradx/adit-radis-shared.git", tag = "0.8.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 @@ -24,7 +24,7 @@ pytest-env = "^1.1.3"
pytest-mock = "^3.14.0"
python-dotenv = "^1.0.1"
radis = { git = "https://github.com/openradx/radis.git", tag = "0.0.1", python = ">=3.12,<4.0" }
ruff = "^0.7.0"
ruff = "^0.8.0"

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

0 comments on commit 08f1ffd

Please sign in to comment.