Skip to content

Commit acc8798

Browse files
authored
Merge branch 'develop' into rust-cargo-lambda-workflow
2 parents 758275a + 8d817fd commit acc8798

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

.appveyor.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,6 @@ for:
6060
# setup go
6161
- rmdir c:\go /s /q
6262
- "choco install golang --version 1.15.7"
63-
- "choco install bzr"
6463
- "choco install dep"
6564
- setx PATH "C:\go\bin;C:\gopath\bin;C:\Program Files (x86)\Bazaar\;C:\Program Files\Mercurial;%PATH%;"
6665
- "go version"

requirements/dev.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,4 +18,4 @@ backports.tempfile==1.0; python_version<"3.7"
1818

1919

2020
# formatter
21-
black==20.8b1
21+
black==22.3.0

0 commit comments

Comments
 (0)