Skip to content
Snippets Groups Projects
Verified Commit 102a3561 authored by renovate's avatar renovate
Browse files

fix(deps): update all non-major dependencies

parent d6e8dc26
No related branches found
Tags v6.1.7
No related merge requests found
Pipeline #122846 passed
......@@ -295,7 +295,7 @@ services:
grafana:
# TODO: check if we need init: true
image: grafana/grafana:11.1.3
image: grafana/grafana:11.5.2
environment:
- GF_AUTH_ANONYMOUS_ENABLED=true
- GF_AUTH_ANONYMOUS_ORG_ROLE=Admin
......@@ -329,7 +329,7 @@ services:
- ./docker/health/prometheus.sh:/docker/health/prometheus.sh
tempo:
image: grafana/tempo:2.5.0
image: grafana/tempo:2.7.1
command:
- -config.file=/etc/tempo/config.yml
healthcheck:
......
This diff is collapsed.
......@@ -65,12 +65,12 @@ bleach = "^6.1.0"
email-validator = "^2.1.1"
fakeredis = "^2.21.3"
feedgen = "^1.0.0"
httpx = "^0.27.0"
httpx = "^0.28.0"
itsdangerous = "^2.1.2"
lxml = "^5.2.1"
orjson = "^3.10.0"
pygit2 = "^1.17.0"
python-multipart = "0.0.19"
python-multipart = "0.0.20"
redis = "^5.0.3"
requests = "^2.31.0"
paginate = "^0.5.6"
......@@ -86,7 +86,7 @@ SQLAlchemy = "^1.4.52"
greenlet = "3.1.1" # Explicitly add greenlet (dependency of SQLAlchemy) for python 3.13 support
# ASGI
uvicorn = "^0.30.0"
uvicorn = "^0.34.0"
gunicorn = "^22.0.0"
Hypercorn = "^0.17.0"
pytest-xdist = "^3.5.0"
......@@ -109,7 +109,7 @@ opentelemetry-instrumentation-sqlalchemy = "^0.47b0"
[tool.poetry.dev-dependencies]
coverage = "^7.4.4"
pytest = "^8.1.1"
pytest-asyncio = "^0.23.0"
pytest-asyncio = "^0.25.0"
pytest-cov = "^5.0.0"
pytest-tap = "^3.4"
watchfiles = "^1.0.4"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment