aio-libs / aiopg

aiopg is a library for accessing a PostgreSQL database from the asyncio
http://aiopg.readthedocs.io
BSD 2-Clause "Simplified" License
1.39k stars 159 forks source link

Bump async_timeout to ~4.0a2 #883

Closed AVOstap closed 2 years ago

AVOstap commented 2 years ago

What do these changes do?

Bump async_timeout

Are there changes in behavior for the user?

aiopg version 1.3.2 conflicts with aiohttp 3.8.0

The conflict is caused by:
    aiohttp 3.8.0 depends on async-timeout<5.0 and >=4.0.0a3
    aiopg 1.3.2 depends on async-timeout<4.0 and >=3.0
codecov[bot] commented 2 years ago

Codecov Report

Merging #883 (2417ee1) into master (3b1902c) will not change coverage. The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master     #883   +/-   ##
=======================================
  Coverage   93.32%   93.32%           
=======================================
  Files          12       12           
  Lines        1574     1574           
  Branches      187      187           
=======================================
  Hits         1469     1469           
  Misses         73       73           
  Partials       32       32           

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 3b1902c...2417ee1. Read the comment docs.