From 1728fd2e27ae1ec4a02e7d206ba5386d43f0df39 Mon Sep 17 00:00:00 2001 From: Charlie O'Keefe Date: Tue, 14 Jul 2020 09:43:07 -0600 Subject: [PATCH] Bump dates/versions --- dependency_install_steps_by_platform/macOS.md | 26 +++++++++---------- requirements-pip.lock | 2 +- 2 files changed, 14 insertions(+), 14 deletions(-) diff --git a/dependency_install_steps_by_platform/macOS.md b/dependency_install_steps_by_platform/macOS.md index b0b8a61..14ff7b0 100644 --- a/dependency_install_steps_by_platform/macOS.md +++ b/dependency_install_steps_by_platform/macOS.md @@ -2,13 +2,13 @@ This document assumes you are starting from a fresh install of macOS. -Most recently tested 2020-05-27 with the following macOS release: +Most recently tested 2020-07-14 with the following macOS release: ``` % sw_vers ProductName: Mac OS X -ProductVersion: 10.15.4 -BuildVersion: 19E287 +ProductVersion: 10.15.5 +BuildVersion: 19F101 ``` @@ -46,13 +46,13 @@ $ brew upgrade Homebrew has a search page you can use to look up formula names: http://formulae.brew.sh/ -Most recently tested 2020-05-27 with the following Homebrew release: +Most recently tested 2020-07-14 with the following Homebrew release: ``` % brew --version -Homebrew 2.2.17 -Homebrew/homebrew-core (git revision 376d; last commit 2020-05-27) -Homebrew/homebrew-cask (git revision 7605d51; last commit 2020-05-27) +Homebrew 2.4.6 +Homebrew/homebrew-core (git revision af746; last commit 2020-07-14) +Homebrew/homebrew-cask (git revision 49d62; last commit 2020-07-15) ``` That last line about "homebrew-cask" refers to a subcommand 'cask' that can manage the types of @@ -72,7 +72,7 @@ that, the second attempt should succeed. $ brew cask install virtualbox ``` -Most recently tested 2020-05-27 with the following Virtualbox release: +Most recently tested 2020-07-14 with the following Virtualbox release: ``` % VBoxManage --version @@ -87,7 +87,7 @@ Most recently tested 2020-05-27 with the following Virtualbox release: $ brew cask install vagrant ``` -Most recently tested 2020-05-27 with the following Vagrant release: +Most recently tested 2020-07-14 with the following Vagrant release: ``` % vagrant --version @@ -106,8 +106,8 @@ Most recently tested 2020-05-27 with the following GnuPG release: ``` % gpg --version -gpg (GnuPG) 2.2.20 -libgcrypt 1.8.5 +gpg (GnuPG) 2.2.21 +libgcrypt 1.8.6 [...] ``` @@ -125,7 +125,7 @@ $ brew install python Note that to run python 3.x you need to use the name `python3`; running `python` will run python 2.x. -Most recently tested 2020-05-27 with the following Python release: +Most recently tested 2020-07-14 with the following Python release: ``` % python3 --version @@ -162,7 +162,7 @@ _direnv_hook;[...] direnv also supports several other shells -- zsh, fish, tcsh, and elvish as of this writing. Its website includes instructions for enabling each of the shells it supports. -Most recently tested 2020-05-27 with the following direnv release: +Most recently tested 2020-07-14 with the following direnv release: ``` % direnv --version diff --git a/requirements-pip.lock b/requirements-pip.lock index 203e1e6..407959e 100644 --- a/requirements-pip.lock +++ b/requirements-pip.lock @@ -1,6 +1,6 @@ # Primary Dependencies # (Packages we actually decided to include) -ansible==2.9.9 +ansible==2.9.10 # Secondary Dependencies # (pulled in by one or more of the above dependencies) cffi==1.14.0