Skip to content

Commit

Permalink
Merge pull request #721 from opensafely-core/pipeline-2024.3.19.153938
Browse files Browse the repository at this point in the history
Bump to pipeline 2024.3.19.153938
  • Loading branch information
bloodearnest authored Mar 21, 2024
2 parents 6a89c9e + 9cd0fde commit 3da80bb
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 19 deletions.
20 changes: 3 additions & 17 deletions jobrunner/config.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@
from multiprocessing import cpu_count
from pathlib import Path

import pipeline


class ConfigException(Exception):
pass
Expand Down Expand Up @@ -144,23 +146,7 @@ def database_urls_from_env(env):
) # 16mb


# TODO: we might want to take this list from pipeline if we implement it there.
LEVEL4_FILE_TYPES = [
# tables
".csv",
# images
".jpg",
".jpeg",
".png",
".svg",
".svgz",
# reports
".html",
".txt",
".log",
".json",
".md",
]
LEVEL4_FILE_TYPES = pipeline.constants.LEVEL4_FILE_TYPES

STATA_LICENSE = os.environ.get("STATA_LICENSE")
STATA_LICENSE_REPO = os.environ.get(
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ classifiers = [
]
requires-python = ">=3.8"
dependencies = [
"opensafely-pipeline @ git+https://github.com/opensafely-core/pipeline@v2024.01.29.114645",
"opensafely-pipeline @ git+https://github.com/opensafely-core/pipeline@v2024.03.19.153938",
"ruyaml",
"requests",
"opentelemetry-exporter-otlp-proto-http",
Expand Down
2 changes: 1 addition & 1 deletion requirements.prod.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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.01.29.114645
opensafely-pipeline @ git+https://github.com/opensafely-core/pipeline@v2024.03.19.153938
# via opensafely-jobrunner (pyproject.toml)
opentelemetry-api==1.12.0
# via
Expand Down

0 comments on commit 3da80bb

Please sign in to comment.