Skip to content

Commit bf2cc6c

Browse files
committed
Pin all versions so that pip3 install succeeds
1 parent 1ed8590 commit bf2cc6c

File tree

1 file changed

+6
-8
lines changed

1 file changed

+6
-8
lines changed

requirements.txt

Lines changed: 6 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -20,19 +20,17 @@ python-dateutil==2.9.0.post0
2020
python-ldap==3.4.5
2121
GitPython==3.1.45
2222
setuptools>=71.0.3 # not directly required, pinned by Snyk to avoid a vulnerability
23-
opentelemetry-api
24-
opentelemetry-sdk
23+
opentelemetry-api==1.38.0
24+
opentelemetry-sdk==1.38.0
2525
pytest-opentelemetry==1.1.0
26-
jedi
27-
rope
2826
black==25.9.0
29-
flake8
27+
flake8==7.3.0
3028
isort==7.0.0
3129
shrub.py==3.10.0
3230
pytest-mock==3.15.1
33-
wrapt==2.0.0
34-
botocore==1.40.65
35-
boto3==1.40.65
31+
wrapt==1.17.3
32+
botocore==1.40.68
33+
boto3==1.40.68
3634
python-frontmatter==1.1.0
3735
python-on-whales==0.79.0
3836
yamale==6.0.0

0 commit comments

Comments
 (0)