Skip to content

Commit

Permalink
Merge pull request #671 from opensafely-core/bump-os-pipeline
Browse files Browse the repository at this point in the history
Upgrade os-pipeline to v2023.11.03.163048
  • Loading branch information
rebkwok authored Nov 6, 2023
2 parents 677d9c9 + fcf7bbb commit e4ccebb
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ repos:
- "flake8-no-pep420"

- repo: https://github.com/PyCQA/isort
rev: 5.10.1
rev: 5.12.0
hooks:
- id: isort

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@v2023.08.09.102223",
"opensafely-pipeline @ git+https://github.com/opensafely-core/pipeline@v2023.11.03.163048",
"ruyaml",
"requests",
"opentelemetry-exporter-otlp-proto-http",
Expand Down
7 changes: 6 additions & 1 deletion requirements.dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ idna==2.10
# requests
iniconfig==1.1.1
# via pytest
isort==5.10.1
isort==5.12.0
# via -r requirements.dev.in
mccabe==0.6.1
# via flake8
Expand Down Expand Up @@ -124,9 +124,14 @@ toml==0.10.2
# via pre-commit
tomli==2.0.1
# via
# black
# coverage
# pep517
# pytest
typing-extensions==4.7.1
# via
# -c requirements.prod.txt
# black
urllib3==1.26.5
# via
# -c requirements.prod.txt
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@v2023.08.09.102223
opensafely-pipeline @ git+https://github.com/opensafely-core/pipeline@v2023.11.03.163048
# via opensafely-jobrunner (pyproject.toml)
opentelemetry-api==1.12.0
# via
Expand Down

0 comments on commit e4ccebb

Please sign in to comment.