Skip to content

Commit

Permalink
Prevent ddev dep to bump cryptography (#16686)
Browse files Browse the repository at this point in the history
  • Loading branch information
FlorentClarret authored Jan 23, 2024
1 parent aeab510 commit 350bf6a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions ddev/changelog.d/16686.fixed
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Prevent `ddev dep` to bump `cryptography`
3 changes: 3 additions & 0 deletions ddev/src/ddev/cli/dep.py
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,9 @@
'orjson',
# 2.4.10 is broken on py2 and they did not yank the version
'rethinkdb',
# cryptography>=42 requires rust>=1.63.0. We have rust 1.62 on centos 6
# https://github.com/DataDog/datadog-agent/pull/22268
'cryptography',
}

# Dependencies for the downloader that are security-related and should be updated separately from the others
Expand Down

0 comments on commit 350bf6a

Please sign in to comment.