Просмотр исходного кода

ref: upgrade honcho to eliminate warning in python3.8 (#38356)

```
/Users/mitsuhiko/.pyenv/versions/3.8.13/lib/python3.8/subprocess.py:848: RuntimeWarning: line buffering (buffering=1) isn't supported in binary mode, the default buffer size will be used
  self.stdout = io.open(c2pread, 'rb', bufsize)
```

@mitsuhiko has confirmed this fixes this warning ^
anthony sottile 2 лет назад
Родитель
Сommit
49b2d8c696
3 измененных файлов с 3 добавлено и 3 удалено
  1. 1 1
      requirements-dev-frozen.txt
  2. 1 1
      requirements-dev-only-frozen.txt
  3. 1 1
      requirements-dev.txt

+ 1 - 1
requirements-dev-frozen.txt

@@ -57,7 +57,7 @@ grpc-google-iam-v1==0.12.4
 grpcio==1.47.0
 h11==0.13.0
 hiredis==0.3.1
-honcho==1.0.0
+honcho==1.1.0
 identify==2.5.1
 idna==2.10
 inflection==0.5.1

+ 1 - 1
requirements-dev-only-frozen.txt

@@ -18,7 +18,7 @@ filelock==3.7.1
 flake8==5.0.2
 flake8-bugbear==22.7.1
 freezegun==1.1.0
-honcho==1.0.0
+honcho==1.1.0
 identify==2.5.1
 idna==3.3
 importlib-resources==5.8.0

+ 1 - 1
requirements-dev.txt

@@ -1,7 +1,7 @@
 docker>=3.7.0,<3.8.0
 exam>=0.10.6
 freezegun>=1.1.0
-honcho>=1.0.0,<1.1.0
+honcho>=1.1.0
 openapi-core>=0.14.2
 pytest>=6.1.0
 pytest-cov>=3.0.0