Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ googleapis-common-protos==1.72.0
# via
# opentelemetry-exporter-otlp-proto-grpc
# opentelemetry-exporter-otlp-proto-http
greenlet==3.3.0
greenlet==3.3.1
# via sqlalchemy
grpcio==1.76.0
# via opentelemetry-exporter-otlp-proto-grpc
Expand Down Expand Up @@ -219,7 +219,7 @@ opentelemetry-util-http==0.59b0
# opentelemetry-instrumentation-urllib
# opentelemetry-instrumentation-urllib3
# opentelemetry-instrumentation-wsgi
packaging==25.0
packaging==26.0
# via
# opentelemetry-instrumentation
# opentelemetry-instrumentation-flask
Expand All @@ -233,7 +233,7 @@ psutil==7.2.1
# via azure-monitor-opentelemetry-exporter
psycopg2-binary==2.9.11
# via isar (pyproject.toml)
pycparser==2.23
pycparser==3.0
# via cffi
pydantic==2.12.5
# via
Expand Down Expand Up @@ -274,7 +274,7 @@ scipy==1.17.0
# via alitra
six==1.17.0
# via transitions
sqlalchemy==2.0.45
sqlalchemy==2.0.46
# via isar (pyproject.toml)
starlette==0.50.0
# via
Expand Down
Loading