Skip to content

Commit 02e6962

Browse files
authored
Merge pull request #224543 from Homebrew/bump-pyupgrade-3.20.0
pyupgrade 3.20.0
2 parents 13465ee + 70f11c9 commit 02e6962

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Formula/p/pyupgrade.rb

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,13 @@ class Pyupgrade < Formula
33

44
desc "Upgrade syntax for newer versions of Python"
55
homepage "https://github.com/asottile/pyupgrade"
6-
url "https://files.pythonhosted.org/packages/35/3a/efa8e75cf84d53f1b3f0113387ab120ef460396a4068e41b6cf18a3d216d/pyupgrade-3.19.1.tar.gz"
7-
sha256 "d10e8c5f54b8327211828769e98d95d95e4715de632a3414f1eef3f51357b9e2"
6+
url "https://files.pythonhosted.org/packages/c0/75/3df66861bca41394f05c5b818943fd0535bc02d5c5c512f9d859dec921f3/pyupgrade-3.20.0.tar.gz"
7+
sha256 "dd6a16c13fc1a7db45796008689a9a35420bd364d681430f640c5e54a3d351ea"
88
license "MIT"
99
head "https://github.com/asottile/pyupgrade.git", branch: "main"
1010

1111
bottle do
12-
sha256 cellar: :any_skip_relocation, all: "7a603075222ee69b22abf8d0cca0d665197f3bc0e330e4cf0990c7e18b41c0de"
12+
sha256 cellar: :any_skip_relocation, all: "ac89a57ce2088190a42be7240a41060d18fcf8d4b63e9c06ce9758c1ce496668"
1313
end
1414

1515
depends_on "[email protected]"

0 commit comments

Comments
 (0)