Skip to content

Update databases[postgresql,sqlite] requirement from <0.5,>=0.3.2 to >=0.3.2,<0.6 #1

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Conversation

dependabot[bot]
Copy link

@dependabot dependabot bot commented on behalf of github Aug 27, 2021

Updates the requirements on databases[postgresql,sqlite] to permit the latest version.

Release notes

Sourced from databases[postgresql,sqlite]'s releases.

Version 0.5.0

0.5.0 (August 26th, 2021)

Added

  • Support SQLAlchemy 1.4 (#299)

Fixed

  • Fix concurrent transactions (#328)
Changelog

Sourced from databases[postgresql,sqlite]'s changelog.

0.5.0 (August 26th, 2021)

Added

  • Support SQLAlchemy 1.4 (#299)

Fixed

  • Fix concurrent transactions (#328)

0.4.3 (March 26th, 2021)

Fixed

  • Pin SQLAlchemy to <1.4 (#314)

0.4.2 (March 14th, 2021)

Fixed

  • Fix memory leak with asyncpg for SQLAlchemy generic functions (#273)

0.4.1 (November 16th, 2020)

Fixed

  • Remove package dependency on the synchronous DB drivers (#256)

0.4.0 (October 20th, 2020)

Added

  • Use backend native fetch_val() implementation when available (#132)
  • Replace psycopg2-binary with psycopg2 (#204)
  • Speed up PostgresConnection fetch() and iterate() (#193)
  • Access asyncpg Record field by key on raw query (#207)
  • Allow setting min_size and max_size in postgres DSN (#210)
  • Add option pool_recycle in postgres DSN (#233)
  • Allow extra transaction options (#242)

Fixed

  • Fix type hinting for sqlite backend (#227)
  • Fix SQLAlchemy DDL statements (#226)
  • Make fetch_val call fetch_one for type conversion (#246)
  • Unquote username and password in DatabaseURL (#248)
Commits

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)

Updates the requirements on [databases[postgresql,sqlite]](https://github.com/encode/databases) to permit the latest version.
- [Release notes](https://github.com/encode/databases/releases)
- [Changelog](https://github.com/encode/databases/blob/master/CHANGELOG.md)
- [Commits](encode/databases@0.3.2...0.5.0)

---
updated-dependencies:
- dependency-name: databases[postgresql,sqlite]
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Aug 27, 2021
@dependabot dependabot bot requested a review from frankie567 August 27, 2021 13:09
@codecov
Copy link

codecov bot commented Aug 27, 2021

Codecov Report

❗ No coverage uploaded for pull request base (main@e0981bc). Click here to learn what that means.
The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff            @@
##             main        #1   +/-   ##
========================================
  Coverage        ?   100.00%           
========================================
  Files           ?         1           
  Lines           ?        98           
  Branches        ?         0           
========================================
  Hits            ?        98           
  Misses          ?         0           
  Partials        ?         0           

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 e0981bc...8b6fe8d. Read the comment docs.

@dependabot @github
Copy link
Author

dependabot bot commented on behalf of github Aug 27, 2021

Looks like databases[postgresql,sqlite] is up-to-date now, so this is no longer needed.

@dependabot dependabot bot closed this Aug 27, 2021
@dependabot dependabot bot deleted the dependabot/pip/databases-postgresqlsqlite--gte-0.3.2-and-lt-0.6 branch August 27, 2021 13:16
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants