woctezuma / steam-market

Find arbitrages on the Steam Market.
MIT License
161 stars 18 forks source link

Update requests to 2.23.0 #7

Closed pyup-bot closed 4 years ago

pyup-bot commented 4 years ago

This PR updates requests from 2.22.0 to 2.23.0.

Changelog ### 2.23.0 ``` ------------------- **Improvements** - Remove defunct reference to `prefetch` in Session `__attrs__` (5110) **Bugfixes** - Requests no longer outputs password in basic auth usage warning. (5099) **Dependencies** - Pinning for `chardet` and `idna` now uses major version instead of minor. This hopefully reduces the need for releases everytime a dependency is updated. ```
Links - PyPI: https://pypi.org/project/requests - Changelog: https://pyup.io/changelogs/requests/ - Docs: https://requests.readthedocs.io
codecov-io commented 4 years ago

Codecov Report

Merging #7 into master will decrease coverage by 0.47%. The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff             @@
##           master       #7      +/-   ##
==========================================
- Coverage   65.06%   64.58%   -0.48%     
==========================================
  Files          15       15              
  Lines        1683     1683              
==========================================
- Hits         1095     1087       -8     
- Misses        588      596       +8
Impacted Files Coverage Δ
market_arbitrage.py 65.98% <0%> (-4.07%) :arrow_down:

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 79660b2...bb3841b. Read the comment docs.

pyup-bot commented 4 years ago

Closing this in favor of #10