Skip to content

Commit aca65f0

Browse files
Robert Marshallbalasankarc
authored andcommitted
Bump Python to 3.9.17
- Update to the June 2023 patch release version for Python 3 Changelog: changed Signed-off-by: Robert Marshall <[email protected]>
1 parent 2c7516b commit aca65f0

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)