@@ -48,18 +48,18 @@ class PythonAT38 < Formula
4848"bin/easy_install-3.7" , "bin/easy_install-3.8"
4949
5050resource "setuptools" do
51- url "https://pypi.org/packages/source/s/setuptools/setuptools-50.3 .2.zip "
52- sha256 "ed0519d27a243843b05d82a5e9d01b0b083d9934eaa3d02779a23da18077bd3c "
51+ url "https://pypi.org/packages/source/s/setuptools/setuptools-51.1 .2.tar.gz "
52+ sha256 "4fa149145ba5dcd4aaa89912ec92393a31170eaf17fe0268b1429538bad1f85a "
5353end
5454
5555resource "pip" do
56- url "https://www.pypi.org/packages/source/p/pip/pip-20.2.4 .tar.gz"
57- sha256 "85c99a857ea0fb0aedf23833d9be5c40cf253fe24443f0829c7b472e23c364a1 "
56+ url "https://www.pypi.org/packages/source/p/pip/pip-20.3.3 .tar.gz"
57+ sha256 "79c1ac8a9dccbec8752761cb5a2df833224263ca661477a2a9ed03ddf4e0e3ba "
5858end
5959
6060resource "wheel" do
61- url "https://pypi.org/packages/source/w/wheel/wheel-0.35.1 .tar.gz"
62- sha256 "99a22d87add3f634ff917310a3d87e499f19e663413a52eb9232c447aa646c9f "
61+ url "https://pypi.org/packages/source/w/wheel/wheel-0.36.2 .tar.gz"
62+ sha256 "e11eefd162658ea59a60a0f6c7d493a7190ea4b9a85e335b33489d9f17e0245e "
6363end
6464
6565# Remove this block when upstream backports arm64 compatibility to the 3.8 branch