Skip to content
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

build(deps): bump invenio-db from 1.0.14 to 1.1.2 #655

Merged
merged 3 commits into from May 23, 2023

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github May 22, 2023

Bumps invenio-db from 1.0.14 to 1.0.15.

Changelog

Sourced from invenio-db's changelog.

.. This file is part of Invenio. Copyright (C) 2015-2023 CERN.

Invenio is free software; you can redistribute it and/or modify it
under the terms of the MIT License; see LICENSE file for more details.

Changes

Version 1.0.15 (released 2023-05-17)

  • upper pin alembic dependency
  • force installing asyncio

Version 1.1.0 (released 2023-04-06)

  • yanked, because of an incompatibility with Flask-SQLAlchemy v3.

Version 1.0.14 (released 2022-03-30)

  • Adds support for SQLAlchemy 1.4 and Flask v2.1.

Version 1.0.13 (released 2022-02-21)

  • Changes alembic migrations to run a single migration in one transaction instead of all migrations in a single transaction.

Version 1.0.12 (released 2022-02-14)

  • Fixes a deprecation warning.

Version 1.0.11 (released 2022-02-08)

  • Fixed issue with alembic version locations introduced in v1.0.10 due to the importlib change.

Version 1.0.10 (released 2022-02-08)

  • Adds a utility for creating an alembic test context to centrally manage fixes for alembic migration tests in other modules.

  • Replaces pkg_resources with importlib

Version 1.0.9 (released 2021-03-18)

  • Pins Flask-SQLAlchemy below 2.5 due to breaking changes. Perhaps to revisit when fixed.

Version 1.0.8 (released 2020-11-16)

... (truncated)

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)

Bumps [invenio-db](https://github.com/inveniosoftware/invenio-db) from 1.0.14 to 1.0.15.
- [Changelog](https://github.com/inveniosoftware/invenio-db/blob/master/CHANGES.rst)
- [Commits](inveniosoftware/invenio-db@v1.0.14...v1.0.15)

---
updated-dependencies:
- dependency-name: invenio-db
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file python Pull requests that update Python code labels May 22, 2023
@coveralls
Copy link

coveralls commented May 23, 2023

Coverage Status

Coverage: 82.54%. Remained the same when pulling df958d9 on dependabot/pip/invenio-db-1.0.15 into 92f759d on master.

* Install psycopg2-binary as optional dependence of invenio-db.
@GraemeWatt GraemeWatt changed the title build(deps): bump invenio-db from 1.0.14 to 1.0.15 build(deps): bump invenio-db from 1.0.14 to 1.1.2 May 23, 2023
@GraemeWatt
Copy link
Member

@ItIsJordan : Last week you mentioned problems installing psycopg2 on your laptop. It looks like the problems I found installing psycopg2-binary using docker-compose on my M1 MacBook were fixed in v2.9.6 released on 3rd April 2023. We can therefore switch back to psycopg2-binary instead of psycopg2 so you don't need to keep editing the requirements.txt file for your local installation. It can be installed as an optional dependence when installing invenio-db. I've edited the requirements.txt file to remove psycopg2==2.9.6 and specify invenio-db[postgresql]==1.1.2. I'll merge this PR to master now.

@GraemeWatt GraemeWatt merged commit d3d9b82 into master May 23, 2023
17 checks passed
@dependabot dependabot bot deleted the dependabot/pip/invenio-db-1.0.15 branch May 23, 2023 16:14
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 python Pull requests that update Python code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants