We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2c7516b commit aca65f0Copy full SHA for aca65f0
config/software/python3.rb
@@ -23,7 +23,7 @@
23
# files/gitlab-cookbooks/gitlab/attributes/default.rb
24
# spec/chef/recipes/gitaly_spec.rb
25
# spec/chef/recipes/gitlab-rails_spec.rb
26
-default_version '3.9.16'
+default_version '3.9.17'
27
28
dependency 'libedit'
29
dependency 'ncurses'
@@ -40,7 +40,7 @@
40
skip_transitive_dependency_licensing true
41
42
source url: "https://www.python.org/ftp/python/#{version}/Python-#{version}.tgz",
43
- sha256: '1ad539e9dbd2b42df714b69726e0693bc6b9d2d2c8e91c2e43204026605140c5'
+ sha256: '8ead58f669f7e19d777c3556b62fae29a81d7f06a7122ff9bc57f7dd82d7e014'
44
45
relative_path "Python-#{version}"
46
0 commit comments