Skip to content

Commit

Permalink
Prevent ddev dep to bump kubernetes (#16687)
Browse files Browse the repository at this point in the history
  • Loading branch information
FlorentClarret authored Jan 23, 2024
1 parent 350bf6a commit e92e373
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/16687.fixed
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Prevent `ddev dep` to bump `kubernetes`
3 changes: 3 additions & 0 deletions ddev/src/ddev/cli/dep.py
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,9 @@
# cryptography>=42 requires rust>=1.63.0. We have rust 1.62 on centos 6
# https://github.com/DataDog/datadog-agent/pull/22268
'cryptography',
# Brings urllib 2.0.7 which breaks `test_uds_request` in the base check
# https://github.com/kubernetes-client/python/pull/2131
'kubernetes',
}

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

0 comments on commit e92e373

Please sign in to comment.