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 16, 2024
1 parent 8f10a2a commit 2e623f5
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .devcontainer/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM mcr.microsoft.com/devcontainers/python:3.12
FROM mcr.microsoft.com/devcontainers/python:3.13

# Install dependency to make bash completion work with invoke
RUN apt-get update && \
Expand Down
8 changes: 4 additions & 4 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ license = "AGPL-3.0-or-later"
readme = "README.md"

[tool.poetry.dependencies]
adit-radis-shared = { git = "https://github.com/openradx/adit-radis-shared.git", tag = "0.9.4" }
adit-radis-shared = { git = "https://github.com/openradx/adit-radis-shared.git", tag = "0.9.6" }
adrf = "^0.1.1"
aiofiles = "^24.1.0"
asyncinotify = "^4.0.1"
Expand Down Expand Up @@ -64,19 +64,19 @@ ipython = "^8.1.1"
nest-asyncio = "^1.5.6"
pyright = "^1.1.351"
pytest = "^8.1.1"
pytest-asyncio = "^0.24.0"
pytest-asyncio = "^0.25.0"
pytest-cov = "^6.0.0"
pytest-django = "^4.5.2"
pytest-mock = "^3.10.0"
pytest-only = "^2.0.0"
pytest-picked = "^0.5.0"
pytest-playwright = "^0.5.0"
pytest-playwright = "^0.6.0"
pytest-timeout = "^2.1.0"
pytest-watch = "^4.2.0"
python-dotenv = "^1.0.0"
pywatchman = "^2.0.0"
requests = "^2.27.1"
ruff = "^0.7.0"
ruff = "^0.8.0"
time-machine = "^2.1.0"
vermin = "^1.5.2"

Expand Down

0 comments on commit 2e623f5

Please # to comment.