From 7e59d184726930df5ba359871b44e22a014fec91 Mon Sep 17 00:00:00 2001 From: Alice Wong Date: Fri, 11 Oct 2024 11:49:36 +0100 Subject: [PATCH] fix: Bump pipeline to v2024.10.11.170331 --- pyproject.toml | 2 +- requirements.prod.txt | 8 ++------ 2 files changed, 3 insertions(+), 7 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 764d80e2..bc86b6af 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -14,7 +14,7 @@ classifiers = [ ] requires-python = ">=3.8" dependencies = [ - "opensafely-pipeline @ git+https://github.com/opensafely-core/pipeline@v2024.10.08.124104", + "opensafely-pipeline @ git+https://github.com/opensafely-core/pipeline@v2024.10.11.170331", "ruyaml", "requests", "opentelemetry-exporter-otlp-proto-http", diff --git a/requirements.prod.txt b/requirements.prod.txt index 915aa9f2..58a64f31 100644 --- a/requirements.prod.txt +++ b/requirements.prod.txt @@ -18,7 +18,7 @@ googleapis-common-protos==1.56.4 # via opentelemetry-exporter-otlp-proto-http idna==2.10 # via requests -opensafely-pipeline @ git+https://github.com/opensafely-core/pipeline@v2024.10.08.124104 +opensafely-pipeline @ git+https://github.com/opensafely-core/pipeline@v2024.10.11.170331 # via opensafely-jobrunner (pyproject.toml) opentelemetry-api==1.12.0 # via @@ -36,8 +36,6 @@ protobuf==3.20.2 # via # googleapis-common-protos # opentelemetry-proto -pydantic==1.10.12 - # via opensafely-pipeline requests==2.25.0 # via # opensafely-jobrunner (pyproject.toml) @@ -47,9 +45,7 @@ ruyaml==0.91.0 # opensafely-jobrunner (pyproject.toml) # opensafely-pipeline typing-extensions==4.7.1 - # via - # opentelemetry-sdk - # pydantic + # via opentelemetry-sdk urllib3==1.26.5 # via requests wrapt==1.14.1