Skip to content

Commit ac3cd29

Browse files
fix(deps): update all dependencies (#269)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 4fca9ae commit ac3cd29

3 files changed

Lines changed: 68 additions & 63 deletions

File tree

docker/Dockerfile-broker

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM redis@sha256:b3ad79880c88e302deb5e0fed6cee3e90c0031eb90cd936b01ef2f83ff5b3ff2
1+
FROM redis@sha256:dbf3e4b6ad3ece9c733282ff3f16942ed754fdc4ea12332154f30a9a9b88c3af
22

33
EXPOSE 6379
44

poetry.lock

Lines changed: 65 additions & 60 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,10 +46,10 @@ optional = true
4646
[tool.poetry.group.dev.dependencies]
4747
black = "25.1.0"
4848
pre-commit = "4.2.0"
49-
mypy = "1.15.0"
49+
mypy = "1.16.0"
5050
pylint = "3.3.7"
5151
pytest-cov = "6.1.1"
52-
uvicorn = {version = "0.34.2", extras = ["standard"]}
52+
uvicorn = {version = "0.34.3", extras = ["standard"]}
5353

5454
[tool.poetry.group.docs]
5555
optional = true

0 commit comments

Comments
 (0)