Skip to content

Commit 7813229

Browse files
balasankarcRobert Marshall
andcommitted
Merge branch 'update-python' into 'master'
Bump Python to 3.9.17 See merge request https://gitlab.com/gitlab-org/omnibus-gitlab/-/merge_requests/7017 Merged-by: Balasankar 'Balu' C <[email protected]> Approved-by: Clemens Beck <[email protected]> Approved-by: Balasankar 'Balu' C <[email protected]> Co-authored-by: Robert Marshall <[email protected]>
2 parents 7c6c30e + aca65f0 commit 7813229

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

config/software/python3.rb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
# files/gitlab-cookbooks/gitlab/attributes/default.rb
2424
# spec/chef/recipes/gitaly_spec.rb
2525
# spec/chef/recipes/gitlab-rails_spec.rb
26-
default_version '3.9.16'
26+
default_version '3.9.17'
2727

2828
dependency 'libedit'
2929
dependency 'ncurses'
@@ -40,7 +40,7 @@
4040
skip_transitive_dependency_licensing true
4141

4242
source url: "https://www.python.org/ftp/python/#{version}/Python-#{version}.tgz",
43-
sha256: '1ad539e9dbd2b42df714b69726e0693bc6b9d2d2c8e91c2e43204026605140c5'
43+
sha256: '8ead58f669f7e19d777c3556b62fae29a81d7f06a7122ff9bc57f7dd82d7e014'
4444

4545
relative_path "Python-#{version}"
4646

0 commit comments

Comments
 (0)