markhoerth / dremio_client

Apache License 2.0
31 stars 25 forks source link

Update requests-mock to 1.9.3 #250

Closed pyup-bot closed 3 years ago

pyup-bot commented 3 years ago

This PR updates requests-mock from 1.8.0 to 1.9.3.

Changelog ### 1.9.3 ``` Minor improvement to typing annotations. ``` ### 1.9.1 ``` Bug Fix on 1.9.0 release: * Added py.typed file required to make type annotations work. ``` ### 1.9.0 ``` A number of small improvements: * Feature: Adds type hints for python 3. 94 * Fixes Bug: Handle whitespace encoding in URL. 158 * Fixes Bug: Allow subclassing the mocker object. 160 ```
Links - PyPI: https://pypi.org/project/requests-mock - Changelog: https://pyup.io/changelogs/requests-mock/ - Docs: https://requests-mock.readthedocs.io/
codecov[bot] commented 3 years ago

Codecov Report

Merging #250 (85950b9) into master (af5eaf9) will not change coverage. The diff coverage is n/a.

:exclamation: Current head 85950b9 differs from pull request most recent head fb97427. Consider uploading reports for the commit fb97427 to get more accurate results Impacted file tree graph

@@           Coverage Diff           @@
##           master     #250   +/-   ##
=======================================
  Coverage   52.61%   52.61%           
=======================================
  Files          24       24           
  Lines        1627     1627           
=======================================
  Hits          856      856           
  Misses        771      771           

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 c9831a1...fb97427. Read the comment docs.