dapper91 / pjrpc

python json-rpc client/server without boilerplate
https://pjrpc.readthedocs.io
The Unlicense
30 stars 3 forks source link

httpx version updated due to found vulnerability. #81

Closed dapper91 closed 2 years ago

dapper91 commented 2 years ago
codecov-commenter commented 2 years ago

Codecov Report

Merging #81 (bcd715e) into dev (6a4afe8) will increase coverage by 0.00%. The diff coverage is 86.19%.

@@           Coverage Diff            @@
##              dev      #81    +/-   ##
========================================
  Coverage   78.67%   78.67%            
========================================
  Files          38       40     +2     
  Lines        2377     2598   +221     
========================================
+ Hits         1870     2044   +174     
- Misses        507      554    +47     
Flag Coverage Δ
unittests 78.67% <86.19%> (+<0.01%) :arrow_up:

Flags with carried forward coverage won't be shown. Click here to find out more.

Impacted Files Coverage Δ
pjrpc/client/backend/aio_pika.py 0.00% <0.00%> (ø)
pjrpc/client/backend/kombu.py 0.00% <0.00%> (ø)
pjrpc/server/integration/aio_pika.py 0.00% <0.00%> (ø)
pjrpc/server/integration/django/sites.py 0.00% <0.00%> (ø)
pjrpc/server/integration/django/urls.py 0.00% <ø> (ø)
pjrpc/server/integration/kombu.py 0.00% <0.00%> (ø)
pjrpc/server/integration/starlette.py 0.00% <0.00%> (ø)
pjrpc/server/validators/__init__.py 100.00% <ø> (ø)
pjrpc/server/integration/flask.py 64.28% <16.66%> (-3.90%) :arrow_down:
pjrpc/server/integration/aiohttp.py 60.31% <60.00%> (-1.98%) :arrow_down:
... and 29 more

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update 365063f...bcd715e. Read the comment docs.