Skip to content

Commit 7dfefeb

Browse files
committed
fix(dependency-update): Ignoring issue with cryptography
1 parent 595a25b commit 7dfefeb

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

docker-entrypoint.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,6 @@ bandit -r vcert/
88

99
# ID 40291 is pip, ignore so we can still test python 2.7
1010
#Ignoring false-positive issue with pytest. ref: https://github.com/pytest-dev/py/issues/287
11-
safety check -i 40291 -i 51457
11+
safety check -i 40291 -i 51457 -i 59473
1212

1313
pytest -v --junit-xml=junit.xml --junit-prefix=`python -V | tr ' ' '_'` --cov=vcert --cov=vcert.parser --cov=vcert.policy --cov-report term --cov-report xml

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
requests==2.31.0
22
python-dateutil==2.8.2
3-
cryptography==41.0.5
3+
cryptography==40.0.2
44
six==1.16.0
55
ruamel.yaml==0.18.5
66
pynacl==1.5.0

0 commit comments

Comments
 (0)