nsidnev / edgeql-queries

Simple EdgeQL in Python.
https://nsidnev.github.io/edgeql-queries/
Other
15 stars 2 forks source link

Bump aiosql from 3.4.1 to 6.1 #210

Closed dependabot[bot] closed 2 years ago

dependabot[bot] commented 2 years ago

Bumps aiosql from 3.4.1 to 6.1.

Release notes

Sourced from aiosql's releases.

v6.1

This v6.1 does:

  • make very minor code and doc changes
  • enhance github CI with python 3.11-dev, updated action setup and coverage

v6.0

The v6.0 release:

  • adds support for pygresql postgres driver.
  • works around pymysql and mysqldb driver issues.
  • adds a few more tests.
  • improves the documentation, including badges which look soooo cooool.
  • simplifies the development environment, CI configuration.
  • updates myproject.toml.
  • does some cleanup.

v5.0

New in 5.0:

  • Add Postgres adapter for pg8000 driver.
  • Add register_adapter.
  • Use more recent CI image.
  • Add flake8 to CI.
  • Update documentation.
  • Update dependencies.

v4.0

This release:

  • add support for MySQL, on top of Postgres and SQLite
  • add support for more drivers : psycopg3, APSW
  • refactors the base code significantly to reduce the line count
  • CI covers Python 3.7 to 3.10
  • add coverage tests to about 100%, including error paths
  • updates dependencies and the doc accordingly
  • switch to 2-level version numbering
Commits


Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
codecov-commenter commented 2 years ago

Codecov Report

Merging #210 (8ddb3de) into master (33df747) will not change coverage. The diff coverage is n/a.

@@            Coverage Diff            @@
##            master      #210   +/-   ##
=========================================
  Coverage   100.00%   100.00%           
=========================================
  Files           26        26           
  Lines          539       539           
  Branches        51        51           
=========================================
  Hits           539       539           

Help us with your feedback. Take ten seconds to tell us how you rate us.